@charset "UTF-8";
/* ==================================================
  breadcrumb（パンくず）
================================================== */

#breadcrumb {
  display: none;
}

#breadcrumb ul {
  display: inline-block;
}

#breadcrumb ul:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

#breadcrumb li {
  font-size: 12px;
  color: #28a1c4;
}

#breadcrumb li:first-child {
  width: 55px;
  color: #28a1c4;
  text-align: left;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 14px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  content: "";
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */

@media print, screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */

/* ==================================================
  pagination
================================================== */

.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */

@media print, screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */

/* common css */

.tt_page .container {
  position: relative;
}

.tt_page .container h1 {
  text-align: center;
  margin-bottom: 40px;
}

.tt_page .container a {
  position: absolute;
  right: 0;
  top: 0;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .tt_page {
    padding: 8% 2%;
    /* margin-top: 18%; */
  }
  .tt_page .container h1 {
    margin-bottom: 0;
    padding: 0 3%;
  }
  .tt_page .container h1 img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .tt_page .container a {
    display: none;
  }
}

/* ========== end △ */

/* company */

.company_sec .box1 {
  padding: 90px 0;
}

.company_sec .box1 .container h2 {
  text-align: center;
  margin-bottom: 35px;
}

.company_sec .box1 .container p {
  text-align: left;
  padding: 0 100px;
  font-size: 16px;
  line-height: 1.7;
}

.company_sec .box2 {
  padding: 40px;
}

