@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
@media screen and (min-width:769px) {
  body {
    padding-top: 80px;
  }
  header {
    padding: 22px 76px 0 74px;
  }
  header.is-scroll {
    position: absolute;
    box-shadow: none;
  }
  header.is-scroll .logo,
  header.is-scroll nav {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
article {
  position: relative;
  background: url("../img/bg.png") no-repeat center top calc(70 / 1396 * 100vw);
  background-size: 100% auto;
  padding-top: calc(70 / 1396 * 100vw);
}

/* ---------------------------------------------------------
#recruit-header-menu
----------------------------------------------------------*/
#recruit-header-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #E85382;
  z-index: 2;
}
.is-scroll #recruit-header-menu {
  position: fixed;
}

#recruit-header-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
#recruit-header-menu li {
  padding: 0 calc(67 / 1396 * 100vw);
}
#recruit-header-menu li:first-child {
  padding-left: 0;
}
#recruit-header-menu li:last-child {
  padding-right: 0;
}
#recruit-header-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(70 / 1396 * 100vw);
  font-size: calc(15 / 1396 * 100vw);
  color: #fff;
  padding-top: calc(5 / 1396 * 100vw);
  letter-spacing: .19em;
  box-sizing: border-box;
}
#recruit-header-menu a:hover {
  text-decoration: none;
}
#recruit-header-menu a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: calc(5 / 1396 * 100vw);
  opacity: 0;
  transition: opacity .3s;
}
#recruit-header-menu .cr a::after {
  opacity: 1;
}
#recruit-header-menu a:hover::after {
  opacity: 1;
}

/* ---------------------------------------------------------
h1
----------------------------------------------------------*/
article h1,
article .recruit-header .ttl {
  display: flex;
  align-items: flex-end;
  font-size: calc(38 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 1;
  color: #E85382;
  padding-top: calc(38 / 1396 * 100vw);
}
article h1::before,
article .recruit-header .ttl::before {
  content: '';
  display: block;
  width: calc(60 / 1396 * 100vw);
  height: calc(3 / 1396 * 100vw);
  background: transparent linear-gradient(90deg, #DE3B70 0%, #EC733F 11%, #DE3B70 61%, #E9829F 100%) 0% 0% no-repeat padding-box;
  margin-right: calc(19 / 1396 * 100vw);
  margin-bottom: calc(9 / 1396 * 100vw);
  border-radius: 0 calc(2 / 1396 * 100vw) calc(2 / 1396 * 100vw) 0;
}

/* ---------------------------------------------------------
.breadcrumb
----------------------------------------------------------*/
.breadcrumb {
  margin-top: 0;
  transform: translateY(calc(-55 / 1396 * 100vw));
}
.recruit-header {
  height: calc(247 / 1396 * 100vw);
}

.ttl-recruit {
  font-size: calc(30 / 1396 * 100vw);
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: .06em;
}
.ttl-recruit::after {
  content: '';
  display: block;
  width: calc(30 / 1396 * 100vw);
  height: calc(3 / 1396 * 100vw);
  background: #E85382;
  margin: calc(35 / 1396 * 100vw) auto 0;
  border-radius: calc(2 / 1396 * 100vw);
}


/* ---------------------------------------------------------
#step
----------------------------------------------------------*/
#step {
  padding: calc(76 / 1396 * 100vw) 0 calc(115 / 1396 * 100vw);
}
#step .wrapper {
  display: flex;
  justify-content: center;
  margin-top: calc(65 / 1396 * 100vw);
}
#step .block {
  width: calc(336 / 1396 * 100vw);
  height: calc(336 / 1396 * 100vw);
  text-align: center;
  border: 10px solid #EBEBEB;
  border-radius: 50%;
  padding-top: calc(40 / 1396 * 100vw);
  box-sizing: border-box;
  margin: 0 calc(30 / 1396 * 100vw);
}
#step h3 {
  width: calc(134 / 1396 * 100vw);
  margin: 0 auto calc(29 / 1396 * 100vw);
}
#step .pic {
  height: calc(105 / 1396 * 100vw);
  margin: 0 auto;
}
#step h3 img,
#step .pic img {
  width: 100%;
  height: auto;
}
#step .step1 .pic {
  width: calc(112 / 1396 * 100vw);
}
#step .step2 .pic {
  width: calc(76 / 1396 * 100vw);
}
#step .step3 .pic {
  width: calc(106 / 1396 * 100vw);
}
#step .block p {
  font-size: calc(16 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: 1.9;
}

