@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  scroll-margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  * {
    scroll-margin-top: 70px;
  }
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #2f2f2f;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  max-width: 1880px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.-w1680 {
  max-width: 1760px;
}
@media only screen and (max-width: 1024px) {
  .container.-w1680 {
    max-width: 1720px;
  }
}

p,
dt,
dd,
li,
th,
td {
  line-height: 2;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style-type: none;
}

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

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

a {
  text-decoration: none;
  color: #fa811a;
}
a:hover {
  text-decoration: none;
}

.float:before, .float:after {
  content: " ";
  display: table;
}
.float:after {
  clear: both;
}
.float .left-box,
.float .left-sp {
  float: left !important;
}
.float .right-box,
.float .right-sp {
  float: right !important;
}
@media only screen and (max-width: 1024px) {
  .float > .left-box {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-box {
    float: none !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .float > .left-sp {
    float: none !important;
    width: 100% !important;
  }
  .float > .right-sp {
    float: none !important;
    width: 100% !important;
  }
}

.w100 {
  width: 100% !important;
}

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

@media only screen and (max-width: 767px) {
  .pctb {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}

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

.fade {
  transition: opacity 0.3s;
  opacity: 1;
  backface-visibility: hidden;
}
.fade:hover {
  opacity: 0.7;
}

.hover-all {
  position: relative;
}
.hover-all > a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  font-size: 0;
}

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

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

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

.f8px {
  font-size: 8px !important;
}

.f9px {
  font-size: 9px !important;
}

.f10px {
  font-size: 10px !important;
}

.f11px {
  font-size: 11px !important;
}

.f12px {
  font-size: 12px !important;
}

.f13px {
  font-size: 13px !important;
}

.f14px {
  font-size: 14px !important;
}

.f15px {
  font-size: 15px !important;
}

.f16px {
  font-size: 16px !important;
}

.f17px {
  font-size: 17px !important;
}

.f18px {
  font-size: 18px !important;
}

.f19px {
  font-size: 19px !important;
}

.f20px {
  font-size: 20px !important;
}

.f21px {
  font-size: 21px !important;
}

.f22px {
  font-size: 22px !important;
}

.f23px {
  font-size: 23px !important;
}

.f24px {
  font-size: 24px !important;
}

.f25px {
  font-size: 25px !important;
}

.f26px {
  font-size: 26px !important;
}

.f27px {
  font-size: 27px !important;
}

.f28px {
  font-size: 28px !important;
}

.f29px {
  font-size: 29px !important;
}

.f30px {
  font-size: 30px !important;
}

.f31px {
  font-size: 31px !important;
}

.f32px {
  font-size: 32px !important;
}

.f33px {
  font-size: 33px !important;
}

.f34px {
  font-size: 34px !important;
}

.f35px {
  font-size: 35px !important;
}

.f36px {
  font-size: 36px !important;
}

.f37px {
  font-size: 37px !important;
}

.f38px {
  font-size: 38px !important;
}

.f39px {
  font-size: 39px !important;
}

.f40px {
  font-size: 40px !important;
}

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

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

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

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

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

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

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

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

.mt1 {
  margin-top: 1px !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.ml1 {
  margin-left: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

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

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

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

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

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

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

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

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

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

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

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

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

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

.mt11 {
  margin-top: 11px !important;
}

.mr11 {
  margin-right: 11px !important;
}

.mb11 {
  margin-bottom: 11px !important;
}

.ml11 {
  margin-left: 11px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pr11 {
  padding-right: 11px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pl11 {
  padding-left: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mr13 {
  margin-right: 13px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pr13 {
  padding-right: 13px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pl13 {
  padding-left: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mr14 {
  margin-right: 14px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pr14 {
  padding-right: 14px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pl14 {
  padding-left: 14px !important;
}

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

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

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

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

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mr17 {
  margin-right: 17px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.ml17 {
  margin-left: 17px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pr17 {
  padding-right: 17px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pl17 {
  padding-left: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mr19 {
  margin-right: 19px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.ml19 {
  margin-left: 19px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pr19 {
  padding-right: 19px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pl19 {
  padding-left: 19px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

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

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

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

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

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

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

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

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

.owl5 > * + * {
  margin-top: 5px;
}

.owl10 > * + * {
  margin-top: 10px;
}

.owl15 > * + * {
  margin-top: 15px;
}

.owl20 > * + * {
  margin-top: 20px;
}

.owl25 > * + * {
  margin-top: 25px;
}

.owl30 > * + * {
  margin-top: 30px;
}

.owl35 > * + * {
  margin-top: 35px;
}

.owl40 > * + * {
  margin-top: 40px;
}

.owl45 > * + * {
  margin-top: 45px;
}

.owl50 > * + * {
  margin-top: 50px;
}

.owl55 > * + * {
  margin-top: 55px;
}

.owl60 > * + * {
  margin-top: 60px;
}

.owl65 > * + * {
  margin-top: 65px;
}

.owl70 > * + * {
  margin-top: 70px;
}

.owl75 > * + * {
  margin-top: 75px;
}

.owl80 > * + * {
  margin-top: 80px;
}

.owl85 > * + * {
  margin-top: 85px;
}

.owl90 > * + * {
  margin-top: 90px;
}

.owl95 > * + * {
  margin-top: 95px;
}

.owl100 > * + * {
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  .left-text-tb {
    text-align: left !important;
  }
  .right-text-tb {
    text-align: right !important;
  }
  .center-text-tb {
    text-align: center !important;
  }
  .mt0-tb {
    margin-top: 0px !important;
  }
  .mr0-tb {
    margin-right: 0px !important;
  }
  .mb0-tb {
    margin-bottom: 0px !important;
  }
  .ml0-tb {
    margin-left: 0px !important;
  }
  .pt0-tb {
    padding-top: 0px !important;
  }
  .pr0-tb {
    padding-right: 0px !important;
  }
  .pb0-tb {
    padding-bottom: 0px !important;
  }
  .pl0-tb {
    padding-left: 0px !important;
  }
  .mt1-tb {
    margin-top: 1px !important;
  }
  .mr1-tb {
    margin-right: 1px !important;
  }
  .mb1-tb {
    margin-bottom: 1px !important;
  }
  .ml1-tb {
    margin-left: 1px !important;
  }
  .pt1-tb {
    padding-top: 1px !important;
  }
  .pr1-tb {
    padding-right: 1px !important;
  }
  .pb1-tb {
    padding-bottom: 1px !important;
  }
  .pl1-tb {
    padding-left: 1px !important;
  }
  .mt2-tb {
    margin-top: 2px !important;
  }
  .mr2-tb {
    margin-right: 2px !important;
  }
  .mb2-tb {
    margin-bottom: 2px !important;
  }
  .ml2-tb {
    margin-left: 2px !important;
  }
  .pt2-tb {
    padding-top: 2px !important;
  }
  .pr2-tb {
    padding-right: 2px !important;
  }
  .pb2-tb {
    padding-bottom: 2px !important;
  }
  .pl2-tb {
    padding-left: 2px !important;
  }
  .mt3-tb {
    margin-top: 3px !important;
  }
  .mr3-tb {
    margin-right: 3px !important;
  }
  .mb3-tb {
    margin-bottom: 3px !important;
  }
  .ml3-tb {
    margin-left: 3px !important;
  }
  .pt3-tb {
    padding-top: 3px !important;
  }
  .pr3-tb {
    padding-right: 3px !important;
  }
  .pb3-tb {
    padding-bottom: 3px !important;
  }
  .pl3-tb {
    padding-left: 3px !important;
  }
  .mt4-tb {
    margin-top: 4px !important;
  }
  .mr4-tb {
    margin-right: 4px !important;
  }
  .mb4-tb {
    margin-bottom: 4px !important;
  }
  .ml4-tb {
    margin-left: 4px !important;
  }
  .pt4-tb {
    padding-top: 4px !important;
  }
  .pr4-tb {
    padding-right: 4px !important;
  }
  .pb4-tb {
    padding-bottom: 4px !important;
  }
  .pl4-tb {
    padding-left: 4px !important;
  }
  .mt5-tb {
    margin-top: 5px !important;
  }
  .mr5-tb {
    margin-right: 5px !important;
  }
  .mb5-tb {
    margin-bottom: 5px !important;
  }
  .ml5-tb {
    margin-left: 5px !important;
  }
  .pt5-tb {
    padding-top: 5px !important;
  }
  .pr5-tb {
    padding-right: 5px !important;
  }
  .pb5-tb {
    padding-bottom: 5px !important;
  }
  .pl5-tb {
    padding-left: 5px !important;
  }
  .mt6-tb {
    margin-top: 6px !important;
  }
  .mr6-tb {
    margin-right: 6px !important;
  }
  .mb6-tb {
    margin-bottom: 6px !important;
  }
  .ml6-tb {
    margin-left: 6px !important;
  }
  .pt6-tb {
    padding-top: 6px !important;
  }
  .pr6-tb {
    padding-right: 6px !important;
  }
  .pb6-tb {
    padding-bottom: 6px !important;
  }
  .pl6-tb {
    padding-left: 6px !important;
  }
  .mt7-tb {
    margin-top: 7px !important;
  }
  .mr7-tb {
    margin-right: 7px !important;
  }
  .mb7-tb {
    margin-bottom: 7px !important;
  }
  .ml7-tb {
    margin-left: 7px !important;
  }
  .pt7-tb {
    padding-top: 7px !important;
  }
  .pr7-tb {
    padding-right: 7px !important;
  }
  .pb7-tb {
    padding-bottom: 7px !important;
  }
  .pl7-tb {
    padding-left: 7px !important;
  }
  .mt8-tb {
    margin-top: 8px !important;
  }
  .mr8-tb {
    margin-right: 8px !important;
  }
  .mb8-tb {
    margin-bottom: 8px !important;
  }
  .ml8-tb {
    margin-left: 8px !important;
  }
  .pt8-tb {
    padding-top: 8px !important;
  }
  .pr8-tb {
    padding-right: 8px !important;
  }
  .pb8-tb {
    padding-bottom: 8px !important;
  }
  .pl8-tb {
    padding-left: 8px !important;
  }
  .mt9-tb {
    margin-top: 9px !important;
  }
  .mr9-tb {
    margin-right: 9px !important;
  }
  .mb9-tb {
    margin-bottom: 9px !important;
  }
  .ml9-tb {
    margin-left: 9px !important;
  }
  .pt9-tb {
    padding-top: 9px !important;
  }
  .pr9-tb {
    padding-right: 9px !important;
  }
  .pb9-tb {
    padding-bottom: 9px !important;
  }
  .pl9-tb {
    padding-left: 9px !important;
  }
  .mt10-tb {
    margin-top: 10px !important;
  }
  .mr10-tb {
    margin-right: 10px !important;
  }
  .mb10-tb {
    margin-bottom: 10px !important;
  }
  .ml10-tb {
    margin-left: 10px !important;
  }
  .pt10-tb {
    padding-top: 10px !important;
  }
  .pr10-tb {
    padding-right: 10px !important;
  }
  .pb10-tb {
    padding-bottom: 10px !important;
  }
  .pl10-tb {
    padding-left: 10px !important;
  }
  .mt11-tb {
    margin-top: 11px !important;
  }
  .mr11-tb {
    margin-right: 11px !important;
  }
  .mb11-tb {
    margin-bottom: 11px !important;
  }
  .ml11-tb {
    margin-left: 11px !important;
  }
  .pt11-tb {
    padding-top: 11px !important;
  }
  .pr11-tb {
    padding-right: 11px !important;
  }
  .pb11-tb {
    padding-bottom: 11px !important;
  }
  .pl11-tb {
    padding-left: 11px !important;
  }
  .mt12-tb {
    margin-top: 12px !important;
  }
  .mr12-tb {
    margin-right: 12px !important;
  }
  .mb12-tb {
    margin-bottom: 12px !important;
  }
  .ml12-tb {
    margin-left: 12px !important;
  }
  .pt12-tb {
    padding-top: 12px !important;
  }
  .pr12-tb {
    padding-right: 12px !important;
  }
  .pb12-tb {
    padding-bottom: 12px !important;
  }
  .pl12-tb {
    padding-left: 12px !important;
  }
  .mt13-tb {
    margin-top: 13px !important;
  }
  .mr13-tb {
    margin-right: 13px !important;
  }
  .mb13-tb {
    margin-bottom: 13px !important;
  }
  .ml13-tb {
    margin-left: 13px !important;
  }
  .pt13-tb {
    padding-top: 13px !important;
  }
  .pr13-tb {
    padding-right: 13px !important;
  }
  .pb13-tb {
    padding-bottom: 13px !important;
  }
  .pl13-tb {
    padding-left: 13px !important;
  }
  .mt14-tb {
    margin-top: 14px !important;
  }
  .mr14-tb {
    margin-right: 14px !important;
  }
  .mb14-tb {
    margin-bottom: 14px !important;
  }
  .ml14-tb {
    margin-left: 14px !important;
  }
  .pt14-tb {
    padding-top: 14px !important;
  }
  .pr14-tb {
    padding-right: 14px !important;
  }
  .pb14-tb {
    padding-bottom: 14px !important;
  }
  .pl14-tb {
    padding-left: 14px !important;
  }
  .mt15-tb {
    margin-top: 15px !important;
  }
  .mr15-tb {
    margin-right: 15px !important;
  }
  .mb15-tb {
    margin-bottom: 15px !important;
  }
  .ml15-tb {
    margin-left: 15px !important;
  }
  .pt15-tb {
    padding-top: 15px !important;
  }
  .pr15-tb {
    padding-right: 15px !important;
  }
  .pb15-tb {
    padding-bottom: 15px !important;
  }
  .pl15-tb {
    padding-left: 15px !important;
  }
  .mt16-tb {
    margin-top: 16px !important;
  }
  .mr16-tb {
    margin-right: 16px !important;
  }
  .mb16-tb {
    margin-bottom: 16px !important;
  }
  .ml16-tb {
    margin-left: 16px !important;
  }
  .pt16-tb {
    padding-top: 16px !important;
  }
  .pr16-tb {
    padding-right: 16px !important;
  }
  .pb16-tb {
    padding-bottom: 16px !important;
  }
  .pl16-tb {
    padding-left: 16px !important;
  }
  .mt17-tb {
    margin-top: 17px !important;
  }
  .mr17-tb {
    margin-right: 17px !important;
  }
  .mb17-tb {
    margin-bottom: 17px !important;
  }
  .ml17-tb {
    margin-left: 17px !important;
  }
  .pt17-tb {
    padding-top: 17px !important;
  }
  .pr17-tb {
    padding-right: 17px !important;
  }
  .pb17-tb {
    padding-bottom: 17px !important;
  }
  .pl17-tb {
    padding-left: 17px !important;
  }
  .mt18-tb {
    margin-top: 18px !important;
  }
  .mr18-tb {
    margin-right: 18px !important;
  }
  .mb18-tb {
    margin-bottom: 18px !important;
  }
  .ml18-tb {
    margin-left: 18px !important;
  }
  .pt18-tb {
    padding-top: 18px !important;
  }
  .pr18-tb {
    padding-right: 18px !important;
  }
  .pb18-tb {
    padding-bottom: 18px !important;
  }
  .pl18-tb {
    padding-left: 18px !important;
  }
  .mt19-tb {
    margin-top: 19px !important;
  }
  .mr19-tb {
    margin-right: 19px !important;
  }
  .mb19-tb {
    margin-bottom: 19px !important;
  }
  .ml19-tb {
    margin-left: 19px !important;
  }
  .pt19-tb {
    padding-top: 19px !important;
  }
  .pr19-tb {
    padding-right: 19px !important;
  }
  .pb19-tb {
    padding-bottom: 19px !important;
  }
  .pl19-tb {
    padding-left: 19px !important;
  }
  .mt20-tb {
    margin-top: 20px !important;
  }
  .mr20-tb {
    margin-right: 20px !important;
  }
  .mb20-tb {
    margin-bottom: 20px !important;
  }
  .ml20-tb {
    margin-left: 20px !important;
  }
  .pt20-tb {
    padding-top: 20px !important;
  }
  .pr20-tb {
    padding-right: 20px !important;
  }
  .pb20-tb {
    padding-bottom: 20px !important;
  }
  .pl20-tb {
    padding-left: 20px !important;
  }
  .mt25-tb {
    margin-top: 25px !important;
  }
  .mr25-tb {
    margin-right: 25px !important;
  }
  .mb25-tb {
    margin-bottom: 25px !important;
  }
  .ml25-tb {
    margin-left: 25px !important;
  }
  .pt25-tb {
    padding-top: 25px !important;
  }
  .pr25-tb {
    padding-right: 25px !important;
  }
  .pb25-tb {
    padding-bottom: 25px !important;
  }
  .pl25-tb {
    padding-left: 25px !important;
  }
  .mt30-tb {
    margin-top: 30px !important;
  }
  .mr30-tb {
    margin-right: 30px !important;
  }
  .mb30-tb {
    margin-bottom: 30px !important;
  }
  .ml30-tb {
    margin-left: 30px !important;
  }
  .pt30-tb {
    padding-top: 30px !important;
  }
  .pr30-tb {
    padding-right: 30px !important;
  }
  .pb30-tb {
    padding-bottom: 30px !important;
  }
  .pl30-tb {
    padding-left: 30px !important;
  }
  .mt35-tb {
    margin-top: 35px !important;
  }
  .mr35-tb {
    margin-right: 35px !important;
  }
  .mb35-tb {
    margin-bottom: 35px !important;
  }
  .ml35-tb {
    margin-left: 35px !important;
  }
  .pt35-tb {
    padding-top: 35px !important;
  }
  .pr35-tb {
    padding-right: 35px !important;
  }
  .pb35-tb {
    padding-bottom: 35px !important;
  }
  .pl35-tb {
    padding-left: 35px !important;
  }
  .mt40-tb {
    margin-top: 40px !important;
  }
  .mr40-tb {
    margin-right: 40px !important;
  }
  .mb40-tb {
    margin-bottom: 40px !important;
  }
  .ml40-tb {
    margin-left: 40px !important;
  }
  .pt40-tb {
    padding-top: 40px !important;
  }
  .pr40-tb {
    padding-right: 40px !important;
  }
  .pb40-tb {
    padding-bottom: 40px !important;
  }
  .pl40-tb {
    padding-left: 40px !important;
  }
  .mt45-tb {
    margin-top: 45px !important;
  }
  .mr45-tb {
    margin-right: 45px !important;
  }
  .mb45-tb {
    margin-bottom: 45px !important;
  }
  .ml45-tb {
    margin-left: 45px !important;
  }
  .pt45-tb {
    padding-top: 45px !important;
  }
  .pr45-tb {
    padding-right: 45px !important;
  }
  .pb45-tb {
    padding-bottom: 45px !important;
  }
  .pl45-tb {
    padding-left: 45px !important;
  }
  .mt50-tb {
    margin-top: 50px !important;
  }
  .mr50-tb {
    margin-right: 50px !important;
  }
  .mb50-tb {
    margin-bottom: 50px !important;
  }
  .ml50-tb {
    margin-left: 50px !important;
  }
  .pt50-tb {
    padding-top: 50px !important;
  }
  .pr50-tb {
    padding-right: 50px !important;
  }
  .pb50-tb {
    padding-bottom: 50px !important;
  }
  .pl50-tb {
    padding-left: 50px !important;
  }
  .mt55-tb {
    margin-top: 55px !important;
  }
  .mr55-tb {
    margin-right: 55px !important;
  }
  .mb55-tb {
    margin-bottom: 55px !important;
  }
  .ml55-tb {
    margin-left: 55px !important;
  }
  .pt55-tb {
    padding-top: 55px !important;
  }
  .pr55-tb {
    padding-right: 55px !important;
  }
  .pb55-tb {
    padding-bottom: 55px !important;
  }
  .pl55-tb {
    padding-left: 55px !important;
  }
  .mt60-tb {
    margin-top: 60px !important;
  }
  .mr60-tb {
    margin-right: 60px !important;
  }
  .mb60-tb {
    margin-bottom: 60px !important;
  }
  .ml60-tb {
    margin-left: 60px !important;
  }
  .pt60-tb {
    padding-top: 60px !important;
  }
  .pr60-tb {
    padding-right: 60px !important;
  }
  .pb60-tb {
    padding-bottom: 60px !important;
  }
  .pl60-tb {
    padding-left: 60px !important;
  }
  .mt65-tb {
    margin-top: 65px !important;
  }
  .mr65-tb {
    margin-right: 65px !important;
  }
  .mb65-tb {
    margin-bottom: 65px !important;
  }
  .ml65-tb {
    margin-left: 65px !important;
  }
  .pt65-tb {
    padding-top: 65px !important;
  }
  .pr65-tb {
    padding-right: 65px !important;
  }
  .pb65-tb {
    padding-bottom: 65px !important;
  }
  .pl65-tb {
    padding-left: 65px !important;
  }
  .mt70-tb {
    margin-top: 70px !important;
  }
  .mr70-tb {
    margin-right: 70px !important;
  }
  .mb70-tb {
    margin-bottom: 70px !important;
  }
  .ml70-tb {
    margin-left: 70px !important;
  }
  .pt70-tb {
    padding-top: 70px !important;
  }
  .pr70-tb {
    padding-right: 70px !important;
  }
  .pb70-tb {
    padding-bottom: 70px !important;
  }
  .pl70-tb {
    padding-left: 70px !important;
  }
  .mt75-tb {
    margin-top: 75px !important;
  }
  .mr75-tb {
    margin-right: 75px !important;
  }
  .mb75-tb {
    margin-bottom: 75px !important;
  }
  .ml75-tb {
    margin-left: 75px !important;
  }
  .pt75-tb {
    padding-top: 75px !important;
  }
  .pr75-tb {
    padding-right: 75px !important;
  }
  .pb75-tb {
    padding-bottom: 75px !important;
  }
  .pl75-tb {
    padding-left: 75px !important;
  }
  .mt80-tb {
    margin-top: 80px !important;
  }
  .mr80-tb {
    margin-right: 80px !important;
  }
  .mb80-tb {
    margin-bottom: 80px !important;
  }
  .ml80-tb {
    margin-left: 80px !important;
  }
  .pt80-tb {
    padding-top: 80px !important;
  }
  .pr80-tb {
    padding-right: 80px !important;
  }
  .pb80-tb {
    padding-bottom: 80px !important;
  }
  .pl80-tb {
    padding-left: 80px !important;
  }
  .mt85-tb {
    margin-top: 85px !important;
  }
  .mr85-tb {
    margin-right: 85px !important;
  }
  .mb85-tb {
    margin-bottom: 85px !important;
  }
  .ml85-tb {
    margin-left: 85px !important;
  }
  .pt85-tb {
    padding-top: 85px !important;
  }
  .pr85-tb {
    padding-right: 85px !important;
  }
  .pb85-tb {
    padding-bottom: 85px !important;
  }
  .pl85-tb {
    padding-left: 85px !important;
  }
  .mt90-tb {
    margin-top: 90px !important;
  }
  .mr90-tb {
    margin-right: 90px !important;
  }
  .mb90-tb {
    margin-bottom: 90px !important;
  }
  .ml90-tb {
    margin-left: 90px !important;
  }
  .pt90-tb {
    padding-top: 90px !important;
  }
  .pr90-tb {
    padding-right: 90px !important;
  }
  .pb90-tb {
    padding-bottom: 90px !important;
  }
  .pl90-tb {
    padding-left: 90px !important;
  }
  .mt95-tb {
    margin-top: 95px !important;
  }
  .mr95-tb {
    margin-right: 95px !important;
  }
  .mb95-tb {
    margin-bottom: 95px !important;
  }
  .ml95-tb {
    margin-left: 95px !important;
  }
  .pt95-tb {
    padding-top: 95px !important;
  }
  .pr95-tb {
    padding-right: 95px !important;
  }
  .pb95-tb {
    padding-bottom: 95px !important;
  }
  .pl95-tb {
    padding-left: 95px !important;
  }
  .mt100-tb {
    margin-top: 100px !important;
  }
  .mr100-tb {
    margin-right: 100px !important;
  }
  .mb100-tb {
    margin-bottom: 100px !important;
  }
  .ml100-tb {
    margin-left: 100px !important;
  }
  .pt100-tb {
    padding-top: 100px !important;
  }
  .pr100-tb {
    padding-right: 100px !important;
  }
  .pb100-tb {
    padding-bottom: 100px !important;
  }
  .pl100-tb {
    padding-left: 100px !important;
  }
  .mt105-tb {
    margin-top: 105px !important;
  }
  .mr105-tb {
    margin-right: 105px !important;
  }
  .mb105-tb {
    margin-bottom: 105px !important;
  }
  .ml105-tb {
    margin-left: 105px !important;
  }
  .pt105-tb {
    padding-top: 105px !important;
  }
  .pr105-tb {
    padding-right: 105px !important;
  }
  .pb105-tb {
    padding-bottom: 105px !important;
  }
  .pl105-tb {
    padding-left: 105px !important;
  }
  .mt110-tb {
    margin-top: 110px !important;
  }
  .mr110-tb {
    margin-right: 110px !important;
  }
  .mb110-tb {
    margin-bottom: 110px !important;
  }
  .ml110-tb {
    margin-left: 110px !important;
  }
  .pt110-tb {
    padding-top: 110px !important;
  }
  .pr110-tb {
    padding-right: 110px !important;
  }
  .pb110-tb {
    padding-bottom: 110px !important;
  }
  .pl110-tb {
    padding-left: 110px !important;
  }
  .mt115-tb {
    margin-top: 115px !important;
  }
  .mr115-tb {
    margin-right: 115px !important;
  }
  .mb115-tb {
    margin-bottom: 115px !important;
  }
  .ml115-tb {
    margin-left: 115px !important;
  }
  .pt115-tb {
    padding-top: 115px !important;
  }
  .pr115-tb {
    padding-right: 115px !important;
  }
  .pb115-tb {
    padding-bottom: 115px !important;
  }
  .pl115-tb {
    padding-left: 115px !important;
  }
  .mt120-tb {
    margin-top: 120px !important;
  }
  .mr120-tb {
    margin-right: 120px !important;
  }
  .mb120-tb {
    margin-bottom: 120px !important;
  }
  .ml120-tb {
    margin-left: 120px !important;
  }
  .pt120-tb {
    padding-top: 120px !important;
  }
  .pr120-tb {
    padding-right: 120px !important;
  }
  .pb120-tb {
    padding-bottom: 120px !important;
  }
  .pl120-tb {
    padding-left: 120px !important;
  }
  .mt125-tb {
    margin-top: 125px !important;
  }
  .mr125-tb {
    margin-right: 125px !important;
  }
  .mb125-tb {
    margin-bottom: 125px !important;
  }
  .ml125-tb {
    margin-left: 125px !important;
  }
  .pt125-tb {
    padding-top: 125px !important;
  }
  .pr125-tb {
    padding-right: 125px !important;
  }
  .pb125-tb {
    padding-bottom: 125px !important;
  }
  .pl125-tb {
    padding-left: 125px !important;
  }
  .mt130-tb {
    margin-top: 130px !important;
  }
  .mr130-tb {
    margin-right: 130px !important;
  }
  .mb130-tb {
    margin-bottom: 130px !important;
  }
  .ml130-tb {
    margin-left: 130px !important;
  }
  .pt130-tb {
    padding-top: 130px !important;
  }
  .pr130-tb {
    padding-right: 130px !important;
  }
  .pb130-tb {
    padding-bottom: 130px !important;
  }
  .pl130-tb {
    padding-left: 130px !important;
  }
  .mt135-tb {
    margin-top: 135px !important;
  }
  .mr135-tb {
    margin-right: 135px !important;
  }
  .mb135-tb {
    margin-bottom: 135px !important;
  }
  .ml135-tb {
    margin-left: 135px !important;
  }
  .pt135-tb {
    padding-top: 135px !important;
  }
  .pr135-tb {
    padding-right: 135px !important;
  }
  .pb135-tb {
    padding-bottom: 135px !important;
  }
  .pl135-tb {
    padding-left: 135px !important;
  }
  .mt140-tb {
    margin-top: 140px !important;
  }
  .mr140-tb {
    margin-right: 140px !important;
  }
  .mb140-tb {
    margin-bottom: 140px !important;
  }
  .ml140-tb {
    margin-left: 140px !important;
  }
  .pt140-tb {
    padding-top: 140px !important;
  }
  .pr140-tb {
    padding-right: 140px !important;
  }
  .pb140-tb {
    padding-bottom: 140px !important;
  }
  .pl140-tb {
    padding-left: 140px !important;
  }
  .mt145-tb {
    margin-top: 145px !important;
  }
  .mr145-tb {
    margin-right: 145px !important;
  }
  .mb145-tb {
    margin-bottom: 145px !important;
  }
  .ml145-tb {
    margin-left: 145px !important;
  }
  .pt145-tb {
    padding-top: 145px !important;
  }
  .pr145-tb {
    padding-right: 145px !important;
  }
  .pb145-tb {
    padding-bottom: 145px !important;
  }
  .pl145-tb {
    padding-left: 145px !important;
  }
  .mt150-tb {
    margin-top: 150px !important;
  }
  .mr150-tb {
    margin-right: 150px !important;
  }
  .mb150-tb {
    margin-bottom: 150px !important;
  }
  .ml150-tb {
    margin-left: 150px !important;
  }
  .pt150-tb {
    padding-top: 150px !important;
  }
  .pr150-tb {
    padding-right: 150px !important;
  }
  .pb150-tb {
    padding-bottom: 150px !important;
  }
  .pl150-tb {
    padding-left: 150px !important;
  }
  .mt155-tb {
    margin-top: 155px !important;
  }
  .mr155-tb {
    margin-right: 155px !important;
  }
  .mb155-tb {
    margin-bottom: 155px !important;
  }
  .ml155-tb {
    margin-left: 155px !important;
  }
  .pt155-tb {
    padding-top: 155px !important;
  }
  .pr155-tb {
    padding-right: 155px !important;
  }
  .pb155-tb {
    padding-bottom: 155px !important;
  }
  .pl155-tb {
    padding-left: 155px !important;
  }
  .mt160-tb {
    margin-top: 160px !important;
  }
  .mr160-tb {
    margin-right: 160px !important;
  }
  .mb160-tb {
    margin-bottom: 160px !important;
  }
  .ml160-tb {
    margin-left: 160px !important;
  }
  .pt160-tb {
    padding-top: 160px !important;
  }
  .pr160-tb {
    padding-right: 160px !important;
  }
  .pb160-tb {
    padding-bottom: 160px !important;
  }
  .pl160-tb {
    padding-left: 160px !important;
  }
  .mt165-tb {
    margin-top: 165px !important;
  }
  .mr165-tb {
    margin-right: 165px !important;
  }
  .mb165-tb {
    margin-bottom: 165px !important;
  }
  .ml165-tb {
    margin-left: 165px !important;
  }
  .pt165-tb {
    padding-top: 165px !important;
  }
  .pr165-tb {
    padding-right: 165px !important;
  }
  .pb165-tb {
    padding-bottom: 165px !important;
  }
  .pl165-tb {
    padding-left: 165px !important;
  }
  .mt170-tb {
    margin-top: 170px !important;
  }
  .mr170-tb {
    margin-right: 170px !important;
  }
  .mb170-tb {
    margin-bottom: 170px !important;
  }
  .ml170-tb {
    margin-left: 170px !important;
  }
  .pt170-tb {
    padding-top: 170px !important;
  }
  .pr170-tb {
    padding-right: 170px !important;
  }
  .pb170-tb {
    padding-bottom: 170px !important;
  }
  .pl170-tb {
    padding-left: 170px !important;
  }
  .mt175-tb {
    margin-top: 175px !important;
  }
  .mr175-tb {
    margin-right: 175px !important;
  }
  .mb175-tb {
    margin-bottom: 175px !important;
  }
  .ml175-tb {
    margin-left: 175px !important;
  }
  .pt175-tb {
    padding-top: 175px !important;
  }
  .pr175-tb {
    padding-right: 175px !important;
  }
  .pb175-tb {
    padding-bottom: 175px !important;
  }
  .pl175-tb {
    padding-left: 175px !important;
  }
  .mt180-tb {
    margin-top: 180px !important;
  }
  .mr180-tb {
    margin-right: 180px !important;
  }
  .mb180-tb {
    margin-bottom: 180px !important;
  }
  .ml180-tb {
    margin-left: 180px !important;
  }
  .pt180-tb {
    padding-top: 180px !important;
  }
  .pr180-tb {
    padding-right: 180px !important;
  }
  .pb180-tb {
    padding-bottom: 180px !important;
  }
  .pl180-tb {
    padding-left: 180px !important;
  }
  .mt185-tb {
    margin-top: 185px !important;
  }
  .mr185-tb {
    margin-right: 185px !important;
  }
  .mb185-tb {
    margin-bottom: 185px !important;
  }
  .ml185-tb {
    margin-left: 185px !important;
  }
  .pt185-tb {
    padding-top: 185px !important;
  }
  .pr185-tb {
    padding-right: 185px !important;
  }
  .pb185-tb {
    padding-bottom: 185px !important;
  }
  .pl185-tb {
    padding-left: 185px !important;
  }
  .mt190-tb {
    margin-top: 190px !important;
  }
  .mr190-tb {
    margin-right: 190px !important;
  }
  .mb190-tb {
    margin-bottom: 190px !important;
  }
  .ml190-tb {
    margin-left: 190px !important;
  }
  .pt190-tb {
    padding-top: 190px !important;
  }
  .pr190-tb {
    padding-right: 190px !important;
  }
  .pb190-tb {
    padding-bottom: 190px !important;
  }
  .pl190-tb {
    padding-left: 190px !important;
  }
  .mt195-tb {
    margin-top: 195px !important;
  }
  .mr195-tb {
    margin-right: 195px !important;
  }
  .mb195-tb {
    margin-bottom: 195px !important;
  }
  .ml195-tb {
    margin-left: 195px !important;
  }
  .pt195-tb {
    padding-top: 195px !important;
  }
  .pr195-tb {
    padding-right: 195px !important;
  }
  .pb195-tb {
    padding-bottom: 195px !important;
  }
  .pl195-tb {
    padding-left: 195px !important;
  }
  .mt200-tb {
    margin-top: 200px !important;
  }
  .mr200-tb {
    margin-right: 200px !important;
  }
  .mb200-tb {
    margin-bottom: 200px !important;
  }
  .ml200-tb {
    margin-left: 200px !important;
  }
  .pt200-tb {
    padding-top: 200px !important;
  }
  .pr200-tb {
    padding-right: 200px !important;
  }
  .pb200-tb {
    padding-bottom: 200px !important;
  }
  .pl200-tb {
    padding-left: 200px !important;
  }
  .f8px-tb {
    font-size: 8px !important;
  }
  .f9px-tb {
    font-size: 9px !important;
  }
  .f10px-tb {
    font-size: 10px !important;
  }
  .f11px-tb {
    font-size: 11px !important;
  }
  .f12px-tb {
    font-size: 12px !important;
  }
  .f13px-tb {
    font-size: 13px !important;
  }
  .f14px-tb {
    font-size: 14px !important;
  }
  .f15px-tb {
    font-size: 15px !important;
  }
  .f16px-tb {
    font-size: 16px !important;
  }
  .f17px-tb {
    font-size: 17px !important;
  }
  .f18px-tb {
    font-size: 18px !important;
  }
  .f19px-tb {
    font-size: 19px !important;
  }
  .f20px-tb {
    font-size: 20px !important;
  }
  .f21px-tb {
    font-size: 21px !important;
  }
  .f22px-tb {
    font-size: 22px !important;
  }
  .f23px-tb {
    font-size: 23px !important;
  }
  .f24px-tb {
    font-size: 24px !important;
  }
  .f25px-tb {
    font-size: 25px !important;
  }
  .f26px-tb {
    font-size: 26px !important;
  }
  .f27px-tb {
    font-size: 27px !important;
  }
  .f28px-tb {
    font-size: 28px !important;
  }
  .f29px-tb {
    font-size: 29px !important;
  }
  .f30px-tb {
    font-size: 30px !important;
  }
  .f31px-tb {
    font-size: 31px !important;
  }
  .f32px-tb {
    font-size: 32px !important;
  }
  .f33px-tb {
    font-size: 33px !important;
  }
  .f34px-tb {
    font-size: 34px !important;
  }
  .f35px-tb {
    font-size: 35px !important;
  }
  .f36px-tb {
    font-size: 36px !important;
  }
  .f37px-tb {
    font-size: 37px !important;
  }
  .f38px-tb {
    font-size: 38px !important;
  }
  .f39px-tb {
    font-size: 39px !important;
  }
  .f40px-tb {
    font-size: 40px !important;
  }
  .owl5-tb > * + * {
    margin-top: 5px;
  }
  .owl10-tb > * + * {
    margin-top: 10px;
  }
  .owl15-tb > * + * {
    margin-top: 15px;
  }
  .owl20-tb > * + * {
    margin-top: 20px;
  }
  .owl25-tb > * + * {
    margin-top: 25px;
  }
  .owl30-tb > * + * {
    margin-top: 30px;
  }
  .owl35-tb > * + * {
    margin-top: 35px;
  }
  .owl40-tb > * + * {
    margin-top: 40px;
  }
  .owl45-tb > * + * {
    margin-top: 45px;
  }
  .owl50-tb > * + * {
    margin-top: 50px;
  }
  .owl55-tb > * + * {
    margin-top: 55px;
  }
  .owl60-tb > * + * {
    margin-top: 60px;
  }
  .owl65-tb > * + * {
    margin-top: 65px;
  }
  .owl70-tb > * + * {
    margin-top: 70px;
  }
  .owl75-tb > * + * {
    margin-top: 75px;
  }
  .owl80-tb > * + * {
    margin-top: 80px;
  }
  .owl85-tb > * + * {
    margin-top: 85px;
  }
  .owl90-tb > * + * {
    margin-top: 90px;
  }
  .owl95-tb > * + * {
    margin-top: 95px;
  }
  .owl100-tb > * + * {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .left-text-sp {
    text-align: left !important;
  }
  .right-text-sp {
    text-align: right !important;
  }
  .center-text-sp {
    text-align: center !important;
  }
  .mt0-sp {
    margin-top: 0px !important;
  }
  .mr0-sp {
    margin-right: 0px !important;
  }
  .mb0-sp {
    margin-bottom: 0px !important;
  }
  .ml0-sp {
    margin-left: 0px !important;
  }
  .pt0-sp {
    padding-top: 0px !important;
  }
  .pr0-sp {
    padding-right: 0px !important;
  }
  .pb0-sp {
    padding-bottom: 0px !important;
  }
  .pl0-sp {
    padding-left: 0px !important;
  }
  .mt1-sp {
    margin-top: 1px !important;
  }
  .mr1-sp {
    margin-right: 1px !important;
  }
  .mb1-sp {
    margin-bottom: 1px !important;
  }
  .ml1-sp {
    margin-left: 1px !important;
  }
  .pt1-sp {
    padding-top: 1px !important;
  }
  .pr1-sp {
    padding-right: 1px !important;
  }
  .pb1-sp {
    padding-bottom: 1px !important;
  }
  .pl1-sp {
    padding-left: 1px !important;
  }
  .mt2-sp {
    margin-top: 2px !important;
  }
  .mr2-sp {
    margin-right: 2px !important;
  }
  .mb2-sp {
    margin-bottom: 2px !important;
  }
  .ml2-sp {
    margin-left: 2px !important;
  }
  .pt2-sp {
    padding-top: 2px !important;
  }
  .pr2-sp {
    padding-right: 2px !important;
  }
  .pb2-sp {
    padding-bottom: 2px !important;
  }
  .pl2-sp {
    padding-left: 2px !important;
  }
  .mt3-sp {
    margin-top: 3px !important;
  }
  .mr3-sp {
    margin-right: 3px !important;
  }
  .mb3-sp {
    margin-bottom: 3px !important;
  }
  .ml3-sp {
    margin-left: 3px !important;
  }
  .pt3-sp {
    padding-top: 3px !important;
  }
  .pr3-sp {
    padding-right: 3px !important;
  }
  .pb3-sp {
    padding-bottom: 3px !important;
  }
  .pl3-sp {
    padding-left: 3px !important;
  }
  .mt4-sp {
    margin-top: 4px !important;
  }
  .mr4-sp {
    margin-right: 4px !important;
  }
  .mb4-sp {
    margin-bottom: 4px !important;
  }
  .ml4-sp {
    margin-left: 4px !important;
  }
  .pt4-sp {
    padding-top: 4px !important;
  }
  .pr4-sp {
    padding-right: 4px !important;
  }
  .pb4-sp {
    padding-bottom: 4px !important;
  }
  .pl4-sp {
    padding-left: 4px !important;
  }
  .mt5-sp {
    margin-top: 5px !important;
  }
  .mr5-sp {
    margin-right: 5px !important;
  }
  .mb5-sp {
    margin-bottom: 5px !important;
  }
  .ml5-sp {
    margin-left: 5px !important;
  }
  .pt5-sp {
    padding-top: 5px !important;
  }
  .pr5-sp {
    padding-right: 5px !important;
  }
  .pb5-sp {
    padding-bottom: 5px !important;
  }
  .pl5-sp {
    padding-left: 5px !important;
  }
  .mt6-sp {
    margin-top: 6px !important;
  }
  .mr6-sp {
    margin-right: 6px !important;
  }
  .mb6-sp {
    margin-bottom: 6px !important;
  }
  .ml6-sp {
    margin-left: 6px !important;
  }
  .pt6-sp {
    padding-top: 6px !important;
  }
  .pr6-sp {
    padding-right: 6px !important;
  }
  .pb6-sp {
    padding-bottom: 6px !important;
  }
  .pl6-sp {
    padding-left: 6px !important;
  }
  .mt7-sp {
    margin-top: 7px !important;
  }
  .mr7-sp {
    margin-right: 7px !important;
  }
  .mb7-sp {
    margin-bottom: 7px !important;
  }
  .ml7-sp {
    margin-left: 7px !important;
  }
  .pt7-sp {
    padding-top: 7px !important;
  }
  .pr7-sp {
    padding-right: 7px !important;
  }
  .pb7-sp {
    padding-bottom: 7px !important;
  }
  .pl7-sp {
    padding-left: 7px !important;
  }
  .mt8-sp {
    margin-top: 8px !important;
  }
  .mr8-sp {
    margin-right: 8px !important;
  }
  .mb8-sp {
    margin-bottom: 8px !important;
  }
  .ml8-sp {
    margin-left: 8px !important;
  }
  .pt8-sp {
    padding-top: 8px !important;
  }
  .pr8-sp {
    padding-right: 8px !important;
  }
  .pb8-sp {
    padding-bottom: 8px !important;
  }
  .pl8-sp {
    padding-left: 8px !important;
  }
  .mt9-sp {
    margin-top: 9px !important;
  }
  .mr9-sp {
    margin-right: 9px !important;
  }
  .mb9-sp {
    margin-bottom: 9px !important;
  }
  .ml9-sp {
    margin-left: 9px !important;
  }
  .pt9-sp {
    padding-top: 9px !important;
  }
  .pr9-sp {
    padding-right: 9px !important;
  }
  .pb9-sp {
    padding-bottom: 9px !important;
  }
  .pl9-sp {
    padding-left: 9px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .mr10-sp {
    margin-right: 10px !important;
  }
  .mb10-sp {
    margin-bottom: 10px !important;
  }
  .ml10-sp {
    margin-left: 10px !important;
  }
  .pt10-sp {
    padding-top: 10px !important;
  }
  .pr10-sp {
    padding-right: 10px !important;
  }
  .pb10-sp {
    padding-bottom: 10px !important;
  }
  .pl10-sp {
    padding-left: 10px !important;
  }
  .mt11-sp {
    margin-top: 11px !important;
  }
  .mr11-sp {
    margin-right: 11px !important;
  }
  .mb11-sp {
    margin-bottom: 11px !important;
  }
  .ml11-sp {
    margin-left: 11px !important;
  }
  .pt11-sp {
    padding-top: 11px !important;
  }
  .pr11-sp {
    padding-right: 11px !important;
  }
  .pb11-sp {
    padding-bottom: 11px !important;
  }
  .pl11-sp {
    padding-left: 11px !important;
  }
  .mt12-sp {
    margin-top: 12px !important;
  }
  .mr12-sp {
    margin-right: 12px !important;
  }
  .mb12-sp {
    margin-bottom: 12px !important;
  }
  .ml12-sp {
    margin-left: 12px !important;
  }
  .pt12-sp {
    padding-top: 12px !important;
  }
  .pr12-sp {
    padding-right: 12px !important;
  }
  .pb12-sp {
    padding-bottom: 12px !important;
  }
  .pl12-sp {
    padding-left: 12px !important;
  }
  .mt13-sp {
    margin-top: 13px !important;
  }
  .mr13-sp {
    margin-right: 13px !important;
  }
  .mb13-sp {
    margin-bottom: 13px !important;
  }
  .ml13-sp {
    margin-left: 13px !important;
  }
  .pt13-sp {
    padding-top: 13px !important;
  }
  .pr13-sp {
    padding-right: 13px !important;
  }
  .pb13-sp {
    padding-bottom: 13px !important;
  }
  .pl13-sp {
    padding-left: 13px !important;
  }
  .mt14-sp {
    margin-top: 14px !important;
  }
  .mr14-sp {
    margin-right: 14px !important;
  }
  .mb14-sp {
    margin-bottom: 14px !important;
  }
  .ml14-sp {
    margin-left: 14px !important;
  }
  .pt14-sp {
    padding-top: 14px !important;
  }
  .pr14-sp {
    padding-right: 14px !important;
  }
  .pb14-sp {
    padding-bottom: 14px !important;
  }
  .pl14-sp {
    padding-left: 14px !important;
  }
  .mt15-sp {
    margin-top: 15px !important;
  }
  .mr15-sp {
    margin-right: 15px !important;
  }
  .mb15-sp {
    margin-bottom: 15px !important;
  }
  .ml15-sp {
    margin-left: 15px !important;
  }
  .pt15-sp {
    padding-top: 15px !important;
  }
  .pr15-sp {
    padding-right: 15px !important;
  }
  .pb15-sp {
    padding-bottom: 15px !important;
  }
  .pl15-sp {
    padding-left: 15px !important;
  }
  .mt16-sp {
    margin-top: 16px !important;
  }
  .mr16-sp {
    margin-right: 16px !important;
  }
  .mb16-sp {
    margin-bottom: 16px !important;
  }
  .ml16-sp {
    margin-left: 16px !important;
  }
  .pt16-sp {
    padding-top: 16px !important;
  }
  .pr16-sp {
    padding-right: 16px !important;
  }
  .pb16-sp {
    padding-bottom: 16px !important;
  }
  .pl16-sp {
    padding-left: 16px !important;
  }
  .mt17-sp {
    margin-top: 17px !important;
  }
  .mr17-sp {
    margin-right: 17px !important;
  }
  .mb17-sp {
    margin-bottom: 17px !important;
  }
  .ml17-sp {
    margin-left: 17px !important;
  }
  .pt17-sp {
    padding-top: 17px !important;
  }
  .pr17-sp {
    padding-right: 17px !important;
  }
  .pb17-sp {
    padding-bottom: 17px !important;
  }
  .pl17-sp {
    padding-left: 17px !important;
  }
  .mt18-sp {
    margin-top: 18px !important;
  }
  .mr18-sp {
    margin-right: 18px !important;
  }
  .mb18-sp {
    margin-bottom: 18px !important;
  }
  .ml18-sp {
    margin-left: 18px !important;
  }
  .pt18-sp {
    padding-top: 18px !important;
  }
  .pr18-sp {
    padding-right: 18px !important;
  }
  .pb18-sp {
    padding-bottom: 18px !important;
  }
  .pl18-sp {
    padding-left: 18px !important;
  }
  .mt19-sp {
    margin-top: 19px !important;
  }
  .mr19-sp {
    margin-right: 19px !important;
  }
  .mb19-sp {
    margin-bottom: 19px !important;
  }
  .ml19-sp {
    margin-left: 19px !important;
  }
  .pt19-sp {
    padding-top: 19px !important;
  }
  .pr19-sp {
    padding-right: 19px !important;
  }
  .pb19-sp {
    padding-bottom: 19px !important;
  }
  .pl19-sp {
    padding-left: 19px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mr20-sp {
    margin-right: 20px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
  .ml20-sp {
    margin-left: 20px !important;
  }
  .pt20-sp {
    padding-top: 20px !important;
  }
  .pr20-sp {
    padding-right: 20px !important;
  }
  .pb20-sp {
    padding-bottom: 20px !important;
  }
  .pl20-sp {
    padding-left: 20px !important;
  }
  .mt25-sp {
    margin-top: 25px !important;
  }
  .mr25-sp {
    margin-right: 25px !important;
  }
  .mb25-sp {
    margin-bottom: 25px !important;
  }
  .ml25-sp {
    margin-left: 25px !important;
  }
  .pt25-sp {
    padding-top: 25px !important;
  }
  .pr25-sp {
    padding-right: 25px !important;
  }
  .pb25-sp {
    padding-bottom: 25px !important;
  }
  .pl25-sp {
    padding-left: 25px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mr30-sp {
    margin-right: 30px !important;
  }
  .mb30-sp {
    margin-bottom: 30px !important;
  }
  .ml30-sp {
    margin-left: 30px !important;
  }
  .pt30-sp {
    padding-top: 30px !important;
  }
  .pr30-sp {
    padding-right: 30px !important;
  }
  .pb30-sp {
    padding-bottom: 30px !important;
  }
  .pl30-sp {
    padding-left: 30px !important;
  }
  .mt35-sp {
    margin-top: 35px !important;
  }
  .mr35-sp {
    margin-right: 35px !important;
  }
  .mb35-sp {
    margin-bottom: 35px !important;
  }
  .ml35-sp {
    margin-left: 35px !important;
  }
  .pt35-sp {
    padding-top: 35px !important;
  }
  .pr35-sp {
    padding-right: 35px !important;
  }
  .pb35-sp {
    padding-bottom: 35px !important;
  }
  .pl35-sp {
    padding-left: 35px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mr40-sp {
    margin-right: 40px !important;
  }
  .mb40-sp {
    margin-bottom: 40px !important;
  }
  .ml40-sp {
    margin-left: 40px !important;
  }
  .pt40-sp {
    padding-top: 40px !important;
  }
  .pr40-sp {
    padding-right: 40px !important;
  }
  .pb40-sp {
    padding-bottom: 40px !important;
  }
  .pl40-sp {
    padding-left: 40px !important;
  }
  .mt45-sp {
    margin-top: 45px !important;
  }
  .mr45-sp {
    margin-right: 45px !important;
  }
  .mb45-sp {
    margin-bottom: 45px !important;
  }
  .ml45-sp {
    margin-left: 45px !important;
  }
  .pt45-sp {
    padding-top: 45px !important;
  }
  .pr45-sp {
    padding-right: 45px !important;
  }
  .pb45-sp {
    padding-bottom: 45px !important;
  }
  .pl45-sp {
    padding-left: 45px !important;
  }
  .mt50-sp {
    margin-top: 50px !important;
  }
  .mr50-sp {
    margin-right: 50px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .ml50-sp {
    margin-left: 50px !important;
  }
  .pt50-sp {
    padding-top: 50px !important;
  }
  .pr50-sp {
    padding-right: 50px !important;
  }
  .pb50-sp {
    padding-bottom: 50px !important;
  }
  .pl50-sp {
    padding-left: 50px !important;
  }
  .mt55-sp {
    margin-top: 55px !important;
  }
  .mr55-sp {
    margin-right: 55px !important;
  }
  .mb55-sp {
    margin-bottom: 55px !important;
  }
  .ml55-sp {
    margin-left: 55px !important;
  }
  .pt55-sp {
    padding-top: 55px !important;
  }
  .pr55-sp {
    padding-right: 55px !important;
  }
  .pb55-sp {
    padding-bottom: 55px !important;
  }
  .pl55-sp {
    padding-left: 55px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .mr60-sp {
    margin-right: 60px !important;
  }
  .mb60-sp {
    margin-bottom: 60px !important;
  }
  .ml60-sp {
    margin-left: 60px !important;
  }
  .pt60-sp {
    padding-top: 60px !important;
  }
  .pr60-sp {
    padding-right: 60px !important;
  }
  .pb60-sp {
    padding-bottom: 60px !important;
  }
  .pl60-sp {
    padding-left: 60px !important;
  }
  .mt65-sp {
    margin-top: 65px !important;
  }
  .mr65-sp {
    margin-right: 65px !important;
  }
  .mb65-sp {
    margin-bottom: 65px !important;
  }
  .ml65-sp {
    margin-left: 65px !important;
  }
  .pt65-sp {
    padding-top: 65px !important;
  }
  .pr65-sp {
    padding-right: 65px !important;
  }
  .pb65-sp {
    padding-bottom: 65px !important;
  }
  .pl65-sp {
    padding-left: 65px !important;
  }
  .mt70-sp {
    margin-top: 70px !important;
  }
  .mr70-sp {
    margin-right: 70px !important;
  }
  .mb70-sp {
    margin-bottom: 70px !important;
  }
  .ml70-sp {
    margin-left: 70px !important;
  }
  .pt70-sp {
    padding-top: 70px !important;
  }
  .pr70-sp {
    padding-right: 70px !important;
  }
  .pb70-sp {
    padding-bottom: 70px !important;
  }
  .pl70-sp {
    padding-left: 70px !important;
  }
  .mt75-sp {
    margin-top: 75px !important;
  }
  .mr75-sp {
    margin-right: 75px !important;
  }
  .mb75-sp {
    margin-bottom: 75px !important;
  }
  .ml75-sp {
    margin-left: 75px !important;
  }
  .pt75-sp {
    padding-top: 75px !important;
  }
  .pr75-sp {
    padding-right: 75px !important;
  }
  .pb75-sp {
    padding-bottom: 75px !important;
  }
  .pl75-sp {
    padding-left: 75px !important;
  }
  .mt80-sp {
    margin-top: 80px !important;
  }
  .mr80-sp {
    margin-right: 80px !important;
  }
  .mb80-sp {
    margin-bottom: 80px !important;
  }
  .ml80-sp {
    margin-left: 80px !important;
  }
  .pt80-sp {
    padding-top: 80px !important;
  }
  .pr80-sp {
    padding-right: 80px !important;
  }
  .pb80-sp {
    padding-bottom: 80px !important;
  }
  .pl80-sp {
    padding-left: 80px !important;
  }
  .mt85-sp {
    margin-top: 85px !important;
  }
  .mr85-sp {
    margin-right: 85px !important;
  }
  .mb85-sp {
    margin-bottom: 85px !important;
  }
  .ml85-sp {
    margin-left: 85px !important;
  }
  .pt85-sp {
    padding-top: 85px !important;
  }
  .pr85-sp {
    padding-right: 85px !important;
  }
  .pb85-sp {
    padding-bottom: 85px !important;
  }
  .pl85-sp {
    padding-left: 85px !important;
  }
  .mt90-sp {
    margin-top: 90px !important;
  }
  .mr90-sp {
    margin-right: 90px !important;
  }
  .mb90-sp {
    margin-bottom: 90px !important;
  }
  .ml90-sp {
    margin-left: 90px !important;
  }
  .pt90-sp {
    padding-top: 90px !important;
  }
  .pr90-sp {
    padding-right: 90px !important;
  }
  .pb90-sp {
    padding-bottom: 90px !important;
  }
  .pl90-sp {
    padding-left: 90px !important;
  }
  .mt95-sp {
    margin-top: 95px !important;
  }
  .mr95-sp {
    margin-right: 95px !important;
  }
  .mb95-sp {
    margin-bottom: 95px !important;
  }
  .ml95-sp {
    margin-left: 95px !important;
  }
  .pt95-sp {
    padding-top: 95px !important;
  }
  .pr95-sp {
    padding-right: 95px !important;
  }
  .pb95-sp {
    padding-bottom: 95px !important;
  }
  .pl95-sp {
    padding-left: 95px !important;
  }
  .mt100-sp {
    margin-top: 100px !important;
  }
  .mr100-sp {
    margin-right: 100px !important;
  }
  .mb100-sp {
    margin-bottom: 100px !important;
  }
  .ml100-sp {
    margin-left: 100px !important;
  }
  .pt100-sp {
    padding-top: 100px !important;
  }
  .pr100-sp {
    padding-right: 100px !important;
  }
  .pb100-sp {
    padding-bottom: 100px !important;
  }
  .pl100-sp {
    padding-left: 100px !important;
  }
  .mt105-sp {
    margin-top: 105px !important;
  }
  .mr105-sp {
    margin-right: 105px !important;
  }
  .mb105-sp {
    margin-bottom: 105px !important;
  }
  .ml105-sp {
    margin-left: 105px !important;
  }
  .pt105-sp {
    padding-top: 105px !important;
  }
  .pr105-sp {
    padding-right: 105px !important;
  }
  .pb105-sp {
    padding-bottom: 105px !important;
  }
  .pl105-sp {
    padding-left: 105px !important;
  }
  .mt110-sp {
    margin-top: 110px !important;
  }
  .mr110-sp {
    margin-right: 110px !important;
  }
  .mb110-sp {
    margin-bottom: 110px !important;
  }
  .ml110-sp {
    margin-left: 110px !important;
  }
  .pt110-sp {
    padding-top: 110px !important;
  }
  .pr110-sp {
    padding-right: 110px !important;
  }
  .pb110-sp {
    padding-bottom: 110px !important;
  }
  .pl110-sp {
    padding-left: 110px !important;
  }
  .mt115-sp {
    margin-top: 115px !important;
  }
  .mr115-sp {
    margin-right: 115px !important;
  }
  .mb115-sp {
    margin-bottom: 115px !important;
  }
  .ml115-sp {
    margin-left: 115px !important;
  }
  .pt115-sp {
    padding-top: 115px !important;
  }
  .pr115-sp {
    padding-right: 115px !important;
  }
  .pb115-sp {
    padding-bottom: 115px !important;
  }
  .pl115-sp {
    padding-left: 115px !important;
  }
  .mt120-sp {
    margin-top: 120px !important;
  }
  .mr120-sp {
    margin-right: 120px !important;
  }
  .mb120-sp {
    margin-bottom: 120px !important;
  }
  .ml120-sp {
    margin-left: 120px !important;
  }
  .pt120-sp {
    padding-top: 120px !important;
  }
  .pr120-sp {
    padding-right: 120px !important;
  }
  .pb120-sp {
    padding-bottom: 120px !important;
  }
  .pl120-sp {
    padding-left: 120px !important;
  }
  .mt125-sp {
    margin-top: 125px !important;
  }
  .mr125-sp {
    margin-right: 125px !important;
  }
  .mb125-sp {
    margin-bottom: 125px !important;
  }
  .ml125-sp {
    margin-left: 125px !important;
  }
  .pt125-sp {
    padding-top: 125px !important;
  }
  .pr125-sp {
    padding-right: 125px !important;
  }
  .pb125-sp {
    padding-bottom: 125px !important;
  }
  .pl125-sp {
    padding-left: 125px !important;
  }
  .mt130-sp {
    margin-top: 130px !important;
  }
  .mr130-sp {
    margin-right: 130px !important;
  }
  .mb130-sp {
    margin-bottom: 130px !important;
  }
  .ml130-sp {
    margin-left: 130px !important;
  }
  .pt130-sp {
    padding-top: 130px !important;
  }
  .pr130-sp {
    padding-right: 130px !important;
  }
  .pb130-sp {
    padding-bottom: 130px !important;
  }
  .pl130-sp {
    padding-left: 130px !important;
  }
  .mt135-sp {
    margin-top: 135px !important;
  }
  .mr135-sp {
    margin-right: 135px !important;
  }
  .mb135-sp {
    margin-bottom: 135px !important;
  }
  .ml135-sp {
    margin-left: 135px !important;
  }
  .pt135-sp {
    padding-top: 135px !important;
  }
  .pr135-sp {
    padding-right: 135px !important;
  }
  .pb135-sp {
    padding-bottom: 135px !important;
  }
  .pl135-sp {
    padding-left: 135px !important;
  }
  .mt140-sp {
    margin-top: 140px !important;
  }
  .mr140-sp {
    margin-right: 140px !important;
  }
  .mb140-sp {
    margin-bottom: 140px !important;
  }
  .ml140-sp {
    margin-left: 140px !important;
  }
  .pt140-sp {
    padding-top: 140px !important;
  }
  .pr140-sp {
    padding-right: 140px !important;
  }
  .pb140-sp {
    padding-bottom: 140px !important;
  }
  .pl140-sp {
    padding-left: 140px !important;
  }
  .mt145-sp {
    margin-top: 145px !important;
  }
  .mr145-sp {
    margin-right: 145px !important;
  }
  .mb145-sp {
    margin-bottom: 145px !important;
  }
  .ml145-sp {
    margin-left: 145px !important;
  }
  .pt145-sp {
    padding-top: 145px !important;
  }
  .pr145-sp {
    padding-right: 145px !important;
  }
  .pb145-sp {
    padding-bottom: 145px !important;
  }
  .pl145-sp {
    padding-left: 145px !important;
  }
  .mt150-sp {
    margin-top: 150px !important;
  }
  .mr150-sp {
    margin-right: 150px !important;
  }
  .mb150-sp {
    margin-bottom: 150px !important;
  }
  .ml150-sp {
    margin-left: 150px !important;
  }
  .pt150-sp {
    padding-top: 150px !important;
  }
  .pr150-sp {
    padding-right: 150px !important;
  }
  .pb150-sp {
    padding-bottom: 150px !important;
  }
  .pl150-sp {
    padding-left: 150px !important;
  }
  .mt155-sp {
    margin-top: 155px !important;
  }
  .mr155-sp {
    margin-right: 155px !important;
  }
  .mb155-sp {
    margin-bottom: 155px !important;
  }
  .ml155-sp {
    margin-left: 155px !important;
  }
  .pt155-sp {
    padding-top: 155px !important;
  }
  .pr155-sp {
    padding-right: 155px !important;
  }
  .pb155-sp {
    padding-bottom: 155px !important;
  }
  .pl155-sp {
    padding-left: 155px !important;
  }
  .mt160-sp {
    margin-top: 160px !important;
  }
  .mr160-sp {
    margin-right: 160px !important;
  }
  .mb160-sp {
    margin-bottom: 160px !important;
  }
  .ml160-sp {
    margin-left: 160px !important;
  }
  .pt160-sp {
    padding-top: 160px !important;
  }
  .pr160-sp {
    padding-right: 160px !important;
  }
  .pb160-sp {
    padding-bottom: 160px !important;
  }
  .pl160-sp {
    padding-left: 160px !important;
  }
  .mt165-sp {
    margin-top: 165px !important;
  }
  .mr165-sp {
    margin-right: 165px !important;
  }
  .mb165-sp {
    margin-bottom: 165px !important;
  }
  .ml165-sp {
    margin-left: 165px !important;
  }
  .pt165-sp {
    padding-top: 165px !important;
  }
  .pr165-sp {
    padding-right: 165px !important;
  }
  .pb165-sp {
    padding-bottom: 165px !important;
  }
  .pl165-sp {
    padding-left: 165px !important;
  }
  .mt170-sp {
    margin-top: 170px !important;
  }
  .mr170-sp {
    margin-right: 170px !important;
  }
  .mb170-sp {
    margin-bottom: 170px !important;
  }
  .ml170-sp {
    margin-left: 170px !important;
  }
  .pt170-sp {
    padding-top: 170px !important;
  }
  .pr170-sp {
    padding-right: 170px !important;
  }
  .pb170-sp {
    padding-bottom: 170px !important;
  }
  .pl170-sp {
    padding-left: 170px !important;
  }
  .mt175-sp {
    margin-top: 175px !important;
  }
  .mr175-sp {
    margin-right: 175px !important;
  }
  .mb175-sp {
    margin-bottom: 175px !important;
  }
  .ml175-sp {
    margin-left: 175px !important;
  }
  .pt175-sp {
    padding-top: 175px !important;
  }
  .pr175-sp {
    padding-right: 175px !important;
  }
  .pb175-sp {
    padding-bottom: 175px !important;
  }
  .pl175-sp {
    padding-left: 175px !important;
  }
  .mt180-sp {
    margin-top: 180px !important;
  }
  .mr180-sp {
    margin-right: 180px !important;
  }
  .mb180-sp {
    margin-bottom: 180px !important;
  }
  .ml180-sp {
    margin-left: 180px !important;
  }
  .pt180-sp {
    padding-top: 180px !important;
  }
  .pr180-sp {
    padding-right: 180px !important;
  }
  .pb180-sp {
    padding-bottom: 180px !important;
  }
  .pl180-sp {
    padding-left: 180px !important;
  }
  .mt185-sp {
    margin-top: 185px !important;
  }
  .mr185-sp {
    margin-right: 185px !important;
  }
  .mb185-sp {
    margin-bottom: 185px !important;
  }
  .ml185-sp {
    margin-left: 185px !important;
  }
  .pt185-sp {
    padding-top: 185px !important;
  }
  .pr185-sp {
    padding-right: 185px !important;
  }
  .pb185-sp {
    padding-bottom: 185px !important;
  }
  .pl185-sp {
    padding-left: 185px !important;
  }
  .mt190-sp {
    margin-top: 190px !important;
  }
  .mr190-sp {
    margin-right: 190px !important;
  }
  .mb190-sp {
    margin-bottom: 190px !important;
  }
  .ml190-sp {
    margin-left: 190px !important;
  }
  .pt190-sp {
    padding-top: 190px !important;
  }
  .pr190-sp {
    padding-right: 190px !important;
  }
  .pb190-sp {
    padding-bottom: 190px !important;
  }
  .pl190-sp {
    padding-left: 190px !important;
  }
  .mt195-sp {
    margin-top: 195px !important;
  }
  .mr195-sp {
    margin-right: 195px !important;
  }
  .mb195-sp {
    margin-bottom: 195px !important;
  }
  .ml195-sp {
    margin-left: 195px !important;
  }
  .pt195-sp {
    padding-top: 195px !important;
  }
  .pr195-sp {
    padding-right: 195px !important;
  }
  .pb195-sp {
    padding-bottom: 195px !important;
  }
  .pl195-sp {
    padding-left: 195px !important;
  }
  .mt200-sp {
    margin-top: 200px !important;
  }
  .mr200-sp {
    margin-right: 200px !important;
  }
  .mb200-sp {
    margin-bottom: 200px !important;
  }
  .ml200-sp {
    margin-left: 200px !important;
  }
  .pt200-sp {
    padding-top: 200px !important;
  }
  .pr200-sp {
    padding-right: 200px !important;
  }
  .pb200-sp {
    padding-bottom: 200px !important;
  }
  .pl200-sp {
    padding-left: 200px !important;
  }
  .f8px-sp {
    font-size: 8px !important;
  }
  .f9px-sp {
    font-size: 9px !important;
  }
  .f10px-sp {
    font-size: 10px !important;
  }
  .f11px-sp {
    font-size: 11px !important;
  }
  .f12px-sp {
    font-size: 12px !important;
  }
  .f13px-sp {
    font-size: 13px !important;
  }
  .f14px-sp {
    font-size: 14px !important;
  }
  .f15px-sp {
    font-size: 15px !important;
  }
  .f16px-sp {
    font-size: 16px !important;
  }
  .f17px-sp {
    font-size: 17px !important;
  }
  .f18px-sp {
    font-size: 18px !important;
  }
  .f19px-sp {
    font-size: 19px !important;
  }
  .f20px-sp {
    font-size: 20px !important;
  }
  .f21px-sp {
    font-size: 21px !important;
  }
  .f22px-sp {
    font-size: 22px !important;
  }
  .f23px-sp {
    font-size: 23px !important;
  }
  .f24px-sp {
    font-size: 24px !important;
  }
  .f25px-sp {
    font-size: 25px !important;
  }
  .f26px-sp {
    font-size: 26px !important;
  }
  .f27px-sp {
    font-size: 27px !important;
  }
  .f28px-sp {
    font-size: 28px !important;
  }
  .f29px-sp {
    font-size: 29px !important;
  }
  .f30px-sp {
    font-size: 30px !important;
  }
  .f31px-sp {
    font-size: 31px !important;
  }
  .f32px-sp {
    font-size: 32px !important;
  }
  .f33px-sp {
    font-size: 33px !important;
  }
  .f34px-sp {
    font-size: 34px !important;
  }
  .f35px-sp {
    font-size: 35px !important;
  }
  .f36px-sp {
    font-size: 36px !important;
  }
  .f37px-sp {
    font-size: 37px !important;
  }
  .f38px-sp {
    font-size: 38px !important;
  }
  .f39px-sp {
    font-size: 39px !important;
  }
  .f40px-sp {
    font-size: 40px !important;
  }
  .owl5-sp > * + * {
    margin-top: 5px;
  }
  .owl10-sp > * + * {
    margin-top: 10px;
  }
  .owl15-sp > * + * {
    margin-top: 15px;
  }
  .owl20-sp > * + * {
    margin-top: 20px;
  }
  .owl25-sp > * + * {
    margin-top: 25px;
  }
  .owl30-sp > * + * {
    margin-top: 30px;
  }
  .owl35-sp > * + * {
    margin-top: 35px;
  }
  .owl40-sp > * + * {
    margin-top: 40px;
  }
  .owl45-sp > * + * {
    margin-top: 45px;
  }
  .owl50-sp > * + * {
    margin-top: 50px;
  }
  .owl55-sp > * + * {
    margin-top: 55px;
  }
  .owl60-sp > * + * {
    margin-top: 60px;
  }
  .owl65-sp > * + * {
    margin-top: 65px;
  }
  .owl70-sp > * + * {
    margin-top: 70px;
  }
  .owl75-sp > * + * {
    margin-top: 75px;
  }
  .owl80-sp > * + * {
    margin-top: 80px;
  }
  .owl85-sp > * + * {
    margin-top: 85px;
  }
  .owl90-sp > * + * {
    margin-top: 90px;
  }
  .owl95-sp > * + * {
    margin-top: 95px;
  }
  .owl100-sp > * + * {
    margin-top: 100px;
  }
}
.button01,
.wp-block-button .wp-block-button__link {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 372px;
  background: #b20000;
  padding: 20px;
  box-shadow: 5px 5px 0px #333;
  transition: 0.3s;
}
.button01:after,
.wp-block-button .wp-block-button__link:after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../img/common/arr03.svg) no-repeat center/contain;
  margin-left: 10px;
}
.button01:hover,
.wp-block-button .wp-block-button__link:hover {
  transform: translate(5px, 5px);
  box-shadow: 0px 0px 0px #333;
}

.table-scroll-box {
  overflow: auto;
}
.table-scroll-box .scroll-hint-icon {
  top: 110px;
}

.table01,
.wp-block-table > .has-fixed-layout {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 4px;
}
@media only screen and (max-width: 1024px) {
  .table01,
  .wp-block-table > .has-fixed-layout {
    min-width: 950px;
  }
}
.table01 thead > tr th,
.wp-block-table > .has-fixed-layout thead > tr th {
  text-align: center;
  position: relative;
  padding: 15px 0;
}
.table01 thead > tr th:before,
.wp-block-table > .has-fixed-layout thead > tr th:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #dd5353;
}
.table01 thead > tr th:nth-of-type(1),
.wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(1) {
  width: 150px;
}
@media only screen and (max-width: 1300px) {
  .table01 thead > tr th:nth-of-type(1),
  .wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(1) {
    width: 100px;
  }
}
.table01 thead > tr th:nth-of-type(2), .table01 thead > tr th:nth-of-type(3),
.wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(2),
.wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(3) {
  width: 320px;
}
@media only screen and (max-width: 1300px) {
  .table01 thead > tr th:nth-of-type(2), .table01 thead > tr th:nth-of-type(3),
  .wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(2),
  .wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(3) {
    width: 200px;
  }
}
.table01 thead > tr th:nth-of-type(4),
.wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(4) {
  width: 180px;
}
@media only screen and (max-width: 1300px) {
  .table01 thead > tr th:nth-of-type(4),
  .wp-block-table > .has-fixed-layout thead > tr th:nth-of-type(4) {
    width: 140px;
  }
}
.table01 tbody tr td,
.wp-block-table > .has-fixed-layout tbody tr td {
  text-align: center;
  position: relative;
  padding: 10px 5px 15px;
  vertical-align: top;
}
.table01 tbody tr td:last-child,
.wp-block-table > .has-fixed-layout tbody tr td:last-child {
  text-align: left;
}
.table01 tbody tr td:before,
.wp-block-table > .has-fixed-layout tbody tr td:before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f4f4f4;
}

.table02,
.wp-block-table.is-style-stripes > .has-fixed-layout {
  width: 100%;
}
.table02 tbody tr th,
.table02 tbody tr td,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td {
  position: relative;
  vertical-align: top;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .table02 tbody tr th,
  .table02 tbody tr td,
  .wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th,
  .wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td {
    padding: 20px 0;
  }
}
.table02 tbody tr th:before,
.table02 tbody tr td:before,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th:before,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td:before {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.table02 tbody tr th,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th {
  width: 150px;
}
@media only screen and (max-width: 1024px) {
  .table02 tbody tr th,
  .wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th {
    width: 80px;
  }
}
.table02 tbody tr th:before,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr th:before {
  background: #dd5353;
}
.table02 tbody tr td,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td {
  padding: 30px 40px;
}
@media only screen and (max-width: 1024px) {
  .table02 tbody tr td,
  .wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td {
    padding: 20px;
  }
}
.table02 tbody tr td:before,
.wp-block-table.is-style-stripes > .has-fixed-layout tbody tr td:before {
  background: #f4f4f4;
}

h2.top {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  h2.top {
    margin-bottom: 30px;
  }
}
h2.top > span {
  text-align: center;
  display: block;
}
h2.top > span.en {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #f9811b;
  text-transform: uppercase;
  letter-spacing: 0;
}
h2.top > span.en::first-letter {
  color: #dd5353;
}
@media only screen and (max-width: 1024px) {
  h2.top > span.en {
    font-size: 3.7rem;
  }
}
h2.top > span.jp {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1024px) {
  h2.top > span.jp {
    font-size: 1.4rem;
  }
}
h2.top.-left > span {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  h2.top.-left > span {
    text-align: center;
  }
}
h2.main {
  text-align: center;
  margin-bottom: 20px;
}
h2.main > span {
  display: block;
  line-height: 1.6;
}
h2.main > span.jp {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #b20000;
}
h2.main > span.en {
  font-weight: 900;
  font-family: "Lato", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #333;
}

h3.top {
  line-height: 2.3;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1024px) {
  h3.top {
    line-height: 3;
    margin-bottom: 15px;
  }
}
h3.top > span {
  font-weight: 700;
  color: #fff;
  display: inline;
  background: linear-gradient(90deg, #dd5353, #f9811b);
  background-repeat: no-repeat;
  padding: 5px 10px;
}
h3.top > span.small {
  font-size: 2.4rem;
  line-height: 40px;
}
@media only screen and (max-width: 1024px) {
  h3.top > span.small {
    font-size: 2rem;
  }
}
h3.top > span.big {
  font-size: 2.8rem;
  line-height: 2.3;
}
@media only screen and (max-width: 1024px) {
  h3.top > span.big {
    font-size: 2.4rem;
  }
}

.dot-list > * + *,
ul.wp-block-list > * + * {
  margin-top: 10px;
}
.dot-list > li,
ul.wp-block-list > li {
  position: relative;
  padding-left: 15px;
}
.dot-list > li:before,
ul.wp-block-list > li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #dd5353;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 0;
}
.dot-list.-blue > li:before,
ul.wp-block-list.-blue > li:before {
  background: #004488;
}
.dot-list.-brown > li:before,
ul.wp-block-list.-brown > li:before {
  background: #795814;
}

.asterisk-list > li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 13px;
}
.asterisk-list > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
.page-numbers > li > .page-numbers {
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  color: #dd5353;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #dd5353;
  border-radius: 3px;
  transition: 0.3s;
}
.page-numbers > li > .page-numbers.dots {
  border: unset;
  margin: 0 -5px;
}
.page-numbers > li > .page-numbers.current, .page-numbers > li > .page-numbers:hover {
  background: #dd5353;
  color: #fff;
}
.page-numbers > li > .page-numbers.next, .page-numbers > li > .page-numbers.prev {
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.bold {
  font-weight: 700;
}

.accordion-box .acc-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  background: linear-gradient(90deg, #dd5353, #f9811b);
  border-radius: 15px;
  padding: 22px 115px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .accordion-box .acc-ttl {
    font-size: 2rem;
    padding: 25px 44px;
  }
}
.accordion-box .acc-ttl:before, .accordion-box .acc-ttl:after {
  content: "";
  width: 40px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .accordion-box .acc-ttl:before, .accordion-box .acc-ttl:after {
    width: 30px;
    right: 15px;
  }
}
.accordion-box .acc-ttl:after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.accordion-box .acc-ttl.-open:after {
  transform: translateY(-50%) rotate(0);
}
.accordion-box .acc-ttl.-pink {
  background: linear-gradient(90deg, #ff4dd6, #dd5353);
}
.accordion-box .acc-box {
  display: none;
}

.bg-box01 {
  background: linear-gradient(45deg, rgba(249, 129, 27, 0.2), rgba(250, 207, 26, 0.15));
  border-radius: 15px;
  padding: 60px;
}

.bg-box02 {
  background-color: #f8f4ec;
  padding: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .bg-box02 {
    padding: 40px 30px;
  }
}

main {
  overflow: hidden;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  main {
    padding-bottom: 90px;
  }
}

.bdr-box01 {
  border: 4px solid #795814;
  border-radius: 10px;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .bdr-box01 {
    padding: 30px;
  }
}

.brown-txt {
  color: #795814;
}

.page-top-box {
  position: fixed;
  bottom: 20px;
  right: 50px;
  transform-origin: right bottom;
  transform: rotate(90deg);
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .page-top-box {
    right: 27px;
  }
}
.page-top-box.-nurse {
  transform: rotate(0);
  right: 20px;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .page-top-box.-nurse {
    bottom: 80px;
    right: 10px;
  }
  .page-top-box.-nurse > img {
    width: 16px;
  }
}
.page-top-box.-stop {
  position: absolute;
  bottom: 0;
}
.page-top-box > p {
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  color: #795814;
  padding-left: 22px;
}
.page-top-box > p:before {
  content: "";
  width: 13px;
  height: 12px;
  background: #795814;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.grecaptcha-badge {
  visibility: hidden;
}

header.entry,
.slide-header.entry {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 98;
}
@media only screen and (max-width: 1024px) {
  header.entry,
  .slide-header.entry {
    position: absolute;
  }
}
header.entry .h-wrap,
.slide-header.entry .h-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.entry .h-wrap .logo-box,
.slide-header.entry .h-wrap .logo-box {
  padding: 0 60px;
}
@media only screen and (max-width: 1200px) {
  header.entry .h-wrap .logo-box,
  .slide-header.entry .h-wrap .logo-box {
    padding: 14px 20px;
  }
}
header.entry .h-wrap .logo-box > a img,
.slide-header.entry .h-wrap .logo-box > a img {
  height: 78px;
}
@media only screen and (max-width: 1024px) {
  header.entry .h-wrap .logo-box > a img,
  .slide-header.entry .h-wrap .logo-box > a img {
    height: 48px;
  }
}
header.entry .h-wrap .btn-box,
.slide-header.entry .h-wrap .btn-box {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header.entry .h-wrap .btn-box,
  .slide-header.entry .h-wrap .btn-box {
    display: none;
  }
}
header.entry .h-wrap .btn-box > .item,
.slide-header.entry .h-wrap .btn-box > .item {
  width: 400px;
}
header.entry .h-wrap .btn-box > .item > a,
.slide-header.entry .h-wrap .btn-box > .item > a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 120px;
  color: #fff;
  text-align: center;
  display: block;
  height: 120px;
  background: #dd5353;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}
header.entry .h-wrap .btn-box > .item > a:before,
.slide-header.entry .h-wrap .btn-box > .item > a:before {
  content: "";
  width: 96px;
  height: 118px;
  background: url(../img/common/entry-h-icon02.svg) no-repeat center/contain;
  position: absolute;
  top: -7px;
  right: -8px;
}
header.entry .h-wrap .btn-box > .item > a:hover,
.slide-header.entry .h-wrap .btn-box > .item > a:hover {
  opacity: 0.7;
}
header.entry .h-wrap .btn-box > .item > a.blue,
.slide-header.entry .h-wrap .btn-box > .item > a.blue {
  background: #004488;
}
header.entry .h-wrap .btn-box > .item > a.blue:before,
.slide-header.entry .h-wrap .btn-box > .item > a.blue:before {
  width: 135px;
  height: 188px;
  top: 60%;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
  background: url(../img/common/entry-h-icon01.svg) no-repeat center/contain;
}
header:not(.entry),
.slide-header:not(.entry) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
}
header:not(.entry) .h-wrap,
.slide-header:not(.entry) .h-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header:not(.entry) .h-wrap .logo-box,
.slide-header:not(.entry) .h-wrap .logo-box {
  padding: 0 60px;
}
@media only screen and (max-width: 1300px) {
  header:not(.entry) .h-wrap .logo-box,
  .slide-header:not(.entry) .h-wrap .logo-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .logo-box,
  .slide-header:not(.entry) .h-wrap .logo-box {
    padding: 14px 20px;
  }
}
header:not(.entry) .h-wrap .logo-box img,
.slide-header:not(.entry) .h-wrap .logo-box img {
  height: 78px;
}
@media only screen and (max-width: 1300px) {
  header:not(.entry) .h-wrap .logo-box img,
  .slide-header:not(.entry) .h-wrap .logo-box img {
    height: 68px;
  }
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .logo-box img,
  .slide-header:not(.entry) .h-wrap .logo-box img {
    height: 46px;
  }
}
header:not(.entry) .h-wrap .r-box,
.slide-header:not(.entry) .h-wrap .r-box {
  display: flex;
  align-items: center;
}
header:not(.entry) .h-wrap .r-box .nav-list,
.slide-header:not(.entry) .h-wrap .r-box .nav-list {
  margin-right: 40px;
}
@media only screen and (max-width: 1300px) {
  header:not(.entry) .h-wrap .r-box .nav-list,
  .slide-header:not(.entry) .h-wrap .r-box .nav-list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .r-box .nav-list,
  .slide-header:not(.entry) .h-wrap .r-box .nav-list {
    display: none;
  }
}
header:not(.entry) .h-wrap .r-box .nav-list .menu,
.slide-header:not(.entry) .h-wrap .r-box .nav-list .menu {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1300px) {
  header:not(.entry) .h-wrap .r-box .nav-list .menu,
  .slide-header:not(.entry) .h-wrap .r-box .nav-list .menu {
    gap: 20px;
  }
}
header:not(.entry) .h-wrap .r-box .nav-list .menu > li > a,
.slide-header:not(.entry) .h-wrap .r-box .nav-list .menu > li > a {
  font-weight: 700;
  text-decoration: none;
  color: #2f2f2f;
  display: block;
  position: relative;
  transition: 0.3s;
}
header:not(.entry) .h-wrap .r-box .nav-list .menu > li > a:hover,
.slide-header:not(.entry) .h-wrap .r-box .nav-list .menu > li > a:hover {
  color: #b20000;
}
header:not(.entry) .h-wrap .r-box .btn-list,
.slide-header:not(.entry) .h-wrap .r-box .btn-list {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .r-box .btn-list,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .r-box .btn-list > li,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list > li {
    width: 50%;
  }
}
header:not(.entry) .h-wrap .r-box .btn-list > li > a,
.slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  line-height: 120px;
  letter-spacing: 0;
  color: #fff;
  display: block;
  background: #fa811a;
  width: 150px;
  height: 120px;
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 1300px) {
  header:not(.entry) .h-wrap .r-box .btn-list > li > a,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a {
    width: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .r-box .btn-list > li > a,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a {
    font-size: 1.5rem;
    line-height: 60px;
    width: 100%;
    height: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  header:not(.entry) .h-wrap .r-box .btn-list > li > a:hover,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a:hover {
    opacity: 0.7;
  }
}
header:not(.entry) .h-wrap .r-box .btn-list > li > a:after,
.slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a:after {
  content: "";
  width: 42px;
  height: 38px;
  background: url(../img/common/line01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  header:not(.entry) .h-wrap .r-box .btn-list > li > a:after,
  .slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a:after {
    width: 29px;
    height: 26px;
  }
}
header:not(.entry) .h-wrap .r-box .btn-list > li > a.entry,
.slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a.entry {
  font-weight: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  color: #2f2f2f;
  background: #facf1a;
}
header:not(.entry) .h-wrap .r-box .btn-list > li > a.entry:after,
.slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a.entry:after {
  background: url(../img/common/line02.svg) no-repeat center/contain;
}

.slide-header:not(.entry) {
  position: fixed;
  background: #fff;
  top: -97px;
  transition: 0.3s;
}
.slide-header:not(.entry).-open {
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .slide-header:not(.entry) {
    display: none;
  }
}
.slide-header:not(.entry) .h-wrap .logo-box img {
  height: 67px;
}
.slide-header:not(.entry) .h-wrap .r-box .btn-list > li > a {
  height: 97px;
  line-height: 97px;
}

.key-visual.entry {
  background: #f8f4ec;
  padding: 223px 0 103px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  .key-visual.entry {
    padding: 136px 0 60px;
    margin-bottom: 40px;
  }
}
.key-visual.entry h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #795814;
}
@media only screen and (max-width: 1024px) {
  .key-visual.entry h1 {
    font-size: 2rem;
  }
}
.key-visual.top {
  padding: 120px 0 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top {
    padding: 71px 0 60px;
  }
}
.key-visual.top .key-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 39.5%;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-icon-bg {
    width: 43.2%;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-icon-bg {
    width: 77.6%;
  }
}
.key-visual.top .key-icon-bg > img {
  width: 100%;
}
.key-visual.top .key-img {
  width: 80%;
  margin-left: 20%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-img {
    width: 89.19%;
    margin-left: 10.81%;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-img {
    width: calc(100% - 20px);
    margin-left: 20px;
    flex-wrap: wrap;
  }
}
.key-visual.top .key-img:after {
  content: "";
  width: 340px;
  height: 289px;
  position: absolute;
  right: -95px;
  bottom: -85px;
  background: url(../img/common/line03.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-img:after {
    width: 106px;
    height: 90px;
    right: -34px;
    bottom: -35px;
  }
}
.key-visual.top .key-img img {
  width: 100%;
}
.key-visual.top .key-img .left-box,
.key-visual.top .key-img .right-box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-img .left-box,
  .key-visual.top .key-img .right-box {
    width: 100%;
  }
}
.key-visual.top .key-img .left-box {
  border-radius: 400px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-img .left-box {
    border-radius: 200px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-img .left-box {
    padding-bottom: 81.2%;
  }
  .key-visual.top .key-img .left-box > img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.key-visual.top .key-img .right-box {
  display: flex;
  flex-wrap: wrap;
}
.key-visual.top .key-img .right-box > img {
  width: 50%;
}
.key-visual.top .key-img .main-img {
  position: absolute;
  width: 55%;
  left: -52px;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-img .main-img {
    width: 87.32%;
    left: unset;
    top: 8px;
    right: 0;
  }
}
.key-visual.top .key-txt {
  position: absolute;
  left: 60px;
  bottom: 140px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-txt {
    gap: 10px;
    left: 20px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-txt {
    left: calc(50% + 10px);
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.key-visual.top .key-txt > li {
  width: 11.7vw;
}
@media only screen and (max-width: 1024px) {
  .key-visual.top .key-txt > li {
    width: 14.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .key-visual.top .key-txt > li {
    width: 26.93vw;
  }
}
.key-visual.top .key-txt > li > img {
  width: 100%;
}

.slide-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: linear-gradient(#dd5353, #f9811b);
  cursor: pointer;
  z-index: 100;
  transition: 0.3s;
}
.slide-menu-btn.-entry {
  background: #795814;
}
body.open .slide-menu-btn.-entry {
  background: #795814;
}
body.open .slide-menu-btn {
  background: #dd5353;
}
@media only screen and (min-width: 1025px) {
  .slide-menu-btn {
    display: none;
  }
}
.slide-menu-btn .bdr {
  width: 40px;
  height: 21px;
  position: relative;
  margin-bottom: 6px;
}
.slide-menu-btn .bdr > span {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  transition: 0.3s;
}
.slide-menu-btn .bdr > span:nth-of-type(1) {
  transform: translateY(-8px);
}
.slide-menu-btn .bdr > span:nth-of-type(3) {
  transform: translateY(8px);
}
body.open .slide-menu-btn .bdr > span:nth-of-type(1) {
  transform: rotate(24deg);
}
body.open .slide-menu-btn .bdr > span:nth-of-type(2) {
  opacity: 0;
}
body.open .slide-menu-btn .bdr > span:nth-of-type(3) {
  transform: rotate(-24deg);
}
.slide-menu-btn .txt {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}

.slide-menu {
  position: fixed;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background: linear-gradient(#dd5353, #f9811b);
  z-index: 99;
  padding: 14px 30px 30px;
  top: -100%;
  left: 0;
  transition: 0.3s;
}
.slide-menu.-entry {
  background: #795814;
  padding: 0;
}
.slide-menu.-entry:before {
  display: none;
}
.slide-menu.-entry .logo-box {
  padding: 14px 20px;
  margin-bottom: 0;
}
.slide-menu.-entry .entry-btn .item > a {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 86px;
  display: block;
  height: 86px;
  color: #fff;
  background: #dd5353;
  position: relative;
  overflow: hidden;
}
.slide-menu.-entry .entry-btn .item > a:before {
  content: "";
  width: 90px;
  height: 85px;
  background: url(../img/common/entry-h-icon02.svg) no-repeat center/contain;
  position: absolute;
  top: -7px;
  right: -8px;
}
.slide-menu.-entry .entry-btn .item > a:hover {
  opacity: 0.7;
}
.slide-menu.-entry .entry-btn .item > a.blue {
  background: #004488;
}
.slide-menu.-entry .entry-btn .item > a.blue:before {
  width: 119px;
  height: 147px;
  top: 60%;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
  background: url(../img/common/entry-h-icon01.svg) no-repeat center/contain;
}
.slide-menu:before {
  content: "";
  width: 246px;
  height: 214px;
  background: url(../img/common/slide-icon.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
body.open .slide-menu {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .slide-menu {
    padding: 14px 20px 30px;
  }
}
.slide-menu .logo-box {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.slide-menu .nav-list {
  margin-bottom: 30px;
}
.slide-menu .nav-list .menu > * + * {
  margin-top: 8px;
}
.slide-menu .nav-list .menu > li > a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: block;
  position: relative;
  padding: 10px 0;
}
.slide-menu .nav-list .menu > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.slide-menu .nav-list .menu > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/common/arr01.svg) no-repeat center/contain;
}
.slide-menu .slide-txt-box {
  text-align: center;
  margin-bottom: 20px;
}
.slide-menu .contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.slide-menu .contact-list > li {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .slide-menu .contact-list > li {
    width: 100%;
  }
}
.slide-menu .contact-list > li > a {
  width: 100%;
  display: block;
}
.slide-menu .contact-list > li > a > img {
  width: 100%;
}

.slide-bg-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 96;
  background: rgba(121, 88, 20, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
body.open .slide-bg-box {
  opacity: 1;
  visibility: visible;
}

body {
  width: 100%;
  text-align: justify;
  position: relative;
}
body.open {
  height: 100%;
  overflow: hidden;
}

footer {
  position: relative;
  padding: 0 60px;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 0 20px;
    overflow: hidden;
  }
}
footer:before, footer:after {
  content: "";
  position: absolute;
}
footer:before {
  width: calc(50vw + 900px - 333px);
  max-width: calc(50vw + 567px);
  top: 0;
  bottom: 85px;
  right: 0;
  background: #facf1a;
  border-radius: 15px 0 0 15px;
  z-index: -1;
  display: none;
}
@media only screen and (max-width: 1024px) {
  footer:before {
    top: 130px;
    width: calc(100% - 30px);
    bottom: 145px;
  }
}
@media only screen and (max-width: 767px) {
  footer:before {
    top: 215px;
    width: calc(100% - 20px);
  }
}
footer:after {
  content: "";
  width: 166px;
  height: 141px;
  background: url(../img/common/f-icon01.svg) no-repeat center/contain;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  footer:after {
    top: 62%;
    width: 107px;
    height: 90px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  footer:after {
    top: unset;
    bottom: 210px;
    right: -38px;
  }
}
footer .f-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap {
    flex-wrap: wrap;
  }
}
footer .f-wrap .l-box {
  width: 273px;
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .l-box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px 40px;
    margin-bottom: 40px;
    position: relative;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .l-box {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
}
footer .f-wrap .l-box:after {
  content: "";
  width: 444px;
  height: 202px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/common/f-line01.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .l-box:after {
    width: 236px;
    height: 107px;
    bottom: -110px;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .l-box:after {
    width: 197px;
    height: 89px;
    bottom: -103px;
  }
}
footer .f-wrap .l-box .logo-box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .l-box .logo-box {
    width: 273px;
    margin-bottom: 0;
  }
}
footer .f-wrap .l-box .logo-box img {
  width: 100%;
}
footer .f-wrap .l-box .address-txt {
  position: relative;
  z-index: 10;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .l-box .address-txt {
    margin-top: -5px;
  }
}
footer .f-wrap .l-box .address-txt a {
  color: #2f2f2f;
}
footer .f-wrap .l-box .address-txt a:after {
  content: "\f276";
  font-weight: 700;
  font-family: "Font Awesome 6 Free";
  color: #dd5353;
  margin-left: 10px;
}
footer .f-wrap .r-box {
  width: calc(100% - 333px);
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 60px 60px;
}
footer .f-wrap .r-box:before {
  content: "";
  height: 100%;
  background: #facf1a;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: -60px;
  border-radius: 15px 0 0 15px;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box:before {
    right: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 10px 30px 30px;
  }
}
footer .f-wrap .r-box .txt-box {
  width: 30.7%;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box .txt-box {
    width: 296px;
    margin-bottom: 30px;
  }
}
footer .f-wrap .r-box .txt-box > img {
  width: 100%;
}
footer .f-wrap .r-box .btn-list {
  width: 66.8%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box .btn-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .r-box .btn-list {
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
  }
}
footer .f-wrap .r-box .btn-list > li {
  width: 47.8%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .r-box .btn-list > li {
    width: 100%;
    position: static;
  }
}
footer .f-wrap .r-box .btn-list > li > a {
  width: 100%;
}
footer .f-wrap .r-box .btn-list > li > a > img {
  width: 100%;
}
footer .f-wrap .r-box .btn-list > li:before {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box .btn-list > li:before {
    z-index: 3;
  }
}
footer .f-wrap .r-box .btn-list > li:nth-of-type(1):before {
  width: 83px;
  height: 118px;
  left: 30px;
  top: -112px;
  background: url(../img/common/icon01.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box .btn-list > li:nth-of-type(1):before {
    width: 80px;
    height: 109px;
    top: unset;
    left: -30px;
    bottom: -29px;
    background: url(../img/common/icon01.svg) no-repeat top center/80px 114px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .r-box .btn-list > li:nth-of-type(1):before {
    left: 0;
    bottom: 0;
  }
}
footer .f-wrap .r-box .btn-list > li:nth-of-type(2):before {
  width: 93px;
  height: 121px;
  right: 30px;
  top: -106px;
  background: url(../img/common/icon02.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  footer .f-wrap .r-box .btn-list > li:nth-of-type(2):before {
    width: 91px;
    height: 103px;
    top: unset;
    bottom: -29px;
    right: -28px;
    background: url(../img/common/icon02.svg) no-repeat top center/91px 118px;
  }
}
@media only screen and (max-width: 767px) {
  footer .f-wrap .r-box .btn-list > li:nth-of-type(2):before {
    right: -20px;
    bottom: 0;
  }
}
footer .f-wrap .r-box .btn-list > li > a {
  position: relative;
  z-index: 2;
}
footer .copy {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
  text-align: right;
  color: #c1c1c1;
  padding: 33px 0 25px;
}
@media only screen and (max-width: 1024px) {
  footer .copy {
    text-align: center;
  }
  footer .copy.-nurse {
    margin-bottom: 60px;
  }
}
footer.entry {
  border-top: 2px solid #795814;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  footer.entry {
    padding: 30px 0 20px;
  }
}
footer.entry:before, footer.entry:after {
  display: none;
}
footer.entry .f-wrap {
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  footer.entry .f-wrap {
    flex-wrap: wrap;
  }
}
footer.entry .f-wrap .l-box {
  display: flex;
}
footer.entry .f-wrap .l-box > * {
  flex-shrink: 0;
}
footer.entry .f-wrap .l-box .logo-box {
  margin-right: 60px;
}
@media only screen and (max-width: 1024px) {
  footer.entry .f-wrap .l-box .logo-box {
    margin-right: 0;
  }
}
footer.entry .f-wrap .l-box .logo-box > img {
  height: 78px;
}
footer.entry .f-wrap .l-box .address-txt > a:after {
  color: #795814;
}
footer.entry .f-wrap .l-box:after {
  display: none;
}
footer.entry .f-wrap .copy {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  footer.entry .f-wrap .copy {
    width: 100%;
  }
}

.example-require, .wpcf7-form table tr th.required:after {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #dd0202;
  display: inline-block;
  padding: 2px 6px;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .sample-txt {
    position: relative;
    padding-left: 45px;
    text-align: left;
  }
  .sample-txt .example-require, .sample-txt .wpcf7-form table tr th.required:after, .wpcf7-form table tr .sample-txt th.required:after {
    position: absolute;
    top: 2px;
    left: 0;
  }
}

.wpcf7-form table {
  width: 100%;
}
.wpcf7-form table tr th,
.wpcf7-form table tr td {
  position: relative;
  padding: 40px 0;
  vertical-align: top;
}
.wpcf7-form table tr th:before,
.wpcf7-form table tr td:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #b8a57e;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr th,
  .wpcf7-form table tr td {
    display: block !important;
    width: 100% !important;
  }
}
.wpcf7-form table tr th {
  width: 283px;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr th {
    padding: 15px 0;
  }
}
.wpcf7-form table tr th:before {
  border-radius: 1px 0 0 1px;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr th:before {
    display: none;
  }
}
.wpcf7-form table tr th.required:after {
  content: "必須";
  position: absolute;
  top: 40px;
  right: 0;
  padding: 0 6px;
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr th.required:after {
    top: 15px;
  }
}
.wpcf7-form table tr td {
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr td {
    padding: 0 0 20px;
  }
}
.wpcf7-form table tr td:before {
  border-radius: 0 1px 1px 0;
}
.wpcf7-form table tr td .select-box {
  width: 100%;
  max-width: 354px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr td .select-box {
    max-width: 275px;
  }
}
.wpcf7-form table tr td .select-box:before {
  content: "";
  background: url(../img/common/select-icon01.svg) no-repeat center/contain;
  width: 8px;
  height: 17px;
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 3;
}
.wpcf7-form table tr td .select-box select {
  border: 0;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7-form table tr td input[type=text],
.wpcf7-form table tr td input[type=email],
.wpcf7-form table tr td input[type=tel] {
  width: 100%;
  height: 44px;
  border: 0;
  padding: 0 10px;
}
.wpcf7-form table tr td input[type=text]::-moz-placeholder, .wpcf7-form table tr td input[type=email]::-moz-placeholder, .wpcf7-form table tr td input[type=tel]::-moz-placeholder {
  color: #b8a57e;
}
.wpcf7-form table tr td input[type=text]::placeholder,
.wpcf7-form table tr td input[type=email]::placeholder,
.wpcf7-form table tr td input[type=tel]::placeholder {
  color: #b8a57e;
}
.wpcf7-form table tr td input[type=date] {
  width: 100%;
  max-width: 354px;
  height: 44px;
  border: 0;
}
.wpcf7-form table tr td .flex-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr td .flex-box {
    flex-wrap: wrap;
  }
}
.wpcf7-form table tr td .flex-box .wpcf7-form-control-wrap {
  width: calc(100% - 75px);
}
@media only screen and (max-width: 1024px) {
  .wpcf7-form table tr td .flex-box .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wpcf7-form table tr td .smallfont {
  font-size: 13px;
  display: block;
}
.wpcf7-form table tr td textarea {
  width: 100%;
  height: 150px;
  border: 0;
  padding: 13px 15px;
}
.wpcf7-form table tr td textarea::-moz-placeholder {
  color: #b8a57e;
}
.wpcf7-form table tr td textarea::placeholder {
  color: #b8a57e;
}
.wpcf7-form #reCaptcha {
  font-size: 13px;
  line-height: 2;
}
.wpcf7-form #reCaptcha > a {
  color: #dd0202;
}

.entry-submit {
  text-align: center;
  margin-top: 90px;
}
.entry-submit input[type=submit] {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  max-width: 300px;
  border: 0;
  background: #795814;
  border: 2px solid #795814;
  transition: 0.3s;
}
.entry-submit input[type=submit]:hover {
  color: #795814;
  background: #fff;
}
.entry-submit .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  font-weight: 700;
  color: #795814;
  text-align: center;
  border: 4px solid #795814 !important;
  margin-top: 90px;
  padding: 40px !important;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .wpcf7-response-output {
    padding: 20px !important;
    margin-top: 60px;
  }
}

.wpcf7-form.invalid .wpcf7-response-output {
  color: #dd0202 !important;
  border-color: #dd0202 !important;
}

.top-message {
  position: relative;
  padding: 60px 30px;
  background: #ffe2ce;
  border-radius: 15px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-message {
    padding: 40px 30px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.top-message:before {
  content: "";
  width: 464px;
  height: 566px;
  background: url(../img/common/line04.svg) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: -207px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .top-message:before {
    width: 119px;
    height: 146px;
    top: -14px;
    left: -39px;
  }
}
.top-message:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(#ffe2ce, rgba(255, 226, 206, 0.7), rgba(255, 226, 206, 0), rgba(255, 226, 206, 0), rgba(255, 226, 206, 0));
}
.top-message .img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .top-message .img-box {
    height: auto;
    padding-bottom: 68%;
  }
}
.top-message .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .top-message .img-box > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.top-message .txt-box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.top-message .txt-box .txt {
  text-align: center;
  line-height: 2.81;
}
@media only screen and (max-width: 1024px) {
  .top-message .txt-box .txt {
    text-align: left;
    line-height: 2;
  }
}

.top-contact {
  background: #facf1a;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-contact {
    padding: 30px;
    gap: 35px 22px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .top-contact {
    gap: 20px;
  }
}
.top-contact a {
  transition: 0.3s;
}
.top-contact a:hover {
  opacity: 0.7;
}
.top-contact a > img {
  width: 100%;
}
.top-contact:before {
  content: "";
  width: 132px;
  height: 133px;
  background: url(../img/common/line05.svg) no-repeat center/contain;
  position: absolute;
  top: 14px;
  left: -5px;
}
@media only screen and (max-width: 1024px) {
  .top-contact:before {
    width: 80px;
    height: 80px;
    top: 15px;
    left: 0;
  }
}
.top-contact:after {
  content: "";
  width: 247px;
  height: 141px;
  background: url(../img/common/line06.svg) no-repeat center/contain;
  position: absolute;
  right: -38px;
  bottom: -34px;
}
@media only screen and (max-width: 1024px) {
  .top-contact:after {
    width: 158px;
    height: 90px;
    right: -17px;
    bottom: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-contact:after {
    right: 0;
  }
}
.top-contact .txt-box {
  position: absolute;
  width: 32.6%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .top-contact .txt-box {
    width: 100%;
    text-align: center;
    position: static;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 767px) {
  .top-contact .txt-box {
    margin-bottom: 10px;
  }
}
.top-contact .l-btn,
.top-contact .r-btn {
  width: 26.54%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .top-contact .l-btn,
  .top-contact .r-btn {
    width: calc(50% - 11px);
  }
}
@media only screen and (max-width: 767px) {
  .top-contact .l-btn,
  .top-contact .r-btn {
    width: 100%;
    position: static;
  }
}
.top-contact .l-btn .icon-box,
.top-contact .r-btn .icon-box {
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .top-contact .l-btn .icon-box,
  .top-contact .r-btn .icon-box {
    z-index: 10;
  }
}
.top-contact .l-btn .icon-box {
  width: 40%;
  bottom: -32.8%;
  right: -20%;
}
@media only screen and (max-width: 1024px) {
  .top-contact .l-btn .icon-box {
    width: 80px;
    right: unset;
    left: -30px;
    bottom: -34px;
  }
}
@media only screen and (max-width: 767px) {
  .top-contact .l-btn .icon-box {
    left: 0px;
    bottom: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .top-contact .r-btn {
    z-index: 1;
  }
}
.top-contact .r-btn .icon-box {
  width: 44.84%;
  bottom: -38.8%;
  left: -25.5%;
}
@media only screen and (max-width: 1024px) {
  .top-contact .r-btn .icon-box {
    width: 91px;
    left: unset;
    right: -41px;
    bottom: -44px;
  }
}
@media only screen and (max-width: 767px) {
  .top-contact .r-btn .icon-box {
    right: 5px;
    bottom: -15px;
  }
}

.top-greeting {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-greeting {
    margin-bottom: 90px;
  }
}
.top-greeting .content-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box {
    justify-content: center;
    padding: 0;
  }
}
.top-greeting .content-box .name-txt {
  font-size: 2rem;
  font-weight: 700;
}
.top-greeting .content-box .img-box {
  width: 446px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box .img-box {
    width: calc(100% - 36px);
  }
}
.top-greeting .content-box .img-box:before, .top-greeting .content-box .img-box::after {
  content: "";
  position: absolute;
}
.top-greeting .content-box .img-box:before {
  top: 60px;
  right: -60px;
  width: calc(100% + 50vw - 446px);
  height: 100%;
  background: linear-gradient(135deg, rgba(249, 129, 27, 0.2), rgba(250, 207, 26, 0.15));
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 1100px) {
  .top-greeting .content-box .img-box:before {
    top: 25px;
    right: -20px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box:before {
    width: calc(100% + 50px);
    height: calc(100% - 135px);
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box .img-box:before {
    width: calc(100% + 70px);
    height: 100%;
  }
}
.top-greeting .content-box .img-box:after {
  width: 316px;
  height: 309px;
  background: url(../img/common/line07.svg) no-repeat center/contain;
  top: -93px;
  left: -70px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box:after {
    width: 181px;
    height: 174px;
    top: -30px;
    left: -44px;
  }
}
.top-greeting .content-box .img-box .name-txt {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box .name-txt {
    display: block;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box .img-box .name-txt {
    display: none;
  }
}
.top-greeting .content-box .img-box .img {
  line-height: 1;
  position: relative;
}
.top-greeting .content-box .img-box .img:before, .top-greeting .content-box .img-box .img:after {
  content: "";
  position: absolute;
  z-index: 3;
}
.top-greeting .content-box .img-box .img:before {
  width: 146px;
  height: 146px;
  background: url(../img/common/circle-icon01.svg) no-repeat center/contain;
  left: -60px;
  bottom: -83px;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box .img:before {
    width: 98px;
    height: 98px;
    left: -37px;
    bottom: -52px;
  }
}
.top-greeting .content-box .img-box .img:after {
  width: 75px;
  height: 75px;
  background: url(../img/common/circle-icon02.svg) no-repeat center/contain;
  right: -37px;
  bottom: -19px;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .img-box .img:after {
    width: 51px;
    height: 51px;
    right: -25px;
    bottom: -9px;
  }
}
.top-greeting .content-box .img-box .img img {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 15px;
}
.top-greeting .content-box .txt-box {
  width: calc(100% - 566px);
  padding-top: 60px;
}
@media only screen and (max-width: 1100px) {
  .top-greeting .content-box .txt-box {
    width: calc(100% - 506px);
  }
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .txt-box {
    width: 50.5%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box .txt-box {
    width: 100%;
    padding-top: 65px;
  }
}
.top-greeting .content-box .txt-box .txt {
  line-height: 2.81;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .txt-box .txt {
    line-height: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .top-greeting .content-box .txt-box .name-txt {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top-greeting .content-box .txt-box .name-txt {
    display: block;
  }
}

.top-feature .top-feature-list {
  counter-reset: counters;
  margin-bottom: 60px;
}
.top-feature .top-feature-list > * + * {
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > * + * {
    margin-top: 40px;
  }
}
.top-feature .top-feature-list > li {
  counter-increment: counters;
}
.top-feature .top-feature-list > li:after {
  content: "";
  display: table;
  clear: both;
}
.top-feature .top-feature-list > li .txt-box {
  float: left;
  width: 53.57%;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .txt-box {
    width: 48.44%;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature .top-feature-list > li .txt-box {
    float: none;
    width: 100%;
  }
}
.top-feature .top-feature-list > li .txt-box > * + * {
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .txt-box > * + * {
    margin-top: 20px;
  }
}
.top-feature .top-feature-list > li .txt-box .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  padding-left: 204px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .txt-box .ttl {
    font-size: 2rem;
    line-height: 1.75;
    padding-left: 95px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature .top-feature-list > li .txt-box .ttl {
    text-align: center;
    padding-left: 0;
  }
}
.top-feature .top-feature-list > li .txt-box .ttl:before {
  content: counter(counters, decimal-leading-zero);
  font-size: 15rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  line-height: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  color: #dd5353;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .txt-box .ttl:before {
    font-size: 7rem;
    top: calc(50% - 8px);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .top-feature .top-feature-list > li .txt-box .ttl:before {
    position: static;
    transform: unset;
    display: block;
    margin-bottom: 10px;
  }
}
.top-feature .top-feature-list > li .txt-box .ttl:after {
  content: "";
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, #dd5353, #f9811b);
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .txt-box .ttl:after {
    height: 5px;
  }
}
.top-feature .top-feature-list > li .txt-box .num-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-feature .top-feature-list > li .txt-box .num-txt .num {
  font-size: 4rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #dd5353;
  margin: 0 3px;
}
.top-feature .top-feature-list > li .img-box {
  float: right;
  width: 38.27%;
  position: relative;
  margin: 0 47px 47px 0;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .img-box {
    width: 44.06%;
    margin: 0 23px 23px 0;
  }
}
@media only screen and (max-width: 767px) {
  .top-feature .top-feature-list > li .img-box {
    float: none;
    width: calc(100% - 23px);
    margin: 0 23px 43px 0;
  }
}
.top-feature .top-feature-list > li .img-box:after {
  content: "";
  width: calc(100% + 47px);
  height: 100%;
  position: absolute;
  top: 47px;
  left: 0;
  opacity: 0.2;
  background: linear-gradient(#dd5353, #f9811b);
  border-radius: 15px;
}
@media only screen and (max-width: 1024px) {
  .top-feature .top-feature-list > li .img-box:after {
    top: 23px;
    width: calc(100% + 23px);
  }
}
.top-feature .top-feature-list > li .img-box > img {
  width: 100%;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.top-feature .top-feature-list > li:nth-of-type(2n) .txt-box {
  float: right;
}
.top-feature .top-feature-list > li:nth-of-type(2n) .img-box {
  float: left;
}

@media only screen and (max-width: 1250px) {
  .top-summary {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-summary {
    padding: 40px 20px;
  }
}
.top-summary .summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.66%;
}
.top-summary .summary-list .item {
  width: 23%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .top-summary .summary-list .item {
    width: 275px;
    margin-right: 20px;
  }
}
.top-summary .summary-list .item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 179px;
}
@media only screen and (max-width: 1024px) {
  .top-summary .summary-list .item .icon-box {
    height: 136px;
  }
}
.top-summary .summary-list .item .icon-box > img {
  height: 122px;
}
@media only screen and (max-width: 1024px) {
  .top-summary .summary-list .item .icon-box > img {
    height: 93px;
  }
}
.top-summary .summary-list .item .ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #dd5353, #f9811b);
}
@media only screen and (max-width: 1450px) {
  .top-summary .summary-list .item .ttl {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1250px) {
  .top-summary .summary-list .item .ttl {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .top-summary .summary-list .item .ttl {
    font-size: 1.6rem;
  }
}

.top-interview {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-interview {
    padding: 0 10px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 90px;
  }
  .top-interview:before {
    content: "";
    width: calc(100vw - 40px);
    top: 90px;
    bottom: 0;
    background: linear-gradient(90deg, rgba(250, 207, 26, 0.15), rgba(249, 129, 27, 0.2));
    position: absolute;
    left: 40px;
    border-radius: 15px 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top-interview {
    padding: 0 0 30px;
  }
  .top-interview:before {
    width: calc(100vw - 20px);
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list {
    position: relative;
    z-index: 2;
  }
  .top-interview .top-interview-list .slick-arrow {
    font-size: 0;
    text-indent: -100%;
    overflow: hidden;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #facf1a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
  }
  .top-interview .top-interview-list .slick-arrow:before {
    content: "";
    width: 12px;
    height: 16px;
    background: url(../img/common/arr02.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-interview .top-interview-list .slick-arrow.slick-prev {
    left: -20px;
  }
  .top-interview .top-interview-list .slick-arrow.slick-next {
    right: -20px;
  }
  .top-interview .top-interview-list .slick-arrow.slick-next:before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}
.top-interview .top-interview-list > * + * {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list > * + * {
    margin-top: 0;
  }
}
.top-interview .top-interview-list .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
}
.top-interview .top-interview-list .item:before, .top-interview .top-interview-list .item:after {
  content: "";
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item:before, .top-interview .top-interview-list .item:after {
    display: none;
  }
}
.top-interview .top-interview-list .item:before {
  top: 0;
  left: 520px;
  width: calc(50vw + 320px);
  height: 100%;
  background: linear-gradient(90deg, rgba(250, 207, 26, 0.15), rgba(249, 129, 27, 0.2));
  border-radius: 15px 0 0 15px;
}
.top-interview .top-interview-list .item:after {
  width: 364px;
  height: 534px;
  background: url(../img/common/line08.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -213px;
  transform: translateY(-50%);
}
.top-interview .top-interview-list .item:nth-of-type(2n) {
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item:nth-of-type(2n) {
    flex-direction: column;
  }
}
.top-interview .top-interview-list .item:nth-of-type(2n):before {
  left: unset;
  right: 520px;
}
.top-interview .top-interview-list .item:nth-of-type(2n):after {
  right: -275px;
  left: unset;
}
.top-interview .top-interview-list .item:nth-of-type(2n) .icon-box:before {
  right: unset;
  left: -213px;
  bottom: calc(100% - 136px);
}
.top-interview .top-interview-list .item:nth-of-type(2n) .txt-box:after {
  transform: translateY(-50%) rotate(180deg);
  right: unset;
  left: -49px;
}
.top-interview .top-interview-list .item .icon-box {
  width: 295px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item .icon-box {
    width: 182px;
  }
}
.top-interview .top-interview-list .item .icon-box:before {
  content: "";
  position: absolute;
  width: 316px;
  height: 309px;
  background: url(../img/common/line09.svg) no-repeat center/contain;
  bottom: calc(100% + 50px);
  right: -152px;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item .icon-box:before {
    display: none;
  }
}
.top-interview .top-interview-list .item .txt-box {
  max-width: 1275px;
  width: calc(100% - 355px);
  padding: 60px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .top-interview .top-interview-list .item .txt-box {
    width: 100%;
    padding: 30px;
    margin-bottom: 0;
  }
}
.top-interview .top-interview-list .item .txt-box:after {
  content: "";
  width: 50px;
  height: 60px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -49px;
  transform: translateY(-50%);
  background: #fff;
}
.top-interview .top-interview-list .item .txt-box > p {
  text-align: left;
}

.top-flow {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .top-flow {
    margin-bottom: 90px;
  }
}
.top-flow .flow-list {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .top-flow .flow-list {
    flex-wrap: wrap;
    gap: 30px 4.4%;
  }
  .top-flow .flow-list .slick-list,
  .top-flow .flow-list .slick-track {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .top-flow .flow-list {
    margin: 0 -10px;
  }
}
.top-flow .flow-list .item {
  width: 100%;
  background: linear-gradient(#dd5353 70%, #f9811b);
  padding: 5px;
  border-radius: 15px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .top-flow .flow-list .item {
    width: 47.8%;
  }
}
@media only screen and (max-width: 767px) {
  .top-flow .flow-list .item {
    margin: 0 10px;
    height: 100%;
  }
}
.top-flow .flow-list .item:last-child:before {
  display: none;
}
.top-flow .flow-list .item:before {
  content: "";
  width: 27px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: #dd5353;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media only screen and (max-width: 1024px) {
  .top-flow .flow-list .item:before {
    display: none;
  }
}
.top-flow .flow-list .item .t-box {
  position: relative;
}
.top-flow .flow-list .item .t-box .img-box {
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 46.06%;
  min-height: 125px;
}
.top-flow .flow-list .item .t-box .img-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #2f2f2f;
  opacity: 0.2;
}
.top-flow .flow-list .item .t-box .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-flow .flow-list .item .t-box .txt-box {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.top-flow .flow-list .item .t-box .txt-box .num {
  font-size: 8rem;
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
}
.top-flow .flow-list .item .t-box .txt-box .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.top-flow .flow-list .item .b-box {
  padding: 30px 20px;
  color: #fff;
}

.recruit-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.recruit-main header {
  background: #fff;
  border-bottom: 3px solid #b20000;
  position: fixed;
}
@media only screen and (max-width: 1024px) {
  .recruit-main header {
    z-index: 100;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-main header .h-wrap .logo-box {
    padding: 10px 20px;
  }
}
.recruit-main header .h-wrap .logo-box > a img {
  height: 64px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main header .h-wrap .logo-box > a img {
    height: 43px;
  }
}
.recruit-main header .h-wrap .r-box .nav-list .menu > li > a.external:after {
  content: "\f08e";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-left: 3px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main header .h-wrap .r-box .btn-box {
    display: none;
  }
}
.recruit-main header .h-wrap .r-box .btn-box > a {
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 101px;
  display: block;
  width: 149px;
  height: 101px;
  background: #b20000;
  transition: 0.3s;
}
.recruit-main header .h-wrap .r-box .btn-box > a:after {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-left: 10px;
}
.recruit-main header .h-wrap .r-box .btn-box > a:hover {
  opacity: 0.7;
}
.recruit-main .slide-menu-btn {
  background: #b20000;
  width: 63px;
  height: 66px;
  padding: 0;
}
.recruit-main .slide-menu-btn .bdr {
  position: absolute;
  width: 35px;
  height: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.recruit-main .slide-menu-btn .bdr > span {
  border-radius: 0;
}
.recruit-main .slide-menu-btn .bdr > span:nth-of-type(1) {
  transform: translateY(-11px);
}
.recruit-main .slide-menu-btn .bdr > span:nth-of-type(3) {
  transform: translateY(11px);
}
.recruit-main .slide-menu {
  background: #b20000;
  padding-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main .slide-menu {
    max-width: 50%;
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-main .slide-menu {
    max-width: 100%;
  }
}
.recruit-main .slide-menu:before {
  display: none;
}
.recruit-main .slide-menu .nav-list {
  margin-bottom: 35px;
}
.recruit-main .slide-menu .nav-list .menu > li > a:after {
  width: 9px;
  height: 15px;
  background: url(../img/common/arr03.svg) no-repeat center/contain;
}
.recruit-main .slide-menu .btn-box > a {
  font-size: 2rem;
  font-weight: 700;
  color: #b20000;
  text-align: center;
  width: 100%;
  display: block;
  background: #fff;
  padding: 20px 0;
}
.recruit-main .slide-menu .btn-box > a:after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../img/common/arr04.svg) no-repeat center/contain;
  margin-left: 10px;
}
.recruit-main .slide-bg-box {
  background: rgba(0, 0, 0, 0.2);
}
.recruit-main .page-top-box {
  width: 54px;
  height: 54px;
  background: #b20000;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  transform: rotate(-90deg);
  transform-origin: center;
  z-index: 10;
}
.recruit-main .page-top-box:before {
  content: "";
  width: 9px;
  height: 16px;
  background: url(../img/common/arr03.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-main .key-visual {
  position: relative;
}
.recruit-main .key-visual .key-img {
  width: 100%;
  padding-top: 101px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main .key-visual .key-img {
    padding-top: 65px;
  }
}
.recruit-main .key-visual .key-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .recruit-main .key-visual .key-img > img {
    height: calc(100svh - 65px);
  }
}
.recruit-main .key-visual .key-txt {
  position: absolute;
  width: 581px;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .recruit-main .key-visual .key-txt {
    width: 281px;
  }
}
.recruit-main main {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-main main {
    padding: 60px 0 90px;
  }
}
.recruit-main main .main-aboutus {
  margin-bottom: 60px;
}
.recruit-main main .main-aboutus .txt {
  font-weight: 500;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main main .main-aboutus .txt {
    font-size: 14px;
    line-height: 2.14;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-main main .main-aboutus .txt {
    text-align: left;
  }
}
.recruit-main main .main-aboutus .aboutus-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
}
@media only screen and (max-width: 1024px) {
  .recruit-main main .main-aboutus .aboutus-btn {
    gap: 20px 3%;
  }
}
.recruit-main main .main-aboutus .aboutus-btn > li {
  width: 32%;
}
@media only screen and (max-width: 1024px) {
  .recruit-main main .main-aboutus .aboutus-btn > li {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-main main .main-aboutus .aboutus-btn > li {
    width: 100%;
  }
}
.recruit-main main .main-aboutus .aboutus-btn > li > a {
  display: block;
  transition: 0.3s;
}
.recruit-main main .main-aboutus .aboutus-btn > li > a:hover {
  opacity: 0.7;
}
.recruit-main main .main-aboutus .aboutus-btn > li > a > img {
  width: 100%;
}
.recruit-main .f-btn-list {
  background: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 20px;
  gap: 5px 35px;
}
.recruit-main .f-btn-list > li {
  line-height: 1.7;
}
.recruit-main .f-btn-list > li > a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  transition: 0.3s;
}
.recruit-main .f-btn-list > li > a:hover {
  opacity: 0.7;
}
.recruit-main .main-g-map {
  padding-bottom: 31.25%;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-main .main-g-map {
    padding-bottom: 65.1%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-main .main-g-map {
    padding-bottom: 100%;
  }
}
.recruit-main .main-g-map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruit-main footer {
  padding: 0;
}
.recruit-main footer:before, .recruit-main footer:after {
  display: none;
}
.recruit-main footer .main-f-box {
  position: relative;
}
.recruit-main footer .main-f-box .img-box {
  width: calc(50vw - 180px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-main footer .main-f-box .img-box {
    width: 100%;
    position: static;
  }
}
.recruit-main footer .main-f-box .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-main footer .main-f-box .r-box {
  padding-left: 780px;
  padding: 40px 0 40px 43%;
}
@media only screen and (max-width: 1650px) {
  .recruit-main footer .main-f-box .r-box {
    padding: 40px 40px 40px 42%;
  }
}
@media only screen and (max-width: 1450px) {
  .recruit-main footer .main-f-box .r-box {
    padding: 40px 40px 40px 41%;
  }
}
@media only screen and (max-width: 1250px) {
  .recruit-main footer .main-f-box .r-box {
    padding: 40px 40px 40px 40%;
  }
}
@media only screen and (max-width: 1050px) {
  .recruit-main footer .main-f-box .r-box {
    padding: 40px 40px 40px 39%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-main footer .main-f-box .r-box {
    padding: 40px 0;
  }
}
.recruit-main footer .main-f-box .r-box .logo-box {
  width: 234px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .recruit-main footer .main-f-box .r-box .logo-box {
    margin: 0 auto 30px;
  }
}
.recruit-main footer .main-f-box .r-box .content-box {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1650px) {
  .recruit-main footer .main-f-box .r-box .content-box {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-main footer .main-f-box .r-box .content-box {
    justify-content: center;
  }
}
.recruit-main footer .main-f-box .r-box .content-box .address-txt {
  font-weight: 700;
  line-height: 2;
  color: #333;
  margin-right: 7%;
}
.recruit-main footer .main-f-box .r-box .content-box .address-txt a {
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .recruit-main footer .main-f-box .r-box .content-box .address-txt {
    margin-right: 63px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-main footer .main-f-box .r-box .content-box .address-txt {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.recruit-main footer .main-f-box .r-box .content-box .copy {
  position: absolute;
  right: 60px;
  bottom: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  padding: 0;
}
@media only screen and (max-width: 1650px) {
  .recruit-main footer .main-f-box .r-box .content-box .copy {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
}
.recruit-main.open .slide-menu-btn {
  background: #b20000;
}

.recruit-veterinarian {
  overflow-x: hidden;
}
.recruit-veterinarian .l-container {
  overflow: hidden;
}
.recruit-veterinarian header,
.recruit-veterinarian .slide-header {
  background: #fff;
}
.recruit-veterinarian header .h-wrap .logo-box,
.recruit-veterinarian .slide-header .h-wrap .logo-box {
  padding: 0 60px;
}
@media only screen and (max-width: 1410px) {
  .recruit-veterinarian header .h-wrap .logo-box,
  .recruit-veterinarian .slide-header .h-wrap .logo-box {
    padding: 0 0 0 50px;
  }
}
@media only screen and (max-width: 1340px) {
  .recruit-veterinarian header .h-wrap .logo-box,
  .recruit-veterinarian .slide-header .h-wrap .logo-box {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .recruit-veterinarian header .h-wrap .logo-box,
  .recruit-veterinarian .slide-header .h-wrap .logo-box {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian header .h-wrap .logo-box,
  .recruit-veterinarian .slide-header .h-wrap .logo-box {
    padding: 7px 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .recruit-veterinarian header .h-wrap .logo-box > a > img,
  .recruit-veterinarian .slide-header .h-wrap .logo-box > a > img {
    height: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian header .h-wrap .logo-box > a > img,
  .recruit-veterinarian .slide-header .h-wrap .logo-box > a > img {
    height: 46px;
  }
}
@media only screen and (max-width: 1510px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1340px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1220px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1510px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list .menu,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu {
    gap: 0 30px;
  }
}
@media only screen and (max-width: 1220px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list .menu,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 1110px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list .menu,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu {
    gap: 0 15px;
  }
}
.recruit-veterinarian header .h-wrap .r-box .nav-list .menu > li > a,
.recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu > li > a {
  text-align: left;
}
@media only screen and (max-width: 1510px) {
  .recruit-veterinarian header .h-wrap .r-box .nav-list .menu > li > a,
  .recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu > li > a {
    font-size: 1.5rem;
  }
}
.recruit-veterinarian header .h-wrap .r-box .nav-list .menu > li > a:hover,
.recruit-veterinarian .slide-header .h-wrap .r-box .nav-list .menu > li > a:hover {
  color: #004488;
}
.recruit-veterinarian header .h-wrap .r-box .btn-list > li > a,
.recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a {
  background: #004488;
  transform: translateZ(0);
}
@media only screen and (max-width: 1110px) {
  .recruit-veterinarian header .h-wrap .r-box .btn-list > li > a,
  .recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a {
    width: 105px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian header .h-wrap .r-box .btn-list > li > a,
  .recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a {
    width: 100%;
  }
}
.recruit-veterinarian header .h-wrap .r-box .btn-list > li > a:after,
.recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a:after {
  width: 42px;
  height: 48px;
  background: #001249;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.recruit-veterinarian header .h-wrap .r-box .btn-list > li > a.entry,
.recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a.entry {
  background: #44a8cc;
  color: #fff;
}
.recruit-veterinarian header .h-wrap .r-box .btn-list > li > a.entry:after,
.recruit-veterinarian .slide-header .h-wrap .r-box .btn-list > li > a.entry:after {
  background: #2a8bb7;
}
.recruit-veterinarian .slide-menu-btn {
  background: #004488;
}
.recruit-veterinarian .slide-menu-btn .txt {
  font-style: italic;
}
.recruit-veterinarian .slide-menu {
  background: #004488;
}
.recruit-veterinarian .slide-menu:before {
  width: 127px;
  height: 115px;
  background: url(../img/page/veterinarian/icon03.svg) no-repeat center/contain;
  top: 60px;
  mix-blend-mode: multiply;
}
.recruit-veterinarian .slide-menu .nav-list {
  position: relative;
  margin-bottom: 40px;
}
.recruit-veterinarian .slide-menu .nav-list:after {
  content: "";
  width: 80px;
  height: 137px;
  position: absolute;
  bottom: -51px;
  right: -20px;
  background: url(../img/page/veterinarian/icon04.svg) no-repeat center/119px 137px;
  mix-blend-mode: multiply;
}
.recruit-veterinarian .slide-menu .nav-list .menu {
  position: relative;
  z-index: 2;
}
.recruit-veterinarian .slide-menu .nav-list .menu > li > a:after {
  width: 13px;
  height: 8px;
  background: url(../img/page/veterinarian/arr01.svg) no-repeat center/contain;
}
.recruit-veterinarian .slide-menu .slide-txt-box {
  margin-bottom: 30px;
}
.recruit-veterinarian .slide-menu .slide-txt-box > img {
  width: 100%;
  max-width: 335px;
}
.recruit-veterinarian .key-visual {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual {
    padding-top: 60px;
  }
}
.recruit-veterinarian .key-visual .key-img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .key-visual .key-img .tb {
    display: none !important;
  }
}
.recruit-veterinarian .key-visual .key-img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual .key-img > img {
    min-height: 484px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .key-visual .key-img > img {
    min-height: unset;
  }
}
.recruit-veterinarian .key-visual .key-txt-lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32.6%;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual .key-txt-lb {
    width: 42.5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .key-visual .key-txt-lb {
    width: 100%;
    position: relative;
    margin-top: -150px;
    max-width: unset;
  }
}
.recruit-veterinarian .key-visual .key-txt-lb > .img-icon-bg {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .key-visual .key-txt-lb > .img-icon-bg {
    width: 100%;
  }
}
.recruit-veterinarian .key-visual .key-txt-lb > .img-icon-bg > img {
  width: 100%;
}
.recruit-veterinarian .key-visual .key-txt-lb .key-main-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.recruit-veterinarian .key-visual .key-txt-lb .key-main-txt > img {
  width: 100%;
}
.recruit-veterinarian .key-visual .key-txt-rb {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual .key-txt-rb {
    width: 54.68%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .key-visual .key-txt-rb {
    display: none;
  }
}
.recruit-veterinarian .key-visual .key-txt-rb:before, .recruit-veterinarian .key-visual .key-txt-rb:after {
  content: "";
  position: absolute;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.recruit-veterinarian .key-visual .key-txt-rb:before {
  width: 298px;
  height: 342px;
  top: -259px;
  right: -23px;
  background: url(../img/page/veterinarian/key_icon03.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual .key-txt-rb:before {
    width: 163px;
    height: 187px;
    top: -152px;
    right: -10px;
  }
}
.recruit-veterinarian .key-visual .key-txt-rb:after {
  width: 173px;
  height: 181px;
  bottom: -84px;
  left: 0;
  background: url(../img/page/veterinarian/key_icon02.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .key-visual .key-txt-rb:after {
    width: 95px;
    height: 99px;
    bottom: -42px;
  }
}
.recruit-veterinarian .key-visual .key-txt-rb > img {
  width: 100%;
}
.recruit-veterinarian .key-visual .key-txt-rb > img.bg {
  mix-blend-mode: multiply;
}
.recruit-veterinarian .key-visual .key-txt-rb > img.txt {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.recruit-veterinarian .top-contact02 {
  background: #004488;
  position: relative;
  padding: 80px 0;
}
.recruit-veterinarian .top-contact02:before {
  content: "";
  width: 255px;
  height: 181px;
  position: absolute;
  left: 60px;
  bottom: -90px;
  background: url(../img/page/veterinarian/icon05.svg) no-repeat center/contain;
  opacity: 0.8;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02:before {
    width: 123px;
    height: 87px;
    left: 20px;
    bottom: -50px;
  }
}
.recruit-veterinarian .top-contact02.icon-right:before {
  left: unset;
  right: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02.icon-right:before {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02 {
    padding: 40px 0;
  }
}
.recruit-veterinarian .top-contact02 .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruit-veterinarian .top-contact02 .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-veterinarian .top-contact02 .content-box {
  position: relative;
  z-index: 2;
  max-width: 1520px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02 .content-box {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-contact02 .content-box {
    padding: 0 20px;
  }
}
.recruit-veterinarian .top-contact02 .content-box .first-txt {
  text-align: center;
  margin-bottom: 30px;
}
.recruit-veterinarian .top-contact02 .content-box .first-txt > img {
  width: 100%;
  max-width: 570px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02 .content-box .first-txt > img {
    max-width: 335px;
  }
}
.recruit-veterinarian .top-contact02 .content-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 15px 0;
}
.recruit-veterinarian .top-contact02 .content-box .btn-box > div {
  width: 47.9%;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-contact02 .content-box .btn-box > div {
    width: 100%;
  }
}
.recruit-veterinarian .top-contact02 .content-box .btn-box > div > a {
  transition: 0.3s;
  width: 100%;
}
.recruit-veterinarian .top-contact02 .content-box .btn-box > div > a:hover {
  opacity: 0.7;
}
.recruit-veterinarian .top-contact02 .content-box .btn-box > div > a > img {
  width: 100%;
}
.recruit-veterinarian .top-contact02 .content-box .txt {
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02 .content-box .txt {
    font-size: 1.8rem;
    letter-spacing: -0.07em;
  }
}
.recruit-veterinarian .top-contact02 .content-box .txt > span {
  font-size: 3rem;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-contact02 .content-box .txt > span {
    font-size: 2.3rem;
    letter-spacing: -0.1em;
  }
}
.recruit-veterinarian .top-ideal {
  padding: 120px 0 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal {
    padding-top: 90px;
  }
}
.recruit-veterinarian .top-ideal .content-box {
  position: relative;
}
.recruit-veterinarian .top-ideal .content-box .r-img-box {
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 46.9%;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .r-img-box {
    display: none;
  }
}
.recruit-veterinarian .top-ideal .content-box .r-img-box > img {
  width: 100%;
}
.recruit-veterinarian .top-ideal .content-box .item {
  color: #fff;
  background: #012141;
  position: relative;
}
.recruit-veterinarian .top-ideal .content-box .item:nth-of-type(2) .txt-box:before {
  content: "";
  width: 358px;
  height: 571px;
  background: url(../img/page/veterinarian/img04.png) no-repeat center/contain;
  position: absolute;
  top: -65px;
  left: -215px;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item:nth-of-type(2) .txt-box:before {
    width: 147px;
    height: 235px;
    top: -50px;
    left: -4.5%;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-ideal .content-box .item:nth-of-type(2) .txt-box:before {
    left: -12%;
  }
}
.recruit-veterinarian .top-ideal .content-box .item .img-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
.recruit-veterinarian .top-ideal .content-box .item .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.recruit-veterinarian .top-ideal .content-box .item .txt-box {
  width: 100%;
  max-width: 1680px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 90px 40px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .txt-box {
    padding: 40px 30px;
  }
}
.recruit-veterinarian .top-ideal .content-box .item .txt-box .txt {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .txt-box .txt {
    font-size: 1.8rem;
  }
}
.recruit-veterinarian .top-ideal .content-box .item .txt-box .txt > * + * {
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .txt-box .txt > * + * {
    margin-top: 20px;
  }
}
.recruit-veterinarian .top-ideal .content-box .item .txt-box .txt > span {
  display: block;
  line-height: 1.38;
}
.recruit-veterinarian .top-ideal .content-box .item .container.-w1680 {
  max-width: 1720px;
  padding: 90px 40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .container.-w1680 {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .container.-w1680:before {
    content: "";
    width: 240px;
    height: 302px;
    background: url(../img/page/veterinarian/img05.png) no-repeat center/contain;
    position: absolute;
    top: -136px;
    right: -23px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-ideal .content-box .item .container.-w1680:before {
    top: -75px;
    right: -60px;
  }
}
.recruit-veterinarian .top-ideal .content-box .item .container.-w1680 .bg-content {
  width: 61.3%;
  background: rgba(1, 33, 65, 0.8);
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-ideal .content-box .item .container.-w1680 .bg-content {
    width: 100%;
    padding: 40px 30px;
  }
  .recruit-veterinarian .top-ideal .content-box .item .container.-w1680 .bg-content > * {
    position: relative;
    z-index: 4;
    transform: translateZ(0);
  }
}
.recruit-veterinarian .top-feature02 {
  padding: 120px 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 {
    padding: 60px 0 90px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 {
  counter-reset: number 0;
}
.recruit-veterinarian .top-feature02 .feature-list02 > * + * {
  margin-top: 80px;
}
.recruit-veterinarian .top-feature02 .feature-list02 > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li {
    padding: 0 10px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.recruit-veterinarian .top-feature02 .feature-list02 > li:nth-of-type(2n) .img-box .img:before {
  transform: translate(-50%, -50%) rotateY(-180deg);
  left: 53%;
}
.recruit-veterinarian .top-feature02 .feature-list02 > li:nth-of-type(2n) .txt-box:before {
  left: unset;
  right: -45%;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li:nth-of-type(2n) .txt-box:before {
    right: unset;
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li:nth-of-type(2n) .txt-box:before {
    left: -30px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .img-box {
  width: 41.6%;
  transform: translateY(60px);
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .img-box {
    width: 100%;
    transform: translateY(0);
    position: relative;
  }
  .recruit-veterinarian .top-feature02 .feature-list02 > li .img-box:before {
    content: "";
    width: calc(100% + 80px);
    height: 50%;
    background: #edf2f8;
    position: absolute;
    top: 50%;
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .img-box {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .img-box .img {
  position: relative;
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .img-box .img:before {
  content: "";
  width: 110.7%;
  height: 129.6%;
  position: absolute;
  top: 46%;
  left: 47%;
  transform: translate(-50%, -50%);
  background: url(../img/page/veterinarian/icon07.svg) no-repeat center/100% 100%;
  mix-blend-mode: multiply;
  z-index: 2;
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .img-box .img:after {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: 17rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 0.7;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .img-box .img:after {
    font-size: 9.5rem;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box {
  text-align: left;
  width: 54.7%;
  min-height: 480px;
  position: relative;
  padding: 45px 0 50px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box {
    width: 100%;
    padding: 40px 0;
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box {
    padding: 40px 0;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box:before {
  content: "";
  width: 100vw;
  height: 100%;
  top: 0;
  left: -45%;
  position: absolute;
  background: #edf2f8;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box:before {
    left: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box:before {
    left: -30px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box h3.veterinarian {
  line-height: 1.7;
  text-align: left;
  color: #004488;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box h3.veterinarian {
    font-size: 2rem;
    text-align: center;
    line-height: 2;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box h3.veterinarian {
    text-align: left;
    margin: 0 0 30px;
  }
}
.recruit-veterinarian .top-feature02 .feature-list02 > li .txt-box h3.veterinarian > span {
  letter-spacing: -0.05em;
}
.recruit-veterinarian .careerplan-list > li {
  display: flex;
  border-bottom: 10px solid #004488;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li {
    position: relative;
  }
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(2) {
  border-color: #33699f;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(2) .l-box {
  background: #33699f;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(2) .l-box:before {
  background: #33699f;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(3) {
  border-color: #4d7bab;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(3) .l-box {
  background: #4d7bab;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(3) .l-box:before {
  background: #4d7bab;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(4) {
  border-color: #668eb7;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(4) .l-box {
  background: #668eb7;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(4) .l-box:before {
  background: #668eb7;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(5) {
  border-color: #7fa0c3;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(5) .l-box {
  background: #7fa0c3;
}
.recruit-veterinarian .careerplan-list > li:nth-of-type(5) .l-box:before {
  display: none;
}
.recruit-veterinarian .careerplan-list > li .l-box {
  width: 252px;
  background: #004488;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box {
    width: 100%;
    padding: 15px 0;
    position: static;
  }
}
.recruit-veterinarian .careerplan-list > li .l-box:before {
  content: "";
  width: 46px;
  height: 41px;
  background: #004488;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: 2;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box:before {
    width: 28px;
    height: 24px;
    bottom: -33px;
  }
}
.recruit-veterinarian .careerplan-list > li .l-box .txt-box {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box .txt-box {
    position: static;
    transform: translate(0, 0);
  }
}
.recruit-veterinarian .careerplan-list > li .l-box .txt-box > span {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.small-txt {
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.small-txt {
    display: inline-block;
    transform: translateY(-7px);
  }
}
.recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.num {
  font-size: 6rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  line-height: 1;
  margin-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.num {
    font-size: 4.5rem;
  }
}
.recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.txt {
  font-size: 2.5rem;
  transform: translateY(-10px);
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .l-box .txt-box > span.txt {
    font-size: 2rem;
    transform: translateY(-7px);
  }
}
.recruit-veterinarian .careerplan-list > li .r-box {
  width: calc(100% - 252px);
  padding: 60px;
  background: #fff;
}
.recruit-veterinarian .careerplan-list > li .r-box h3 {
  color: #004488;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .careerplan-list > li .r-box {
    width: 100%;
    display: none;
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .recruit-veterinarian .careerplan-list > li .r-box {
    display: block !important;
  }
}
.recruit-veterinarian .top-voice {
  padding: 80px 0 120px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.recruit-veterinarian .top-voice:before, .recruit-veterinarian .top-voice:after {
  content: "";
  position: absolute;
}
.recruit-veterinarian .top-voice:before {
  width: 163px;
  height: 133px;
  background: url(../img/page/veterinarian/icon09.svg) no-repeat center/contain;
  top: 0;
  left: 28px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice:before {
    width: 80px;
    height: 64px;
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-voice:before {
    top: 140px;
    left: -9px;
    z-index: 2;
    mix-blend-mode: multiply;
  }
}
.recruit-veterinarian .top-voice:after {
  width: 263px;
  height: 168px;
  top: 95px;
  right: -20px;
  background: url(../img/page/veterinarian/icon08.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice:after {
    width: 110px;
    height: 70px;
    right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-voice:after {
    width: 80px;
    height: 64px;
    background: url(../img/page/veterinarian/icon09.svg) no-repeat center/contain;
    top: 155px;
    right: -20px;
    z-index: -1;
  }
}
.recruit-veterinarian .top-voice .voice-list {
  position: relative;
}
.recruit-veterinarian .top-voice .voice-list:before {
  content: "";
  width: 208px;
  height: 227px;
  background: url(../img/page/veterinarian/icon11.svg) no-repeat center/contain;
  position: absolute;
  left: 60px;
  bottom: -150px;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice .voice-list:before {
    width: 97px;
    height: 106px;
    left: 15px;
    bottom: -53px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-voice .voice-list:before {
    left: 10px;
    bottom: -47px;
  }
}
.recruit-veterinarian .top-voice .voice-list > li {
  color: #fff;
  background: #004488;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice .voice-list > li {
    padding: 40px 0;
  }
}
.recruit-veterinarian .top-voice .voice-list > li:before {
  content: "";
  width: 41%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/page/veterinarian/icon10.svg) no-repeat -23% 32%/993px 1576px;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice .voice-list > li:before {
    width: 50%;
    background: url(../img/page/veterinarian/icon10.svg) no-repeat left center/594px 914px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-voice .voice-list > li:before {
    width: 100%;
    background: url(../img/page/veterinarian/icon10.svg) no-repeat left -90%/594px 914px;
  }
}
.recruit-veterinarian .top-voice .voice-list > li:nth-of-type(2n) {
  background: #0785b2;
}
.recruit-veterinarian .top-voice .voice-list > li:nth-of-type(2n):before {
  right: unset;
  left: 0;
  transform: rotateY(180deg);
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-voice .voice-list > li:nth-of-type(2n):before {
    background: url(../img/page/veterinarian/icon10.svg) no-repeat left -127%/594px 914px;
  }
}
.recruit-veterinarian .top-voice .voice-list > li:nth-of-type(2n) .content-box:before {
  background: #001249;
  opacity: 0.6;
}
.recruit-veterinarian .top-voice .voice-list > li .content-box {
  position: relative;
  padding: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-voice .voice-list > li .content-box {
    padding: 40px 30px;
  }
}
.recruit-veterinarian .top-voice .voice-list > li .content-box > * {
  position: relative;
  z-index: 2;
}
.recruit-veterinarian .top-voice .voice-list > li .content-box:before {
  content: "";
  mix-blend-mode: multiply;
  background: #44a8cc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-veterinarian .top-greeting02 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 {
    margin-bottom: 45px;
  }
}
.recruit-veterinarian .top-greeting02 .content-box {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box {
    padding: 40px 0 0;
    background: #ecddd2;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .img-box {
  position: relative;
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box {
    position: relative;
    z-index: 1;
    margin-top: -37px;
    z-index: 1;
  }
  .recruit-veterinarian .top-greeting02 .content-box .img-box:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 90%;
    background: linear-gradient(#ecddd2 50%, rgba(236, 221, 210, 0));
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box {
    margin-top: 0;
    padding-top: 50px;
  }
  .recruit-veterinarian .top-greeting02 .content-box .img-box:before {
    bottom: 75%;
  }
  .recruit-veterinarian .top-greeting02 .content-box .img-box .tb {
    display: none !important;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .img-box .name-box {
  position: absolute;
  top: 90px;
  left: 0;
  background: #fff;
  padding: 25px 60px;
  z-index: 3;
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box .name-box {
    top: 20px;
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box .name-box {
    top: 80px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box .name-box {
    top: 40px;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .img-box .name-box > p {
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.6;
}
.recruit-veterinarian .top-greeting02 .content-box .img-box .name-box > p.txt {
  font-size: 1.5rem;
  color: #012141;
}
.recruit-veterinarian .top-greeting02 .content-box .img-box .name-box > p.name {
  font-size: 3.6rem;
  color: #004488;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box .name-box > p.name {
    font-size: 2.4rem;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .img-box .name-box > p.name > span {
  font-size: 2rem;
  margin-right: 20px;
}
.recruit-veterinarian .top-greeting02 .content-box .img-box > img {
  width: 100%;
  min-height: 1240px;
  max-height: 1280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box > img {
    min-height: unset;
    height: 100%;
    -o-object-position: 12% top;
       object-position: 12% top;
  }
}
@media only screen and (max-width: 1220px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box > img {
    -o-object-position: 20% top;
       object-position: 20% top;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .img-box > img {
    width: 100%;
    height: unset;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box {
  color: #012141;
  position: absolute;
  left: calc(50% + 356px);
  bottom: -1px;
  transform: translateX(-50%);
  z-index: 2;
  width: 50%;
  height: calc(100% - 90px);
  background: #fff;
  padding: 60px;
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box:before, .recruit-veterinarian .top-greeting02 .content-box .txt-box:after {
  content: "";
  position: absolute;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box:before {
  width: 144px;
  height: 149px;
  top: -110px;
  left: -100px;
  background: url(../img/page/veterinarian/icon12.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box:before {
    width: 100px;
    height: 100px;
    top: -60px;
    left: -50px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box:before {
    width: 53px;
    height: 54px;
    top: -29px;
    left: -15px;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box:after {
  width: 265px;
  height: 168px;
  top: -125px;
  right: -65px;
  background: url(../img/page/veterinarian/icon13.svg) no-repeat center/contain;
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box:after {
    width: 130px;
    height: 80px;
    top: -60px;
    right: -35px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box:after {
    width: 98px;
    height: 62px;
    top: -30px;
    right: -10px;
  }
}
@media only screen and (max-width: 1420px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box {
    position: relative;
    left: 0;
    bottom: -20px;
    width: 50%;
    padding: 40px;
    transform: translateX(0);
    margin-left: 50%;
  }
}
@media only screen and (max-width: 1220px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box {
    width: 60%;
    margin-left: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box {
    width: calc(100% - 60px);
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 30px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box {
    width: calc(100% - 40px);
  }
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box h3 {
  color: #004488;
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box > * + * {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box > * + * {
    margin-top: 30px;
  }
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box .table03 tbody tr td {
  padding-left: 30px;
}
.recruit-veterinarian .top-greeting02 .content-box .txt-box .table03 tbody tr td:nth-of-type(1) {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-greeting02 .content-box .txt-box .table03 tbody tr td {
    display: block;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .recruit-veterinarian .top-greeting02 .content-box .txt-box .table03 tbody tr td:nth-of-type(1) {
    padding-bottom: 0px;
  }
}
.recruit-veterinarian .top-flow02 {
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-flow02 {
    padding: 45px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-flow02 {
    padding: 45px 0;
  }
}
.recruit-veterinarian .top-flow02 .flow-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-flow02 .flow-list .slick-track,
  .recruit-veterinarian .top-flow02 .flow-list .slick-list {
    display: flex;
  }
}
.recruit-veterinarian .top-flow02 .flow-list > .item {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-flow02 .flow-list > .item {
    width: 50%;
  }
}
.recruit-veterinarian .top-flow02 .flow-list .item {
  color: #fff;
  background: #004488;
  padding: 30px 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-flow02 .flow-list .item {
    padding: 25px 30px;
  }
}
.recruit-veterinarian .top-flow02 .flow-list .item:before {
  content: "";
  width: 40px;
  height: 46px;
  background: #004488;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian .top-flow02 .flow-list .item:before {
    display: none;
  }
}
.recruit-veterinarian .top-flow02 .flow-list .item.-second {
  background: #1a5593;
}
.recruit-veterinarian .top-flow02 .flow-list .item.-second:before {
  background: #1a5593;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .top-flow02 .flow-list .item.-second:before {
    display: none;
  }
}
.recruit-veterinarian .top-flow02 .flow-list .item.-third {
  background: #33699f;
}
.recruit-veterinarian .top-flow02 .flow-list .item.-third:before {
  background: #33699f;
}
.recruit-veterinarian .top-flow02 .flow-list .item.-forth {
  background: #4d7bab;
}
.recruit-veterinarian .top-flow02 .flow-list .item.-forth:before {
  display: none;
}
.recruit-veterinarian .top-flow02 .flow-list .item .txt-box {
  text-align: center;
  margin-bottom: 20px;
}
.recruit-veterinarian .top-flow02 .flow-list .item .txt-box > p {
  line-height: 1.2;
}
.recruit-veterinarian .top-flow02 .flow-list .item .txt-box > p.num {
  font-size: 4rem;
  font-weight: 600;
  font-style: italic;
}
.recruit-veterinarian .top-flow02 .flow-list .item .txt-box > p.ttl {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
.recruit-veterinarian .top-flow02 .flow-list .item .img-box {
  width: 100%;
  padding-bottom: 53%;
  position: relative;
  margin-bottom: 20px;
}
.recruit-veterinarian .top-flow02 .flow-list .item .img-box > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.recruit-veterinarian .top-job-description {
  padding: 60px 0 0;
}
.recruit-veterinarian .accordion-box .acc-ttl {
  background: #004488;
  border-radius: 0;
}
.recruit-veterinarian .accordion-box .acc-ttl.-sky {
  background: #44a8cc;
}
.recruit-veterinarian .table-scroll-box > .table01 {
  width: 100%;
  min-width: 1108px;
}
.recruit-veterinarian .bg-box01 {
  padding: 30px 20px;
  border-radius: 0;
  margin: 40px 0 0;
  background: #edf2f8;
}
.recruit-veterinarian .top-careerplan .bg-box01 {
  margin-top: 0;
}
.recruit-veterinarian .button02 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background: #004488;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 20px 40px;
  position: relative;
  border: 2px solid #004488;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian .button02 {
    font-size: 2rem;
    max-width: 295px;
  }
}
.recruit-veterinarian .button02:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../img/page/veterinarian/arr02.svg) no-repeat center/contain;
  transition: 0.3s;
}
r .recruit-veterinarian .button02:hover:after {
  top: 45%;
}
.recruit-veterinarian .table01 {
  min-width: unset;
}
.recruit-veterinarian .table01 thead > tr > th:before {
  background: #004488;
}
.recruit-veterinarian .table01 thead > tr > th:nth-of-type(1), .recruit-veterinarian .table01 thead > tr > th:nth-of-type(2) {
  width: 19%;
}
.recruit-veterinarian .table01 thead > tr > th:nth-of-type(3) {
  width: 62%;
}
.recruit-veterinarian .table01.-left tbody tr th,
.recruit-veterinarian .table01.-left tbody tr td {
  text-align: left;
}
.recruit-veterinarian .table02 tbody tr th,
.recruit-veterinarian .table02 tbody tr td {
  padding: 15px 5px;
  color: #012141;
}
.recruit-veterinarian .table02 tbody tr th:before {
  background: #004488;
}
.recruit-veterinarian h2.veterinarian {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 90px;
  padding: 35px 120px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h2.veterinarian {
    min-width: 335px;
    padding: 25px 40px;
    margin-bottom: 30px;
  }
}
.recruit-veterinarian h2.veterinarian:before, .recruit-veterinarian h2.veterinarian:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/page/veterinarian/icon06.svg) no-repeat center/contain;
  position: absolute;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h2.veterinarian:before, .recruit-veterinarian h2.veterinarian:after {
    width: 74px;
    height: 74px;
  }
}
.recruit-veterinarian h2.veterinarian:before {
  top: 0;
  left: 0;
}
.recruit-veterinarian h2.veterinarian:after {
  transform: rotate(180deg);
  transform-origin: center;
  right: 0;
  bottom: 0;
}
.recruit-veterinarian h2.veterinarian > span {
  display: block;
  line-height: 1.5;
}
.recruit-veterinarian h2.veterinarian > span.en {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  color: #44a8cc;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h2.veterinarian > span.en {
    font-size: 1.6rem;
  }
}
.recruit-veterinarian h2.veterinarian > span.jp {
  font-size: 4.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #004488;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h2.veterinarian > span.jp {
    font-size: 2.2rem;
  }
}
.recruit-veterinarian h3.veterinarian {
  font-size: 4rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 2.4;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: -10px auto 50px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h3.veterinarian {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.recruit-veterinarian h3.veterinarian > span {
  background: linear-gradient(transparent 90%, rgba(250, 207, 26, 0.8) 90%);
  padding: 10px 0;
}
.recruit-veterinarian h3.veterinarian.-small {
  font-size: 2.5rem;
  text-align: left;
  margin: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h3.veterinarian.-small {
    font-size: 2rem;
  }
}
.recruit-veterinarian h4.veterinarian {
  font-size: 3.6rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian h4.veterinarian {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
.recruit-veterinarian h5.veterinarian {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #004488;
  margin-bottom: 20px;
}
.recruit-veterinarian footer {
  padding: 0;
}
.recruit-veterinarian footer:after {
  display: none;
}
.recruit-veterinarian footer .container.-w1680 {
  max-width: 1800px;
}
.recruit-veterinarian footer .f-wrap {
  padding: 60px;
}
@media only screen and (max-width: 1410px) {
  .recruit-veterinarian footer .f-wrap {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1340px) {
  .recruit-veterinarian footer .f-wrap {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian footer .f-wrap {
    padding: 55px 20px 90px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian footer .f-wrap {
    padding: 55px 0 70px;
  }
}
.recruit-veterinarian footer .f-wrap .l-box {
  display: flex;
  margin-right: 0;
  justify-content: space-between;
  gap: 60px;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian footer .f-wrap .l-box {
    justify-content: center;
    gap: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-veterinarian footer .f-wrap .l-box {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.recruit-veterinarian footer .f-wrap .l-box .logo-box,
.recruit-veterinarian footer .f-wrap .l-box .address-txt {
  flex-shrink: 0;
}
.recruit-veterinarian footer .f-wrap .l-box .address-txt > a:after {
  color: #44a8cc;
}
.recruit-veterinarian footer .f-wrap .l-box:after {
  display: none;
}
.recruit-veterinarian footer .copy {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  right: 60px;
  bottom: 60px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .recruit-veterinarian footer .copy {
    width: 100%;
    position: static;
  }
}
.recruit-veterinarian.open .slide-menu-btn {
  background: #004488;
}/*# sourceMappingURL=style.css.map */