@charset "UTF-8";
/* Common CSS */
.ptable_txt {
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 2%; }

.table_link {
  color: #04569b !important;
  text-decoration: none; }

.cm_tt2 {
  line-height: 1.3; }
  .cm_tt2 span {
    display: block;
    font-size: 15px;
    font-weight: normal; }

.cm_tt2 strong {
  font-family: "Crimson Text", serif;
  font-size: 30px;
  display: block;
  font-weight: normal; }

.cm_tt3 {
  text-align: center;
  position: relative;
  font-family: "Crimson Text", serif;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 4%; }

.cm_tt3:after {
  display: block;
  margin: 10px auto 0;
  width: 60px;
  height: 1px;
  background: #323232;
  font-size: 36px;
  content: ""; }

.cm_tt4 {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 4%; }

.cm_tt4:after {
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 1px;
  background: #323232;
  font-size: 36px;
  content: ""; }

a {
  color: #333; }

.banner {
  border-bottom: 1px solid #323232; }
  .banner .box {
    margin: 2% 0;
    background: url(../common_img/banner.png) no-repeat center top;
    background-size: cover;
    padding: 5% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .banner .box h1 {
      font-family: "Crimson Text", serif;
      line-height: 1.3; }
      .banner .box h1 strong {
        font-size: 42px;
        display: block;
        font-weight: normal; }
      .banner .box h1 span {
        display: block;
        font-size: 16px;
        font-weight: normal; }

.pg_contact {
  margin: 4%; }
  .pg_contact .hissu {
    background: #333;
    width: 55px;
    text-align: center;
    line-height: 27px;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pg_contact .ninni {
    background: #e4e4e4;
    width: 55px;
    text-align: center;
    font-weight: normal;
    line-height: 27px;
    font-size: 13px;
    color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .pg_contact .tb_style {
    width: 100%;
    margin: 5% 0;
    border-top: 1px solid #323232; }
    .pg_contact .tb_style tr {
      display: block; }
      .pg_contact .tb_style tr th,
      .pg_contact .tb_style tr td {
        display: inline-block;
        width: 100%; }
      .pg_contact .tb_style tr th {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        padding: 20px 0px 20px 60px;
        color: #091139;
        position: relative; }
      .pg_contact .tb_style tr td {
        padding-bottom: 5%;
        border-bottom: 1px dotted #323232; }
        .pg_contact .tb_style tr td input,
        .pg_contact .tb_style tr td select {
          border: 1px solid #dadada;
          padding: 15px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .pg_contact .tb_style tr td p {
          margin-bottom: 20px; }
          .pg_contact .tb_style tr td p:last-of-type {
            margin-bottom: 0; }
  .pg_contact .box_submit {
    text-align: center;
    font-size: 14px; }
    .pg_contact .box_submit .btn_sec_wrap {
      position: relative;
      width: 65%;
      margin: 20px auto 20px; }
    .pg_contact .box_submit .btn_confirm2 {
      color: #fff;
      background: #000;
      width: 100%;
      padding: 15px 10px;
      border: none; }
  .pg_contact .box2 {
    margin-bottom: 5%; }
    .pg_contact .box2 .content {
      border: 2px double #333;
      padding: 4%; }
      .pg_contact .box2 .content h3 {
        font-size: 18px;
        font-weight: normal; }
      .pg_contact .box2 .content p {
        margin-bottom: 25px; }
        .pg_contact .box2 .content p span {
          font-size: 18px; }
          .pg_contact .box2 .content p span a {
            word-break: break-all; }
      .pg_contact .box2 .content ul {
        margin-bottom: 25px; }
        .pg_contact .box2 .content ul li {
          list-style-type: disc;
          margin-left: 25px; }

.pg_about .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5% 4%; }
  .pg_about .list li {
    width: 48%; }
    .pg_about .list li a {
      display: block;
      width: 100%;
      padding: 15px 0;
      border: 1px solid #323232;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
      position: relative; }
      .pg_about .list li a:after {
        display: block;
        content: "";
        width: 18px;
        height: 100%;
        position: absolute;
        right: 15px;
        top: 0;
        background: url(../about/images/row.png) no-repeat center center;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }

.pg_about #sec01 .box {
  position: relative;
  z-index: 1;
  padding: 8% 4% 0 4%;
  margin-bottom: 6%; }
  .pg_about #sec01 .box::before {
    position: absolute;
    content: "";
    background: #f7f6f6;
    width: 100%;
    height: 350px;
    z-index: -1;
    top: 0;
    left: 0; }
  .pg_about #sec01 .box h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px; }
    .pg_about #sec01 .box h3 span {
      background: #333333;
      color: #fff; }
  .pg_about #sec01 .box p {
    margin-bottom: 20px; }

.pg_about #sec02 {
  margin-bottom: 8%; }
  .pg_about #sec02 .box {
    margin: 0 4%; }
    .pg_about #sec02 .box dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5%;
      margin-top: 18%; }
      .pg_about #sec02 .box dl dt {
        width: 55px;
        height: 55px;
        border: 1px solid #323232;
        font-size: 30px;
        font-weight: normal;
        text-align: center;
        position: relative; }
        .pg_about #sec02 .box dl dt:after {
          display: block;
          content: "";
          height: 38px;
          width: 1px;
          background: #323232;
          left: 50%;
          position: absolute;
          top: -50px; }
      .pg_about #sec02 .box dl dd {
        font-size: 19px;
        margin-left: 20px;
        font-weight: 500; }
    .pg_about #sec02 .box p {
      margin-bottom: 5%; }