/* ---------------------------------------------------------
#recruit-bn
----------------------------------------------------------*/
#recruit-bn {
  margin-bottom: calc(109 / 1396 * 100vw);
}
#recruit-bn img {
  width: 100%;
  height: auto;
}
#recruit-bn ul {
  display: flex;
  justify-content: center;
  background: #E2E2E2;
  list-style: none;
  padding: calc(40 / 1396 * 100vw) 0 calc(47 / 1396 * 100vw);
}
#recruit-bn li:nth-child(2) {
  margin: 0 calc(30 / 1396 * 100vw);
}
#recruit-bn li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(340 / 1396 * 100vw);
  height: calc(80 / 1396 * 100vw);
  font-size: calc(18 / 1396 * 100vw);
  letter-spacing: .04em;
  color: #fff;
  background: #E85382;
  border: 1px solid #E85382;
  box-sizing: border-box;
  transition: all .3s;
}
#recruit-bn li a::before,
#recruit-bn li a::after {
  content: '';
  position: absolute;
  top: calc(37 / 1396 * 100vw);
  right: calc(22 / 1396 * 100vw);
  display: block;
  width: calc(12 / 1396 * 100vw);
  height: calc(9 / 1396 * 100vw);
  background: url("../../../common/img/icon_arrow_white.svg") no-repeat;
  background-size: calc(12 / 1396 * 100vw) auto;
  transition: opacity .3s;
}
#recruit-bn li a::before {
  background-image: url("../../../common/img/icon_arrow.svg");
  opacity: 0;
}
#recruit-bn li a .icon-blank::after {
  margin-left: 0;
}
#recruit-bn a:hover {
  color: #E85382;
  background: #fff;
  text-decoration: none;
}
#recruit-bn a:hover::before {
  opacity: 1;
}
#recruit-bn a:hover::after {
  opacity: 0;
}

#recruit-bn .bn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: calc(39 / 1396 * 100vw) 0 calc(25 / 1396 * 100vw);
}
#recruit-bn .bn {
  width: calc(228 / 1396 * 100vw);
}
#recruit-bn .bn:last-child {
  width: calc(197 / 1396 * 100vw);
  margin-left: calc(49 / 1396 * 100vw);
}
#recruit-bn .bn-txt {
  font-size: calc(15 / 1396 * 100vw);
  letter-spacing: .06em;
  color: #606060;
  text-align: center;
  background: #E2E2E2;
  line-height: 1;
  padding: calc(25 / 1396 * 100vw) 0 calc(30 / 1396 * 100vw);
}

#recruit-bn .bn a {
  transition: opacity .3s;
}
#recruit-bn .bn a:hover {
  opacity: .7;
}

