@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;700&display=swap");
html, body {
  overflow-x: hidden; }

html {
  scroll-padding-top: 110px !important; }

body {
  font-family: "Poppins",'Noto Sans JP',sans-serif;
  margin: 0;
  font-weight: 400;
  color: #00120B;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 0.1rem; }

a {
  text-decoration: none;
  transition: all 0.2s linear; }
  a:hover {
    transition: all 0.2s linear; }

a[target="_blank"] {
  padding-right: 20px;
  display: inherit; }
  a[target="_blank"]:after {
    content: url(img/icon-new-tab.svg);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    vertical-align: -2px; }

a[target="_blank"]:has(img):after {
  display: none; }

a[href$=".pdf"] {
  position: relative;
  padding-right: 15px;
  display: inline-block; }
  a[href$=".pdf"]:after {
    content: "";
    background-image: url("img/icon-pdf.svg");
    background-size: 13.49px 16.38px;
    background-repeat: no-repeat;
    display: block;
    width: 13.49px;
    height: 16.38px;
    position: absolute;
    top: 4px;
    right: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin-bottom: 30px; }

.btn {
  transition: all 0.2s linear; }
  .btn:hover {
    transition: all 0.2s linear; }

header {
  position: relative;
  background-color: transparent;
  transition: background-color 0.3s ease;
  padding-bottom: 35px;
  padding-right: 0 !important; }
  header .logo ul {
    margin: 38px 0 0 66px; }
    header .logo ul img {
      margin-bottom: -7px;
      display: block; }
    header .logo ul li:last-child a {
      color: #002F7C;
      background: #D8E4FF;
      border: 1px solid #D8E4FF;
      position: relative;
      padding: 0px 0 0px 12px;
      border-radius: 30px;
      margin: 0 0 0 18px;
      display: block;
      font-size: 15px;
      letter-spacing: 0;
      width: 113px;
      height: 30px;
      line-height: 30px; }
      header .logo ul li:last-child a:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url("img/recruit/icon-new-tab.svg");
        background-repeat: no-repeat;
        background-size: 14px;
        width: 14px;
        height: 14px;
        right: 9px;
        top: 7px; }
      header .logo ul li:last-child a:hover {
        background: #fff; }
  header .links ul {
    margin: 48px 173px 0 0; }
  header .links li:first-child a {
    background: #FFD9E1;
    color: #ED254E;
    font-size: 100%;
    font-weight: 600;
    padding: 15px 31px;
    border-radius: 50px;
    border: 1px solid #FFD9E1; }
    header .links li:first-child a:hover {
      border: 1px solid #ED254E;
      background: #fff;
      color: #ED254E; }
  header .links li:nth-of-type(2) a {
    background: #ED254E;
    color: #FFD9E1;
    font-size: 111%;
    font-weight: 700;
    padding: 13px 31px;
    border-radius: 50px;
    border: 1px solid #ED254E; }
    header .links li:nth-of-type(2) a:hover {
      background: #fff;
      color: #ED254E; }

header.is-scrolled {
  background-color: #fff; }

#g-nav.panelactive {
  opacity: 1;
  width: 100%;
  min-height: 100vh;
  z-index: 1040; }
  #g-nav.panelactive .hnav_bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.9;
    z-index: -100; }
  #g-nav.panelactive #g-nav-list {
    display: block; }

#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  opacity: 0;
  transition: all 0.6s; }

#g-nav-list {
  display: none;
  width: 90%;
  position: absolute;
  right: 5%;
  height: 80%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  top: 10%; }
  #g-nav-list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #g-nav-list ul li {
      margin: 1rem 0; }
  #g-nav-list .menu ul a {
    color: #fff;
    font-size: 130%;
    position: relative; }
    #g-nav-list .menu ul a:before {
      background-image: linear-gradient(90deg, #ffba08, #ed254e);
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -3px;
      transform-origin: right top;
      transform: scale(0, 1);
      transition: transform .3s; }
    #g-nav-list .menu ul a:hover::before {
      transform-origin: left top;
      transform: scale(1, 1); }
  #g-nav-list .menu .requirements {
    margin: 3rem 0 3rem; }
    #g-nav-list .menu .requirements a {
      background: #ED254E;
      color: #FFD9E1;
      font-size: 120%;
      font-weight: 600;
      padding: 15px 41px;
      border-radius: 50px;
      width: 60px;
      text-align: center;
      border: 2px solid #ED254E; }
      #g-nav-list .menu .requirements a:hover {
        background: #fff;
        color: #ED254E; }
      #g-nav-list .menu .requirements a:hover:before {
        display: none; }
  #g-nav-list .menu .entry {
    margin: 2.5rem 0 4rem; }
    #g-nav-list .menu .entry a {
      background: #FFD9E1;
      color: #ED254E;
      font-size: 120%;
      font-weight: 600;
      padding: 15px 31px;
      border-radius: 50px;
      width: 60px;
      text-align: center;
      border: 2px solid #FFD9E1; }
      #g-nav-list .menu .entry a:hover {
        border: 2px solid #ED254E;
        background: #fff;
        color: #ED254E; }
      #g-nav-list .menu .entry a:hover:before {
        display: none; }
  #g-nav-list .menu .company {
    font-size: 100%; }
    #g-nav-list .menu .company a {
      font-size: 100%;
      position: relative; }
      #g-nav-list .menu .company a:after {
        content: "";
        display: block;
        position: absolute;
        background-image: url("img/recruit/icon-new-tab_white.svg");
        background-repeat: no-repeat;
        background-size: 15.27px;
        width: 15.27px;
        height: 15.27px;
        right: -18px;
        top: 5px; }
  #g-nav-list .parent:has(.open) a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #g-nav-list .copy {
    font-weight: 500;
    font-size: 80%;
    line-height: 130%;
    text-align: left;
    color: #fff; }
    #g-nav-list .copy a {
      color: #fff;
      background: none;
      display: inline;
      padding: 0; }
      #g-nav-list .copy a:after {
        display: none; }

.hamburger {
  z-index: 1050; }

.openbtn {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  z-index: 999999;
  right: 77px;
  top: 27px;
  opacity: 1;
  background: #fff; }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 21px;
    height: 3px;
    background-color: #00120B;
    border-radius: 5px;
    width: 36%; }

.openbtn span:nth-of-type(1) {
  top: 23px; }

.openbtn span:nth-of-type(2) {
  top: 31px; }

.openbtn span:nth-of-type(3) {
  top: 39px; }

