@charset "UTF-8";
.secondpage {
  padding-bottom: 0; }

#recruit .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12rem; }
  #recruit .inner .left {
    max-width: 46rem;
    width: 46%;
    margin-right: 2rem; }
    #recruit .inner .left h2 {
      font-size: 3.4rem;
      font-family: "Hiragino Mincho",serif;
      font-weight: bold;
      padding-bottom: 10rem;
      position: relative;
      letter-spacing: .5rem;
      color: #051446; }
      #recruit .inner .left h2:before {
        position: absolute;
        content: "";
        width: 5rem;
        height: 1px;
        background: #051446;
        left: 0;
        bottom: 5rem; }
  #recruit .inner img {
    width: 46%; }

#message .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5rem auto 12rem; }
  #message .inner img {
    width: 40%; }
  #message .inner dl {
    max-width: 54rem;
    width: 54%;
    margin-left: 2rem; }
    #message .inner dl dt {
      font-size: 2.2rem;
      font-family: "Hiragino Mincho",serif;
      font-weight: bold;
      margin-bottom: 3rem; }
    #message .inner dl dd p {
      margin-bottom: 3rem; }
      #message .inner dl dd p:last-of-type {
        margin-bottom: 0; }

#features ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5rem; }
  #features ul li {
    width: calc(33% - 18rem/3); }
    #features ul li img {
      margin: 0 auto 3rem;
      display: block; }
    #features ul li p {
      text-align: center;
      font-size: 2.2rem;
      font-family: "Hiragino Mincho",serif;
      font-weight: bold;
      line-height: 38px; }
      #features ul li p span {
        display: block;
        font-size: 1.6rem;
        font-family: sans-serif;
        font-weight: normal; }
    #features ul li:nth-child(2) {
      position: relative;
      padding: 0 11rem;
      box-sizing: content-box; }
      #features ul li:nth-child(2):before, #features ul li:nth-child(2):after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        background: white; }
      #features ul li:nth-child(2):before {
        left: 45px; }
      #features ul li:nth-child(2):after {
        right: 45px; }

#job .inner {
  margin: 12rem auto; }
#job .is {
  background: #efeff0;
  margin: 5rem auto 12rem;
  padding: 4rem;
  box-sizing: border-box; }
  #job .is dt {
    margin-bottom: 2rem; }
#job ul {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  #job ul li {
    width: calc(33% - 8rem/3); }
    #job ul li dl {
      margin-top: 2rem; }
      #job ul li dl dt {
        color: #051446;
        font-size: 2.2rem;
        font-family: "Hiragino Mincho",serif;
        font-weight: bold;
        margin-bottom: 1rem; }

#interview .inner {
  margin-top: 8rem; }
  #interview .inner .title05 {
    margin-bottom: 4rem; }
#interview .int-wrap {
  background: white;
  margin-bottom: 8rem; }
  #interview .int-wrap:last-of-type {
    margin-bottom: 0; }
  #interview .int-wrap .tit {
    background: #051446;
    font-size: 1.8rem;
    font-family: "Hiragino Mincho",serif;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 4.4rem; }
  #interview .int-wrap .int-con {
    padding: 8rem;
    box-sizing: border-box; }
    #interview .int-wrap .int-con .top {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 5rem; }
      #interview .int-wrap .int-con .top div p {
        margin-top: 2rem; }
      #interview .int-wrap .int-con .top dl {
        max-width: 53rem;
        width: 64%;
        margin-left: 2rem; }
        #interview .int-wrap .int-con .top dl dt {
          color: #051446;
          font-size: 2rem;
          font-family: "Hiragino Mincho",serif;
          font-weight: bold;
          border-bottom: 1px solid #051446;
          padding-bottom: 1rem;
          margin-bottom: 3rem; }
        #interview .int-wrap .int-con .top dl dd {
          margin-bottom: 5rem; }
          #interview .int-wrap .int-con .top dl dd:last-of-type {
            margin-bottom: 0; }
    #interview .int-wrap .int-con .under {
      background: #051446;
      padding: 4rem;
      color: white;
      box-sizing: border-box; }
      #interview .int-wrap .int-con .under dt {
        font-size: 2rem;
        font-family: "Hiragino Mincho",serif;
        font-weight: bold;
        color: white;
        border-bottom: 1px solid white;
        padding-bottom: 1rem;
        margin-bottom: 2rem; }
      #interview .int-wrap .int-con .under.u01 dd ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative; }
        #interview .int-wrap .int-con .under.u01 dd ul:before {
          position: absolute;
          content: "";
          width: 99%;
          height: 4px;
          background: white;
          top: 35px;
          left: 0; }
        #interview .int-wrap .int-con .under.u01 dd ul li {
          width: calc(12.1% - 175px/8);
          text-align: center;
          position: relative;
          z-index: 2; }
          #interview .int-wrap .int-con .under.u01 dd ul li img {
            margin-bottom: 1rem; }
          #interview .int-wrap .int-con .under.u01 dd ul li:nth-child(2) {
            word-break: keep-all; }
            #interview .int-wrap .int-con .under.u01 dd ul li:nth-child(2) span {
              margin-left: -15px; }
      #interview .int-wrap .int-con .under.u02 dd ul {
        display: flex;
        justify-content: space-between;
        align-items: stretch; }
        #interview .int-wrap .int-con .under.u02 dd ul li {
          width: calc(33% - 12rem /3); }
          #interview .int-wrap .int-con .under.u02 dd ul li p:first-of-type {
            background: white;
            color: #051446;
            font-size: 1.4rem;
            font-family: "Hiragino Mincho",serif;
            font-weight: bold;
            display: inline-block;
            padding: 0 1rem;
            margin-bottom: 1rem; }
          #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2) {
            padding: 0 6rem;
            box-sizing: content-box;
            position: relative; }
            #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):before, #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):after {
              position: absolute;
              content: "";
              width: 1px;
              height: 100%;
              background: white;
              top: 0; }
            #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):before {
              left: 3rem; }
            #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):after {
              right: 3rem; }
      #interview .int-wrap .int-con .under.u03 dd {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        #interview .int-wrap .int-con .under.u03 dd dl:first-child {
          margin-right: 5rem; }
        #interview .int-wrap .int-con .under.u03 dd dl dt {
          background: white;
          color: #051446;
          display: inline-block;
          padding: 0 1rem;
          margin-bottom: 1rem;
          font-weight: bold;
          font-size: 1.6rem;
          font-family: sans-serif; }
        #interview .int-wrap .int-con .under.u03 dd dl dd li {
          position: relative; }
          #interview .int-wrap .int-con .under.u03 dd dl dd li:before {
            content: "●"; }
    #interview .int-wrap .int-con .u-text {
      text-align: right;
      margin-top: 1rem; }