.pg_company #sec01 {
  margin: 0 4%; }
  .pg_company #sec01 h2 {
    font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif; }
  .pg_company #sec01 table {
    width: 100%; }
    .pg_company #sec01 table tr {
      border-bottom: 1px dotted #323232; }
      .pg_company #sec01 table tr th,
      .pg_company #sec01 table tr td {
        padding: 4% 1%; }
      .pg_company #sec01 table tr th {
        width: 25%;
        text-align: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }

.pg_company #sec02 {
  margin: 8% 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .pg_company #sec02 .box {
    border-left: 1px solid #000;
    margin: 0 4%;
    padding: 4% 0 4% 4%; }
    .pg_company #sec02 .box h2 {
      position: relative;
      padding-left: 15%;
      font-size: 25px;
      font-weight: normal;
      margin-bottom: 3%; }
      .pg_company #sec02 .box h2:after {
        display: block;
        content: "";
        height: 1px;
        width: 12%;
        background: #323232;
        left: 0px;
        position: absolute;
        top: 50%; }
    .pg_company #sec02 .box p {
      padding-left: 15%;
      margin-bottom: 3%; }
    .pg_company #sec02 .box .map {
      width: 85%;
      margin: 0 0 0 auto; }

.pg_flow {
  padding: 8% 0 0 0; }
  .pg_flow .box {
    padding: 10% 4%;
    position: relative; }
    .pg_flow .box:last-of-type::after {
      background: none; }
    .pg_flow .box:nth-child(1) {
      padding-top: 0; }
    .pg_flow .box:nth-child(even) {
      background: #f7f6f6; }
    .pg_flow .box:after {
      content: "";
      display: block;
      height: 22px;
      width: 100%;
      background: url(../flow/images/row.png) no-repeat center bottom;
      bottom: -11px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      position: absolute;
      z-index: 3; }
    .pg_flow .box .bao {
      padding-left: 12%; }
      .pg_flow .box .bao dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 5%; }
        .pg_flow .box .bao dl dt {
          width: 55px;
          height: 55px;
          border: 1px solid #323232;
          font-size: 30px;
          font-weight: normal;
          text-align: center;
          position: relative;
          font-family: "Crimson Text", serif; }
          .pg_flow .box .bao dl dt:after {
            display: block;
            content: "";
            height: 1px;
            width: 38px;
            background: #323232;
            top: 50%;
            position: absolute;
            left: -50px; }
        .pg_flow .box .bao dl dd {
          font-size: 19px;
          margin-left: 20px;
          font-weight: 500; }
      .pg_flow .box .bao p {
        margin-bottom: 5%; }
    .pg_flow .box .btn1 a {
      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;
      color: #fff;
      text-decoration: none;
      font-family: "Crimson Text", serif;
      font-size: 16px;
      width: 65%;
      padding: 2%;
      margin: 0 auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #333; }

.pg_recruit #sec01 {
  margin: 4%; }
  .pg_recruit #sec01 .box {
    margin: 6% 0; }
    .pg_recruit #sec01 .box figure img {
      width: 100%; }
    .pg_recruit #sec01 .box h3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #333;
      margin: -6% auto 4%;
      width: 90%;
      position: relative;
      z-index: 2;
      color: #fff;
      padding: 5px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 19px; }
      .pg_recruit #sec01 .box h3 span {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 24px;
        font-family: "Crimson Text", serif;
        margin-right: 4%;
        position: relative; }
        .pg_recruit #sec01 .box h3 span:after {
          display: block;
          width: 30px;
          height: 30px;
          content: "";
          top: 5px;
          border: 1px solid #fff;
          position: absolute;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 8px; }