.openbtn.active span:nth-of-type(1) {
  top: 25px;
  left: 22px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%; }

.openbtn.active span:nth-of-type(2) {
  top: 37px;
  left: 22px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%; }

.openbtn.active span:nth-of-type(3) {
  display: none; }

#pagetop {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  bottom: -155px;
  right: 14px;
  z-index: 998;
  transition: all 0.1s linear; }
  #pagetop img {
    display: block;
    height: 149.28px;
    width: 20px; }
  #pagetop:hover {
    bottom: 3.5rem; }

footer {
  padding-top: 63px;
  padding-bottom: 148px; }
  footer .logo img {
    width: 451.31px;
    height: 57px; }
  footer .logo p:nth-of-type(2) {
    font-weight: 600;
    font-size: 110%;
    margin-bottom: 51px; }
  footer .logo ul a {
    font-size: 85%;
    color: #00120B;
    font-weight: 600;
    letter-spacing: 0; }
    footer .logo ul a:hover {
      text-decoration: underline; }
  footer .logo ul li:last-child a {
    position: relative;
    padding-left: 10px; }
    footer .logo ul li:last-child a:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #333;
      background-size: 1px 20px;
      width: 1px;
      height: 20px;
      left: 5px;
      top: 3px; }
  footer .logo ul img {
    width: 20px;
    height: 20px;
    margin: 3px 0 5px 12px; }
  footer .address {
    padding-left: 82px;
    padding-top: 7px; }
    footer .address a {
      color: #00120B; }
      footer .address a:hover {
        text-decoration: underline; }
    footer .address h3 {
      font-size: 125%;
      margin-bottom: 15px; }
    footer .address p:nth-of-type(1) {
      margin-bottom: 7px; }
    footer .address p:nth-of-type(2) {
      margin-bottom: 5px; }
  footer .address:last-of-type {
    padding-left: 51px; }
  footer .copy {
    font-size: 85%;
    padding-top: 85px; }

@media (max-width: 1600px) {
  footer .logo img {
    width: 370.23px;
    height: 46.76px; }
  footer .logo p:nth-of-type(2) {
    font-size: 81%;
    letter-spacing: 0.1rem; }
  footer .address {
    padding-left: 20px;
    font-size: 90%;
    letter-spacing: 0; }
  footer .address:last-of-type {
    padding-left: 20px; } }
@media (max-width: 1199.98px) {
  footer {
    padding-bottom: 152px; }
    footer .logo img {
      width: 321.83px;
      height: 40.65px; }
    footer .logo p:nth-of-type(1) {
      margin-bottom: 5px; }
    footer .logo p:nth-of-type(2) {
      font-size: 77%;
      letter-spacing: 0; } }
@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 34px; }
    footer .logo {
      text-align: center; }
      footer .logo img {
        width: 251.16px; }
      footer .logo p:nth-of-type(1) {
        margin-bottom: 3px; }
      footer .logo p:nth-of-type(2) {
        font-size: 64%;
        margin-bottom: 1px; }
      footer .logo ul a {
        font-size: 68%; }
      footer .logo ul li:last-child a:before {
        height: 12px;
        left: 0px;
        top: 7px; }
      footer .logo ul img {
        width: 11.9px;
        height: 11.9px;
        margin: 0 0 2px 3px; }
    footer .address h3 {
      font-size: 105%; }
    footer .address p {
      font-size: 84%;
      line-height: 135%;
      margin-bottom: 0px !important; }
    footer .address:last-of-type {
      margin-top: 15px; }
    footer .copy {
      font-size: 67%;
      padding-top: 49px;
      text-align: center;
      letter-spacing: 0;
      float: none !important; } }
.recruit .hero {
  position: relative;
  height: 100vh;
  display: flex;
  background-image: url("img/recruit/img-main.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .recruit .hero .wrap {
    position: relative;
    width: 100%;
    color: #fff;
    height: 106px;
    z-index: 1; }
    .recruit .hero .wrap ul {
      margin-bottom: 0;
      line-height: 45px;
      padding-left: 74px;
      font-weight: 700;
      font-size: 84%; }
      .recruit .hero .wrap ul li:last-of-type {
        position: relative;
        margin-left: 30px;
        font-size: 133%;
        line-height: 106px; }
        .recruit .hero .wrap ul li:last-of-type:before {
          content: "";
          position: absolute;
          display: block;
          background: url("img/recruit/arrow-right-red.svg") no-repeat center;
          background-size: 5.38px 10.82px;
          height: 10.82px;
          width: 5.38px;
          top: 44px;
          right: -34px;
          z-index: 1; }
        .recruit .hero .wrap ul li:last-of-type:after {
          content: "";
          position: absolute;
          display: block;
          background: #fff;
          background-size: 31px;
          height: 31px;
          width: 31px;
          top: 35px;
          right: -46px;
          border-radius: 50%; }
    .recruit .hero .wrap a {
      color: #fff;
      position: relative; }
      .recruit .hero .wrap a:after {
        display: none; }
      .recruit .hero .wrap a:hover {
        opacity: 0.6; }
    .recruit .hero .wrap:after {
      bottom: 0px;
      content: "";
      position: absolute;
      display: block;
      background: #000;
      opacity: 0.48;
      background-size: 100% 106px;
      height: 106px;
      width: 100%;
      z-index: -1; }
.recruit .text {
  display: block;
  position: absolute;
  top: 26%;
  left: 5.9%; }
.recruit #banner {
  position: absolute;
  bottom: 1px;
  right: 1%;
  z-index: 1000;
  transition: bottom 0.3s ease; }
.recruit .banner-container {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ED254E;
  padding: 14px;
  border-radius: 16px;
  font-weight: 600;
  letter-spacing: 0;
  color: #fff;
  width: 274px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3); }
  .recruit .banner-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, #ed254e, #ffba08);
    transition: opacity 0.2s linear;
    z-index: -1; }
  .recruit .banner-container:hover {
    background-color: transparent; }
  .recruit .banner-container img {
    width: 100%; }
  .recruit .banner-container p {
    margin-bottom: 0; }
  .recruit .banner-container p:first-child {
    font-size: 62%;
    line-height: 100%; }
  .recruit .banner-container p:last-child {
    line-height: 107%;
    margin-top: 0.5rem;
    font-size: 125%; }
  .recruit .banner-container .col-7 {
    padding-left: 0; }
.recruit #close-btn {
  cursor: pointer;
  border: none;
  background: none;
  top: 0px;
  position: absolute;
  right: 6px;
  z-index: 1001; }

