@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
  font-size: 16px; }

img {
  width: 100%; }

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

.fb {
  font-weight: bold; }

.fs10 {
  font-size: 1rem; }

.fs12 {
  font-size: 1.2rem; }

.fs14 {
  font-size: 1.4rem; }

.fs16 {
  font-size: 1.6rem; }

.fs18 {
  font-size: 1.8rem; }

.tac {
  text-align: center; }

.ff-koduka100 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 100;
  font-style: normal; }

.ff-koduka300 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal; }

.ff-koduka500 {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal; }

.w100 {
  width: 100%; }

.w50 {
  width: 50%; }
  @media screen and (max-width: 600px) {
    .w50 {
      width: 100%; } }

.max600 {
  max-width: 600px;
  margin: 0 auto; }

.flex-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center; }
  @media screen and (max-width: 600px) {
    .flex-type01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 95%; } }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .flex-center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 95%; } }

@media screen and (max-width: 600px) {
  .xs-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

@media screen and (max-width: 600px) {
  .xs-w100 {
    width: 100%; } }

#anime01 {
  left: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 700px solid transparent;
  border-bottom: 900px solid #008AFF;
  opacity: 0.5; }

#anime02 {
  left: 100%;
  bottom: 0%;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 390px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 1150px solid #0000D0;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.container {
  width: 95%;
  margin: 15em auto 5em auto; }

.inner {
  width: 95%;
  margin: 7em auto 5em auto;
  max-width: 1200px; }

.btn-wrap {
  display: block; }
  .btn-wrap button {
    font-size: 0.8rem;
    letter-spacing: 4px;
    color: #fff;
    background-color: #313131;
    border: none;
    padding: 10px 30px;
    position: relative;
    border-radius: 3px; }
    .btn-wrap button:after {
      content: '>';
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translate(0, -58%);
      -ms-transform: translate(0, -58%);
      transform: translate(0, -58%); }

.hanberger {
  display: none; }