.pg_recruit #sec02 {
  margin: 0 4%; }
  .pg_recruit #sec02 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5%; }
    .pg_recruit #sec02 ul li {
      width: 48%;
      margin-bottom: 2%; }
      .pg_recruit #sec02 ul li a {
        display: block;
        width: 100%;
        padding: 5px 0;
        border: 1px solid #323232;
        text-align: center;
        font-size: 14px;
        text-decoration: none;
        position: relative; }
        .pg_recruit #sec02 ul li a:after {
          display: block;
          content: "";
          width: 18px;
          height: 100%;
          position: absolute;
          right: 15px;
          top: 0;
          background: url(../about/images/row.png) no-repeat center center;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s; }
  .pg_recruit #sec02 .box h3 {
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 500; }
  .pg_recruit #sec02 .box .bao {
    margin-bottom: 8%; }
    .pg_recruit #sec02 .box .bao:nth-of-type(2) h4 {
      background: url(../recruit/images/icon2.png) no-repeat left 15px center #2a2a2a; }
    .pg_recruit #sec02 .box .bao:nth-of-type(3) h4 {
      background: url(../recruit/images/icon3.png) no-repeat left 15px top 15px #2a2a2a; }
    .pg_recruit #sec02 .box .bao:nth-of-type(4) h4 {
      background: url(../recruit/images/icon4.png) no-repeat left 15px center #2a2a2a; }
    .pg_recruit #sec02 .box .bao h4 {
      background: url(../recruit/images/icon1.png) no-repeat left 15px center #2a2a2a;
      padding: 3% 2% 3% 13%;
      font-size: 18px;
      font-weight: 500;
      color: #fff; }
    .pg_recruit #sec02 .box .bao .inner {
      background: #fff;
      padding: 4%;
      border-bottom: 1px solid #333;
      position: relative;
      margin: -8% 4% 0 4%; }
      .pg_recruit #sec02 .box .bao .inner dl dt,
      .pg_recruit #sec02 .box .bao .inner dl dd {
        display: block;
        margin: 2% 0; }
      .pg_recruit #sec02 .box .bao .inner dl dt {
        margin-right: 30%;
        background: #333;
        color: #fff;
        width: 100%;
        padding: 8px 10px;
        text-align: center;
        height: 100%; }
      .pg_recruit #sec02 .box .bao .inner dl dd {
        width: 100%; }
        .pg_recruit #sec02 .box .bao .inner dl dd ul {
          display: block; }
          .pg_recruit #sec02 .box .bao .inner dl dd ul li {
            width: 100%; }

.pg_recruit #sec03 {
  padding: 15% 4% 8% 4%;
  background: #f7f6f6; }
  .pg_recruit #sec03 .cm_tt2 {
    text-align: center;
    position: relative;
    margin-bottom: 5%; }
    .pg_recruit #sec03 .cm_tt2:after {
      display: block;
      content: "";
      height: 38px;
      width: 1px;
      background: #323232;
      left: 50%;
      position: absolute;
      top: -38px; }
  .pg_recruit #sec03 ul {
    width: 90%;
    margin: 4% auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 4% 0; }
    .pg_recruit #sec03 ul li {
      padding: 15px 0;
      border: 1px solid #323232;
      text-align: center;
      font-size: 16px;
      text-decoration: none;
      position: relative;
      margin-bottom: 4%; }
      .pg_recruit #sec03 ul li a {
        width: 100%;
        display: block;
        text-decoration: none; }
        .pg_recruit #sec03 ul li a:after {
          display: block;
          content: "";
          width: 18px;
          height: 100%;
          position: absolute;
          right: 15px;
          top: 0;
          background: url(../about/images/row.png) no-repeat center center;
          -webkit-transition: all ease 0.3s;
          -o-transition: all ease 0.3s;
          transition: all ease 0.3s;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .pg_recruit #sec03 ul li:last-of-type {
        margin-bottom: 0; }