.en-title {
  position: relative;
  padding-top: 27px;
  font-size: 240%;
  line-height: 151%;
  padding-top: 44px;
  margin-bottom: 6px; }
  .en-title span {
    background-image: linear-gradient(90deg, #ffba08, #ed254e);
    color: #fff;
    padding: 1px 12px;
    margin: 0 10px; }
  .en-title:before {
    content: "";
    position: absolute;
    display: block;
    background: #ED254E;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 7px;
    left: 0;
    border-radius: 50%; }
  .en-title:after {
    content: attr(data-en);
    display: block;
    font-size: 22px;
    color: #ED254E;
    font-weight: 700;
    letter-spacing: 0.05rem;
    top: -22px;
    position: absolute;
    left: 20px;
    font-size: 43%; }

#purpose {
  padding-top: 148px;
  position: relative; }
  #purpose h2 {
    margin-bottom: 57px; }
  #purpose p {
    font-size: 111%;
    line-height: 271%; }
  #purpose img {
    position: absolute;
    right: 0;
    top: 186px; }

#job {
  padding-top: 197px; }
  #job .wrap {
    background: #F5F5F5;
    position: relative;
    padding: 1.8rem;
    min-height: 643px; }
    #job .wrap span {
      font-size: 170%;
      top: -25px;
      left: -26px;
      display: block;
      color: #fff;
      position: absolute;
      font-weight: 700;
      background-image: linear-gradient(90deg, #ffba08, #ed254e);
      background-size: 90px;
      width: 90px;
      height: 90px;
      text-align: center;
      line-height: 90px;
      border-radius: 50%; }
      #job .wrap span:before {
        content: "#";
        position: absolute;
        display: block;
        font-size: 50%;
        top: -5px;
        left: 9px;
        font-weight: 400; }
    #job .wrap h3 {
      margin-top: 49px;
      font-size: 113%;
      margin-bottom: 15px; }
    #job .wrap p:last-of-type {
      font-size: 90%; }
  #job .job:first-of-type .wrap {
    margin-top: 129px; }
  #job .job:nth-of-type(2) .wrap {
    margin-top: 67px; }
    #job .job:nth-of-type(2) .wrap img {
      margin-top: 31px; }
  #job .job:nth-of-type(3) .wrap img {
    margin-top: 17px; }

#interview {
  padding-top: 200px;
  position: relative; }
  #interview a {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 494px;
    height: 600px; }
    #interview a h3 {
      position: absolute;
      right: 1.5%;
      bottom: -50px;
      writing-mode: vertical-rl;
      line-height: 218%;
      margin: 0; }
      #interview a h3 span {
        background-image: linear-gradient(0deg, #ffba08, #ed254e);
        padding: 0.5rem 0.5rem 0.5rem 0.2rem;
        color: #fff; }
    #interview a:before {
      content: "";
      position: absolute;
      display: block;
      background-image: linear-gradient(45deg, #ed254e, #ffba08);
      background-size: 100%;
      width: 100%;
      height: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      transition: all .2s ease-in-out; }
    #interview a:hover:before {
      opacity: .6; }
  #interview .swiper-wrapper {
    counter-reset: num; }
  #interview .swiper-slide {
    counter-increment: num; }
  #interview .swiper-slide:nth-of-type(1) {
    padding-top: 122px; }
  #interview .swiper-slide:nth-of-type(2) {
    padding-top: 56px; }
  #interview .name {
    color: #ED254E;
    font-size: 125%;
    position: absolute;
    top: -16px;
    left: 89px;
    font-weight: 700; }
    #interview .name .sharp {
      position: absolute;
      display: block;
      color: #ED254E;
      z-index: 3;
      font-weight: 400;
      top: -4px;
      left: -86px; }
    #interview .name .num {
      position: absolute;
      display: block;
      top: -1px;
      left: -65px;
      font-size: 162%;
      color: #ED254E;
      z-index: 3;
      font-weight: 700; }
    #interview .name:before {
      /*content: "#";
      position: absolute;
      display:block;
      color:$red;
      z-index: 3;
      font-weight:400;
      top:-4px;
      left:-86px;*/ }
    #interview .name:after {
    /*content: counter(num, decimal-leading-zero);
    position: absolute;
    display:block;
        top: -1px;
  left: -65px;
    font-size: 162%;
    color:$red;
    z-index: 3;
    font-weight:700;*/ }

#backup-system {
  margin-top: 197px;
  position: relative; }
  #backup-system .swiper-support {
    padding-top: 20px; }
  #backup-system .swiper-slide {
    height: auto; }
  #backup-system .wrap {
    height: 100%;
    padding: 3.8rem 5rem;
    max-width: 798px;
    background: #F5F5F5; }
    #backup-system .wrap h3 {
      font-size: 125%; }
      #backup-system .wrap h3 span {
        border: 1px solid #ED254E;
        color: #ED254E;
        padding: 4px 9px;
        font-size: 62%;
        border-radius: 4px;
        background: #fff;
        display: inline-block;
        margin-left: 5px; }
    #backup-system .wrap h4 {
      font-size: 110%;
      margin-bottom: 16px;
      margin-top: 25px; }

.swiper-button-next:after {
  background-image: url("img/recruit/icon-next.svg");
  background-size: 88px;
  width: 88px;
  height: 88px;
  right: 44px;
  position: absolute;
  top: 370%;
  content: ""; }