@media screen and (max-width: 600px) {
  .hanberger {
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    width: 18px;
    height: 25px;
    z-index: 9999999;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .hanberger span {
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      border: 1.5px solid #fff;
      position: absolute; }
      .hanberger span:nth-child(1) {
        left: 0;
        height: 100%; }
      .hanberger span:nth-child(2) {
        left: 50%;
        height: 100%; }
      .hanberger span:nth-child(3) {
        left: 100%;
        height: 100%; }
  .batsu span {
    border: 1.5px solid #000;
    position: absolute; }
    .batsu span:nth-child(1) {
      left: 0;
      -webkit-transform: rotate(135deg) translate(-310%, -30%);
      -ms-transform: rotate(135deg) translate(-310%, -30%);
      transform: rotate(135deg) translate(-310%, -30%); }
    .batsu span:nth-child(2) {
      opacity: 0; }
    .batsu span:nth-child(3) {
      left: 100%;
      -webkit-transform: rotate(45deg) translate(-160%, 10%);
      -ms-transform: rotate(45deg) translate(-160%, 10%);
      transform: rotate(45deg) translate(-160%, 10%); } }

.pc,
.smh {
  display: none; }

@media screen and (min-width: 600px) {
  .pc {
    display: block; } }

@media screen and (max-width: 600px) {
  .smh {
    display: block; } }

.smh-menu {
  display: none; }

.open .smh-menu {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .open .smh-menu .menu-inner figure {
    width: 220px;
    margin-bottom: 3rem; }
  .open .smh-menu .menu-inner ul li {
    text-align: center;
    font-size: 1.25rem;
    line-height: 300%; }

header {
  width: 100%;
  background-image: url(../img/common/main-bg.jpg);
  background-size: cover;
  background-blend-mode: color-burn;
  background-color: rgba(0, 0, 255, 0.25);
  padding-top: 61%;
  position: relative;
  overflow: hidden; }
  header .menu-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a2b63), to(#1a2b6300));
    background: -webkit-linear-gradient(top, #1a2b63, #1a2b6300);
    background: -o-linear-gradient(top, #1a2b63, #1a2b6300);
    background: linear-gradient(180deg, #1a2b63, #1a2b6300);
    z-index: 999999; }
  header .hd-bar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 15px;
    z-index: 999999; }
    header .hd-bar h1 img {
      max-width: 183px; }
    header .hd-bar nav.g-menu {
      font-weight: bold; }
      header .hd-bar nav.g-menu ul.main-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        color: #fff; }
        header .hd-bar nav.g-menu ul.main-nav li {
          margin-right: 2rem;
          position: relative; }
          header .hd-bar nav.g-menu ul.main-nav li:last-child {
            margin-right: 0; }
          header .hd-bar nav.g-menu ul.main-nav li p {
            position: relative; }
            header .hd-bar nav.g-menu ul.main-nav li p a {
              color: #fff; }
            header .hd-bar nav.g-menu ul.main-nav li p:before {
              content: '';
              position: absolute;
              bottom: -15px;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
              border-top: 7px solid #fff;
              border-right: 5px solid transparent;
              border-bottom: 3px solid transparent;
              border-left: 5px solid transparent; }
        header .hd-bar nav.g-menu ul.main-nav ul.sub-nav {
          display: none;
          position: absolute;
          top: 34px;
          left: 50%;
          width: 150px;
          -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
          padding: 10px;
          background-color: #00000060;
          color: #fff;
          line-height: 220%;
          border-radius: 6px; }
          header .hd-bar nav.g-menu ul.main-nav ul.sub-nav a {
            color: #fff; }
  header .small {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
  header .hanberger {
    display: none; }
  @media screen and (max-width: 600px) {
    header .hd-bar {
      display: none; } }
  header .main-logo {
    width: 80%;
    max-width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 600px) {
      header .main-logo {
        max-width: 200px; } }

main {
  font-size: 10px; }
  main .ttl-box {
    font-family: 'Secular One';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem; }
    main .ttl-box p {
      font-size: 2.3rem;
      color: #143DC2;
      margin-bottom: 0.5rem; }
    main .ttl-box h2 {
      font-size: 1rem;
      color: #143DC2;
      letter-spacing: 2px; }
      main .ttl-box h2:before {
        content: '-';
        margin: 0 0.5rem 0 1.5rem; }
    @media screen and (max-width: 600px) {
      main .ttl-box {
        text-align: center; }
        main .ttl-box h2:before {
          display: none; } }
  main .center {
    text-align: center; }
    main .center h2:before {
      margin: 0; }
  main h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  main p.cont {
    font-size: 0.9rem;
    line-height: 170%;
    margin-bottom: 2rem; }
  main .box4 {
    background-image: url(../img/common/recruit.jpg);
    background-size: cover;
    background-position: 50% 50%; }
    main .box4 .ttl-box p, main .box4 .ttl-box h2 {
      color: #fff; }
    main .box4 figure.catch {
      width: 100%;
      text-align: center;
      margin-bottom: 3rem; }
      main .box4 figure.catch img {
        width: 80%; }
        @media screen and (max-width: 600px) {
          main .box4 figure.catch img {
            width: 100%; } }
    main .box4 .contents h3 {
      color: #fff; }
    main .box4 .contents figure {
      width: 80%; }

footer {
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F6F6F6; }
  footer .ft-box .container {
    margin: 2em auto; }
    footer .ft-box .container .access-box {
      padding: 0 5rem; }
      footer .ft-box .container .access-box p span {
        padding-right: 0.7rem; }
      @media screen and (max-width: 600px) {
        footer .ft-box .container .access-box {
          padding: 0 1rem; } }
    footer .ft-box .container .access-box:nth-child(1) {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-right: 1px solid #000; }
      footer .ft-box .container .access-box:nth-child(1) p {
        line-height: 150%; }
      @media screen and (max-width: 600px) {
        footer .ft-box .container .access-box:nth-child(1) {
          border: none; } }
    footer .ft-box .container .access-box:nth-child(2) {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      footer .ft-box .container .access-box:nth-child(2) p {
        line-height: 200%; }
      @media screen and (max-width: 600px) {
        footer .ft-box .container .access-box:nth-child(2) {
          padding-top: 2rem;
          border: none; } }
    footer .ft-box .container .btn-wrap {
      margin-top: 0.7rem;
      text-align: center; }
  footer .copy {
    background-color: #14148B; }
    footer .copy p {
      color: #fff;
      text-align: right;
      font-size: 10px;
      letter-spacing: 1px;
      padding: 10px 10px; }

#subpage header {
  height: 350px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center; }
  #subpage header h2.page-ttl {
    width: 100%;
    font-family: 'Secular One', sans-serif;
    text-align: center;
    font-size: 53px;
    color: #fff;
    margin: 0 0 25px 0;
    padding: 20px 0 0 0; }
  #subpage header ul.page-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #subpage header ul.page-menu a {
      text-decoration: none; }
      #subpage header ul.page-menu a li {
        padding: 0 0.75em;
        color: #fff; }

#subpage main .cont-ttl {
  text-align: center;
  margin-bottom: 80px;
  width: 100%; }

#subpage main .cont-ttl h3 {
  font-size: 1.75rem;
  letter-spacing: 7px;
  margin-bottom: 10px; }

#subpage main .cont-ttl p {
  font-size: 1rem;
  letter-spacing: 11px; }

#subpage main p.txt1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-bottom: 15px; }

#subpage main p.txt2 {
  width: 90%;
  font-size: 1rem;
  padding-left: 3em;
  line-height: 220%;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    #subpage main p.txt2 {
      width: 100%; } }
  #subpage main p.txt2:after {
    position: absolute;
    content: '-';
    left: 2em;
    top: 0; }

#subpage.about main figure {
  margin: 0 auto; }

#subpage.about main .box2-wrap {
  position: relative; }
  @media screen and (max-width: 600px) {
    #subpage.about main .box2-wrap {
      background-image: url(../img/about/bg1.png);
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; } }
  #subpage.about main .box2-wrap .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1; }
    @media screen and (max-width: 600px) {
      #subpage.about main .box2-wrap .bg {
        display: none; } }
  #subpage.about main .box2-wrap .box2 {
    width: 65%; }
    @media screen and (max-width: 600px) {
      #subpage.about main .box2-wrap .box2 {
        width: 95%; } }
    #subpage.about main .box2-wrap .box2 .cont-box {
      width: 100%; }
      #subpage.about main .box2-wrap .box2 .cont-box .cont-ttl {
        text-align: left; }
        @media screen and (max-width: 600px) {
          #subpage.about main .box2-wrap .box2 .cont-box .cont-ttl {
            text-align: center; } }
      #subpage.about main .box2-wrap .box2 .cont-box .txt2 {
        padding: 0; }
        #subpage.about main .box2-wrap .box2 .cont-box .txt2:after {
          display: none; }