#work .inner {
  margin: 12rem auto; }
#work .content {
  margin-bottom: 11rem; }
  #work .content .title05 {
    margin-bottom: 3rem; }
  #work .content.c01 {
    margin-top: 5rem; }
    #work .content.c01 ul {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 12px;
      grid-row-gap: 12px; }
      #work .content.c01 ul li {
        background: #051446;
        text-align: center;
        font-size: 2rem;
        font-family: "Hiragino Mincho",serif;
        font-weight: bold;
        color: white;
        padding: 2.5rem 3rem;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        min-height: 14rem; }
        #work .content.c01 ul li span {
          display: block;
          font-size: 1.4rem;
          font-family: sans-serif;
          font-weight: normal; }
      #work .content.c01 ul .item01 {
        grid-row: 1 / 2;
        grid-column: 1 / 2; }
      #work .content.c01 ul .item02 {
        grid-row: 1 / 2;
        grid-column: 2 / 3; }
      #work .content.c01 ul .item03 {
        grid-row: 1 / 2;
        grid-column: 3 / 4; }
      #work .content.c01 ul .item04 {
        grid-row: 1 / 2;
        grid-column: 4 / 5; }
      #work .content.c01 ul .item05 {
        grid-row: 2 / 3;
        grid-column: 1 / 2; }
      #work .content.c01 ul .item06 {
        grid-row: 2 / 3;
        grid-column: 2 / 3; }
      #work .content.c01 ul .item07 {
        grid-row: 2 / 3;
        grid-column: 3 / 4; }
  #work .content.c02 div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    #work .content.c02 div dl {
      width: calc(33.3% - 8rem /3); }
      #work .content.c02 div dl dt {
        border-bottom: 1px solid #c0c3c5;
        font-weight: bold;
        padding-bottom: 1rem;
        font-size: 2rem;
        font-family: "Hiragino Mincho",serif;
        font-weight: bold;
        color: #051446; }
      #work .content.c02 div dl dd li {
        border-bottom: 1px solid #c0c3c5;
        padding: 1rem 0;
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: baseline; }
        #work .content.c02 div dl dd li:before {
          content: "●";
          color: #051446; }

.entry p {
  text-align: center;
  font-size: 3.6rem;
  font-family: "Hiragino Mincho",serif;
  font-weight: bold; }
.entry .btn {
  max-width: 42rem;
  margin: 2rem auto 0;
  height: 7rem; }
  .entry .btn span {
    line-height: 55px;
    font-size: 2.3rem;
    font-family: "Hiragino Mincho",serif;
    font-weight: bold; }
    .entry .btn span:before {
      width: 8px;
      height: 8px; }

@media screen and (max-width: 1030px) {
  #interview .int-wrap .int-con .under.u01 dd ul {
    display: none; }
  #interview .int-wrap .int-con .under .sp {
    display: block;
    max-width: 50rem;
    margin: 0 auto;
    width: 100%; } }