.swiper-button-prev:after {
  background-image: url("img/recruit/icon-next.svg");
  background-size: 88px;
  width: 88px;
  height: 88px;
  transform: scale(-1, 1);
  left: 44px;
  position: absolute;
  top: 370%;
  content: ""; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

#welfare {
  margin-top: 166px;
  padding-top: 75px;
  background-color: #ED254E;
  color: #fff;
  min-height: 629px;
  position: relative; }
  #welfare .en-title:before {
    background-color: #fff; }
  #welfare .en-title:after {
    color: #fff; }
  #welfare:after {
    content: "";
    background-image: url("img/recruit/welfare.svg");
    background-repeat: no-repeat;
    background-size: 1256.31px 189.54px;
    width: 1256.31px;
    height: 189.54px;
    position: absolute;
    display: block;
    bottom: 0;
    left: -31px; }
  #welfare .btn {
    color: #00120B;
    z-index: 1;
    background-color: #fff;
    padding: 1rem 2rem 1rem 8rem;
    width: 100%;
    line-height: 150%;
    border-radius: 0;
    position: relative;
    height: 130px;
    font-size: 110%;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px; }
    #welfare .btn span {
      border: 2px solid #ED254E;
      width: 74px;
      height: 74px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 25px;
      top: 30px; }
      #welfare .btn span img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: inline-block;
        max-width: 51px;
        max-height: 51px; }
    #welfare .btn:after {
      content: "";
      position: absolute;
      display: block;
      background-image: url("img/recruit/icon-plus.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px;
      height: 10px;
      width: 10px;
      bottom: 12px;
      right: 12px; }
    #welfare .btn:hover {
      background: #FFD9E1;
      color: #00120B; }
  #welfare .modal {
    color: #00120B;
    padding-right: 0; }
  #welfare .modal-body {
    padding: 2rem; }
  #welfare .modal-content {
    height: auto; }
    #welfare .modal-content .btn-close {
      content: "";
      display: block;
      position: absolute;
      background-image: url("img/recruit/icon-batsu.svg");
      background-repeat: no-repeat;
      background-size: 22px;
      width: 22px;
      height: 22px;
      right: -30px;
      top: -21px;
      cursor: pointer;
      padding: 0;
      opacity: 1; }
  #welfare .modal-dialog {
    max-width: 635px;
    min-height: 300px;
    height: 100vh;
    margin-top: 4%; }

body.modal-open {
  padding-right: 0 !important; }

#information-session {
  padding-top: 150px;
  padding-bottom: 114px; }
  #information-session a {
    background: #F5F5F5;
    display: block;
    color: #00120B;
    position: relative;
    padding: 1.5rem 4rem 1rem 4rem;
    border-radius: 98px;
    margin-bottom: 21px; }
    #information-session a:after {
      content: "";
      position: absolute;
      display: block;
      background-image: url("img/recruit/arrow-right-red.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 8.46px 17px;
      height: 17px;
      width: 8.46px;
      bottom: 49px;
      right: 54px; }
    #information-session a:hover {
      background-color: #DFDFDF; }
    #information-session a h3 {
      font-size: 90%;
      margin-bottom: 15px; }
    #information-session a span {
      background: #FFD9E1;
      color: #ED254E;
      padding: 4px 13px;
      font-size: 90%;
      border-radius: 30px;
      margin-right: 10px;
      font-weight: 600; }
  #information-session ul {
    margin: 0;
    font-size: 90%;
    list-style: none;
    padding: 0; }
    #information-session ul li {
      padding-right: 1.5rem;
      margin-bottom: .5rem; }

.swiper3 .swiper-wrapper {
  transition-timing-function: linear !important; }
.swiper3 img {
  width: 462px;
  max-height: 300px;
  object-fit: cover; }
.swiper3 .swiper-slide:nth-of-type(even) img {
  margin-top: 50px; }

#requirements {
  padding-top: 194px;
  padding-bottom: 146px;
  text-align: center; }
  #requirements .en-title:before {
    display: none; }
  #requirements .en-title:after {
    right: 0;
    left: 0;
    margin: 0 auto; }
  #requirements .btn {
    margin-top: 49px;
    width: 80%; }

[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0; }

.btn-red, .wp-block-button__link.wp-element-button, .wpcf7-submit, .wpcf7-form [type="button"] {
  background: #ED254E;
  color: #fff;
  padding: 3rem 4rem;
  text-align: left;
  position: relative;
  font-size: 110%;
  font-weight: 700;
  border-radius: 70px;
  z-index: 0;
  position: relative; }
  .btn-red:after, .wp-block-button__link.wp-element-button:after, .wpcf7-submit:after, .wpcf7-form [type="button"]:after {
    content: "";
    position: absolute;
    display: block;
    background-image: url("img/recruit/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8.46px 17px;
    height: 17px;
    width: 8.46px;
    bottom: 55px;
    right: 54px; }
  .btn-red::before, .wp-block-button__link.wp-element-button::before, .wpcf7-submit::before, .wpcf7-form [type="button"]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, #ed254e, #ffba08);
    transition: opacity 0.2s linear;
    z-index: -1;
    opacity: 0;
    border-radius: 50px; }
  .btn-red:hover, .wp-block-button__link.wp-element-button:hover, .wpcf7-submit:hover, .wpcf7-form [type="button"]:hover {
    background-color: transparent; }
    .btn-red:hover:before, .wp-block-button__link.wp-element-button:hover:before, .wpcf7-submit:hover:before, .wpcf7-form [type="button"]:hover:before {
      opacity: 1; }

.btn-red {
  overflow: hidden; }
  .btn-red::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(45deg, #ed254e, #ffba08);
    transition: opacity 0.2s linear;
    z-index: -1;
    opacity: 0; }
  .btn-red:hover {
    background-color: transparent;
    color: #fff; }
    .btn-red:hover:before {
      opacity: 1; }

.wpcf7-submit, [type="button"] {
  padding: 1.5rem 4rem;
  border: none; }

.wp-block-button__link.wp-element-button {
  padding: 1.5rem 3rem;
  color: #fff !important;
  text-decoration: none !important; }
  .wp-block-button__link.wp-element-button:after {
    display: none; }

.wpcf7-submit, .wpcf7-form [type="button"] {
  transition: all 0.2s linear; }
  .wpcf7-submit:hover, .wpcf7-form [type="button"]:hover {
    background-color: #FFD9E1;
    color: #ED254E !important; }

#entry {
  position: relative;
  background-image: url("img/recruit/bg-entry.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 797px;
  margin-bottom: 85px; }
  #entry p:first-of-type img {
    margin-top: 120px;
    margin-bottom: 29px; }
  #entry p:last-of-type .btn {
    font-size: 170%;
    width: 609px;
    border-radius: 78px; }
    #entry p:last-of-type .btn:after {
      bottom: 63px; }

#pagetop {
  right: 21px; }
  #pagetop img {
    transition: all 0.2s linear;
    height: 84.69px;
    width: 51.7px; }
  #pagetop:hover img {
    transition: all 0.2s linear;
    opacity: 0.8; }

@media (min-width: 1680px) {
  .recruit .container {
    max-width: 1565px; }

  .recruit .banner-container p:first-child {
    font-size: 58%; }

  .recruit .banner-container p:last-child {
    font-size: 112%; } }
