/* =============================================================================
   #Foundation
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

main {
  display: block; }

th {
  text-align: left; }

/* -----------------------------------------------------------------------------
   #base
   -------------------------------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

@media screen and (min-width: 768px) {
  html {
    height: 100%; } }
body {
  color: #231815;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal; }

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

a {
  text-decoration: none;
  color: inherit; }

p {
  line-height: 1.8; }

br.pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    br.sp {
      display: inline; } }

img.pc {
  display: inline; }
  @media screen and (max-width: 768px) {
    img.pc {
      display: none; } }

img.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    img.sp {
      display: inline; } }

/* =============================================================================
Layout
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #wrapper
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   #main
   -------------------------------------------------------------------------- */
main {
  padding-top: 75px; }
  @media screen and (max-width: 768px) {
    main {
      padding-top: 50px;
      overflow: hidden; } }

/* -----------------------------------------------------------------------------
   #header
   -------------------------------------------------------------------------- */
.l-header {
  width: 100%;
  height: 75px;
  padding: 25px 0;
  position: fixed;
  z-index: 10;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .l-header {
      height: 50px;
      padding: 15px 0; } }

.l-header-ttl {
  width: 383.18px;
  height: 25.32px; }
  @media screen and (max-width: 768px) {
    .l-header-ttl {
      width: 257px;
      height: 17px; } }
  .l-header-ttl a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/_common/logo.svg") no-repeat center;
    background-size: 100% auto; }

.l-global-nav {
  max-width: 1080px;
  width: 100%;
  position: fixed;
  top: 27px;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11; }
  @media screen and (max-width: 960px) {
    .l-global-nav {
      background: #333;
      width: 200px;
      height: 100vh;
      max-width: none;
      left: auto;
      right: 0;
      color: #fff;
      z-index: 9;
      -webkit-transform: translateX(200px);
      -moz-transform: translateX(200px);
      -ms-transform: translateX(200px);
      -o-transform: translateX(200px);
      transform: translateX(200px);
      position: fixed; }
      .l-global-nav.active ul {
        -webkit-transform: translateX(-200px);
        -moz-transform: translateX(-200px);
        -ms-transform: translateX(-200px);
        -o-transform: translateX(-200px);
        transform: translateX(-200px); } }
  .l-global-nav ul {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all; }
    @media screen and (max-width: 960px) {
      .l-global-nav ul {
        display: block;
        background: #333;
        width: 200px;
        height: 100vh;
        -webkit-transition: transform 0.5s ease;
        -moz-transition: transform 0.5s ease;
        -ms-transition: transform 0.5s ease;
        -o-transition: transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-top: 100px; } }
    .l-global-nav ul li {
      margin-right: 95px;
      font-weight: 600; }
      @media screen and (max-width: 960px) {
        .l-global-nav ul li {
          margin-right: 0;
          margin-bottom: 30px; } }
      .l-global-nav ul li:last-child {
        margin-right: 30px; }
        @media screen and (max-width: 960px) {
          .l-global-nav ul li:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 960px) {
        .l-global-nav ul li a {
          padding: 10px 20px;
          display: block; } }
      .l-global-nav ul li a.current {
        border-bottom: 1px solid #000; }
        @media screen and (max-width: 960px) {
          .l-global-nav ul li a.current {
            border-bottom: 1px solid #fff; } }

#burger-menu {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 40px;
  display: none;
  z-index: 102; }
  @media screen and (max-width: 960px) {
    #burger-menu {
      display: block; } }
  @media screen and (max-width: 768px) {
    #burger-menu {
      width: 28px;
      height: 28px;
      right: 15px; } }
  #burger-menu span {
    -webkit-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    -o-transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    transition: transform 0.2s ease,  width 0.2s ease, top 0.2s ease 0.2s, left 0.2s ease , bottom 0.2s ease 0.2s, margin 0.2s ease 0.2s, opacity 0.2s ease;
    display: block;
    background: #000;
    width: 100%;
    height: 3px;
    position: absolute; }
    #burger-menu span:first-child {
      top: 15%; }
    #burger-menu span:nth-child(2) {
      top: 50%;
      margin-top: -1.5px; }
    #burger-menu span:last-child {
      bottom: 15%; }
  #burger-menu.active span {
    -webkit-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -moz-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -ms-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    -o-transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease;
    transition: transform 0.2s ease 0.2s, width 0.2s ease, top 0.2s ease, left 0.2s ease , bottom 0.2s ease, margin 0.2s ease, opacity 0.2s ease; }
    #burger-menu.active span:first-child {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      margin-top: -1.5px; }
    #burger-menu.active span:nth-child(2) {
      opacity: 0; }
    #burger-menu.active span:last-child {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -1.5px; }