#subpage.about main .box5 dl {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #subpage.about main .box5 dl dt, #subpage.about main .box5 dl dd {
    border-bottom: 1px solid #555;
    font-size: 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #subpage.about main .box5 dl dt {
    width: 25%;
    letter-spacing: 3px; }
  #subpage.about main .box5 dl dd {
    width: 75%;
    letter-spacing: 2px;
    line-height: 200%; }
    #subpage.about main .box5 dl dd p span {
      font-size: 13px; }
  @media screen and (max-width: 768px) {
    #subpage.about main .box5 dl {
      width: 100%; }
      #subpage.about main .box5 dl dt, #subpage.about main .box5 dl dd {
        width: 100%; }
      #subpage.about main .box5 dl dt {
        text-align: center;
        border: 1px solid #555;
        border-width: 1px 0; }
      #subpage.about main .box5 dl dd {
        font-size: 12px;
        line-height: 150%; } }

#subpage.works .box1 {
  max-width: 1000px; }
  @media screen and (max-width: 600px) {
    #subpage.works .box1.container {
      margin: 2em auto 5em auto; } }
  #subpage.works .box1 .single {
    padding: 50px 20px;
    border-bottom: 1px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #subpage.works .box1 .single .txt-box {
      width: 70%; }
      @media screen and (max-width: 600px) {
        #subpage.works .box1 .single .txt-box {
          width: 100%;
          margin-bottom: 15px; } }
      #subpage.works .box1 .single .txt-box p {
        font-size: 1.3rem;
        margin-bottom: 10px;
        line-height: 150%; }
      #subpage.works .box1 .single .txt-box ul li {
        padding-left: 2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 200%;
        position: relative; }
        #subpage.works .box1 .single .txt-box ul li:after {
          position: absolute;
          content: '-';
          top: 0;
          left: 1rem; }
    #subpage.works .box1 .single .thumnail {
      width: 30%;
      position: relative; }
      @media screen and (max-width: 600px) {
        #subpage.works .box1 .single .thumnail {
          width: 90%;
          margin: 0 auto; } }
      #subpage.works .box1 .single .thumnail:after {
        content: '';
        display: block;
        background-color: #55555560;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transform: translate(10px, 10px);
        -ms-transform: translate(10px, 10px);
        transform: translate(10px, 10px); }