@media (max-width: 1600px) {
  body {
    font-size: 16px; }

  .recruit .text {
    width: 40%; }

  .recruit .hero .wrap a:before {
    top: 8px;
    right: -33px; }
  .recruit .hero .wrap a:after {
    background-size: 24px;
    height: 24px;
    width: 24px; }

  #purpose img {
    width: 40%; }

  .en-title {
    padding-top: 24px; }
    .en-title:before {
      top: 0px; }

  #job .wrap {
    min-height: 606px; }

  #interview a {
    width: 407px;
    height: 489px; }

  #backup-system .wrap {
    padding: 2.8rem 3rem;
    margin-top: 2.8rem; }

  #entry {
    height: 650px; }
    #entry p:first-of-type img {
      margin-top: 93px;
      width: 40%; }
    #entry p:last-of-type .btn {
      width: 534px;
      padding: 2rem 4rem; }
      #entry p:last-of-type .btn:after {
        bottom: 47px !important; }

  #job .wrap span {
    background-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 80px; } }
@media (max-width: 1400px) {
  .swiper3 .swiper-slide img {
    width: 350px; }

  #g-nav-list .col-6:first-of-type img {
    width: 80%; }
  #g-nav-list ul {
    width: fit-content;
    display: block; }
    #g-nav-list ul li {
      width: fit-content; }
  #g-nav-list .copy {
    text-align: center;
    font-size: 65%; }

  #interview a {
    width: 100%;
    height: 425px; }
    #interview a h3 {
      font-size: 130%;
      right: 15px; }

  #entry {
    height: 590px; }

  #entry p:first-of-type img {
    margin-top: 77px; }

  #entry p:last-of-type .btn {
    font-size: 170%;
    width: 474px;
    border-radius: 78px; }

  .sub .title {
    padding: 235px 0 28px 61px; } }
@media (max-width: 1199.98px) {
  .swiper3 .swiper-slide img {
    width: 300px; }

  #pagetop {
    display: none; }

  #entry {
    height: 464px; }

  #entry p:first-of-type img {
    margin-top: 60px;
    width: 36%; }

  #entry p:last-of-type .btn {
    padding: 1.5rem 3rem; }
    #entry p:last-of-type .btn:after {
      bottom: 36px !important; }

  footer .logo img {
    width: 277px; }

  footer .logo p:nth-of-type(2) {
    font-size: 69%; } }
@media (max-width: 991.98px) {
  .swiper3 .swiper-slide img {
    width: 270px; }

  #entry {
    height: 409px;
    margin-bottom: 0px; }
    #entry p:first-of-type img {
      margin-top: 46px;
      width: 41%;
      margin-bottom: 19px; }
    #entry p:last-of-type .btn {
      width: 318px; } }
@media screen and (max-width: 768px) {
  .recruit .hero .wrap ul li:last-of-type {
    line-height: 54.31px;
    margin-left: 0; }

  #entry {
    height: 343px;
    margin-bottom: 0px; }
    #entry .container {
      max-width: 90%; }
    #entry p:first-of-type img {
      margin-top: 46px;
      width: 41%;
      margin-bottom: 19px; }
    #entry p:last-of-type .btn {
      width: 274px;
      font-size: 113%; }
      #entry p:last-of-type .btn:after {
        bottom: 34px !important; }

  .openbtn.active span:nth-of-type(1) {
    top: 13px;
    left: 14px; }

  .openbtn.active span:nth-of-type(2) {
    top: 25px;
    left: 14px; }

  header .logo ul {
    margin: 21px 0 0 15px; }
    header .logo ul img {
      width: 206px; }
  header .logo ul li:last-child a,
  header .links {
    display: none; }

  .openbtn {
    width: 41px;
    height: 41px;
    right: 16px;
    top: 16px; }
    .openbtn span {
      left: 13px;
      height: 2px; }
    .openbtn span:nth-of-type(1) {
      top: 15px; }
    .openbtn span:nth-of-type(2) {
      top: 20px; }
    .openbtn span:nth-of-type(3) {
      top: 25px; }

  .recruit .hero {
    height: 287px; }

  .recruit .text {
    width: 245.04px;
    left: 8px; }

  .recruit .hero .wrap ul {
    line-height: 54.31px;
    padding-left: 15px;
    font-size: 54%; }

  .recruit .hero .wrap {
    width: 96%;
    height: 54.31px;
    z-index: 1;
    bottom: -68px;
    margin: 0 auto; }
    .recruit .hero .wrap:after {
      bottom: 0px;
      opacity: 1;
      background-size: 100% 54.31px;
      height: 54.31px;
      width: 100%;
      z-index: -1;
      margin: 0 auto;
      right: 0; }
    .recruit .hero .wrap li:last-of-type {
      width: auto; }
    .recruit .hero .wrap a {
      margin-left: 0;
      width: 100%;
      display: block; }
      .recruit .hero .wrap a:before {
        top: 25px;
        right: 5px;
        background-size: 2.38px 4.78px;
        height: 4.78px;
        width: 2.38px; }
      .recruit .hero .wrap a:after {
        background-size: 13.71px;
        height: 13.71px;
        width: 13.71px;
        top: 21px;
        right: 0px; }

  .en-title {
    font-size: 116%;
    padding-top: 3px;
    line-height: 133%;
    margin-bottom: 3px; }
    .en-title span {
      padding: 1px 5px;
      margin: 0 6px; }
    .en-title:after {
      left: 16px; }
    .en-title:before {
      top: -14px;
      background-size: 6px;
      width: 6px;
      height: 6px;
      left: 4px; }

  .en-title + p {
    font-size: 12px;
    line-height: 147%; }

  #purpose {
    padding-top: 117px; }
    #purpose h2 {
      margin-bottom: 26px; }
    #purpose p {
      font-size: 90%;
      line-height: 207%; }
    #purpose img {
      width: 77%;
      position: static; }

  #job {
    padding-top: 76px; }
    #job .job:nth-of-type(2) .wrap {
      margin-top: 0; }
    #job .job:first-of-type .wrap {
      margin-top: 13px; }
    #job .wrap {
      margin-top: 13px; }
      #job .wrap span {
        background-size: 41px;
        width: 41px;
        height: 41px;
        top: -25px;
        left: -3px;
        line-height: 41px;
        padding-right: 8px;
        font-size: 100%;
        text-align: right; }
        #job .wrap span:before {
          left: 4px; }
    #job .job:nth-child(n+2) .wrap {
      margin-top: 40px; }

  #g-nav-list .col-6:first-of-type {
    display: none; }
  #g-nav-list .col-6:last-of-type {
    width: 100%; }

  #job .wrap {
    padding: 1.5rem;
    min-height: 158px; }
    #job .wrap h3 {
      margin-top: 0;
      font-size: 86%;
      margin-bottom: 12px; }
    #job .wrap p:last-of-type {
      font-size: 74%;
      margin-bottom: 0;
      line-height: 179%; }

  #interview {
    padding-top: 88px; }
    #interview .swiper-slide {
      padding-top: 0 !important; }
    #interview .swiper-interview {
      padding-top: 40px; }
    #interview a {
      width: 93%;
      height: 388px;
      margin: auto; }
      #interview a h3 {
        line-height: 231%;
        font-size: 105%;
        right: 14px;
        bottom: -10px; }

  .swiper-button-prev:after, .swiper-button-next:after {
    background-size: 40px;
    width: 40px;
    height: 40px;
    top: 286%; }

  .swiper-button-prev:after {
    left: 4px; }

  .swiper-button-next:after {
    right: 4px; }

  #backup-system {
    margin-top: 114px; }
    #backup-system .wrap {
      margin-right: 19px;
      padding: 1.5rem;
      font-size: 85%; }

  #welfare {
    margin-top: 76px;
    padding-top: 65px;
    min-height: 454px; }
    #welfare .en-title + p {
      margin-bottom: 41px; }
    #welfare .btn {
      padding: 0.5rem 1rem 0.5rem 52px;
      height: 52px;
      line-height: 38px;
      font-size: 75%; }
      #welfare .btn span {
        top: 8px;
        border-width: 1px;
        width: 36px;
        height: 36px;
        left: 8px; }
        #welfare .btn span img {
          max-width: 24px;
          max-height: 24px; }
      #welfare .btn:after {
        background-size: 5px;
        height: 5px;
        width: 5px; }
    #welfare:after {
      background-size: 370.11px 55.84px;
      width: 370.11px;
      height: 55.84px; }

  #information-session {
    padding-top: 70px;
    padding-bottom: 28px; }
    #information-session .wrap {
      margin-top: 11px; }
    #information-session a {
      font-size: 90%;
      padding: 1.8rem 2rem 1rem 2rem;
      border-radius: 6px; }
      #information-session a:after {
        background-size: 4.73px 9.5px;
        height: 9.5px;
        width: 4.73px;
        bottom: 63px;
        right: 24px; }
    #information-session ul {
      display: inherit !important; }
      #information-session ul li {
        margin-bottom: 0.3rem; }

  #requirements {
    padding-top: 68px;
    padding-bottom: 78px; }
    #requirements .btn {
      margin-top: 10px;
      width: 100%; }

  .btn-red, .wpcf7-submit, [type="button"], .wp-block-button__link.wp-element-button {
    padding: 1.6rem 2rem;
    font-size: 72%; }
    .btn-red:after, .wpcf7-submit:after, [type="button"]:after, .wp-block-button__link.wp-element-button:after {
      background-size: 4.73px 9.5px;
      height: 9.5px;
      width: 4.73px;
      bottom: 29px;
      right: 34px; }

  footer {
    padding-top: 38px; }

  .recruit #close-btn {
    top: -2px;
    right: 5px; }
    .recruit #close-btn img {
      width: 4px; }
  .recruit .banner-container {
    padding: 10px;
    width: 160px;
    border-radius: 4px; }
    .recruit .banner-container .col-5 img {
      width: 50px;
      height: 43px; }
    .recruit .banner-container .col-7 {
      padding-left: 6px;
      font-size: 44%; }
    .recruit .banner-container p:first-child {
      font-size: 93%;
      line-height: 100%;
      margin-bottom: 4px; }
    .recruit .banner-container p:last-child {
      line-height: 140%;
      font-size: 174%; }

  .recruit .hero .wrap ul li:last-of-type:after {
    background-size: 17px;
    height: 17px;
    width: 17px;
    top: 18px;
    right: -27px; }

  .recruit .hero .wrap ul li:last-of-type:before {
    background-size: 3.22px 6.47px;
    height: 6.47px;
    width: 3.22px;
    top: 23px;
    right: -20.5px; } }