.ttl-sub {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.ttl-sub .pic {
  width: calc(946 / 1396 * 100vw);
}
.ttl-sub .pic img {
  height: auto;
  width: 100%;
}
.ttl-sub .txt {
  font-size: calc(36 / 1396 * 100vw);
  color: #E85382;
  letter-spacing: .06em;
  margin-right: calc(70 / 1396 * 100vw);
  margin-top: calc(-40 / 1396 * 100vw);
}
body:not(#staff) article h1 {
  font-size: calc(38 / 1396 * 100vw);
  padding-top: calc(37 / 1396 * 100vw);
}
body:not(#staff) article h1::before {
  margin-right: calc(15 / 1396 * 100vw);
  margin-bottom: calc(5 / 1396 * 100vw);
}
.recruit-header .lead {
  color: #606060;
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  margin-left: calc(75 / 1396 * 100vw);
  margin-top: calc(32 / 1396 * 100vw);
}

.sec-attendant,
.sec-attendant > * {
  position: relative;
}
.sec-attendant {
  padding-bottom: calc(120 / 1396 * 100vw);
}
.sec-attendant::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(299 / 1396 * 100vw);
  background-color: #EBEBEB;
  content: '';
}
.sec-attendant + .sec-attendant {
  margin-top: calc(120 / 1396 * 100vw);
}
.sec-attendant .inner {
  background-color: #fff;
  padding: 0 calc(64 / 1396 * 100vw);
  margin: calc(60 / 1396 * 100vw) auto 0;
  width: calc(1248 / 1396 * 100vw);
}
.sec-attendant h3 {
  font-size: calc(20 / 1396 * 100vw);
  font-weight: normal;
  letter-spacing: .06em;
  line-height: 2;
}
.sec-attendant .inner .txt {
  font-size: calc(16 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: calc(30 / 16);
  margin-top: calc(40 / 1396 * 100vw);
}
.sec-attendant .wrapper {
  margin: calc(70 / 1396 * 100vw) auto 0;
  width: calc(1248 / 1396 * 100vw);
}
.sec-attendant .slider {
  display: flex;
  justify-content: space-between;
}
.sec-attendant .block {
  width: calc(376 / 1396 * 100vw);
}
.sec-attendant .block .ttl {
  border-bottom: 1px solid #D1D1D1;
  color: #E85382;
  font-size: calc(20 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: calc(29 / 20);
  margin-top: calc(11 / 1396 * 100vw);
  padding-bottom: calc(13 / 20 * 1em);
}
.sec-attendant .block .txt {
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: calc(24 / 14);
  margin-top: calc(17 / 14 * 1em);
}
.sec-attendant .pic img {
  width: 100%;
  height: auto;
}
.sec-attendant .btns {
  display: flex;
  justify-content: space-between;
  margin: calc(115 / 1396 * 100vw) auto 0;
  width: calc(1248 / 1396 * 100vw);
}
.sec-attendant .btn {
  position: relative;
  border: 1px solid #E85382;
  background-color: #E85382;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 / 1396 * 100vw);
  letter-spacing: .04em;
  height: calc(80 / 1396 * 100vw);
  width: calc(594 / 1396 * 100vw);
  transition: all .3s;
}
.sec-attendant .btn::before,
.sec-attendant .btn::after {
  content: '';
  position: absolute;
  top: calc(37 / 1396 * 100vw);
  right: calc(22 / 1396 * 100vw);
  display: block;
  width: calc(12 / 1396 * 100vw);
  height: calc(9 / 1396 * 100vw);
  background: url(/common/img/icon_arrow_white.svg) no-repeat;
  background-size: calc(12 / 1396 * 100vw) auto;
  transition: opacity .3s;
}
.sec-attendant .btn::before {
  background-image: url(/common/img/icon_arrow.svg);
  opacity: 0;
}
.sec-attendant .btn:hover {
  color: #E85382;
  background-color: #fff;
  text-decoration: none;
}
.sec-attendant .btn:hover::before {
  opacity: 1;
}
.sec-attendant .btn:hover::after {
  opacity: 0;
}
.sec-attendant > a {
  display: inline-block;
  margin-top: calc(40 / 1396 * 100vw);
  padding-left: calc(17 / 1396 * 100vw);
  font-size: calc(16 / 1396 * 100vw);
  letter-spacing: .06em;
  background: url(/common/img/icon_footer_tri_pink.svg) no-repeat left center;
  background-size: calc(6 / 1396 * 100vw) calc(10 / 1396 * 100vw);
  margin-left: calc(74 / 1396 * 100vw);
}

#interview-attendant {
  position: relative;
}
#interview-attendant .inner {
  position: relative;
  background-color: #fff;
  padding: calc(64 / 1396 * 100vw) calc(60 / 1396 * 100vw) calc(119 / 1396 * 100vw);
  margin: 0 auto;
  width: calc(1248 / 1396 * 100vw);
}
#interview-attendant dt {
  display: flex;
  align-items: baseline;
  padding-bottom: calc(22 / 24 * 1em);
  border-bottom: 2px solid #D1D1D1;
  color: #E85382;
  font-size: calc(24 / 1396 * 100vw);
  line-height: calc(36 / 24);
  letter-spacing: .06em;
}
#interview-attendant dt:not(:first-child) {
  margin-top: calc(69 / 1396 * 100vw);
}
#interview-attendant dd {
  position: relative;
  font-size: calc(14 / 1396 * 100vw);
  letter-spacing: .06em;
  line-height: calc(24 / 14);
  margin-top: calc(31 / 1396 * 100vw);
  padding-left: calc(52 / 1396 * 100vw);
}
#interview-attendant dt::before {
  content: '';
  height: calc(25 / 1396 * 100vw);
  width: calc(52 / 1396 * 100vw);
  background: url('../img/txt_q.svg') no-repeat left top;
  background-size: auto 100%;
  display: inline-block;
  /* transform: translateY(.1em); */
  flex: 0 0 auto;
}
#interview-attendant dd::before {
  position: absolute;
  top: calc(5 / 1396 * 100vw);
  left: 0;
  content: '';
  height: calc(25 / 1396 * 100vw);
  width: calc(52 / 1396 * 100vw);
  background: url('../img/txt_a.svg') no-repeat left top;
  background-size: auto 100%;
  display: inline-block;
  /* transform: translateY(.1em) */
}
#interview-attendant dd .txt + .txt {
  margin-top: calc(24 / 14 * 1em);
}