#subpage.recruit h2.page-ttl {
  width: 90%;
  max-width: 800px; }
  #subpage.recruit h2.page-ttl img {
    max-width: 560px; }

#subpage.recruit h4 {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 4px;
  padding: 0 2rem 4rem 2rem;
  margin: 0 auto 4rem auto;
  position: relative; }
  #subpage.recruit h4:after {
    content: '';
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 2px;
    width: 150px;
    background-color: #000; }

#subpage.recruit .box1 {
  text-align: center; }
  #subpage.recruit .box1 p {
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 4px;
    line-height: 300%; }
    @media screen and (max-width: 600px) {
      #subpage.recruit .box1 p {
        text-align: left; } }

#subpage.recruit .box2 .single-wrap {
  width: 100%; }
  #subpage.recruit .box2 .single-wrap .single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: svpace-around;
    -ms-flex-pack: svpace-around;
    justify-content: svpace-around;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 7rem; }
    #subpage.recruit .box2 .single-wrap .single:last-child {
      margin-bottom: 0rem; }
    @media screen and (max-width: 600px) {
      #subpage.recruit .box2 .single-wrap .single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    #subpage.recruit .box2 .single-wrap .single figure {
      position: relative; }
      @media screen and (max-width: 600px) {
        #subpage.recruit .box2 .single-wrap .single figure {
          margin-bottom: 5rem;
          width: 100%;
          text-align: center; } }
      #subpage.recruit .box2 .single-wrap .single figure img {
        width: 300px;
        height: 300px; }
      #subpage.recruit .box2 .single-wrap .single figure figcaption {
        position: absolute;
        top: 255px;
        right: 0;
        display: inline;
        background: #707070;
        padding: 15px 25px;
        font-size: 1rem;
        color: #fff;
        -webkit-transform: translate(10px, 50%);
        -ms-transform: translate(10px, 50%);
        transform: translate(10px, 50%); }
        @media screen and (max-width: 600px) {
          #subpage.recruit .box2 .single-wrap .single figure figcaption {
            width: 60%;
            right: 50%;
            -webkit-transform: translate(50%, 50%);
            -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%); } }
        #subpage.recruit .box2 .single-wrap .single figure figcaption span {
          font-size: 0.8rem;
          color: #30C7FF;
          padding-left: 1rem; }
    #subpage.recruit .box2 .single-wrap .single .txt-box {
      padding-left: 5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 600px) {
        #subpage.recruit .box2 .single-wrap .single .txt-box {
          width: 100%;
          padding: 0; } }
      #subpage.recruit .box2 .single-wrap .single .txt-box h5 {
        font-size: 1.5rem;
        font-weight: normal;
        color: #0099D2;
        letter-spacing: 3px;
        margin-bottom: 1.5rem;
        line-height: 150%; }
      #subpage.recruit .box2 .single-wrap .single .txt-box p {
        font-size: 1rem;
        line-height: 260%;
        letter-spacing: 2px; }
        @media screen and (max-width: 600px) {
          #subpage.recruit .box2 .single-wrap .single .txt-box p {
            font-size: 0.8;
            letter-spacing: 1px;
            line-height: 200%; } }