@media (max-width: 650px) {
  #purpose {
    padding-top: 65px; }

  #backup-system .swiper-support {
    padding-top: 0; }

  #backup-system .wrap {
    margin-top: 1rem; }

  #entry {
    height: 245px;
    margin-bottom: 0px; }
    #entry p:first-of-type {
      margin-bottom: 10px; }
      #entry p:first-of-type img {
        margin-top: 25px;
        margin-bottom: 0; }
    #entry p:last-of-type .btn {
      padding: 0.6rem 1rem;
      font-size: 61%;
      width: 144px; }
      #entry p:last-of-type .btn:after {
        background-size: 2.39px 4.8px;
        height: 4.8px;
        width: 2.39px;
        right: 17px;
        bottom: 15px !important; }

  .swiper3 .swiper-slide img {
    width: 155px; }
  .swiper3 .swiper-slide:nth-child(even) img {
    margin-top: 20px; } }
@media (max-width: 510px) {
  header {
    padding-bottom: 0; } }
@media (max-width: 443px) {
  #entry {
    height: 180px; } }
.recruit .content ul, ul.check {
  margin: 0;
  padding: 0;
  list-style: none; }
  .recruit .content ul li, ul.check li {
    padding-left: 30px;
    position: relative; }
    .recruit .content ul li:before, ul.check li:before {
      content: "";
      position: absolute;
      display: block;
      background: url("img/recruit/icon-check.svg") no-repeat center;
      background-size: 9.22px 7.01px;
      height: 7.01px;
      width: 9.22px;
      top: 12px;
      left: 4px;
      z-index: 1; }
    .recruit .content ul li:after, ul.check li:after {
      content: "";
      position: absolute;
      display: block;
      background: #FFD9E1;
      background-size: 17px;
      height: 17px;
      width: 17px;
      top: 7px;
      left: 0; }

.sub .title {
  padding: 235px 0 28px 147px;
  position: relative; }
  .sub .title span {
    color: #F2F2F2;
    text-transform: uppercase;
    font-size: 833%;
    position: absolute;
    right: 0;
    bottom: 100px;
    font-weight: 700;
    z-index: -1; }