/* ---------------------------------------------------------
media queries
----------------------------------------------------------*/
@media screen and (max-width:768px) {

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
  header {
    position: absolute;
  }

/* ---------------------------------------------------------
article
----------------------------------------------------------*/
  article {
    background: url("../img/bg_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 0;
    border-top: 3px solid #E85382;
  }

/* ---------------------------------------------------------
#recruit-header-menu
----------------------------------------------------------*/
  .btn-recruit-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    width: calc(80 / 375 * 100vw);
    height: calc(38 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    color: #fff;
    background: #E85382;
    padding: 0 0 0 calc(11 / 375 * 100vw);
    border-radius: 0 0 0 8px;
    box-sizing: border-box;
    z-index: 11;
  }
  .btn-recruit-menu::after {
    content: '';
    display: block;
    width: calc(8 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    background: url("../img/icon_nav_arrow.svg") no-repeat;
    background-size: calc(8 / 375 * 100vw) auto;
    margin-left: calc(6 / 375 * 100vw);
    transition: transform .3s;
  }
  .btn-recruit-menu.is-active::after {
    transform: rotate(180deg);
  }
  #recruit-header-menu {
    left: auto;
    right: 0;
    width: calc(243 / 375 * 100vw);
    max-height: 0;
    padding: 0 calc(15 / 375 * 100vw) 0 calc(12 / 375 * 100vw);
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height .3s,paddinig-bottom .3s;
    z-index: 10;
  }
  #recruit-header-menu.is-open {
    max-height: calc(390 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }

.is-scroll .btn-recruit-menu,
.is-scroll #recruit-header-menu {
  position: fixed;
}

  #recruit-header-menu ul {
    position: relative;
    display: block;
    padding-top: calc(36 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  #recruit-header-menu li {
    padding: 0;
  }
  #recruit-header-menu a {
    display: block;
    height: auto;
    font-size: calc(13 / 375 * 100vw);
    color: #fff;
    letter-spacing: 0;
    padding: calc(11 / 375 * 100vw) 0 calc(13 / 375 * 100vw) calc(5 / 375 * 100vw);
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  #recruit-header-menu a::after {
    display: none;
  }
  #recruit-header-menu .btn-close {
    width: calc(178 / 375 * 100vw);
    margin: 0 auto;
  }