@media screen and (max-width: 920px) {
  #recruit .inner {
    display: block; }
    #recruit .inner .left {
      max-width: 100%;
      width: 100%;
      margin: 0 auto 3rem; }
      #recruit .inner .left h2 {
        padding-bottom: 5rem; }
        #recruit .inner .left h2:before {
          bottom: 3rem; }
    #recruit .inner img {
      width: 100%; }

  #message .inner {
    display: block;
    margin-bottom: 0; }
    #message .inner img {
      display: none; }
    #message .inner dl {
      max-width: 100%;
      width: 100%;
      margin: 0 auto 3rem; }
  #message .sp {
    display: block;
    margin-bottom: 12rem;
    width: 100%; }

  #features ul li {
    width: calc(33% - 12rem/3); }
    #features ul li:nth-child(2) {
      padding: 0 6rem; }
      #features ul li:nth-child(2):before {
        left: 45px; }
      #features ul li:nth-child(2):after {
        right: 45px; }

  #job ul li {
    width: calc(33% - 4rem/3); }

  #interview .int-wrap .int-con {
    padding: 4rem; }

  #work .content.c01 ul li {
    padding: 1rem; }
  #work .content.c02 div dl {
    width: calc(33% - 2rem/3); } }
@media screen and (max-width: 770px) {
  #recruit .inner {
    margin-bottom: 6rem; }
    #recruit .inner .left h2 {
      font-size: 2.8rem;
      font-family: "Hiragino Mincho",serif;
      font-weight: bold; }

  #message .inner {
    margin-top: 3rem; }
    #message .inner dl dt br {
      display: none; }
  #message .sp {
    margin-bottom: 6rem; }

  #features ul {
    display: block;
    margin-top: 3rem; }
    #features ul li {
      width: 100%; }
      #features ul li img {
        margin: 0 auto 2rem; }
      #features ul li:nth-child(2) {
        padding: 4rem 0;
        margin: 4rem auto;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        box-sizing: border-box; }
        #features ul li:nth-child(2):before, #features ul li:nth-child(2):after {
          display: none; }

  #job .inner {
    margin: 6rem auto; }
  #job .is {
    margin: 3rem auto;
    padding: 4rem 2rem; }
  #job ul {
    margin-top: 3rem;
    display: block; }
    #job ul li {
      width: 100%; }
      #job ul li img {
        width: 100%; }
      #job ul li:nth-child(2) {
        margin: 3rem auto; }

  #interview .inner {
    margin-top: 3rem; }
    #interview .inner .title05 {
      margin-bottom: 3rem; }
  #interview .int-wrap {
    margin-bottom: 3rem; }
    #interview .int-wrap .int-con {
      padding: 2rem; }
      #interview .int-wrap .int-con .top {
        display: block;
        margin-bottom: 3rem; }
        #interview .int-wrap .int-con .top .pc {
          display: none; }
        #interview .int-wrap .int-con .top .sp {
          display: block;
          width: 100%; }
        #interview .int-wrap .int-con .top dl {
          max-width: 100%;
          width: 100%;
          margin: 3rem auto 0; }
          #interview .int-wrap .int-con .top dl dt {
            margin-bottom: 2rem; }
          #interview .int-wrap .int-con .top dl dd {
            margin-bottom: 3rem; }
      #interview .int-wrap .int-con .under {
        padding: 4rem 2rem; }
        #interview .int-wrap .int-con .under.u02 dd ul {
          display: block; }
          #interview .int-wrap .int-con .under.u02 dd ul li {
            width: 100%; }
            #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2) {
              padding: 2rem 0;
              margin: 2rem auto;
              border-top: 1px solid rgba(255, 255, 255, 0.5);
              border-bottom: 1px solid rgba(255, 255, 255, 0.5);
              box-sizing: border-box; }
              #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):before, #interview .int-wrap .int-con .under.u02 dd ul li:nth-child(2):after {
                display: none; }
        #interview .int-wrap .int-con .under.u03 dd {
          display: block; }
          #interview .int-wrap .int-con .under.u03 dd dl:first-child {
            padding-bottom: 2rem;
            margin: 0 auto 2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      #interview .int-wrap .int-con .u-text {
        text-align: left; }

  #work .inner {
    margin-top: 6rem; }
  #work .content {
    margin-bottom: 6rem; }
    #work .content.c01 {
      margin-top: 3rem; }
      #work .content.c01 ul {
        display: block; }
        #work .content.c01 ul li {
          padding: 2rem;
          display: block;
          min-height: inherit;
          margin-bottom: 1rem; }
          #work .content.c01 ul li:last-child {
            margin-bottom: 0; }
    #work .content.c02 div {
      display: block; }
      #work .content.c02 div dl {
        width: 100%; }
        #work .content.c02 div dl:nth-child(2) {
          margin: 3rem auto; }

  .entry p {
    font-size: 2.6rem;
    font-family: "Hiragino Mincho",serif;
    font-weight: bold; }
  .entry .btn {
    max-width: 30rem;
    height: 5rem; }
    .entry .btn span {
      line-height: 34px; }
      .entry .btn span:before {
        width: 5px;
        height: 5px; } }