/* -----------------------------------------------------------------------------
   #footer
   -------------------------------------------------------------------------- */
.l-footer {
  background: #0060B3;
  color: #fff;
  position: relative;
  padding: 25px 0; }

.l-footer-nav-ul {
  display: flex;
  font-size: 1.6rem; }
  @media screen and (max-width: 768px) {
    .l-footer-nav-ul {
      margin-bottom: 50px;
      ont-size: 1.4rem;
      justify-content: center; } }
  .l-footer-nav-ul li::after {
    content: "|";
    display: inline-block;
    margin: 0 10px; }
  .l-footer-nav-ul li:last-child::after {
    display: none; }

.l-foote-copyright {
  font-size: 1.4rem;
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .l-foote-copyright {
      position: static;
      font-size: 1.2rem;
      text-align: center; } }

/* =============================================================================
Object
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #component
   -------------------------------------------------------------------------- */
.c-inner {
  max-width: 1090px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .c-inner {
      max-width: 100%;
      padding: 0 15px; } }

.c-main-header {
  position: relative; }
  .c-main-header > figure {
    height: 260px; }
    @media screen and (max-width: 768px) {
      .c-main-header > figure {
        height: 200px; } }
    .c-main-header > figure img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .c-main-header > div {
    position: absolute;
    max-width: 1090px;
    padding: 0 130px;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .c-main-header > div {
        max-width: none;
        padding: 0 30px; } }
    .c-main-header > div h1 {
      font-size: 4.1rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        .c-main-header > div h1 {
          font-size: 2.8rem; } }
    .c-main-header > div p {
      font-size: 1.9rem;
      letter-spacing: -0.01em; }
      @media screen and (max-width: 768px) {
        .c-main-header > div p {
          font-size: 1.2rem; } }

.c-second-section {
  padding-top: 40px; }

.c-second-ttl1 {
  font-size: 2.8rem;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 1.5; }

.c-second-ttl2 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #0060B3;
  margin-bottom: 22px; }

.c-second-lead {
  margin-bottom: 55px;
  font-size: 1.9rem;
  font-weight: 600; }
  @media screen and (max-width: 768px) {
    .c-second-lead {
      font-size: 1.6rem; } }

.c-second {
  padding-top: 40px; }

/* -----------------------------------------------------------------------------
   #home
   -------------------------------------------------------------------------- */
.p-home {
  padding-bottom: 100px; }

.p-home-header {
  position: relative; }
  .p-home-header > figure {
    height: 504px; }
    @media screen and (max-width: 768px) {
      .p-home-header > figure {
        height: 110vw; } }
    .p-home-header > figure img {
      object-fit: cover;
      object-position: right center;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .p-home-header > figure img {
          object-position: 70% center; } }
  .p-home-header > div {
    position: absolute;
    max-width: 1090px;
    padding: 0 50px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff; }
    @media screen and (max-width: 768px) {
      .p-home-header > div {
        padding: 0 20px;
        max-width: 100%; } }
    .p-home-header > div p {
      font-weight: 600; }
      .p-home-header > div p:nth-child(1) {
        font-size: 4.2rem;
        line-height: 1.3;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          .p-home-header > div p:nth-child(1) {
            font-size: 7.4666666667vw; } }
        @media screen and (max-width: 374px) {
          .p-home-header > div p:nth-child(1) {
            font-size: 7.4666666667vw; } }
      .p-home-header > div p:nth-child(2) {
        font-size: 2.5rem; }
        @media screen and (max-width: 768px) {
          .p-home-header > div p:nth-child(2) {
            font-size: 3.2vw; } }
        @media screen and (max-width: 374px) {
          .p-home-header > div p:nth-child(2) {
            font-size: 3.2vw; } }