/* ---------------------------------------------------------
h1
----------------------------------------------------------*/
  article h1,
  article .recruit-header .ttl {
    font-size: calc(21 / 375 * 100vw);
    letter-spacing: .1em;
    padding-top: calc(10 / 375 * 100vw);
  }
  article h1::before,
  article .recruit-header .ttl::before {
    width: calc(19 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
    border-radius: 0 calc(2 / 375 * 100vw) calc(2 / 375 * 100vw) 0;
  }

/* ---------------------------------------------------------
.breadcrumb
----------------------------------------------------------*/
  .breadcrumb {
    display: none;
  }
  .recruit-header {
    height: calc(88 / 375 * 100vw);
  }
  .ttl-recruit {
    font-size: calc(20 / 375 * 100vw);
  }
  .ttl-recruit::after {
    width: calc(20 / 375 * 100vw);
    height: calc(2 / 375 * 100vw);
    margin: calc(13 / 375 * 100vw) auto 0;
    border-radius: calc(2 / 375 * 100vw);
  }

/* ---------------------------------------------------------
#step
----------------------------------------------------------*/
  #step {
    padding: calc(49 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  #step .wrapper {
    display: block;
    margin-top: calc(29 / 375 * 100vw);
  }
  #step .block {
    position: relative;
    width: calc(349 / 375 * 100vw);
    height: calc(120 / 375 * 100vw);
    text-align: left;
    border: calc(6 / 375 * 100vw) solid #EBEBEB;
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(17 / 375 * 100vw) 0 0 calc(15 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
  }
  #step .block:last-child {
    margin-bottom: 0;
  }
  #step h3 {
    width: calc(78 / 375 * 100vw);
    margin: 0 0 calc(7 / 375 * 100vw);
  }
  #step .pic {
    position: absolute;
    top: 0;
    height: auto;
    margin: 0;
  }
  #step .step1 .pic {
    right: calc(22 / 375 * 100vw);
    width: calc(78 / 375 * 100vw);
    margin-top: calc(21 / 375 * 100vw);
  }
  #step .step2 .pic {
    right: calc(36 / 375 * 100vw);
    width: calc(54 / 375 * 100vw);
    margin-top: calc(19 / 375 * 100vw);
  }
  #step .step3 .pic {
    right: calc(25 / 375 * 100vw);
    width: calc(73 / 375 * 100vw);
    margin-top: calc(27 / 375 * 100vw);
  }
  #step .block p {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4;
  }

/* ---------------------------------------------------------
#recruit-bn
----------------------------------------------------------*/
  #recruit-bn {
    margin-bottom: calc(52 / 375 * 100vw);
  }
  #recruit-bn ul {
    display: block;
    padding: calc(30 / 375 * 100vw) 0 calc(32 / 375 * 100vw);
  }
  #recruit-bn li,
  #recruit-bn li:nth-child(2) {
    width: calc(350 / 375 * 100vw);
    margin: 0 auto calc(10 / 375 * 100vw);
  }
  #recruit-bn li:nth-child(3) {
    margin-bottom: 0;
  }
  #recruit-bn li a {
    justify-content: flex-start;
    width: 100%;
    height: calc(60 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    padding-left: calc(26 / 375 * 100vw);
  }
  #recruit-bn li a::before,
  #recruit-bn li a::after {
    top: calc(26 / 375 * 100vw);
    right: calc(11 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    height: calc(9 / 375 * 100vw);
    background: url("../../../common/img/icon_arrow_white.svg") no-repeat;
    background-size: calc(12 / 375 * 100vw) auto;
  }
  #recruit-bn li a::before {
    display: none;
  }

  #recruit-bn .bn-box {
    padding: calc(23 / 375 * 100vw) 0 calc(21 / 375 * 100vw);
  }
  #recruit-bn .bn {
    width: calc(154 / 375 * 100vw);
  }
  #recruit-bn .bn:last-child {
    width: calc(133 / 375 * 100vw);
    margin-left: calc(32 / 375 * 100vw);
  }
  #recruit-bn .bn-txt {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.9;
    padding: calc(4 / 375 * 100vw) 0 calc(17 / 375 * 100vw);
  }