.sub .content {
  padding-top: 115px;
  padding-bottom: 150px; }
  .sub .content .container {
    max-width: 1246px; }
  .sub .content h2 {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .sub .content h2:before {
      position: absolute;
      content: "";
      display: block;
      background: #ED254E;
      background-size: 20% 4px;
      width: 5%;
      height: 4px;
      bottom: -14px;
      left: 0; }
  .sub .content h3 {
    font-size: 156%;
    background-color: #DEE5E5;
    padding: 1.5rem 1.5rem 1.4rem;
    margin-top: 3.5rem; }
    .sub .content h3:before {
      content: "";
      display: block;
      height: 100px;
      margin-top: -100px;
      visibility: hidden; }
  .sub .content h4 {
    position: relative;
    padding-left: 19px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.7rem; }
    .sub .content h4:before {
      position: absolute;
      content: "";
      display: block;
      background: #ED254E;
      background-size: 7px 26px;
      width: 7px;
      height: 26px;
      top: 3px;
      left: 0;
      border-radius: 10px; }
  .sub .content h5 {
    font-size: 120%;
    position: relative;
    padding-left: 19px;
    margin-top: 2rem; }
    .sub .content h5:before {
      position: absolute;
      content: "";
      display: block;
      background-color: #ED254E;
      background-size: 10px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 6px;
      left: 0; }
  .sub .content ol {
    list-style-type: none;
    counter-reset: li;
    padding: 0;
    margin-top: 2rem; }
  .sub .content ol > li {
    position: relative;
    padding-left: 1.8rem; }
  .sub .content ol > li::before {
    position: absolute;
    counter-increment: li;
    content: counter(li) ".";
    display: block;
    font-size: 100%;
    color: #ED254E;
    line-height: 2rem;
    text-align: center;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 3px;
    left: -4px;
    top: 0px; }
  .sub .content .btn-red, .sub .content .wpcf7-previous {
    color: #fff;
    text-decoration: none;
    padding: 1.5rem 4rem; }
    .sub .content .btn-red:after, .sub .content .wpcf7-previous:after {
      background-size: 6.27px 12.6px;
      height: 12.6px;
      width: 6.27px;
      bottom: 32px;
      right: 31px; }
  .sub .content .down {
    margin-right: 1.5rem;
    padding: 1.5rem 6rem 1.5rem 3rem;
    text-align: left; }
    .sub .content .down:after {
      transform: rotate(90deg); }
  .sub .content table {
    margin-bottom: 3rem;
    border-top: 2px solid #DEE5E5;
    border-bottom: 2px solid #DEE5E5; }
    .sub .content table tr {
      border-top: 2px solid #DEE5E5; }
    .sub .content table th {
      background: #F9FAFB;
      font-weight: 600;
      padding: 1.5rem 1rem;
      white-space: nowrap; }
    .sub .content table td {
      padding: 1.5rem 1rem; }
      .sub .content table td ul:last-of-type {
        margin-bottom: 0; }
      .sub .content table td p:last-of-type {
        margin-bottom: 0; }
      .sub .content table td h5:first-of-type {
        margin-top: 0; }
      .sub .content table td h5 {
        margin-bottom: 10px;
        font-size: 100%; }
      .sub .content table td h4 {
        font-size: 130%; }
        .sub .content table td h4:before {
          background-size: 7px 22px;
          width: 7px;
          height: 22px; }
  .sub .content a {
    color: #00120B;
    text-decoration: underline; }
    .sub .content a:hover {
      text-decoration: none; }

.member .data {
  position: relative; }
  .member .data img {
    width: 500px;
    height: 600px;
    object-fit: cover;
    margin: 0 auto;
    display: block; }
  .member .data h3 {
    position: absolute;
    left: 10%;
    bottom: 40%;
    line-height: 218%;
    margin: 0; }
    .member .data h3 span {
      background-image: linear-gradient(90deg, #ffba08, #ed254e);
      color: #fff;
      padding: 0.5rem; }
  .member .data .info {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 18%;
    bottom: 9%;
    padding: 2rem 3rem; }
    .member .data .info p:first-of-type {
      color: #ED254E;
      font-size: 172%;
      font-weight: 700; }
    .member .data .info p:nth-of-type(2) {
      margin-bottom: 0.7rem; }
    .member .data .info p:nth-of-type(3) {
      margin-bottom: 0; }
.member .content {
  padding-top: 100px;
  padding-bottom: 100px; }
  .member .content .container {
    max-width: 1060px; }
  .member .content .wrap-interview {
    padding-bottom: 3rem; }
    .member .content .wrap-interview img {
      margin: 2rem 0; }
  .member .content h3 {
    margin-top: 4rem;
    position: relative;
    padding-left: 75px; }
    .member .content h3:before {
      content: "";
      display: block;
      position: absolute;
      background-color: #ED254E;
      background-size: 2px 70px;
      width: 70px;
      height: 2px;
      transform: scaleY(0.5);
      left: 0;
      top: 14px; }
  .member .content h2.en-title {
    font-size: 160%;
    padding-top: 24px; }
    .member .content h2.en-title:after {
      top: -10px; }
  .member .content .schedule {
    margin-top: 2rem; }
    .member .content .schedule dt {
      font-weight: 500; }
    .member .content .schedule span {
      font-size: 135%;
      font-weight: 600;
      padding-right: 1rem;
      vertical-align: middle; }
    .member .content .schedule dd {
      padding-top: 0.5rem;
      font-size: 95%; }
  .member .content .wrap-off {
    background: #F2F2F2;
    position: relative;
    padding: 3rem 3rem 1.5rem; }
    .member .content .wrap-off h2 {
      position: absolute;
      top: -46px;
      left: 113px; }
      .member .content .wrap-off h2:before {
        top: 40px;
        left: -104px; }
      .member .content .wrap-off h2:after {
        top: 23px;
        left: -81px; }
    .member .content .wrap-off img {
      width: 457px;
      height: 311px;
      object-fit: cover;
      border-radius: 23px; }
    .member .content .wrap-off p {
      text-align: center;
      margin-bottom: 0;
      padding-top: 1rem;
      font-size: 90%; }

.accordion-button::after {
  background-image: none;
  mask-image: var(--bs-accordion-btn-icon);
  -webkit-mask-image: var(--bs-accordion-btn-icon);
  background-color: #fff;
  /* 矢印の色 */ }

.accordion-button:not(.collapsed)::after {
  background-image: none;
  mask-image: var(--bs-accordion-btn-icon);
  -webkit-mask-image: var(--bs-accordion-btn-icon);
  background-color: #fff; }

#accordion h3 {
  font-size: 119%;
  padding: 1rem 1rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
#accordion .accordion-header {
  margin-bottom: 0; }
  #accordion .accordion-header:before {
    display: none; }
#accordion .accordion-button {
  color: #ffffff;
  background-color: #ED254E;
  font-size: 65%;
  font-weight: 600;
  padding: 1.5rem 2rem; }
#accordion .accordion-item {
  border: none; }
#accordion .accordion-button:focus {
  box-shadow: none;
  background-color: #c91f42; }
#accordion .accordion-button:hover {
  background-color: #c91f42; }

.sub .content .wrap-agreement {
  height: 250px;
  margin-bottom: 20px;
  padding: 1rem;
  overflow: auto;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 90%; }
  .sub .content .wrap-agreement h2 {
    margin-bottom: 4rem; }
  .sub .content .wrap-agreement h3 {
    padding: 1rem 1.5rem 0.9rem;
    margin-top: 2rem;
    margin-bottom: 15px; }

.form {
  margin-bottom: 3rem; }
  .form th {
    width: 25%; }
    .form th p {
      margin-bottom: 0; }
  .form .wpcf7-form-control {
    padding: 0.3rem 0.5rem;
    width: 100%; }
  .form .require {
    background: #ffa6b8;
    color: #ED254E;
    display: block;
    float: right;
    padding: 0px 6px;
    font-size: 75%;
    border-radius: 3px;
    letter-spacing: 0; }
  .form input[type="radio"] {
    transform: scale(1.5); }

input[type="radio"] + .wpcf7-list-item-label {
  margin-right: 1rem;
  margin-left: 0.5rem; }

.wpcf7-form-control.nenrei, .wpcf7-form-control.p-postal-code, .wpcf7-form-control.wpcf7-select {
  width: 6rem; }

.wrap-checkbox {
  position: relative; }
  .wrap-checkbox input[type="checkbox"] {
    position: absolute;
    left: -29px;
    top: 3px;
    width: 20px;
    height: 20px; }

.wpcf7-response-output {
  display: none; }

.wpcf7 #btn-back, .wpcf7 #btn-confirm {
  padding: 1.5rem 4rem;
  background: #ED254E; }
  .wpcf7 #btn-back:before, .wpcf7 #btn-confirm:before {
    display: none; }
  .wpcf7 #btn-back:after, .wpcf7 #btn-confirm:after {
    display: none; }
  .wpcf7 #btn-back:hover, .wpcf7 #btn-confirm:hover {
    background-color: #FFD9E1;
    color: #ED254E; }
  .wpcf7 #btn-back:disabled, .wpcf7 #btn-confirm:disabled {
    border-color: #8d8d8d !important;
    background: #B7B7B7 !important;
    color: #5C5C5C !important; }