#subpage.recruit .box3 dl {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #subpage.recruit .box3 dl dt, #subpage.recruit .box3 dl dd {
    border-bottom: 1px solid #555;
    font-size: 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #subpage.recruit .box3 dl dt {
    width: 25%;
    letter-spacing: 3px; }
  #subpage.recruit .box3 dl dd {
    width: 75%;
    letter-spacing: 2px;
    line-height: 200%; }
    #subpage.recruit .box3 dl dd p span {
      font-size: 13px; }
  @media screen and (max-width: 768px) {
    #subpage.recruit .box3 dl {
      width: 100%; }
      #subpage.recruit .box3 dl dt, #subpage.recruit .box3 dl dd {
        width: 100%; }
      #subpage.recruit .box3 dl dt {
        text-align: center;
        border: 1px solid #555;
        border-width: 1px 0; }
      #subpage.recruit .box3 dl dd {
        font-size: 12px;
        line-height: 150%; } }

#subpage.recruit .box4 {
  display: none; }

#subpage.access .single {
  width: 100%;
  margin-bottom: 3rem; }
  #subpage.access .single .ttl-txt {
    font-size: 1.3rem;
    letter-spacing: 5px;
    padding: 10px 0;
    margin-bottom: 1rem;
    text-align: center;
    color: #fff;
    background-color: #143DC2; }

#subpage.access .date {
  margin-bottom: 1rem; }
  @media screen and (max-width: 600px) {
    #subpage.access .date {
      width: 100%; } }
  #subpage.access .date figure {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media screen and (max-width: 600px) {
      #subpage.access .date figure {
        height: 200px; } }
  #subpage.access .date ul {
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #subpage.access .date ul li {
      font-size: 1.1rem;
      padding: 7px;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #subpage.access .date ul li:nth-child(2n+1) {
      color: #fff;
      background-color: #555; }
    #subpage.access .date ul li:nth-child(2n) {
      color: #555;
      padding-bottom: 30px; }

#subpage.access .map {
  width: 100%;
  height: 300px;
  background-color: #e2e2e2; }
  #subpage.access .map iframe {
    width: 100%;
    height: 100%; }

#subpage.contact h4 {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 4px;
  padding: 0 2rem 4rem 2rem;
  margin: 0 auto 4rem auto;
  position: relative; }
  #subpage.contact h4:after {
    content: '';
    position: absolute;
    top: 5rem;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    height: 2px;
    width: 150px;
    background-color: #000; }

#subpage.contact .box1 table {
  max-width: 800px;
  margin: 0 auto; }
  #subpage.contact .box1 table tr td {
    padding: 1rem 3.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.2rem;
    text-align: center;
    border: 1px solid #555; }

@media screen and (max-width: 600px) {
  #subpage.contact .box1 td {
    display: block; }
    #subpage.contact .box1 td:nth-child(2n+1) {
      background-color: #555;
      color: #fff; } }

#subpage.contact .box2 .form-box form {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem; }
  #subpage.contact .box2 .form-box form input {
    width: 100%;
    border: 1px solid #A0A0A0;
    border-width: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    font-size: 1.1rem;
    margin-bottom: 1.5rem; }
  #subpage.contact .box2 .form-box form placeholder {
    color: #A0A0A0;
    font-size: 1.1rem; }
  #subpage.contact .box2 .form-box form .txtarea-ttl {
    margin-bottom: 0.5rem; }
  #subpage.contact .box2 .form-box form textarea {
    border: 1px solid #A0A0A0;
    width: 100%;
    font-size: 1.1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5rem;
    height: 300px;
    margin-bottom: 1.5rem; }
  #subpage.contact .box2 .form-box form .submit-wrap input[type="submit"] {
    background-color: #3434a0;
    color: #fff;
    width: initial;
    display: inline-block;
    padding: 0.5rem 2rem; }

.bx-wrapper {
  margin-bottom: 0 !important;
  border: none !important; }

.bx-wrapper .bx-prev {
  left: -50px !important;
  background: url(../img/cont-btn.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }
  @media screen and (max-width: 600px) {
    .bx-wrapper .bx-prev {
      left: -40px !important; } }

.bx-wrapper .bx-next {
  right: -50px !important;
  background: url(../img/cont-btn.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important; }
  @media screen and (max-width: 600px) {
    .bx-wrapper .bx-next {
      right: -40px !important; } }