.p-home-section {
  padding-top: 50px; }
  .p-home-section .c-inner {
    padding-right: 116px; }
    @media screen and (max-width: 768px) {
      .p-home-section .c-inner {
        padding-right: 15px; } }

.p-home-lead {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 66px; }
  @media screen and (max-width: 768px) {
    .p-home-lead {
      font-size: 4.8vw; } }

.p-home-service {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    .p-home-service {
      display: block; } }
  .p-home-service--1 {
    margin-bottom: 64px; }
  .p-home-service--2 {
    flex-direction: row-reverse;
    margin-bottom: 124px; }

.p-home-service__figure {
  width: 46%;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-home-service__figure {
      width: 100%;
      margin-bottom: 20px; } }

.p-home-service__figure-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: left;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  line-height: 1; }
  .p-home-service__figure-ttl span {
    display: block; }
    .p-home-service__figure-ttl span:nth-child(1) {
      font-size: 3.9rem;
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .p-home-service__figure-ttl span:nth-child(1) {
          font-size: 3.2rem; } }
    .p-home-service__figure-ttl span:nth-child(2) {
      font-size: 2.5rem; }
      @media screen and (max-width: 768px) {
        .p-home-service__figure-ttl span:nth-child(2) {
          font-size: 1.6rem; } }

.p-home-service__txt {
  width: 46%; }
  @media screen and (max-width: 768px) {
    .p-home-service__txt {
      width: 100%; } }

.p-home-service__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 12px; }
  @media screen and (max-width: 768px) {
    .p-home-service__ttl {
      font-size: 2.0rem; } }
  .p-home-service__ttl--1 {
    color: #0060B3; }
  .p-home-service__ttl--2 {
    color: #FA731E; }

.p-home-service__lead {
  font-size: 1.5rem;
  margin-bottom: 20px; }

.p-home-service__list-item {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .p-home-service__list-item {
      font-size: 1.6rem; } }
  .p-home-service__list-item::before {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    background: no-repeat center;
    background-size: contain; }
  .p-home-service__list-item--1::before {
    background-image: url("../images/home/service-arrow1.svg"); }
  .p-home-service__list-item--2::before {
    background-image: url("../images/home/service-arrow2.svg"); }

.p-home__menu-list {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .p-home__menu-list {
      display: block; } }

.p-home__menu-list-item {
  width: 42%;
  height: 120px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px; }
  @media screen and (max-width: 768px) {
    .p-home__menu-list-item {
      width: 100%;
      margin-bottom: 20px; } }
  .p-home__menu-list-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 3.0rem;
    color: #fff;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .p-home__menu-list-item a {
        font-size: 2.0rem; } }
  .p-home__menu-list-item--1 {
    background: url("../images/home/photo3@2x.jpg") no-repeat center;
    background-size: cover; }
  .p-home__menu-list-item--2 {
    background: url("../images/home/photo4@2x.jpg") no-repeat center;
    background-size: cover; }

/* -----------------------------------------------------------------------------
   #service
   -------------------------------------------------------------------------- */
.p-service {
  padding-bottom: 110px; }

.p-service-section {
  padding-top: 80px; }

.p-service-section-ttl {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px; }