.company_sec .box2 .container {
  padding: 0px 200px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company_sec .box2 .container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.company_sec .box2 .container .wrap_table {
  margin-bottom: 40px;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(odd) th {
  background: #f0f0f0;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(odd) td {
  background: #f0f0f0;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(odd) td table th, .company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(odd) td table td {
  padding: 0;
  font-weight: normal;
  margin-bottom: 0;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(even) th, .company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(even) td {
  background: #fff;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr>th {
  width: 200px;
  padding: 15px 20px;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr>td {
  padding: 15px 20px;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr th {
  padding: 15px 0px;
  width: 210px;
  vertical-align: top;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr td {
  padding: 15px 0px;
}

.company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr:last-child {
  border-bottom: none;
}

.company_sec .box2 .container .wrap_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company_sec .box2 .container .wrap_box1 .box {
  width: 480px;
}

.company_sec .box2 .container .wrap_box1 .box h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}

.company_sec .box3 {
  padding: 40px;
}

.company_sec .box3 .container {
  padding: 0px 100px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company_sec .box3 .container h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.company_sec .box3 .container .wrap_table table tr:nth-child(odd) td:nth-child(1), .company_sec .box3 .container .wrap_table table tr:nth-child(even) td:nth-child(1) {
  font-size: 16px;
  padding: 15px 0;
  text-align: left;
  width: 230px;
  letter-spacing: 10px;
}

.company_sec .box3 .container .wrap_table table tr:nth-child(odd) td:nth-child(2), .company_sec .box3 .container .wrap_table table tr:nth-child(even) td:nth-child(2) {
  text-align: left;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
}

.company_sec .box3 .container .wrap_table table tr:nth-child(odd) td:nth-child(3), .company_sec .box3 .container .wrap_table table tr:nth-child(even) td:nth-child(3) {
  font-size: 16px;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .company_sec .box1 {
    padding: 8% 3%;
  }
  .company_sec .box1 .container h2 {
    margin-bottom: 5%;
  }
  .company_sec .box1 .container h2 img {
    width: 90%;
  }
  .company_sec .box1 .container p {
    padding: 0;
    font-size: 14px;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .company_sec .box2 {
    padding: 8% 3%;
  }
  .company_sec .box2 .container {
    padding: 0;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3%;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr:nth-child(odd) {
    background: #f0f0f0;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr>th {
    width: 100%;
    padding: 0% 0%;
    margin-bottom: 3%;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr>td {
    width: 100%;
    padding: 0% 0%;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3% 0;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr th {
    width: 100%;
    padding: 0;
    margin-bottom: 3%;
  }
  .company_sec .box2 .container .wrap_table>table>tbody>tr>td table tr td {
    width: 100%;
    padding: 0;
  }
  .company_sec .box2 .container .wrap_box1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company_sec .box2 .container .wrap_box1 .box {
    width: 100%;
    margin-bottom: 5%;
  }
  .company_sec .box2 .container .wrap_box1 .box iframe {
    height: 280px;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .company_sec .box3 {
    padding: 8% 3%;
  }
  .company_sec .box3 .container {
    padding: 0;
  }
  .company_sec .box3 .container .wrap_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company_sec .box3 .container .wrap_table table tr td {
    width: 100% !important;
  }
  .company_sec .box3 .container .wrap_table table tr td:nth-child(1) {
    font-size: 14px !important;
    padding: 2% 3% !important;
  }
  .company_sec .box3 .container .wrap_table table tr td:nth-child(2) {
    font-size: 14px !important;
    padding: 0 3% 0 !important;
    font-size: 15px !important;
    text-align: left !important;
  }
  .company_sec .box3 .container .wrap_table table tr td:nth-child(3) {
    font-size: 14px !important;
    padding: 2% 3% !important;
    font-size: 15px !important;
    text-align: left !important;
  }
  .company_sec .box3 .container .wrap_table table tr td:nth-child(4) {
    font-size: 14px !important;
    padding: 0% 3% 3% !important;
    font-size: 15px !important;
    text-align: left !important;
  }
}

/* ========== end △ */

/* service */

.service_sec .container>p {
  padding-bottom: 35px;
  margin-bottom: 20px;
}

.service_sec .container .box1 {
  padding-bottom: 35px;
  margin-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_sec .container .box1 .left {
  width: 385px;
}

.service_sec .container .box1 .left h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.service_sec .container .box1 .left p {
  margin-bottom: 20px;
}

.service_sec .container .box1 .left p:last-child {
  margin-bottom: 0;
}

.service_sec .container .box1 .right {
  width: 700px;
}

.service_sec .container .box2 h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.service_sec .container .box2 figure {
  margin-bottom: 20px;
  text-align: center;
}

.service_sec .container .box2 p {
  margin-bottom: 20px;
}

.service_sec .container .box2 p:last-child {
  margin-bottom: 0;
  text-align: center;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .service_sec {
    padding: 8% 3%;
  }
  .service_sec .container>p {
    padding-bottom: 4%;
    margin-bottom: 4%;
  }
  .service_sec .container .box1 {
    padding-bottom: 4%;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service_sec .container .box1 .left {
    width: 100%;
    margin-bottom: 5%;
  }
  .service_sec .container .box1 .left h2 {
    font-size: 20px;
    margin-bottom: 3%;
  }
  .service_sec .container .box1 .left p {
    margin-bottom: 3%;
  }
  .service_sec .container .box1 .right {
    width: 100%;
  }
  .service_sec .container .box2 h2 {
    font-size: 20px;
    margin-bottom: 4%;
  }
}

/* ========== end △ */

/* news */

.news_sec .box {
  padding: 40px 0;
}

.news_sec .box:nth-child(odd) {
  background: #f0f0f0;
}

.news_sec .box .container {
  padding: 0 100px;
  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;
}

.news_sec .box .container .left {
  width: 450px;
}

.news_sec .box .container .left a {
  display: block;
}

.news_sec .box .container .left a img {
  width: 100%;
}

.news_sec .box .container .right {
  width: 490px;
}

.news_sec .box .container .right h2 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

.news_sec .box .container .right h3 {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  padding: 5px 0;
  margin-bottom: 20px;
  font-weight: normal;
}

.news_sec .box .container .right dl {
  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;
}

.news_sec .box .container .right dl dt {
  width: 60px;
  margin-bottom: 5px;
}

.news_sec .box .container .right dl dd {
  width: 400px;
  margin-bottom: 5px;
}

.news_sec .box .container .right p {
  margin-bottom: 20px;
}

.news_sec .box_btn .container {
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin: 40px auto;
  padding: 10px 0;
}

.news_sec .box_btn .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news_sec .box_btn .container ul li:nth-child(2) a {
  border-right: 1px solid #333;
  padding: 0 10px 0 5px;
  text-decoration: none;
  color: #000;
  display: inline-block;
}

.news_sec .box_btn .container ul li:nth-child(2) a:last-child {
  border-right: none;
}

.news_sec .box_btn .container ul li:nth-child(2) a:hover {
  color: #4c7ab2;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .news_sec .box {
    padding: 8% 3%;
  }
  .news_sec .box .container {
    padding: 0;
  }
  .news_sec .box .container .left {
    width: 100%;
    margin-bottom: 5%;
  }
  .news_sec .box .container .right {
    width: 100%;
  }
  .news_sec .box .container .right h2 {
    font-size: 17px;
  }
  .news_sec .box .container .right dl dt {
    width: 30%;
  }
  .news_sec .box .container .right dl dd {
    width: 70%;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .news_sec .box_btn .container ul {
    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;
    padding: 0 3%;
  }
  .news_sec .box_btn .container ul li:nth-child(2) {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 4%;
  }
  .news_sec .box_btn .container ul li:nth-child(1), .news_sec .box_btn .container ul li:nth-child(3) {
    width: 35%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ========== end △ */

/* contact */

.contact_sec .box1 {
  padding-bottom: 50px;
}

.contact_sec .box1 .container {
  padding: 0 100px;
}

.contact_sec .box1 .container>p {
  margin-bottom: 30px;
}

.contact_sec .box1 .container form .ninni {
  background: #7b6c53;
  width: 45px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
}

.contact_sec .box1 .container form .hissu {
  background: #e83015;
  color: #fff;
  width: 45px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  float: right;
  font-size: 13px;
  margin-right: 10px;
}

.contact_sec .box1 .container form table {
  margin-bottom: 40px;
}

.contact_sec .box1 .container form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 0;
  border-bottom: 1px solid #cccccc;
}

.contact_sec .box1 .container form table tr th {
  display: block;
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../contact/images/bg2.png) center top;
  padding: 20px 30px 20px 0;
}

.contact_sec .box1 .container form table tr td {
  width: 740px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_sec .box1 .container form table tr td .list0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box1 .container form table tr td .list0 li {
  width: 20%;
}

.contact_sec .box1 .container form table tr td .list0 li:last-child {
  margin-bottom: 0;
  width: 100%;
}

.contact_sec .box1 .container form table tr td .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box1 .container form table tr td .list1 li {
  width: 33%;
}

.contact_sec .box1 .container form table tr td .list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact_sec .box1 .container form table tr td .list2 li {
  width: 20%;
}

.contact_sec .box1 .container form table tr td .list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact_sec .box1 .container form table tr td .list3 span {
  width: 20%;
}

.contact_sec .box1 .container form table tr td .list3 span input {
  width: 100%;
}

.contact_sec .box1 .container form table tr td .list3 strong {
  margin: 0 5px;
}

.contact_sec .box1 .container form table tr td .w400 {
  width: 400px;
  margin-left: 70px;
}

.contact_sec .box1 .container form table tr td .w90 {
  width: 90px;
}

.contact_sec .box1 .container form table tr td .w100 {
  width: 100%;
}

.contact_sec .box1 .container form table tr td input, .contact_sec .box1 .container form table tr td select {
  border: 1px solid #dadada;
  height: 35px;
}

.contact_sec .box1 .container form table tr td textarea {
  border: 1px solid #dadada;
  height: 150px;
  width: 100%;
}

.contact_sec .box1 .container form table tr:first-child {
  border-top: 1px solid #cccccc;
}

.contact_sec .box1 .container form .box_submit {
  text-align: center;
}

.contact_sec .box1 .container form .btn_sec_wrap {
  position: relative;
  width: 600px;
  margin: 30px auto 0;
}

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2 {
  width: 360px;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  background: #4c7ab2;
  color: #fff;
  z-index: 2;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2:hover {
  color: #fff !important;
  background: #000;
}

.contact_sec .box2 {
  padding: 40px 0;
  background: #f0f0f0;
}

.contact_sec .box2 .container {
  padding: 0 100px;
}

.contact_sec .box2 .container h2 {
  margin-bottom: 40px;
  text-align: center;
}

.contact_sec .box2 .container p {
  margin-bottom: 30px;
}

.contact_sec .box2 .container .white_sec {
  background: #fff;
  padding: 20px;
}

.contact_sec .box2 .container .white_sec ul {
  display: block;
}

.contact_sec .box2 .container .white_sec ul li {
  list-style-type: disc;
  margin-left: 20px;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .contact_sec .box1 .container form .ninni {
    float: right;
    margin-left: 0;
    margin-right: 3%;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .contact_sec .box1 .container form .hissu {
    float: right;
    margin-left: 0;
    margin-right: 3%;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .contact_sec .box1 {
    padding: 0 3% 8% 3%;
  }
  .contact_sec .box1 .container {
    padding: 0;
  }
  .contact_sec .box1 .container p {
    margin-bottom: 4%;
  }
  .contact_sec .box1 .container form {
    width: 100%;
  }
  .contact_sec .box1 .container form table {
    width: 100%;
  }
  .contact_sec .box1 .container form table tr {
    padding: 3% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact_sec .box1 .container form table tr th {
    width: 100%;
    padding: 2% 3%;
  }
  .contact_sec .box1 .container form table tr td {
    width: 100%;
    padding: 2% 0% 0 0%;
  }
  .contact_sec .box1 .container form table tr td input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact_sec .box1 .container form table tr td .list0 li {
    width: 100%;
  }
  .contact_sec .box1 .container form table tr td .list0 li .w400 {
    margin-left: 0;
    width: 100%;
  }
  .contact_sec .box1 .container form table tr td .list1 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact_sec .box1 .container form table tr td .list1 li {
    width: 48%;
  }
  .contact_sec .box1 .container form table tr td .list2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .contact_sec .box1 .container form table tr td .list2 li {
    width: 100%;
    margin-bottom: 4%;
  }
  .contact_sec .box1 .container form table tr td .list2 li:last-child {
    margin-bottom: 0;
  }
  .contact_sec .box1 .container form table tr td .list2 li select {
    width: 80%;
  }
  .contact_sec .box1 .container form table tr td .list3 span {
    width: 28%;
  }
  .contact_sec .box1 .container form .btn_sec_wrap {
    width: 100%;
  }
  .contact_sec .box1 .container form .btn_sec_wrap .btn_confirm2 {
    font-size: 15px;
    width: 100%;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .contact_sec .box2 {
    padding: 7% 3%;
  }
  .contact_sec .box2 .container {
    padding: 0;
  }
  .contact_sec .box2 .container h2 {
    margin-bottom: 7%;
  }
  .contact_sec .box2 .container h2 img {
    width: 60%;
  }
}

/* ========== end △ */

/* list */

.list_sec .container .wrap_box {
  position: relative;
  overflow: hidden;
}

.list_sec .container .wrap_box .w100 {
  width: 100%;
}

.list_sec .container .wrap_box .box {
  width: calc(20% - 10px);
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: center;
  position: relative;
  float: left;
}

/* .list_sec .container .my-sizer-element {
  width: 5%;
}
@media only screen and (max-width: 639px) {
  .list_sec .container .my-sizer-element {
    width: 10%;
  }
} */

.list_sec .container .wrap_box .box:hover figure img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.list_sec .container .wrap_box .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.list_sec .container .wrap_box .box figure {
  margin-bottom: 10px;
}

.list_sec .container .wrap_box .box:nth-child(5n) {
  margin-right: 0;
}

.list_sec .container .wrap_box .box p {
  line-height: 1.8;
}

.list_sec .container .wrap_box2 {
  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;
  width: 800px;
  margin: 60px auto 0;
}

.list_sec .container .wrap_box2 .left {
  width: 400px;
}

.list_sec .container .wrap_box2 .left h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
}

.list_sec .container .wrap_box2 .right {
  width: 380px;
}

.list_sec .container .wrap_box2 .right table tr:nth-child(odd) td {
  padding: 10px 20px;
  background: #f0f0f0;
}

.list_sec .container .wrap_box2 .right table tr:nth-child(even) td {
  padding: 10px 20px;
  background: #f9f9f9;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .list_sec {
    padding: 8% 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .list_sec .container .wrap_box .box {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
  .list_sec .container .wrap_box2 {
    width: 100%;
  }
  .list_sec .container .wrap_box2 .left {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .list_sec .container .wrap_box2 .right {
    width: 100%;
  }
}

/* ========== end △ */

/* recruit */

.recruit_sec .box1 {
  padding: 0px 0;
  margin-bottom: 80px;
}

.recruit_sec .box1 h2 {
  text-align: center;
  margin-bottom: 35px;
}

.recruit_sec .box1 p {
  text-align: left;
  padding: 0 100px;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.recruit_sec .box1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.recruit_sec .box1 ul li {
  margin-right: 20px;
}

.recruit_sec .box1 ul li:last-child {
  margin-right: 0;
}

.recruit_sec .box1 ul li a {
  display: block;
  width: 300px;
  color: #fff;
  text-decoration: none;
  padding: 9px 0;
  background: #4b7ab2;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.recruit_sec .box1 ul li a:hover {
  background: #000;
}

.recruit_sec .box2 {
  padding: 40px;
  padding: 30px 100px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit_sec .box2 h2 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: left;
}

.recruit_sec .box2 .wrap_table {
  margin-bottom: 40px;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(odd) th {
  background: #f0f0f0;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(odd) td {
  background: #f0f0f0;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(odd) td table th, .recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(odd) td table td {
  padding: 0;
  font-weight: normal;
  margin-bottom: 0;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(even) th, .recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(even) td {
  background: #fff;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr>th {
  width: 150px;
  padding: 15px 20px;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr>td {
  padding: 15px 20px;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr th {
  padding: 15px 0px;
  width: 210px;
  vertical-align: top;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr td {
  padding: 15px 0px;
}

.recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr:last-child {
  border-bottom: none;
}

.recruit_sec .box2 .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.recruit_sec .box2 .wrap_box .box {
  width: 480px;
  background: #f0f0f0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recruit_sec .box2 .wrap_box .box h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .recruit_sec .box1 {
    padding: 8% 3%;
    margin-bottom: 0%;
  }
  .recruit_sec .box1 h2 {
    margin-bottom: 5%;
  }
  .recruit_sec .box1 h2 img {
    width: 90%;
  }
  .recruit_sec .box1 p {
    padding: 0;
    font-size: 14px;
  }
  .recruit_sec .box1 ul li {
    width: 48%;
  }
  .recruit_sec .box1 ul li a {
    width: 100%;
  }
}

/* ========== end △ */

/* ▽ SP layout ========== */

@media only screen and (max-width: 639px) {
  .recruit_sec .box2 {
    padding: 8% 3%;
  }
  .recruit_sec .box2 .wrap_table {
    margin-bottom: 0;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3%;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr:nth-child(odd) {
    background: #f0f0f0;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr>th {
    width: 100%;
    padding: 0% 0%;
    margin-bottom: 3%;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr>td {
    width: 100%;
    padding: 0% 0%;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3% 0;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr th {
    width: 100%;
    padding: 0;
    margin-bottom: 3%;
  }
  .recruit_sec .box2 .wrap_table>table>tbody>tr>td table tr td {
    width: 100%;
    padding: 0;
  }
  .recruit_sec .box2 .wrap_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recruit_sec .box2 .wrap_box .box {
    width: 100%;
    margin-bottom: 5%;
    padding: 4%;
  }
}

/* ========== end △ */

#btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5%;
}

#btn li {
  font-size: 16px;
  margin: 0 1.4%;
  cursor: pointer;
}

#btn li:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  #btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #btn li {
    width: 33%;
    margin: 0;
    cursor: pointer;
    margin-bottom: 2%;
    font-size: 14px;
    text-align: center;
  }
}