@charset "UTF-8";
.header .hdr-wrap .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.header .hdr-wrap .header-logo a {
  max-width: 154px;
}

@media screen and (max-width: 640px) {
  .header .hdr-wrap .header-logo a {
    max-width: 110px;
  }
}

@media screen and (max-width: 480px) {
  .header .hdr-wrap .header-logo a {
    max-width: 90px;
  }
}

.header .hdr-wrap .header-logo .header-ttl {
  margin: 20px 0 0 12px;
  color: #44AA99;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .header .hdr-wrap .header-logo .header-ttl {
    margin: 14px 0 0 8px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .header .hdr-wrap .header-logo .header-ttl {
    margin: 10px 0 0 8px;
    font-size: 1rem;
  }
}

.header .gnav .entry-btn {
  margin-right: 70px;
}

@media screen and (max-width: 480px) {
  .header .gnav .entry-btn {
    width: 60px !important;
    margin-right: 60px !important;
  }
}

.drawer {
  display: block;
}

.drawer-hamburger {
  height: 80px;
}

@media screen and (max-width: 640px) {
  .drawer-hamburger {
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .drawer-hamburger {
    width: 60px !important;
  }
}

.hero {
  display: none;
}

.bc-wrap {
  display: none;
}

.exp, .qua {
  margin: 0 0 30px;
}

@media screen and (max-width: 640px) {
  .exp, .qua {
    margin: 0 0 20px;
  }
}

.exp .job, .qua .job {
  position: relative;
  padding: 0 0 0 42px;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .exp .job, .qua .job {
    padding: 0 0 0 32px;
  }
}

.exp .job::before, .qua .job::before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "";
  width: 18px;
  height: 18px;
  background: #44AA99;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  .exp .job::before, .qua .job::before {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .exp .job::before, .qua .job::before {
    width: 14px;
    height: 14px;
  }
}

.exp .job::after, .qua .job::after {
  position: absolute;
  top: 0;
  left: 16px;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #44AA99;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}

@media screen and (max-width: 960px) {
  .exp .job::after, .qua .job::after {
    left: 8px;
  }
}

@media screen and (max-width: 640px) {
  .exp .job::after, .qua .job::after {
    width: 14px;
    height: 14px;
  }
}

.mv {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
  margin: -60px 0 0;
}

@media screen and (max-width: 1440px) {
  .mv {
    margin: 0;
  }
}

@-webkit-keyframes scrollAnime {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(8px) translateX(-50%);
    transform: translateY(8px) translateX(-50%);
  }
}

@keyframes scrollAnime {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(8px) translateX(-50%);
    transform: translateY(8px) translateX(-50%);
  }
}