.p-service-section-ttl-1 {
  color: #0060B3; }

.p-service-section-ttl-2 {
  color: #FA731E; }

.p-service-section-row {
  display: flex;
  justify-content: space-between; }

.p-service-section-row1 {
  width: 23%; }
  @media screen and (max-width: 768px) {
    .p-service-section-row1 {
      width: 30%;
      margin-right: 10px; } }

.p-service-section-row1-ttl {
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 0;
  position: relative;
  margin-bottom: 0px; }
  @media screen and (max-width: 768px) {
    .p-service-section-row1-ttl {
      font-size: 1.6rem;
      margin-bottom: 20px; } }

.p-service-section-row1-ttl1 {
  background: #03BBFF;
  margin-top: 44px; }

.p-service-section-row1-ttl2 {
  background: #0060B3; }
  .p-service-section-row1-ttl2::before {
    content: "";
    display: block;
    width: 48px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -110px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/service/arrow1.svg") no-repeat center;
    background-size: contain; }

.p-service-section-row1-ttl3 {
  background: #FA731E;
  margin-top: 44px; }
  .p-service-section-row1-ttl3::before {
    content: "";
    display: block;
    width: 48px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -110px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/service/arrow2.svg") no-repeat center;
    background-size: contain; }

.p-service-section-row2 {
  width: 72%; }

.p-service-section-row2-col-ttl {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 66px;
  position: relative;
  padding-top: 5px; }
  .p-service-section-row2-col-ttl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 32px;
    background: no-repeat center;
    background-size: contain; }

.p-service-section-row2-col-ttl1::before {
  background-image: url("../images/service/icon1.svg"); }

.p-service-section-row2-col-ttl2::before {
  background-image: url("../images/service/icon2.svg"); }

.p-service-section-row2-col-ttl3::before {
  background-image: url("../images/service/icon3.svg"); }

.p-service-section-row2-col-ttl4::before {
  background-image: url("../images/service/icon4.svg"); }

.p-service-section-row2-col-ttl5::before {
  background-image: url("../images/service/icon5.svg"); }

.p-service-section-row2-col-ttl6::before {
  background-image: url("../images/service/icon6.svg"); }

.p-service-section-row2-col {
  display: flex;
  margin-bottom: 37px; }
  @media screen and (max-width: 768px) {
    .p-service-section-row2-col {
      display: block; } }
  .p-service-section-row2-col > figure {
    width: 36%;
    margin-right: 27px; }
    @media screen and (max-width: 768px) {
      .p-service-section-row2-col > figure {
        width: 100%;
        margin-bottom: 20px; } }
  .p-service-section-row2-col > div {
    flex: 1; }

.p-service-section-row2-col-txt {
  font-size: 1.5rem; }

/* -----------------------------------------------------------------------------
   #company
   -------------------------------------------------------------------------- */
.p-company {
  padding-bottom: 110px; }
  .p-company .c-inner {
    max-width: 920px; }
  .p-company .c-main-header > div {
    color: #202121; }

.p-company-table {
  width: 100%; }
  .p-company-table th, .p-company-table td {
    line-height: 1.5;
    padding-bottom: 24px;
    font-size: 1.6rem;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .p-company-table th, .p-company-table td {
        display: block;
        padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .p-company-table td {
      padding-bottom: 24px;
      font-size: 1.4rem; } }
  .p-company-table th {
    width: 200px;
    font-weight: 600;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .p-company-table th {
        width: 100%;
        font-size: 1.6rem; } }
  .p-company-table ol {
    list-style: decimal;
    padding-left: 22px; }
  .p-company-table iframe {
    height: 315px;
    width: 100%; }

/* -----------------------------------------------------------------------------
   #recruit
   -------------------------------------------------------------------------- */
.p-recruit {
  padding-bottom: 110px; }
  .p-recruit .c-inner {
    max-width: 790px; }

.p-recruit-table {
  width: 100%; }
  .p-recruit-table th, .p-recruit-table td {
    line-height: 1.5;
    padding-bottom: 50px;
    font-size: 1.6rem;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .p-recruit-table th, .p-recruit-table td {
        display: block;
        padding-bottom: 0; } }
  @media screen and (max-width: 768px) {
    .p-recruit-table td {
      padding-bottom: 50px;
      font-size: 1.4rem; } }
  .p-recruit-table th {
    width: 160px;
    font-weight: 600;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .p-recruit-table th {
        width: 100%;
        font-size: 1.6rem; } }
  .p-recruit-table h5 {
    font-weight: 600;
    margin-top: 30px; }
  .p-recruit-table iframe {
    height: 315px;
    width: 100%; }
