@charset "UTF-8";
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, figure, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

br {
  letter-spacing: 0;
}

body {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.25rem;
}

p, th, td {
  text-align: justify;
  line-height: 1.8;
  font-size: 1.25rem;
}

body, h1, h2, h3, h4, p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 500;
  color: #30231E;
}

.bold {
  font-weight: bold;
}

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

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

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

.sp {
  display: none;
}

.delay1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.delay2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.delay3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.delay4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.delay5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.delay7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.delay8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.delay9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.delay10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #4485E6;
  z-index: 9999;
  -webkit-animation: SlideUp;
          animation: SlideUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.top-mv {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
  overflow: hidden;
}
.top-mv__catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10%;
}
.top-mv__catch__inner {
  overflow: hidden;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}
.top-mv__catch__inner--text {
  -webkit-animation-name: slideUpText;
          animation-name: slideUpText;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 0;
  display: inline-block;
}
.top-mv__catch__inner--text.delay15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-mv__slider {
  -webkit-animation: zoomOut;
          animation: zoomOut;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

/*animation*/
@-webkit-keyframes SlideUp {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
  }
}
@keyframes SlideUp {
  from {
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
  }
}
@-webkit-keyframes slideUpText {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpText {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-header {
  margin-bottom: 60px;
  height: 328px;
  background: url(../images/page-header_recruit.jpg) no-repeat top center/cover;
  position: relative;
}
.page-header.interview {
  background: url(../images/page-header_interview.jpg) no-repeat top center/cover;
}
.page-header__title {
  position: absolute;
  text-align: center;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
}
.page-header__title__recruit {
  width: 410px;
  max-width: 100%;
}
.page-header__title__interview {
  width: 930px;
  max-width: 100%;
}

.maintitle {
  position: absolute;
  top: 20px;
  left: 32px;
  color: #FFF;
  font-size: 2.5rem;
}
.maintitle a {
  color: #FFF;
}
.maintitle a:hover {
  text-decoration: none;
}

.mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 40px;
  right: 30px;
}
.mainmenu__item {
  margin-right: 80px;
  position: relative;
  padding-left: 25px;
}
.mainmenu__item a {
  color: #FFF;
  font-size: 1.25rem;
  text-decoration: none;
}
.mainmenu__item a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  -webkit-transform: rotate(45deg) translateY(-75%);
          transform: rotate(45deg) translateY(-75%);
  position: absolute;
  top: 50%;
  left: 0;
}

.sp-navarea {
  display: none;
}

@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  .top-mv__catch__inner {
    font-size: 4rem;
  }
  .maintitle {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  .top-mv__catch__inner {
    font-size: 3.75rem;
  }
  .page-header {
    margin-bottom: 50px;
    height: 280px;
  }
  .maintitle {
    top: 20px;
    left: 32px;
    font-size: 1.875rem;
  }
  .mainmenu {
    top: 20px;
    right: 20px;
  }
  .mainmenu__item {
    margin-right: 25px;
    padding-left: 25px;
  }
  .mainmenu__item a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 960px) {
  /*960-----------------------------*/
  .top-mv {
    margin-bottom: 75px;
  }
  .top-mv__catch {
    left: 5%;
  }
  .top-mv__catch__inner {
    font-size: 2.5rem;
  }
  .page-header {
    margin-bottom: 30px;
    height: 180px;
  }
  .maintitle {
    top: 10px;
    left: 10px;
    font-size: 1.25rem;
  }
  .mainmenu {
    display: none;
  }
  /*スマホメニュー-----------------*/
  .sp-navarea {
    display: block;
  }
  .sp-navarea.open .sp-navarea-bg {
    right: 0;
    opacity: 1;
  }
  .sp-navarea-bg {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 75%;
    max-width: 480px;
    padding: 70px 5%;
    background: #4485E6;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9998;
    opacity: 0;
  }
  .toggle-bg {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background-color: #000;
    cursor: pointer;
    z-index: 9999;
  }
  .toggle-btn {
    cursor: pointer;
    display: block;
  }
  .toggle-btn span {
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 2px;
    background-color: #FFF;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .toggle-btn span:nth-child(1) {
    top: 12px;
  }
  .toggle-btn span:nth-child(2) {
    top: 21px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 12px;
  }
  .open .toggle-btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
  .mask {
    display: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .open .mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 9997;
    cursor: pointer;
  }
  .mainmenu__sp .mainmenu__item {
    padding: 0.5em 0 0.5em 25px;
    border-bottom: solid 1px #FFF;
    margin-right: 0;
  }
  .mainmenu__sp .mainmenu__item a {
    font-size: 1rem;
    display: block;
  }
  .mainmenu__sp .mainmenu__item a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    -webkit-transform: rotate(-45deg) translateY(-50%);
            transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  /*768-----------------------------*/
  .top-mv {
    margin-bottom: 50px;
  }
  .top-mv__catch__inner {
    font-size: 2rem;
  }
  .page-header {
    height: 120px;
    margin-bottom: 20px;
  }
  .page-header__title {
    bottom: -15px;
  }
}
h1,
h2,
h3 {
  font-weight: bold;
  text-align: center;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.375rem;
}

.page-title {
  font-size: 2.25rem;
  margin-bottom: 2em;
}

.page-heading {
  font-size: 2rem;
  color: #4485E6;
  font-weight: bold;
  text-align: left;
  padding-left: 1.25em;
  position: relative;
}
.page-heading::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #4485E6;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}
.page-heading span {
  font-size: 1.25rem;
  font-weight: normal;
}

@media screen and (max-width: 1440px) {
  .page-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .page-title {
    font-size: 1.75rem;
  }
  .page-heading {
    font-size: 1.75rem;
  }
  .page-heading::before {
    width: 16px;
    height: 16px;
    top: 16px;
  }
  .page-heading::before span {
    font-size: 1.125rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.375rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  .page-title {
    font-size: 1.5rem;
  }
  .page-heading {
    font-size: 1.25rem;
  }
  .page-heading::before {
    width: 14px;
    height: 14px;
    top: 12px;
  }
  .page-heading span {
    font-size: 1rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.125rem;
  }
  h2 {
    font-size: 1rem;
  }
  h3 {
    font-size: 0.875rem;
  }
  .page-title {
    font-size: 1.125rem;
  }
  .page-heading {
    font-size: 1rem;
  }
  .page-heading::before {
    width: 11px;
    height: 11px;
    top: 9px;
  }
  .page-heading span {
    font-size: 0.75rem;
    font-weight: normal;
    display: inline-block;
  }
}
.slide-arrow {
  position: absolute;
  display: block;
  height: 22px;
  width: 22px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.prev-arrow {
  left: 0;
  z-index: 10;
}

.next-arrow {
  right: 0;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li button {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #FFC16C;
  border: 0;
  color: #000;
  padding: 0;
  display: block;
}

.button {
  max-width: 90%;
  width: 438px;
  margin: auto;
  border: 2px solid #4485E6;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: block;
  padding: 1em 0;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(../images/link1.png) #4485E6 no-repeat right 15px center;
}
.button:hover {
  background: url(../images/link1-2.png) #fff no-repeat right 15px center;
  color: #4485E6;
  text-decoration: none;
}

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

@media screen and (max-width: 1280px) {
  .button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 960px) {
  .button {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 0.8125rem;
  }
}
#page_top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  right: 5%;
  z-index: 9998;
  display: block;
}
#page_top img {
  display: block;
  width: 10px;
  margin: 0 auto;
  padding-top: 10px;
}
#page_top:hover {
  background-color: #666;
  cursor: pointer;
}