/* ---------------------------------------------------------
slider
----------------------------------------------------------*/
  .slider .slick-prev,
  .slider .slick-next {
    margin-top: 102px;
    left: -30px;
    margin-top: calc(102 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
  }
  .slider .slick-next {
    left: auto;
    right: -30px;
    right: calc(-30 / 375 * 100vw);
  }
  .slick-dotted.slick-slider,
  .slider .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slider .slick-dots {
    bottom: -25px;
    bottom: calc(-25 / 375 * 100vw);
    text-align: center;
    z-index: 2;
  }
  .slider .slick-dots li {
    width: 4px;
    height: 4px;
    margin: 0 4px;
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    margin: 0 calc(4 / 375 * 100vw);
    opacity: 1;
    transition: opacity .3s;
  }
  .slider .slick-dots li.slick-active {
    opacity: 1;
  }
  .slider .slick-dots li button {
    width: 4px;
    height: 4px;
    width: calc(4 / 375 * 100vw);
    height: calc(4 / 375 * 100vw);
    background: #fff;
    border-radius: 50%;
    padding: 0;
    opacity: 1;
  }
  .slider .slick-dots li.slick-active button {
    background: #E85382;
  }
  .slider .slick-dots li button:before {
    display: none;
  }

  .ttl-sub {
    position: relative;
  }
  .ttl-sub .pic {
    margin-left: auto;
    width: 243px;
    width: calc(243 / 375 * 100vw);
  }
  .ttl-sub .txt {
    position: absolute;
    top: calc(50% - 3px);
    top: calc(50% - 3 / 375 * 100vw);
    left: 10px;
    left: calc(10 / 375 * 100vw);
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
    letter-spacing: .1em;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-top: calc(-6 / 375 * 100vw);
  }
  .recruit-header .lead {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(22 / 12);
    margin: 26px auto 0;
    margin: calc(26 / 375 * 100vw) auto 0;
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }

  body:not(#staff) article h1 {
    font-size: 21px;
    font-size: calc(21 / 375 * 100vw);
    padding-top: 10px;
    padding-top: calc(10 / 375 * 100vw);
  }
  body:not(#staff) article h1::before {
    margin-bottom: 5px;
    margin-bottom: calc(5 / 375 * 100vw);
  }

  .sec-attendant {
    padding-bottom: 60px;
    padding-bottom: calc(60 / 375 * 100vw);
  }
  .sec-attendant::before {
    height: 120px;
    height: calc(120 / 375 * 100vw) !important;
  }
  .sec-attendant + .sec-attendant {
    margin-top: 60px;
    margin-top: calc(60 / 375 * 100vw);
  }
  .sec-attendant .inner {
    padding: 0 10px;
    padding: 0 calc(10 / 375 * 100vw);
    margin: 30px auto 0;
    margin: calc(30 / 375 * 100vw) auto 0;
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }
  .sec-attendant h3 {
    font-size: 15px;
    font-size: calc(15 / 375 * 100vw);
    line-height: 25px;
    line-height: calc(25 / 15);
  }
  .sec-attendant .inner .txt {
    margin-top: 16px;
    margin-top: calc(16 / 375 * 100vw);
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 18px;
    line-height: calc(18 / 12);
  }
  .sec-attendant .wrapper {
    margin-top: 30px;
    margin-top: calc(30 / 375 * 100vw);
    width: 300px;
    width: calc(300 / 375 * 100vw);
  }
  .sec-attendant .block {
    width: 310px;
    width: calc(310 / 375 * 100vw);
  }
  .sec-attendant .block .ttl {
    font-size: 20px;
    font-size: calc(20 / 375 * 100vw);
    margin-top: 9px;
    margin-top: calc(9 / 20 * 1em);
    padding-bottom: 11px;
    padding-bottom: calc(11 / 20 * 1em);
  }
  .sec-attendant .block .txt {
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    margin-top: 11px;
    margin-top: calc(11 / 12 * 1em);
  }
  .sec-attendant .btns {
    display: block;
    margin: 60px auto 0;
    margin: calc(60 / 375 * 100vw) auto 0;
    width: 310px;
    width: calc(310 / 375 * 100vw);
  }
  .sec-attendant .btn {
    width: 100%;
    height: 50px;
    height: calc(50 / 375 * 100vw);
    justify-content: flex-start;
    font-size: 13px;
    font-size: calc(13 / 375 * 100vw);
    padding-left: 18px;
    padding-left: calc(18 / 375 * 100vw);
  }
  .sec-attendant .btn::after {
    top: 21px;
    top: calc(21 / 375 * 100vw);
    right: 11px;
    right: calc(11 / 375 * 100vw);
    width: 12px;
    width: calc(12 / 375 * 100vw);
    height: 9px;
    height: calc(9 / 375 * 100vw);
    background: url(/common/img/icon_arrow_white.svg) no-repeat;
    background-size: 12px auto;
    background-size: calc(12 / 375 * 100vw) auto;
  }
  .sec-attendant .btn + .btn {
    margin-top: 10px;
    margin-top: calc(10 / 375 * 100vw);
  }
  .sec-attendant > a {
    margin-left: 32.5px;
    margin-left: calc(32.5 / 375 * 100vw);
    margin-top: 20px;
    margin-top: calc(20 / 375 * 100vw);
    padding-left: 17px;
    padding-left: calc(17 / 375 * 100vw);
    font-size: 14px;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: .06em;
    background-size: 6px 10px;
    background-size: calc(6 / 375 * 100vw) calc(10 / 375 * 100vw);
  }

  #interview-attendant .inner {
    padding: 32px 10px 40px;
    padding: calc(28 / 375 * 100vw) calc(10 / 375 * 100vw) calc(40 / 375 * 100vw);
    width: 350px;
    width: calc(350 / 375 * 100vw);
  }
  #interview-attendant dt {
    font-size: 16px;
    font-size: calc(16 / 375 * 100vw);
    line-height: 20px;
    line-height: calc(20 / 16);
    padding-right: 1em;
    padding-bottom: 14px;
    padding-bottom: calc(14 / 375 * 100vw);
  }
  #interview-attendant dt:not(:first-child) {
    margin-top: 23px;
    margin-top: calc(23 / 375 * 100vw);
  }
  #interview-attendant dt::before {
    height: 18px;
    height: calc(18 / 375 * 100vw);
    width: 40px;
    width: calc(40 / 375 * 100vw);
    transform: translateY(.27em)
  }
  #interview-attendant dd {
    padding-left: 40px;
    padding-left: calc(40 / 375 * 100vw);
    margin-top: 11px;
    margin-top: calc(11 / 375 * 100vw);
    font-size: 12px;
    font-size: calc(12 / 375 * 100vw);
    line-height: 22px;
    line-height: calc(22 / 12);
  }
  #interview-attendant dd::before {
    top: calc(6 / 375 * 100vw);
    height: 18px;
    height: calc(18 / 375 * 100vw);
    width: 40px;
    width: calc(40 / 375 * 100vw);
  }

}