.mv::after {
  position: absolute;
  bottom: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(0deg, #fff, transparent);
  width: 100%;
  height: 24%;
}

.mv .mv-scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  position: absolute;
  -webkit-animation: scrollAnime .5s infinite alternate ease-in-out;
  animation: scrollAnime .5s infinite alternate ease-in-out;
  z-index: 1;
  color: #44AA99;
  font-weight: bold;
  font-size: 1.4rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (max-width: 1280px) {
  .mv .mv-scroll {
    bottom: 70px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-scroll {
    bottom: 50px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px) {
  .mv .mv-scroll {
    bottom: 34px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .mv .mv-scroll {
    bottom: 26px;
  }
}

.mv .mv-scroll:before {
  position: absolute;
  top: 36px;
  right: 50%;
  content: "";
  height: 40px;
  border: 1px solid #44AA99;
}

@media screen and (max-width: 1280px) {
  .mv .mv-scroll:before {
    top: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-scroll:before {
    height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .mv .mv-scroll:before {
    top: 20px;
    height: 18px;
  }
}

@media screen and (max-width: 480px) {
  .mv .mv-scroll:before {
    height: 12px;
  }
}

.mv .mv-scroll:after {
  position: absolute;
  top: 76px;
  right: 2px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #44AA99 transparent transparent transparent;
  border-width: 6px 5px;
}

@media screen and (max-width: 1280px) {
  .mv .mv-scroll:after {
    top: 58px;
  }
}

@media screen and (max-width: 960px) {
  .mv .mv-scroll:after {
    top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .mv .mv-scroll:after {
    top: 38px;
    border-width: 4px 3px;
  }
}

@media screen and (max-width: 480px) {
  .mv .mv-scroll:after {
    top: 30px;
  }
}

.message {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  background: url("/wp-content/themes/bones/dist/img/recruit-fresh/message_bg.jpg") center/37px 37px repeat;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .message {
    background-size: 24px 24px;
    padding-bottom: 0px;
  }
}

.message .wrap {
  position: relative;
  padding-top: 64px;
  padding-bottom: 300px;
}

@media screen and (max-width: 960px) {
  .message .wrap {
    padding-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap {
    padding: 32px 16px 250px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap {
    padding: 24px 16px 220px;
  }
}

.message .wrap .news {
  padding: 24px 40px;
  border: 2px solid #d34677;
}

@media screen and (max-width: 960px) {
  .message .wrap .news {
    padding: 20px 36px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .news {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .news p {
    font-size: 1.4rem;
  }
}

.message .wrap .news .news-ttl {
  text-align: center;
  margin: 0 0 16px;
}

@media screen and (max-width: 960px) {
  .message .wrap .news .news-ttl {
    margin: 0 0 8px;
  }
}

.message .wrap .news .news-ttl span {
  display: inline-block;
  padding: 0 0 2px;
  border-bottom: 2px solid #d34677;
  font-size: 2rem;
  color: #d34677;
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-ttl span {
    font-size: 1.6rem;
  }
}

.message .wrap .news .news-exp {
  margin: 8px 0;
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp {
    margin: 4px 0;
  }
}

.message .wrap .news .news-exp .exp {
  margin: 0;
}

.message .wrap .news .news-exp .exp:nth-child(1) {
  margin: 0 0 8px;
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp:nth-child(1) {
    margin: 0 0 4px;
  }
}

.message .wrap .news .news-exp .exp .job {
  margin: 0 0 0 36px;
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp .job {
    margin: 0 0 0 32px;
  }
}

.message .wrap .news .news-exp .exp .job::before {
  right: 156px;
}

@media screen and (max-width: 960px) {
  .message .wrap .news .news-exp .exp .job::before {
    right: 150px;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp .job::before {
    right: 126px;
  }
}

.message .wrap .news .news-exp .exp .job::after {
  right: 150px;
}

@media screen and (max-width: 960px) {
  .message .wrap .news .news-exp .exp .job::after {
    right: 144px;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp .job::after {
    right: 120px;
  }
}

.message .wrap .news .news-exp .exp:nth-child(2) .job::before {
  right: 170px;
}

@media screen and (max-width: 960px) {
  .message .wrap .news .news-exp .exp:nth-child(2) .job::before {
    right: 166px;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp:nth-child(2) .job::before {
    right: 140px;
  }
}

.message .wrap .news .news-exp .exp:nth-child(2) .job::after {
  right: 164px;
}

@media screen and (max-width: 960px) {
  .message .wrap .news .news-exp .exp:nth-child(2) .job::after {
    right: 160px;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap .news .news-exp .exp:nth-child(2) .job::after {
    right: 134px;
  }
}

.message .wrap .intro {
  display: block;
  width: 40px;
  margin: 40px auto 20px;
}

@media screen and (max-width: 960px) {
  .message .wrap .intro {
    width: 32px;
    margin: 32px auto 20px;
  }
}

@media screen and (max-width: 960px) {
  .message .wrap .intro {
    width: 32px;
    margin: 24px auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .intro {
    width: 28px;
    margin: 16px auto;
  }
}

.message .wrap .headline__sub {
  position: relative;
  font-size: 2.4rem;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .message .wrap .headline__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .headline__sub {
    font-size: 1.6rem;
  }
}

.message .wrap .headline__sub:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 48px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #44AA99;
}

.message .wrap .headline__main {
  font-family: "Zen Kurenaido", sans-serif;
  margin: 30px auto 40px;
  font-size: 4.8rem;
}

@media screen and (max-width: 480px) {
  .message .wrap .headline__main {
    font-size: 3.2rem;
  }
}

.message .wrap .headline__main span {
  font-size: 6.4rem;
}

@media screen and (max-width: 480px) {
  .message .wrap .headline__main span {
    font-size: 4.8rem;
  }
}

.message .wrap .message-txt {
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .message .wrap .message-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .message .wrap .message-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .message-txt {
    margin: 0 20px;
  }
}

.message .wrap .message-dec {
  position: absolute;
  right: 40px;
  bottom: 10px;
  width: 1920px;
  z-index: -1;
}

@media screen and (max-width: 1280px) {
  .message .wrap .message-dec {
    width: 1600px;
    bottom: 40px;
    right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .message .wrap .message-dec {
    width: 1280px;
    bottom: 88px;
  }
}

@media screen and (max-width: 768px) {
  .message .wrap .message-dec {
    width: 1100px;
    bottom: 80px;
  }
}

@media screen and (max-width: 480px) {
  .message .wrap .message-dec {
    bottom: 112x;
  }
}

.about {
  background: url("/wp-content/themes/bones/dist/img/recruit-fresh/about_bg.jpg") center/1920px no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  counter-reset: about-num;
}

@media screen and (max-width: 960px) {
  .about {
    padding: 100px 0 64px;
  }
}

@media screen and (max-width: 640px) {
  .about {
    padding: 80px 0 40px 0;
  }
}

.about::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  content: "";
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 36px 50px 0 50px;
}

@media screen and (max-width: 960px) {
  .about::before {
    border-width: 30px 40px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .about::before {
    border-width: 24px 30px 0 30px;
  }
}

.about .wrap {
  max-width: 1040px;
}

.about .headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 50px;
}

@media screen and (max-width: 960px) {
  .about .headline {
    display: inline-block;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .about .headline {
    width: 100%;
    margin: 0 0 24px;
  }
}

.about .headline__main {
  padding: 0 36px;
  background-color: #fff;
  font-size: 4rem;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .about .headline__main {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 640px) {
  .about .headline__main {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 480px) {
  .about .headline__main {
    padding: 0 16px;
    font-size: 2.4rem;
  }
}

.about .headline__sub {
  display: block;
  margin: 0 0 0 24px;
  font-size: 2rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .about .headline__sub {
    display: table;
    margin: 14px 0 0 24px;
  }
}

@media screen and (max-width: 480px) {
  .about .headline__sub {
    font-size: 1.8rem;
  }
}

.about .headline__sub::before {
  content: "";
  display: inline-block;
  width: 48px;
  border-top: 2px solid;
  margin: 0 20px 0 0;
  padding: 0 0 9px;
}

.about .about-txt {
  margin: 0 0 48px;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .about .about-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .about .about-txt {
    margin: 0 0 40px;
    font-size: 1.4rem;
  }
}

.about .about-contents .about-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( 76% - 24px);
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit {
    width: calc( 76% + 70px);
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit {
    width: 100%;
    display: block;
    -webkit-transform: none;
    transform: none;
  }
}

.about .about-contents .about-unit .about-col {
  position: relative;
  width: calc( 50% - 24px);
  margin: 0 12px 40px;
  min-height: 386px;
  padding: 60px 32px 40px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit .about-col {
    margin: 0 12px 30px;
    min-height: 315px;
    padding: 40px 20px 40px;
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit .about-col {
    width: calc( 50% + 70px);
  }
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px 40px;
  }
}

.about .about-contents .about-unit .about-col__img {
  width: 94px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit .about-col__img {
    width: 86px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col__img {
    width: 80px;
  }
}

.about .about-contents .about-unit .about-col__img::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 30%;
  width: 2px;
  height: 40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #999;
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit .about-col__img::before {
    height: 38px;
    top: 30px;
    right: 26%;
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit .about-col__img::before {
    height: 36px;
    right: 32%;
  }
}

.about .about-contents .about-unit .about-col__img::after {
  counter-increment: about-num;
  content: "0" counter(about-num);
  position: absolute;
  top: 14px;
  right: 14%;
  color: #999;
  top: 14px;
  right: 14%;
  font-size: 3.2rem;
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit .about-col__img::after {
    top: 10px;
    right: 11%;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit .about-col__img::after {
    top: 15px;
    right: 18%;
  }
}

.about .about-contents .about-unit .about-col__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .about .about-contents .about-unit .about-col__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col__ttl {
    font-size: 1.8rem;
  }
}

.about .about-contents .about-unit .about-col__txt {
  margin: 0 auto;
  line-height: 2.5rem;
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col__txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit .about-col:nth-child(1) {
    margin: 0 auto 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col:nth-child(1) {
    margin-left: -16px;
  }
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit .about-col:nth-child(2) {
    margin: 0 0 30px auto;
  }
}

@media screen and (max-width: 480px) {
  .about .about-contents .about-unit .about-col:nth-child(2) {
    margin: 0 -16px 30px 0;
  }
}

.about .about-contents .about-unit:nth-child(2) {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .about .about-contents .about-unit:nth-child(2) {
    margin-left: 0;
  }
}

.work {
  margin: 120px 0;
}

@media screen and (max-width: 480px) {
  .work {
    margin: 90px 0;
  }
}

.work .headline {
  margin: 0 0 30px;
}

.work .headline__sub {
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .work .headline__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .work .headline__sub {
    font-size: 1.6rem;
  }
}

.work .headline__sub::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 48px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #44AA99;
}

.work .headline__main {
  padding: 5px 0;
  font-weight: bold;
  font-size: 4.8rem;
}

@media screen and (max-width: 960px) {
  .work .headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .work .headline__main {
    font-size: 3.2rem;
  }
}

.work .work-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  .work .work-unit {
    display: block;
  }
}

.work .work-unit .work-img {
  width: calc( 100% - 644px);
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-img {
    width: calc( 100% - 544px);
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-img {
    width: calc( 100% - 340px);
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-img {
    width: 100%;
  }
}

.work .work-unit .work-dtl {
  width: 584px;
  margin: 10px 0 0 60px;
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-dtl {
    width: 504px;
    margin: 10px 0 0 50px;
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl {
    width: 390px;
    margin: 10px 0 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl {
    width: calc( 100% - 48px);
    margin: 20px 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl {
    width: calc( 100% - 30px);
    margin: 20px 0 0 0;
  }
}

.work .work-unit .work-dtl__job {
  position: relative;
  font-weight: bold;
  font-size: 3.4rem;
  color: #44AA99;
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-dtl__job {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__job {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__job {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__job {
    font-size: 2.6rem;
  }
}

.work .work-unit .work-dtl__job::before {
  position: absolute;
  top: 63px;
  left: -236px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #44AA99;
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-dtl__job::before {
    top: 59px;
    left: -196px;
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__job::before {
    top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__job::before {
    top: 59px;
    left: calc( 100% + 32px);
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__job::before {
    top: 42px;
    left: calc( 100% + 14px);
  }
}

@media screen and (max-width: 480px) {
  .work .work-unit .work-dtl__job::before {
    top: 42px;
  }
}

.work .work-unit .work-dtl__job::after {
  position: absolute;
  bottom: -10px;
  left: -220px;
  content: '';
  display: inline-block;
  width: calc( 100% + 220px);
  height: 2px;
  background-color: #44AA99;
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-dtl__job::after {
    width: calc( 100% + 180px);
    left: -180px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__job::after {
    width: calc( 100% + 32px);
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__job::after {
    width: calc( 100% + 28px);
  }
}

.work .work-unit .work-dtl__ttl {
  margin: 40px 0 10px;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 3.5rem;
}

@media screen and (max-width: 1280px) {
  .work .work-unit .work-dtl__ttl {
    font-size: 2.2rem;
    line-height: 3.0rem;
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__ttl {
    margin: 30px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__ttl {
    margin: 36px 0 10px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__ttl {
    margin-top: 30px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .work .work-unit .work-dtl__ttl {
    margin: 26px 0 10px;
    font-size: 2rem;
  }
  .work .work-unit .work-dtl__ttl .br-sp {
    display: none;
  }
}

.work .work-unit .work-dtl__txt {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .work .work-unit .work-dtl__txt {
    line-height: 2.0rem;
  }
}

.work .work-unit .work-dtl__desc-ttl {
  position: relative;
  margin: 0 0 0 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #d34677;
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__desc-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__desc-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .work .work-unit .work-dtl__desc-ttl {
    font-size: 1.8rem;
  }
}

.work .work-unit .work-dtl__desc-ttl::before {
  position: absolute;
  top: 8px;
  left: -36px;
  content: "";
  width: 18px;
  height: 18px;
  background: #d34677;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__desc-ttl::before {
    width: 16px;
    height: 16px;
  }
}

.work .work-unit .work-dtl__desc-ttl::after {
  position: absolute;
  top: 8px;
  left: -30px;
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d34677;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__desc-ttl::after {
    width: 16px;
    height: 16px;
  }
}

.work .work-unit .work-dtl__desc-txt {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

@media screen and (max-width: 960px) {
  .work .work-unit .work-dtl__desc-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit .work-dtl__desc-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .work .work-unit .work-dtl__desc-txt {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
}

.work .work-unit .work-dtl__desc-txt li {
  display: inline;
  position: relative;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__desc-txt li {
    padding: 0 2px 0 0;
  }
}

.work .work-unit .work-dtl__desc-txt li:not(:last-of-type)::after {
  content: "/";
  display: inline-block;
  width: 18px;
  height: 18px;
  text-align: right;
  color: #E5ACC0;
}

@media screen and (max-width: 640px) {
  .work .work-unit .work-dtl__desc-txt li:not(:last-of-type)::after {
    width: 13px;
  }
}

.work .work-unit:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
  .work .work-unit:nth-child(2) .work-dtl {
    margin: 10px 14px 30px 26px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit:nth-child(2) .work-dtl {
    margin: 20px 0 30px 0;
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit:nth-child(2) .work-dtl {
    margin: 20px 0 0 0;
  }
}

.work .work-unit:nth-child(2) .work-dtl__job::before {
  left: 740px;
}

@media screen and (max-width: 1280px) {
  .work .work-unit:nth-child(2) .work-dtl__job::before {
    left: 610px;
  }
}

@media screen and (max-width: 960px) {
  .work .work-unit:nth-child(2) .work-dtl__job::before {
    left: 468px;
  }
}

@media screen and (max-width: 768px) {
  .work .work-unit:nth-child(2) .work-dtl__job::before {
    left: calc( 100% + 32px);
  }
}

@media screen and (max-width: 640px) {
  .work .work-unit:nth-child(2) .work-dtl__job::before {
    left: calc( 100% + 14px);
  }
}

.work .work-unit:nth-child(2) .work-dtl__job:after {
  left: -56px;
}

@media screen and (max-width: 768px) {
  .work .work-unit:nth-child(2) .work-dtl__job:after {
    left: 0;
  }
}

.work .work-unit:nth-child(2) .work-dtl__desc-txt {
  max-width: 440px;
}

.ideal {
  margin: 0 0 100px;
}

@media screen and (max-width: 480px) {
  .ideal {
    margin: 0 0 80px;
  }
}

.ideal .wrap .headline {
  text-align: inherit;
}

@media screen and (max-width: 640px) {
  .ideal .wrap .headline {
    margin-bottom: 30px;
  }
}

.ideal .wrap .headline__sub {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .headline__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .headline__sub {
    font-size: 1.6rem;
  }
}

.ideal .wrap .headline__sub::before {
  content: "";
  display: inline-block;
  width: 48px;
  border-top: 2px solid;
  margin: 0 20px 0 0;
  padding: 0 0 9px;
}

.ideal .wrap .headline__main {
  font-weight: bold;
  font-size: 4.8rem;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .headline__main {
    font-size: 3.2rem;
  }
}

.ideal .wrap .headline__main .small {
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .headline__main .small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .ideal .wrap .headline__main .small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .headline__main .small {
    font-size: 1.6rem;
  }
}

.ideal .wrap .ideal-txt {
  margin: 0 0 24px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .ideal-txt {
    margin: 0 0 40px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .ideal-txt {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }
}

.ideal .wrap .ideal-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit {
    display: block;
  }
}

.ideal .wrap .ideal-unit .ideal-col {
  width: 32%;
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit .ideal-col {
    width: 100%;
  }
}

.ideal .wrap .ideal-unit .ideal-col:nth-child(2) {
  margin: 40px 0 0;
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit .ideal-col:nth-child(2) {
    margin: 30px 0 0;
  }
}

.ideal .wrap .ideal-unit .ideal-col:nth-child(3) {
  margin: 80px 0 40px;
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit .ideal-col:nth-child(3) {
    margin: 30px 0 40px;
  }
}

.ideal .wrap .ideal-unit .ideal-col__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 16px;
  border-bottom: 1px solid #44AA99;
}

.ideal .wrap .ideal-unit .ideal-col__ttl svg {
  width: 55px;
  height: 55px;
  margin: 15px 20px;
  fill: #44AA99;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl svg {
    width: 40px;
    height: 40px;
    margin: 10px 14px 10px 6px;
  }
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl svg {
    width: 55px;
    height: 55px;
    margin: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl svg {
    width: 40px;
    height: 40px;
    margin: 8px 20px;
  }
}

.ideal .wrap .ideal-unit .ideal-col__ttl span {
  font-size: 2.4rem;
}

@media screen and (max-width: 960px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .ideal .wrap .ideal-unit .ideal-col__ttl span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 960px) {
  .ideal .wrap .ideal-unit .ideal-col__txt {
    font-size: 1.4rem;
  }
}

.flow {
  margin: 0 0 90px;
  background: url("/wp-content/themes/bones/dist/img/recruit-fresh/flow_bg.jpg") repeat;
  counter-reset: flow-num;
}

@media screen and (max-width: 960px) {
  .flow {
    margin: 0 0 66px;
  }
}

@media screen and (max-width: 640px) {
  .flow {
    margin: 0 0 44px;
  }
}

.flow .wrap .headline {
  padding: 78px 0 0;
  text-align: inherit;
}

@media screen and (max-width: 480px) {
  .flow .wrap .headline {
    padding: 56px 0 0;
  }
}

.flow .wrap .headline__sub {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  color: #44AA99;
}

@media screen and (max-width: 960px) {
  .flow .wrap .headline__sub {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .headline__sub {
    font-size: 1.6rem;
  }
}

.flow .wrap .headline__sub::before {
  content: "";
  display: inline-block;
  width: 48px;
  border-top: 2px solid;
  vertical-align: middle;
  margin: 0 20px 0 0;
  padding: 0 0 4px;
}

.flow .wrap .headline__main {
  font-weight: bold;
  font-size: 4.8rem;
}

@media screen and (max-width: 960px) {
  .flow .wrap .headline__main {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .headline__main {
    font-size: 3.2rem;
  }
}

.flow .wrap .flow-contents {
  padding: 0 0 110px;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents {
    padding: 0 0 82px;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents {
    padding: 0 0 54px;
  }
}

.flow .wrap .flow-contents .flow-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 254px;
  margin: 0 0 40px;
  padding: 0 24px 0 216px;
  background: #fff;
  border: 3px solid #C6E5E0;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col {
    min-height: 240px;
    margin: 0 0 32px;
    padding: 0 28px 0 120px;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents .flow-col {
    margin: 0 0 24px;
    padding: 0 28px 0 100px;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .flow-contents .flow-col {
    padding: 0 6px 0 56px;
  }
}

.flow .wrap .flow-contents .flow-col:nth-child(2) {
  border-color: #99D0C7;
}

.flow .wrap .flow-contents .flow-col:nth-child(2) .flow-inner::before {
  background: #99D0C7;
}

.flow .wrap .flow-contents .flow-col:nth-child(3) {
  border-color: #6ABBAD;
}

.flow .wrap .flow-contents .flow-col:nth-child(3) .flow-inner::before {
  background: #6ABBAD;
}

.flow .wrap .flow-contents .flow-col:nth-child(4) {
  border-color: #44AA99;
}

.flow .wrap .flow-contents .flow-col:nth-child(4) .flow-inner::before {
  background: #44AA99;
}

.flow .wrap .flow-contents .flow-col:nth-child(5) {
  border-color: #308f7f;
}

.flow .wrap .flow-contents .flow-col:nth-child(5) .flow-inner::before {
  background: #308f7f;
}

.flow .wrap .flow-contents .flow-col:not(:last-of-type)::after {
  position: absolute;
  top: calc( 100% + 16px);
  left: 50%;
  content: "";
  background: url("/wp-content/themes/bones/dist/img/recruit-fresh/flow_arrow.svg") center/contain no-repeat;
  width: 45px;
  height: 54px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col:not(:last-of-type)::after {
    top: calc( 100% + 13px);
    width: 37px;
    height: 44px;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents .flow-col:not(:last-of-type)::after {
    top: calc( 100% + 8px);
    width: 30px;
    height: 38px;
  }
}

.flow .wrap .flow-contents .flow-col .flow-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: flow-num;
  content: "" counter(flow-num);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 100%;
  padding: 0 0 0 64px;
  background: #C6E5E0;
  font-size: 12rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::before {
    width: 90px;
    padding: 0 0 0 34px;
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::before {
    width: 70px;
    padding: 0 0 0 15px;
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::before {
    width: 42px;
    padding-left: 7px;
    font-size: 4.2rem;
  }
}

.flow .wrap .flow-contents .flow-col .flow-inner::after {
  position: absolute;
  top: 70px;
  left: -64px;
  content: "STEP";
  opacity: 0.4;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  font-size: 6.4rem;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::after {
    top: 80px;
    left: -34px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::after {
    top: 42px;
    left: 8px;
    -webkit-transform: revert;
    transform: revert;
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .flow-contents .flow-col .flow-inner::after {
    top: 56px;
    left: 2px;
    font-size: 1.4rem;
  }
}

.flow .wrap .flow-contents .flow-col .flow-inner dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dt {
    font-size: 2.2rem;
  }
}

.flow .wrap .flow-contents .flow-col .flow-inner dd {
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dd {
    font-size: 1.4rem;
  }
}

.flow .wrap .flow-contents .flow-col .flow-inner dd .note-txt {
  font-size: 1.6rem;
  color: #d34677;
}

@media screen and (max-width: 960px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dd .note-txt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .flow .wrap .flow-contents .flow-col .flow-inner dd .note-txt {
    font-size: 1.2rem;
  }
}

.req-headline.post_newgrad .req-headline__sub {
  display: none;
}

.req-headline.post_newgrad .req-headline__main {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(75, 82, 81, 0.1);
  padding-top: 20px;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .req-headline.post_newgrad .req-headline__main {
    font-size: 2.8rem;
    padding-top: 10px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 480px) {
  .req-headline.post_newgrad .req-headline__main {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}

.req-headline.post_newgrad .req-headline__main::before {
  position: absolute;
  top: 0;
  left: calc(50% - 184px);
  content: "";
  width: 368px;
  height: 8px;
  background-image: url("/wp-content/themes/bones/dist/img/common/hdr-l.svg");
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .req-headline.post_newgrad .req-headline__main::before {
    position: absolute;
    top: 0;
    left: calc(50% - 161px);
    width: 322px;
    height: 7px;
  }
}

@media screen and (max-width: 480px) {
  .req-headline.post_newgrad .req-headline__main::before {
    position: absolute;
    top: 0;
    left: calc(50% - 115px);
    width: 230px;
    height: 5px;
  }
}

.recruit-app {
  margin-bottom: 120px;
}

@media screen and (max-width: 960px) {
  .recruit-app {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 640px) {
  .recruit-app {
    margin-bottom: 60px;
  }
}

.recruit-app .wrap .rec .rec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: dashed 1px #ccc;
}

@media screen and (max-width: 640px) {
  .recruit-app .wrap .rec .rec-item {
    display: block;
    border-top: none;
    border-right: solid 1px #f5f5f5;
    border-left: solid 1px #f5f5f5;
  }
}

.recruit-app .wrap .rec .rec-item:last-child {
  border-bottom: dashed 1px #ccc;
}

@media screen and (max-width: 640px) {
  .recruit-app .wrap .rec .rec-item:last-child {
    border-bottom: solid 1px #f5f5f5;
  }
}

.recruit-app .wrap .rec .rec-item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 25px;
  width: 20%;
  min-width: 150px;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
  .recruit-app .wrap .rec .rec-item__ttl {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
  }
}

.recruit-app .wrap .rec .rec-item__dtl {
  position: relative;
  padding: 20px;
  width: 80%;
  counter-reset: number 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .recruit-app .wrap .rec .rec-item__dtl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit-app .wrap .rec .rec-item__dtl {
    padding: 20px 24px;
    width: 100%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .recruit-app .wrap .rec .rec-item__dtl {
    padding: 20px 16x;
  }
}

.recruit-app .wrap .rec .rec-item__dtl .status {
  margin: 0 15px 0 0;
}

.recruit-app .wrap .rec .rec-item__dtl > em {
  font-weight: bold;
}

.recruit-app .wrap .rec .rec-item__dtl > a {
  color: #4a9;
  text-decoration: underline;
}

.recruit-app .wrap .rec .rec-item__dtl > a:hover {
  text-decoration: none;
}

.recruit-app .wrap .rec .rec-item__dtl__required ~ div {
  margin: 10px 0 0;
}

.recruit-app .wrap .rec .rec-item__dtl p {
  margin: 0 0 6px;
}

.recruit-app .wrap .rec .rec-item__dtl ul {
  margin: -5px 0 10px;
}

.recruit-app .wrap .rec .rec-item__dtl ul li {
  position: relative;
  padding: 0 0 0 1.5em;
}

.recruit-app .wrap .rec .rec-item__dtl ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.recruit-app .wrap .rec .rec-item__dtl .att {
  font-weight: bold;
  color: #d34677;
}

.recruits-pagelink {
  margin-top: -88px;
  padding-top: 88px;
}

@media screen and (max-width: 640px) {
  .recruits-pagelink {
    margin-top: -68px;
    padding-top: 68px;
  }
}

.application {
  background-image: url("/wp-content/themes/bones/dist/img/top/company-bg@2x.jpg");
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-size: 60%;
  padding: 80px 0 120px;
}

.application .wrap .form-note {
  margin: 0 0 30px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.application .wrap .form-note__red {
  color: #d34677;
}

.application .wrap .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.application .wrap .form-area input[name="tab-btn"] {
  display: none;
}

.application .wrap .form-area .tab-btn {
  cursor: pointer;
  position: relative;
  width: calc( 50% - 4px);
  max-width: 350px;
  height: 70px;
  border-width: 2px 2px 0 2px;
  border: 3px solid #4a9;
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #fff;
  color: #4a9;
  text-align: center;
  font-size: 1.8rem;
  line-height: 70px;
}

.application .wrap .form-area .tab-btn:last-of-type {
  line-height: 60px;
}

@media screen and (max-width: 960px) {
  .application .wrap .form-area .tab-btn:last-of-type {
    line-height: 54px;
  }
}

@media screen and (max-width: 640px) {
  .application .wrap .form-area .tab-btn:last-of-type {
    line-height: 46px;
  }
}

@media screen and (max-width: 480px) {
  .application .wrap .form-area .tab-btn:last-of-type {
    line-height: 32px;
  }
}

.application .wrap .form-area .tab-btn:not(:last-of-type) {
  margin: 0 8px 0 0;
}

@media screen and (max-width: 480px) {
  .application .wrap .form-area .tab-btn:not(:last-of-type) {
    margin: 0 4px 0 0;
  }
}

@media screen and (max-width: 960px) {
  .application .wrap .form-area .tab-btn {
    width: calc( 50% - 4px);
    height: 64px;
    font-size: 1.6rem;
    line-height: 64px;
  }
}

@media screen and (max-width: 640px) {
  .application .wrap .form-area .tab-btn {
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .application .wrap .form-area .tab-btn {
    width: calc( 50% - 4px);
    height: 50px;
    font-size: 1.4rem;
    line-height: 50px;
  }
}

.application .wrap .form-area .tab-btn .note-txt {
  position: absolute;
  bottom: 12px;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  color: #999;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .application .wrap .form-area .tab-btn .note-txt {
    bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .application .wrap .form-area .tab-btn .note-txt {
    bottom: 4px;
    margin-left: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .application .wrap .form-area .tab-btn .note-txt {
    bottom: 2px;
  }
}

.application .wrap .form-area .tab-btn .note-txt::before {
  color: #d34677;
}

.application .wrap .form-area input:checked + .tab-btn {
  cursor: initial;
  background: #4a9;
  color: #fff;
}

.application .wrap .form-area input:checked + .tab-btn .note-txt {
  color: #fff;
}

.application .wrap .form-area .form-container {
  display: none;
  width: 100%;
}

.application .wrap .form-area #entry:checked ~ #entry-content, .application .wrap .form-area #trip:checked ~ #trip-content {
  display: block;
}

.application .wrap .inner {
  padding: 70px 40px 55px;
  background-color: #fff;
  border-top: 3px solid #4a9;
}

@media screen and (max-width: 960px) {
  .application .wrap .inner {
    padding: 70px 32px 55px;
  }
}

@media screen and (max-width: 640px) {
  .application .wrap .inner {
    padding: 70px 24px 55px;
  }
}

@media screen and (max-width: 480px) {
  .application .wrap .inner {
    padding: 70px 16px 55px;
  }
}

.application .wrap .inner .form-note {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}

.application .wrap .inner .form-note .form-note__red {
  color: #d34677;
}

.application .wrap .inner .form-row__ttl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .application .wrap .inner .form-row__ttl {
    width: 100%;
  }
}

.application .wrap .inner .form-row__ttl .ann {
  width: 100%;
  padding: 0 8px 0 0;
  font-size: 1.2rem;
}

/*# sourceMappingURL=../../maps/pages/newgrad.css.map */