.footer__factory img {
  width: 100%;
  display: block;
}

.footer__bg {
  background-color: #4485E6;
  padding: 93px 6.8%;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.footer__link-item {
  padding: 0 2.5em 0 0;
}
.footer__link-item a {
  font-size: 1.125rem;
  color: #FFF;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
.footer__link-item a:hover {
  text-decoration: underline;
}
.footer__link-item a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  -webkit-transform: rotate(-45deg) translateY(-62%);
          transform: rotate(-45deg) translateY(-62%);
  position: absolute;
  top: 50%;
  left: 0;
}

.footer__address-syamei {
  font-size: 1.375rem;
  color: #FFF;
}
.footer__address-tel {
  font-size: 1.125rem;
  color: #FFF;
}

@media screen and (max-width: 1280px) {
  /*1280-------------------------------*/
}
@media screen and (max-width: 960px) {
  /*960----------------------------*/
  .footer__bg {
    padding: 75px 5%;
  }
  .footer__link {
    margin-bottom: 30px;
  }
  .footer__link-item {
    padding: 0 1.5em 0 0;
  }
  .footer__link-item a {
    font-size: 0.9375rem;
  }
  .footer__link-item a::before {
    width: 6px;
    height: 6px;
  }
  .footer__address-syamei {
    font-size: 1.125rem;
  }
  .footer__address-tel {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  #page_top {
    width: 30px;
    height: 30px;
    right: 2.5%;
  }
  #page_top img {
    width: 6px;
    padding-top: 6px;
  }
  .footer__bg {
    padding: 40px 5%;
  }
  .footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__link-item {
    border-bottom: solid 1px #FFF;
    padding: 0.4em 0;
    width: 48%;
  }
  .footer__link-item a {
    font-size: 0.875rem;
  }
  .footer__address-syamei {
    font-size: 1rem;
  }
  .footer__address-tel {
    font-size: 0.8125rem;
  }
}
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  opacity: 0;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomInFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomInFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoomInFade {
  -webkit-animation-name: zoomInFade;
          animation-name: zoomInFade;
}

@-webkit-keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blurIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.blurIn {
  -webkit-animation-name: blurIn;
          animation-name: blurIn;
}