.progressbar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
  .progressbar p {
    margin-bottom: 0;
    font-size: 83%; }

.progressbar .item {
  position: relative;
  width: 33.33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999; }

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto; }

.progressbar .item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF; }

.progressbar .item.active {
  z-index: 1;
  background: #ED254E;
  color: #FFF; }

.progressbar .item.active:not(:last-child)::after {
  border-left-color: #ED254E; }

.progressbar .item.active:not(:last-child)::before {
  border-left: none; }

@media screen and (max-width: 1600px) {
  .progressbar .item:not(:last-child)::before, .progressbar .item:not(:last-child)::after {
    border: 33px solid transparent;
    border-left: 20px solid #F5F5F5; }

  .member .en-title:before {
    top: 3px; }

  .member .content .wrap-off {
    padding: 2.5rem 2.5rem 1.5rem; }
    .member .content .wrap-off h2 {
      top: -42px; }
    .member .content .wrap-off .en-title:before {
      top: 36px; }

  .member .content h2.en-title {
    margin-bottom: 1.5rem; }
  .member .content .schedule {
    margin-top: 0.5rem; } }
@media screen and (max-width: 1130px) {
  header .logo ul li:last-child a, header .links ul {
    display: none; } }
@media (max-width: 991.98px) {
  .member main {
    padding-top: 62px; }
    .member main h1 {
      font-size: 195%; } }
@media screen and (max-width: 767px) {
  .validating .wpcf7-form-control.wpcf7-submit.has-spinner {
    display: block;
    margin: auto; }

  .accordion-item [type="button"]:after {
    background-size: 15px !important;
    height: 15px !important;
    width: 15px !important; }

  .member .data img {
    width: 394px;
    height: 460px; }

  .member .data h3 {
    left: 10px;
    bottom: 20px;
    font-size: 110%; }

  .info2 {
    padding-top: 2rem; }
    .info2 p:first-of-type {
      font-size: 150%;
      margin-bottom: 1.5rem;
      position: relative; }
      .info2 p:first-of-type:after {
        content: "";
        display: block;
        position: absolute;
        background-color: #ED254E;
        background-size: 3px 20px;
        width: 20px;
        height: 3px;
        right: 0;
        left: 0;
        bottom: -10px;
        margin: 0 auto; }
    .info2 p:nth-of-type(2) {
      margin-bottom: 0; }

  .member .content {
    padding-top: 0; }

  .img + h3 {
    margin-top: 2rem !important; }

  .member main {
    padding-top: 62px; }

  .sub main {
    padding-top: 62px; }
    .sub main .content h1 {
      font-size: 195%; }
    .sub main .content h2 {
      font-size: 157%; }
      .sub main .content h2:before {
        width: 12%; }
    .sub main .content h3 {
      font-size: 124%; }

  .sub .content table th, .sub .content table td {
    padding: 0.8rem 1rem;
    display: block;
    text-align: left;
    vertical-align: middle;
    width: 100% !important;
    word-break: normal; }

  .wpcf7-submit, [type="button"], .sub .content .wpcf7-previous, .wpcf7 #btn-back, .wpcf7 #btn-confirm {
    padding: 11px 45px;
    font-size: 72%; }

  .sub .title, .member .title {
    padding: 26px 0 8px 12px;
    position: relative; }
    .sub .title span, .member .title span {
      font-size: 283%;
      bottom: 48px; }

  .sub .content {
    padding-top: 7px;
    padding-bottom: 69px; }

  /*.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0; }


.progressbar .item.active:not(:last-child)::after {
  border-left-color: $red; }

.progressbar .item.active:not(:last-child)::before {
  border-left: none; }


  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 22px;
        left: 100%;
    border-left-width: 12px; }*/
  .progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0; }

  .progressbar .item:not(:last-child)::before,
  .progressbar .item:not(:last-child)::after {
    border-width: 22px;
    border-left-width: 12px; } }
@media (max-width: 517px) {
  .member .data img {
    width: 295px;
    height: 359px; }

  .member .content h3 {
    padding-left: 60px; }
    .member .content h3:before {
      width: 40px; } }