@-webkit-keyframes noFilter {
  100% {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}

@keyframes noFilter {
  100% {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
  }
}
.noFilter {
  -webkit-animation-name: noFilter;
          animation-name: noFilter;
}

@-webkit-keyframes noTransform {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes noTransform {
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.noTransform {
  -webkit-animation-name: noTransform;
          animation-name: noTransform;
}

.lineanime {
  fill: none;
  stroke: #ffffff;
  stroke-width: 18;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
  -webkit-animation: line 1.6s 0.2s forwards;
          animation: line 1.6s 0.2s forwards;
}
.lineanime.st2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.lineanime.st3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.lineanime.st4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.lineanime.st5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.lineanime.st6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.lineanime.st7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*Common*/
.top-sec-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5em;
}

/*Outline-----------------------------*/
#svgoutline {
  -webkit-mask: url(#outline-mask-wrapper);
          mask: url(#outline-mask-wrapper);
  fill: #000000;
}

.top-outline {
  position: relative;
  margin-bottom: 120px;
}
.top-outline__img {
  position: relative;
  width: 1461px;
  max-width: 76%;
  margin: 0 0 42px auto;
  z-index: -1;
}
.top-outline__bg {
  display: block;
  width: 100%;
  border-radius: 100px 0 0 100px;
}
.top-outline__photo {
  position: absolute;
  display: block;
}
.top-outline__photo.p1 {
  top: -47px;
  right: 18.959%;
  width: 39.082%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.top-outline__photo.p2 {
  top: 60%;
  left: 8.35%;
  width: 37.577%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.top-outline__photo.p3 {
  bottom: 42px;
  right: 2.395%;
  width: 39.288%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.top-outline__catch {
  font-size: 3.5rem;
  font-weight: bold;
  color: #FFF;
  line-height: 1.375;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: left;
  position: absolute;
  top: 86px;
  left: 14.42%;
  overflow: hidden;
}
.top-outline__catch span {
  padding: 6px 2px;
  background-color: #000;
  display: inline-block;
  opacity: 0;
}
.top-outline__catch .slideCatch {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation: slideCatch;
          animation: slideCatch;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.top-outline__catch .slideCatch.l1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.top-outline__catch .slideCatch.l2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
.top-outline__catch .slideCatch.l3 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@-webkit-keyframes slideCatch {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideCatch {
  from {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.top-outline__svgtitle {
  margin-top: -150px;
  margin-left: 10.98%;
}
.top-outline__svgtitle .svg-outline {
  width: 441px;
}
.top-outline__text {
  font-size: 1.5rem;
  width: 1366px;
  max-width: 71.16%;
  margin: 0 auto;
}

/*Works-----------------------------*/
#svgworks {
  -webkit-mask: url(#works-mask-wrapper);
          mask: url(#works-mask-wrapper);
  fill: #4485E6;
}

.top-works {
  background-color: #DDE4EE;
  padding: 0 0 135px;
  margin-bottom: 100px;
}
.top-works__svgtitle {
  text-align: center;
}
.top-works__svgtitle .svg-works {
  width: 410px;
  margin-top: -50px;
}
.top-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}
.top-works__list-item {
  width: 48%;
  background-color: #4485E6;
  margin-bottom: 68px;
  padding: 55px;
  position: relative;
}
.top-works__num {
  color: #FFF;
  position: absolute;
  top: 23px;
  left: 23px;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.top-works__han {
  position: relative;
  margin-bottom: 54px;
}
.top-works__han--title {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #000;
}
.top-works__han--title span {
  font-size: 1.75rem;
}
.top-works__han--slide {
  width: 62.68%;
  margin-left: auto;
}
.top-works__han--slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.top-works__text {
  color: #FFF;
}

/*Company--------------------*/
#svgcompany {
  -webkit-mask: url(#company-mask-wrapper);
          mask: url(#company-mask-wrapper);
  fill: #4485E6;
}

.top-company__svgtitle {
  text-align: center;
}
.top-company__svgtitle img {
  width: 511px;
}
.top-company__svgtitle .svg-company {
  width: 511px;
}

.top-message {
  width: 1366px;
  max-width: 95%;
  margin: 0 auto 135px;
  background-color: #EDEFF2;
  position: relative;
  padding: 60px 26% 60px 6.29%;
}
.top-message__mess {
  position: absolute;
  top: -0.5em;
  left: 0;
  font-size: 6.25rem;
  line-height: 1;
  color: #DDE4EE;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.top-message__title {
  font-size: 2.25rem;
  color: #3F4864;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.5em;
}
.top-message__photo {
  position: absolute;
  top: -46px;
  right: 0;
  width: 23.628%;
}
.top-message__photo img {
  width: 100%;
  display: block;
}
.top-message__name {
  font-size: 1.5rem;
  text-align: center;
}
.top-message__name span {
  font-size: 1.25rem;
}

.top-gaiyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 150px;
  width: 1366px;
  max-width: 95%;
}
.top-gaiyou__title {
  font-size: 2.25rem;
  color: #3F4864;
}
.top-gaiyou__content {
  width: 76.42%;
}
.top-gaiyou__table {
  border-top: solid 1px #707070;
  width: 100%;
  margin-bottom: 100px;
}
.top-gaiyou__table th {
  background-color: #E0E2EB;
  border-bottom: solid 1px #707070;
  padding: 0.5em 1em;
  font-weight: 700;
  white-space: nowrap;
}
.top-gaiyou__table td {
  border-bottom: solid 1px #707070;
  padding: 0.5em 1em;
}
.top-gaiyou__list {
  list-style-type: disc;
  margin-left: 1.5em;
}
.top-gaiyou__group__title {
  background-color: #3F4864;
  font-size: 1.375rem;
  color: #FFF;
  border-radius: 5px;
  width: 211px;
  font-weight: normal;
}
.top-gaiyou__group__img {
  display: block;
  width: 736px;
  max-width: 85%;
}

.top-enkaku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 135px;
  width: 1366px;
  max-width: 95%;
}
.top-enkaku__title {
  font-size: 2.25rem;
  color: #3F4864;
}
.top-enkaku__table {
  width: 76.42%;
}
.top-enkaku__table th {
  color: #4485E6;
  font-size: 0.875rem;
  padding: 14px 2.5em 10px 0;
  line-height: 1;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
}
.top-enkaku__table th span {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
}
.top-enkaku__table th:after {
  content: "";
  position: absolute;
  right: -11px;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #4485E6;
  border-radius: 50%;
  top: 18px;
}
.top-enkaku__table td {
  border-left: solid 1px #707070;
  padding: 10px 0 10px 2em;
  vertical-align: top;
}

.top-partner {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto 135px;
  border-bottom: solid 1px #4485E6;
  padding-bottom: 30px;
}
.top-partner__title {
  background-color: #DDE4EE;
  color: #4485E6;
  font-size: 1.75rem;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.top-partner__text {
  text-align: center;
  margin-bottom: 1em;
  padding: 0 5em;
}

/*recruit--------------------*/
#svgrecruit {
  -webkit-mask: url(#recruit-mask-wrapper);
          mask: url(#recruit-mask-wrapper);
  fill: #FFFFFF;
}

.top-recruit {
  background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
  padding-top: 80px;
}
.top-recruit__svgtitle {
  text-align: center;
}
.top-recruit__svgtitle img {
  width: 480px;
}
.top-recruit__svgtitle .svg-recruit {
  width: 480px;
}
.top-recruit__title {
  color: #FFF;
  margin-bottom: 60px;
}
.top-recruit__worker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #FFF;
}
.top-recruit__worker--img {
  width: 50%;
}
.top-recruit__worker--img img {
  display: block;
  max-width: 976px;
  width: 100%;
}
.top-recruit__worker--cont {
  width: 50%;
  padding: 0 5% 0 0;
}
.top-recruit__worker .button {
  margin-left: 0;
}
.top-recruit__join {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-recruit__join--img {
  width: 50%;
}
.top-recruit__join--img img {
  display: block;
  max-width: 754px;
  width: 100%;
}
.top-recruit__join--cont {
  width: 50%;
  padding: 95px 0 95px 14.4%;
}
.top-recruit__join .button {
  margin-left: 0;
}
.top-recruit__subtitle {
  font-size: 6.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #FFF;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.5em;
}
.top-recruit__subcatch {
  font-size: 2.5rem;
  color: #FFF;
  font-weight: bold;
}
.top-recruit__text {
  color: #FFF;
  margin-bottom: 2em;
}

/*contact-------------------*/
.top-contact {
  padding-top: 50px;
}
.top-contact__title {
  text-align: center;
}
.top-contact__title img {
  width: 298px;
}
.top-contact__box {
  width: 1000px;
  max-width: 80%;
  background-color: #DDE4EE;
  border: solid 5px #4485E6;
  margin: auto;
  padding: 40px 0 50px;
}
.top-contact__text {
  text-align: center;
}
.top-contact__tel {
  font-size: 2.75rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #4485E6;
}
.top-contact__time {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /*1440-----------------------------*/
  /*Outline-----------------------------*/
  .top-outline__catch {
    font-size: 3rem;
    top: 60px;
  }
  .top-outline__svgtitle .svg-outline {
    width: 400px;
  }
  .top-outline__text {
    font-size: 1.375rem;
  }
  .top-works__num {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1280px) {
  /*1280-----------------------------*/
  /*Common*/
  .top-sec-title {
    font-size: 2.25rem;
  }
  /*Outline-----------------------------*/
  .top-outline__photo.p2 {
    left: 5.5%;
  }
  .top-outline__photo.p3 {
    bottom: 30px;
  }
  .top-outline__catch {
    font-size: 2.125rem;
    left: 10%;
  }
  .top-outline__svgtitle {
    margin-top: -110px;
    margin-left: 5%;
  }
  .top-outline__svgtitle .svg-outline {
    width: 330px;
  }
  .top-outline__text {
    max-width: 80%;
    font-size: 1.375rem;
  }
  /*Works-----------------------------*/
  .top-works__svgtitle .svg-works {
    width: 360px;
  }
  .top-works__num {
    font-size: 2.625rem;
  }
  .top-works__han--title {
    font-size: 2rem;
  }
  .top-works__han--title span {
    font-size: 1.25rem;
  }
  .top-works__text {
    font-size: 1.125rem;
  }
  /*Company*/
  .top-company__svgtitle img {
    width: 360px;
  }
  .top-company__svgtitle .svg-company {
    width: 360px;
  }
  .top-message__mess {
    font-size: 5.5rem;
  }
  .top-message__title {
    font-size: 2rem;
  }
  .top-message__text {
    font-size: 1.125rem;
  }
  .top-message__photo {
    top: -30px;
  }
  .top-message__name {
    font-size: 1.125rem;
  }
  .top-message__name span {
    font-size: 0.9375rem;
  }
  .top-gaiyou__title {
    font-size: 2rem;
  }
  .top-gaiyou__table th {
    font-size: 1.125rem;
  }
  .top-gaiyou__table td {
    font-size: 1.125rem;
  }
  .top-gaiyou__list {
    margin-left: 1.5em;
  }
  .top-gaiyou__group__title {
    font-size: 1.25rem;
  }
  .top-enkaku__title {
    font-size: 2rem;
  }
  .top-enkaku__table th {
    font-size: 0.75rem;
  }
  .top-enkaku__table th span {
    font-size: 1.75rem;
  }
  .top-enkaku__table td {
    font-size: 1.125rem;
  }
  .top-partner {
    padding-bottom: 26px;
  }
  .top-partner__title {
    font-size: 1.5rem;
  }
  .top-partner__text {
    font-size: 1.125rem;
  }
  .top-recruit {
    padding-top: 60px;
  }
  .top-recruit__svgtitle img {
    width: 350px;
  }
  .top-recruit__svgtitle .svg-recruit {
    width: 350px;
  }
  .top-recruit__title {
    margin-bottom: 50px;
  }
  .top-recruit__join--cont {
    padding: 70px 0 70px 5%;
  }
  .top-recruit__subtitle {
    font-size: 4.125rem;
  }
  .top-recruit__subcatch {
    font-size: 1.625rem;
  }
  .top-recruit__text {
    font-size: 1.125rem;
  }
  .top-contact__title img {
    width: 240px;
  }
  .top-contact__text {
    font-size: 1.125rem;
  }
  .top-contact__tel {
    font-size: 2.5rem;
  }
  .top-contact__time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 960px) {
  /*960-----------------------------*/
  /*Common*/
  .top-sec-title {
    font-size: 1.75rem;
  }
  /*Outline-----------------------------*/
  .top-outline {
    margin-bottom: 100px;
  }
  .top-outline__img {
    max-width: 80%;
  }
  .top-outline__bg {
    border-radius: 75px 0 0 75px;
  }
  .top-outline__photo.p3 {
    bottom: 30px;
  }
  .top-outline__catch {
    font-size: 2.125rem;
    top: 20px;
    left: 5%;
  }
  .top-outline__svgtitle {
    margin-top: -80px;
    margin-left: 2.5%;
  }
  .top-outline__svgtitle .svg-outline {
    width: 280px;
  }
  .top-outline__text {
    font-size: 1.125rem;
  }
  /*Works-----------------------------*/
  .top-works {
    padding: 0 0 70px;
    margin-bottom: 70px;
  }
  .top-works__svgtitle .svg-works {
    width: 280px;
    margin-top: -30px;
  }
  .top-works__list-item {
    width: 48.5%;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #4485E6;
  }
  .top-works__num {
    top: 14px;
    left: 14px;
    font-size: 2.125rem;
  }
  .top-works__han {
    margin-bottom: 25px;
  }
  .top-works__han--title {
    font-size: 1.5rem;
  }
  .top-works__han--title span {
    font-size: 1rem;
  }
  .top-works__text {
    font-size: 1rem;
  }
  .top-company__svgtitle img {
    width: 280px;
  }
  .top-company__svgtitle .svg-company {
    width: 280px;
  }
  .top-message__mess {
    font-size: 4.8125rem;
  }
  .top-message__title {
    font-size: 1.75rem;
  }
  .top-message__text {
    font-size: 1rem;
  }
  .top-message__photo {
    top: -30px;
  }
  .top-message__name {
    font-size: 1rem;
  }
  .top-message__name span {
    font-size: 0.8125rem;
  }
  .top-gaiyou__title {
    font-size: 1.75rem;
  }
  .top-gaiyou__table {
    margin-bottom: 50px;
  }
  .top-gaiyou__table th {
    font-size: 1rem;
  }
  .top-gaiyou__table td {
    font-size: 1rem;
  }
  .top-gaiyou__list {
    margin-left: 1.5em;
  }
  .top-gaiyou__group__title {
    font-size: 1.125rem;
    width: 190px;
  }
  .top-enkaku__title {
    font-size: 1.75rem;
  }
  .top-enkaku__table th {
    font-size: 0.6875rem;
  }
  .top-enkaku__table th span {
    font-size: 1.5rem;
  }
  .top-enkaku__table td {
    font-size: 1rem;
  }
  .top-partner {
    padding-bottom: 22px;
  }
  .top-partner__title {
    font-size: 1.3125rem;
  }
  .top-partner__text {
    font-size: 1rem;
  }
  .top-recruit {
    padding-top: 50px;
  }
  .top-recruit__svgtitle img {
    width: 270px;
  }
  .top-recruit__svgtitle .svg-recruit {
    width: 270px;
  }
  .top-recruit__title {
    margin-bottom: 50px;
  }
  .top-recruit__join--cont {
    padding: 60px 0 60px 5%;
  }
  .top-recruit__subtitle {
    font-size: 3.125rem;
  }
  .top-recruit__subcatch {
    font-size: 1.25rem;
  }
  .top-recruit__text {
    font-size: 1rem;
  }
  .top-contact__title img {
    width: 200px;
  }
  .top-contact__box {
    padding: 30px 0 40px;
  }
  .top-contact__text {
    font-size: 1rem;
  }
  .top-contact__tel {
    font-size: 1.75rem;
  }
  .top-contact__time {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  /*768-----------------------------*/
  /*Common*/
  .top-sec-title {
    font-size: 1.375rem;
    margin-bottom: 1.2em;
  }
  /*Outline-----------------------------*/
  .top-outline {
    margin-bottom: 75px;
  }
  .top-outline__img {
    max-width: 90%;
    margin: 0 0 30px auto;
  }
  .top-outline__bg {
    border-radius: 50px 0 0 50px;
  }
  .top-outline__photo.p1 {
    top: -20px;
    right: 2.5%;
    width: 62%;
  }
  .top-outline__photo.p2 {
    top: 60%;
    left: 5%;
    width: 62%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top-outline__photo.p3 {
    bottom: 23px;
    right: 0;
    width: 62%;
  }
  .top-outline__catch {
    font-size: 1.875rem;
    top: 25px;
    left: 2.5%;
  }
  .top-outline__catch span {
    padding: 4px 1px;
  }
  .top-outline__svgtitle {
    width: 190px;
  }
  .top-outline__svgtitle .svg-outline {
    width: 190px;
  }
  .top-outline__text {
    font-size: 1rem;
    max-width: 90%;
  }
  /*Works-----------------------------*/
  .top-works {
    padding: 0 0 20px;
    margin-bottom: 30px;
  }
  .top-works__svgtitle .svg-works {
    width: 200px;
    margin-top: -25px;
  }
  .top-works__list {
    display: block;
  }
  .top-works__list-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }
  .top-works__num {
    top: 10px;
    left: 10px;
    font-size: 2.375rem;
  }
  .top-works__han {
    margin-bottom: 20px;
  }
  .top-works__han--title {
    font-size: 1.375rem;
  }
  .top-works__han--title span {
    font-size: 0.9375rem;
  }
  .top-works__text {
    font-size: 0.875rem;
  }
  /*Company*/
  .top-company__svgtitle img {
    width: 200px;
  }
  .top-company__svgtitle .svg-company {
    width: 200px;
  }
  .top-message {
    margin: 0 auto 50px;
    padding: 40px 5% 30px 5%;
  }
  .top-message__mess {
    font-size: 3.125rem;
  }
  .top-message__title {
    font-size: 1.125rem;
  }
  .top-message__text {
    font-size: 0.875rem;
    margin-bottom: 1em;
  }
  .top-message__photo {
    position: relative;
    top: 0;
    width: 60%;
    margin: auto;
  }
  .top-message__name {
    font-size: 1rem;
  }
  .top-message__name span {
    font-size: 0.8125rem;
  }
  .top-gaiyou {
    display: block;
    margin: 0 auto 50px;
  }
  .top-gaiyou__title {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .top-gaiyou__content {
    width: 100%;
  }
  .top-gaiyou__table {
    margin-bottom: 30px;
  }
  .top-gaiyou__table th {
    padding: 0.5em;
    font-size: 0.875rem;
  }
  .top-gaiyou__table td {
    padding: 0.5em 0 0.5em 0.5em;
    font-size: 0.875rem;
  }
  .top-gaiyou__group__title {
    font-size: 0.875rem;
    width: 130px;
  }
  .top-gaiyou__group__img {
    margin: auto;
  }
  .top-enkaku {
    display: block;
    margin: 0 auto 50px;
  }
  .top-enkaku__title {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .top-enkaku__table {
    width: 100%;
  }
  .top-enkaku__table th {
    font-size: 0.6875rem;
    padding: 14px 2em 10px 0;
  }
  .top-enkaku__table th span {
    font-size: 1.125rem;
  }
  .top-enkaku__table th:after {
    right: -7px;
    width: 14px;
    height: 14px;
    top: 18px;
  }
  .top-enkaku__table td {
    padding: 10px 0 10px 1em;
    font-size: 0.875rem;
  }
  .top-partner {
    margin: 0 auto 50px;
    padding-bottom: 20px;
  }
  .top-partner__title {
    font-size: 1rem;
  }
  .top-partner__text {
    font-size: 0.875rem;
    padding: 0 1em;
    text-align: justify;
  }
  .top-recruit {
    background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
    padding-top: 40px;
  }
  .top-recruit__svgtitle img {
    width: 190px;
  }
  .top-recruit__svgtitle .svg-recruit {
    width: 190px;
  }
  .top-recruit__title {
    margin-bottom: 30px;
  }
  .top-recruit__worker {
    display: block;
  }
  .top-recruit__worker--img {
    width: 100%;
  }
  .top-recruit__worker--img img {
    width: 75%;
    margin: auto;
  }
  .top-recruit__worker--cont {
    width: 100%;
    padding: 20px 2.5%;
  }
  .top-recruit__worker .button {
    margin: auto;
  }
  .top-recruit__join {
    display: block;
  }
  .top-recruit__join--img {
    width: 100%;
  }
  .top-recruit__join--img img {
    width: 75%;
    margin: auto;
  }
  .top-recruit__join--cont {
    width: 100%;
    padding: 20px 2.5%;
  }
  .top-recruit__join .button {
    margin: auto;
  }
  .top-recruit__subtitle {
    font-size: 2.25rem;
  }
  .top-recruit__subcatch {
    font-size: 1.125rem;
  }
  .top-recruit__text {
    margin-bottom: 2em;
    font-size: 0.875rem;
  }
  .top-contact__title img {
    width: 150px;
  }
  .top-contact__box {
    border: solid 3px #4485E6;
    padding: 20px 0 25px;
  }
  .top-contact__text {
    font-size: 0.875rem;
  }
  .top-contact__tel {
    font-size: 1.5rem;
  }
  .top-contact__time {
    font-size: 0.875rem;
  }
}
.recruit-lead {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 150px;
}

.recruit-info {
  width: 1366px;
  max-width: 95%;
  margin: 0 auto 130px;
}
.recruit-info__title {
  margin-bottom: 1em;
}
.recruit-info__table {
  width: 100%;
  margin-bottom: 84px;
  border-top: solid 1px #999999;
}
.recruit-info__table th {
  border-bottom: solid 2px #4485E6;
  padding: 0.75em 1em;
  color: #4485E6;
  font-weight: bold;
  width: 13.32%;
}
.recruit-info__table th:first-child {
  border-top: solid 2px #4485E6;
}
.recruit-info__table td {
  border-bottom: solid 1px #999999;
  padding: 0.75em 1em;
}
.recruit-info__hw {
  border: solid 3px #4485E6;
  background-color: #DDE4EE;
  padding: 45px 0;
}
.recruit-info__hw__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 1.2em;
}

.recruit-kinmu {
  width: 1366px;
  max-width: 95%;
  margin: 0 auto 130px;
}
.recruit-kinmu__title {
  margin-bottom: 1em;
}
.recruit-kinmu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-kinmu__list__item {
  width: 48%;
  margin-bottom: 30px;
}
.recruit-kinmu__subtitle {
  color: #4485E6;
  font-weight: bold;
  background-color: #DDE4EE;
  border-radius: 10px;
  padding: 0.8em 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.recruit-kinmu__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-kinmu__dlist__term {
  color: #4485E6;
  text-align: center;
  width: 111px;
  border-radius: 5px;
}
.recruit-kinmu__dlist__term.hiru {
  background-color: #FFED47;
}
.recruit-kinmu__dlist__term.koutai {
  background-color: #C2FFC8;
}
.recruit-kinmu__dlist__time {
  width: calc(100% - 111px);
  padding-left: 1em;
  margin-bottom: 0.75em;
}

.recruit-taiguu {
  background: url(../images/recruit_taigu.jpg) no-repeat left top/33.33%;
  margin-bottom: 70px;
}
.recruit-taiguu__content {
  width: 1366px;
  max-width: 95%;
  margin: auto;
}
.recruit-taiguu__title {
  margin-bottom: 1em;
}
.recruit-taiguu__textarea {
  width: 71.52%;
  margin-left: auto;
}
.recruit-taiguu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-taiguu__list__item {
  width: 31.72%;
  background-color: #DDE4EE;
  margin-bottom: 25px;
  padding: 30px 20px;
}
.recruit-taiguu__list__item p {
  font-size: 1.0625rem;
}
.recruit-taiguu__list__subtitle {
  color: #4485E6;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.recruit-taiguu__sublist {
  list-style-type: disc;
  padding-left: 1em;
}
.recruit-taiguu__sublist li {
  font-size: 1.0625rem;
}
.recruit-taiguu__sonotataiguu {
  border: solid 1px #4485E6;
  background-color: #FFF;
  padding: 26px;
}
.recruit-taiguu__sonotataiguu__title {
  font-size: 1.5rem;
  color: #4485E6;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
.recruit-taiguu__sonotataiguu__list {
  list-style-type: disc;
  padding-left: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-taiguu__sonotataiguu__list li {
  font-size: 1.0625rem;
}
.recruit-taiguu__sonotataiguu__list li:nth-child(odd) {
  width: 65%;
}
.recruit-taiguu__sonotataiguu__list li:nth-child(even) {
  width: 35%;
}
.recruit-taiguu__img {
  display: none;
}
.recruit-taiguu__img img {
  width: 100%;
  display: block;
}

.recruit-entry {
  background: url(../images/recruit_entry2.jpg) no-repeat right top/50%;
  margin-bottom: 250px;
}
.recruit-entry section + section {
  margin-top: 75px;
}
.recruit-entry__content {
  width: 1366px;
  max-width: 95%;
  margin: auto;
}
.recruit-entry__textarea {
  width: 50%;
}
.recruit-entry__title {
  margin-bottom: 1em;
}
.recruit-entry__text {
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.recruit-entry__tel {
  color: #4485E6;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.625em;
}
.recruit-entry__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-entry__dlist__term {
  background-color: #3F4864;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  padding: 0 1em;
  width: 182px;
  margin-bottom: 0.5em;
}
.recruit-entry__dlist__disc {
  padding-left: 1em;
  width: calc(100% - 182px);
  margin-bottom: 0.5em;
}
.recruit-entry__img {
  display: none;
}
.recruit-entry__img img {
  width: 100%;
  display: block;
}

.recruit-interview {
  background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
  position: relative;
  padding: 80px 5%;
}
.recruit-interview__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 976px;
  max-width: 50%;
}
.recruit-interview__cont {
  width: 50%;
  margin-left: auto;
}
.recruit-interview__title {
  font-size: 6.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  color: #FFF;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.5em;
}
.recruit-interview__text {
  color: #FFF;
  margin-bottom: 2em;
}
.recruit-interview .button {
  margin-left: 0;
}

@media screen and (max-width: 1440px) {
  .recruit-interview {
    padding: 70px 5%;
  }
  .recruit-interview__title {
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .recruit-lead {
    font-size: 1.25rem;
  }
  .recruit-info__table th {
    font-size: 1.125rem;
  }
  .recruit-info__table td {
    font-size: 1.125rem;
  }
  .recruit-info__hw__text {
    font-size: 1.375rem;
  }
  .recruit-kinmu__subtitle {
    font-size: 1.375rem;
  }
  .recruit-kinmu__dlist__term {
    font-size: 1.125rem;
  }
  .recruit-kinmu__dlist__time {
    font-size: 1.125rem;
  }
  .recruit-taiguu__list__item p {
    font-size: 1rem;
  }
  .recruit-taiguu__list__subtitle {
    font-size: 1.375rem;
  }
  .recruit-taiguu__sublist li {
    font-size: 1rem;
  }
  .recruit-taiguu__sonotataiguu__title {
    font-size: 1.375rem;
  }
  .recruit-taiguu__sonotataiguu__list li {
    font-size: 1rem;
  }
  .recruit-entry {
    margin-bottom: 200px;
    background: url(../images/recruit_entry.jpg) no-repeat right top/45%;
  }
  .recruit-entry__textarea {
    width: 55%;
  }
  .recruit-entry__text {
    font-size: 1.125rem;
  }
  .recruit-entry__tel {
    font-size: 1.75rem;
  }
  .recruit-entry__dlist__term {
    font-size: 1.125rem;
  }
  .recruit-entry__dlist__disc {
    font-size: 1.125rem;
  }
  .recruit-interview {
    padding: 60px 5%;
  }
  .recruit-interview__title {
    font-size: 4.8125rem;
  }
  .recruit-interview__text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 960px) {
  .recruit-lead {
    font-size: 1.125rem;
    margin-bottom: 100px;
  }
  .recruit-info {
    margin: 0 auto 100px;
  }
  .recruit-info__table {
    margin-bottom: 50px;
  }
  .recruit-info__table th {
    width: 18%;
    font-size: 1rem;
  }
  .recruit-info__table td {
    font-size: 1rem;
  }
  .recruit-info__hw {
    padding: 30px 0;
  }
  .recruit-info__hw__text {
    font-size: 1.25rem;
  }
  .recruit-kinmu {
    margin: 0 auto 100px;
  }
  .recruit-kinmu__list__item {
    margin-bottom: 30px;
  }
  .recruit-kinmu__subtitle {
    padding: 0.7em 0;
    font-size: 1.25rem;
  }
  .recruit-kinmu__dlist__term {
    width: 100px;
    font-size: 1rem;
  }
  .recruit-kinmu__dlist__time {
    width: calc(100% - 100px);
    padding-left: 1em;
    margin-bottom: 0.75em;
    font-size: 1rem;
  }
  .recruit-kinmu__text {
    font-size: 1rem;
  }
  .recruit-taiguu {
    background: none;
    margin-bottom: 70px;
  }
  .recruit-taiguu__title {
    margin-bottom: 1em;
  }
  .recruit-taiguu__textarea {
    width: 100%;
  }
  .recruit-taiguu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-taiguu__list__item {
    width: 31.72%;
    margin-bottom: 25px;
    padding: 30px 20px;
  }
  .recruit-taiguu__list__item p {
    font-size: 0.875rem;
  }
  .recruit-taiguu__list__subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5em;
  }
  .recruit-taiguu__sublist {
    padding-left: 1em;
  }
  .recruit-taiguu__sublist li {
    font-size: 0.875rem;
  }
  .recruit-taiguu__sonotataiguu {
    padding: 26px;
    margin-bottom: 30px;
  }
  .recruit-taiguu__sonotataiguu__title {
    font-size: 1.25rem;
    text-align: left;
    margin-bottom: 0.5em;
  }
  .recruit-taiguu__sonotataiguu__list {
    padding-left: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-taiguu__sonotataiguu__list li {
    font-size: 0.875rem;
  }
  .recruit-taiguu__sonotataiguu__list li:nth-child(odd) {
    width: 65%;
  }
  .recruit-taiguu__sonotataiguu__list li:nth-child(even) {
    width: 35%;
  }
  .recruit-taiguu__img {
    display: block;
  }
  .recruit-entry {
    background: none;
    margin-bottom: 100px;
  }
  .recruit-entry section + section {
    margin-top: 50px;
  }
  .recruit-entry__content {
    margin-bottom: 30px;
  }
  .recruit-entry__textarea {
    width: 100%;
  }
  .recruit-entry__title {
    margin-bottom: 1em;
  }
  .recruit-entry__text {
    font-size: 1rem;
  }
  .recruit-entry__tel {
    font-size: 1.5rem;
  }
  .recruit-entry__dlist__term {
    font-size: 1rem;
  }
  .recruit-entry__dlist__disc {
    font-size: 1rem;
  }
  .recruit-entry__img {
    display: block;
  }
  .recruit-interview {
    padding: 60px 2.5%;
    overflow-x: hidden;
  }
  .recruit-interview__img {
    display: block;
    position: absolute;
    top: 50%;
    left: -2.5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 976px;
    max-width: 50%;
  }
  .recruit-interview__cont {
    width: 50%;
    margin-left: auto;
  }
  .recruit-interview__title {
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .recruit-interview__text {
    margin-bottom: 2em;
    font-size: 1rem;
  }
  .recruit-interview .button {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-lead {
    font-size: 0.875rem;
    margin-bottom: 50px;
    text-align: justify;
    padding: 0 2.5%;
  }
  .recruit-info {
    margin: 0 auto 50px;
  }
  .recruit-info__table {
    margin-bottom: 30px;
  }
  .recruit-info__table th {
    padding: 0.75em 0;
    width: 20%;
    font-size: 0.875rem;
  }
  .recruit-info__table td {
    padding: 0.75em 0 0.75em 0.75em;
    font-size: 0.875rem;
  }
  .recruit-info__hw {
    border: solid 3px #4485E6;
    padding: 20px 0;
  }
  .recruit-info__hw__text {
    font-size: 0.875rem;
    margin-bottom: 1.2em;
  }
  .recruit-kinmu {
    margin: 0 auto 30px;
  }
  .recruit-kinmu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit-kinmu__list__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .recruit-kinmu__subtitle {
    padding: 0.5em 0;
    font-size: 0.9375rem;
  }
  .recruit-kinmu__dlist__term {
    width: 82px;
    font-size: 0.875rem;
  }
  .recruit-kinmu__dlist__time {
    width: calc(100% - 82px);
    padding-left: 0.75em;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
  }
  .recruit-kinmu__text {
    font-size: 0.875rem;
  }
  .recruit-taiguu {
    margin-bottom: 30px;
  }
  .recruit-taiguu__textarea {
    width: 100%;
  }
  .recruit-taiguu__list {
    margin-bottom: 18px;
  }
  .recruit-taiguu__list__item {
    width: 49.5%;
    margin-bottom: 1%;
    padding: 15px 10px;
  }
  .recruit-taiguu__list__item p {
    font-size: 0.8125rem;
  }
  .recruit-taiguu__list__subtitle {
    font-size: 0.9375rem;
    margin-bottom: 0.5em;
  }
  .recruit-taiguu__sublist {
    padding-left: 1em;
  }
  .recruit-taiguu__sublist li {
    font-size: 0.8125rem;
  }
  .recruit-taiguu__sonotataiguu {
    padding: 15px;
    margin-bottom: 20px;
  }
  .recruit-taiguu__sonotataiguu__title {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .recruit-taiguu__sonotataiguu__list {
    padding-left: 1em;
  }
  .recruit-taiguu__sonotataiguu__list li {
    font-size: 0.8125rem;
  }
  .recruit-taiguu__sonotataiguu__list li:nth-child(odd) {
    width: 100%;
  }
  .recruit-taiguu__sonotataiguu__list li:nth-child(even) {
    width: 100%;
  }
  .recruit-entry {
    margin-bottom: 50px;
  }
  .recruit-entry section + section {
    margin-top: 30px;
  }
  .recruit-entry__content {
    margin: 0 auto 15px;
  }
  .recruit-entry__textarea {
    width: 100%;
  }
  .recruit-entry__text {
    margin-bottom: 0.5em;
    padding-left: 1em;
    font-size: 0.875rem;
  }
  .recruit-entry__tel {
    font-size: 1.125rem;
    margin-bottom: 0.5em;
    padding-left: 0.625em;
  }
  .recruit-entry__dlist__term {
    padding: 0;
    width: 110px;
    font-size: 0.8125rem;
  }
  .recruit-entry__dlist__disc {
    width: calc(100% - 110px);
    margin-bottom: 0.5em;
    padding-left: 0.5em;
    font-size: 0.875rem;
  }
  .recruit-interview {
    background: url(../images/recruit_bg.jpg) no-repeat center center/cover;
    padding: 50px 2.5%;
  }
  .recruit-interview__img {
    position: absolute;
    top: -10px;
    left: auto;
    right: -20px;
    -webkit-transform: none;
            transform: none;
    max-width: 48%;
  }
  .recruit-interview__cont {
    width: 100%;
  }
  .recruit-interview__title {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
  .recruit-interview__text {
    font-size: 0.875rem;
    margin-bottom: 3em;
  }
  .recruit-interview .button {
    margin: auto;
  }
}
.interview-lead {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 150px;
}

.interview-workerinfo {
  margin-bottom: 130px;
}
.interview-workerinfo.interview01bg {
  background: url(../images/interview1_p1.jpg) no-repeat right top/50%;
}
.interview-workerinfo.interview02bg {
  background: url(../images/interview2_p1.jpg) no-repeat right top/50%;
}
.interview-workerinfo__textarea {
  width: 1366px;
  max-width: 95%;
  margin: auto;
  padding: 10px 0 60px;
}
.interview-workerinfo__textarea__heading {
  display: block;
  margin-bottom: 80px;
}
.interview-workerinfo__textarea__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #4485E6;
  text-align: left;
  margin-bottom: 0.5em;
}
.interview-workerinfo__textarea__subtitle {
  font-size: 1.75rem;
  color: #4485E6;
  margin-bottom: 3.2em;
}
.interview-workerinfo__textarea__name {
  font-size: 2.5rem;
  margin-bottom: 1.2em;
}
.interview-workerinfo__textarea__name span {
  font-size: 2rem;
}
.interview-workerinfo__textarea__han {
  font-size: 1.375rem;
}
.interview-workerinfo__img {
  width: 53.43%;
}
.interview-workerinfo__img img {
  width: 100%;
  border-radius: 100px 0 0 100px;
  display: block;
}

.interview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1366px;
  max-width: 95%;
  margin: 0 auto 120px;
}
.interview-content__textarea {
  width: 54.39%;
}
.interview-content__textarea--heading {
  margin-bottom: 0.5em;
}
.interview-content__textarea--heading2 {
  font-size: 1.375rem;
  color: #3F4864;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1em;
  border-top: solid 1px #707070;
  padding-top: 2em;
}
.interview-content__textarea--text {
  margin-bottom: 2em;
}
.interview-content__textarea--kotoba {
  margin-bottom: 1em;
  width: 396px;
  max-width: 52.8%;
}
.interview-content__imgarea {
  width: 39.53%;
}
.interview-content__imgarea img {
  width: 100%;
  border-radius: 20px;
}

.interview-schedule {
  width: 1366px;
  max-width: 95%;
  margin: 0 auto 250px;
}
.interview-schedule__title {
  font-size: 1.625rem;
  font-weight: bold;
  color: #4485E6;
  text-align: left;
  margin-bottom: 1em;
}
.interview-schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.interview-schedule__list__item {
  width: 14.28%;
}
.interview-schedule__list__item.w20p {
  width: 20%;
}
.interview-schedule__list__time {
  text-align: center;
  color: #4485E6;
  font-weight: bold;
  font-size: 1.3125rem;
  border-bottom: solid 1px #4485E6;
  margin-bottom: 1em;
  padding-bottom: 1em;
  position: relative;
}
.interview-schedule__list__time::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 2px #4485E6;
  position: absolute;
  bottom: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.interview-schedule__list__time.marunasi::after {
  content: none;
}
.interview-schedule__list__text {
  text-align: center;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.2;
}
.interview-schedule__list__text span {
  font-weight: normal;
  font-size: 1rem;
}

@media screen and (max-width: 1280px) {
  .interview-lead {
    font-size: 1.25rem;
  }
  .interview-workerinfo {
    margin-bottom: 100px;
  }
  .interview-workerinfo__textarea {
    padding: 8px 0 50px;
  }
  .interview-workerinfo__textarea__heading {
    margin-bottom: 60px;
  }
  .interview-workerinfo__textarea__title {
    font-size: 2.25rem;
  }
  .interview-workerinfo__textarea__subtitle {
    font-size: 1.5rem;
  }
  .interview-workerinfo__textarea__name {
    font-size: 2.25rem;
  }
  .interview-workerinfo__textarea__name span {
    font-size: 1.75rem;
  }
  .interview-workerinfo__textarea__han {
    font-size: 1.25rem;
  }
  .interview-content {
    margin: 0 auto 100px;
  }
  .interview-content__textarea--heading2 {
    font-size: 1.25rem;
  }
  .interview-content__textarea--text {
    font-size: 1.125rem;
  }
  .interview-schedule {
    margin: 0 auto 175px;
  }
  .interview-schedule__title {
    font-size: 1.375rem;
  }
  .interview-schedule__list__time {
    font-size: 1.125rem;
  }
  .interview-schedule__list__text {
    font-size: 1.125rem;
  }
  .interview-schedule__list__text span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 960px) {
  .interview-lead {
    font-size: 1rem;
    margin-bottom: 75px;
  }
  .interview-workerinfo {
    margin-bottom: 75px;
  }
  .interview-workerinfo__textarea {
    padding: 5px 0 0;
  }
  .interview-workerinfo__textarea__heading {
    margin-bottom: 30px;
    width: 170px;
  }
  .interview-workerinfo__textarea__title {
    font-size: 1.625rem;
  }
  .interview-workerinfo__textarea__subtitle {
    font-size: 1.125rem;
  }
  .interview-workerinfo__textarea__name {
    font-size: 1.625rem;
  }
  .interview-workerinfo__textarea__name span {
    font-size: 1.375rem;
  }
  .interview-workerinfo__textarea__han {
    font-size: 1rem;
  }
  .interview-content {
    margin: 0 auto 50px;
  }
  .interview-content__textarea--heading2 {
    font-size: 1.125rem;
  }
  .interview-content__textarea--text {
    font-size: 1rem;
  }
  .interview-schedule {
    margin: 0 auto 125px;
  }
  .interview-schedule__title {
    font-size: 1.125rem;
  }
  .interview-schedule__list__time {
    font-size: 0.875rem;
  }
  .interview-schedule__list__time::after {
    width: 16px;
    height: 16px;
    bottom: -10px;
  }
  .interview-schedule__list__text {
    font-size: 0.875rem;
  }
  .interview-schedule__list__text span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .interview-lead {
    font-size: 0.875rem;
    margin-bottom: 50px;
    text-align: justify;
    padding: 0 2.5%;
  }
  .interview-workerinfo {
    margin-bottom: 30px;
  }
  .interview-workerinfo.interview01bg {
    background: url(../images/interview1_p1.jpg) no-repeat right bottom/70%;
  }
  .interview-workerinfo.interview02bg {
    background: url(../images/interview2_p1.jpg) no-repeat right bottom/70%;
  }
  .interview-workerinfo__textarea {
    padding: 0 0 90px 0;
  }
  .interview-workerinfo__textarea__heading {
    margin-bottom: 25px;
    width: 120px;
  }
  .interview-workerinfo__textarea__title {
    font-size: 1.125rem;
    margin-bottom: 0.25em;
  }
  .interview-workerinfo__textarea__subtitle {
    font-size: 0.875rem;
    margin-bottom: 1.5em;
  }
  .interview-workerinfo__textarea__name {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  .interview-workerinfo__textarea__name span {
    font-size: 0.875rem;
  }
  .interview-workerinfo__textarea__han {
    font-size: 0.875rem;
  }
  .interview-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 30px;
  }
  .interview-content.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .interview-content__textarea {
    width: 100%;
  }
  .interview-content__textarea--heading {
    margin-bottom: 0.5em;
  }
  .interview-content__textarea--heading2 {
    font-size: 0.9375rem;
    margin-bottom: 1em;
    padding-top: 2em;
  }
  .interview-content__textarea--text {
    margin-bottom: 2em;
    font-size: 0.875rem;
  }
  .interview-content__textarea--kotoba {
    margin-bottom: 0.75em;
    max-width: 75%;
  }
  .interview-content__imgarea {
    width: 100%;
  }
  .interview-schedule {
    margin: 0 auto 100px;
  }
  .interview-schedule__title {
    font-size: 1rem;
  }
  .interview-schedule__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .interview-schedule__list__item {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .interview-schedule__list__item.w20p {
    width: 33.3%;
  }
  .interview-schedule__list__time {
    font-size: 0.875rem;
    margin-bottom: 0.75em;
    padding-bottom: 1em;
    position: relative;
  }
  .interview-schedule__list__time::after {
    width: 12px;
    height: 12px;
    bottom: -9px;
  }
  .interview-schedule__list__text {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
  .interview-schedule__list__text span {
    font-size: 0.6875rem;
  }
}/*# sourceMappingURL=common_style.css.map */