@charset "UTF-8";
.kaso-top-img {
  position: relative;
  width: 100%;
  height: 350px;
  margin-top: 75px;
  background-size: cover;
  background-position: center;
}

.kaso-top-img.kaso-top-img_all {
  background-color: #255dab;
}

.kaso-top-img.kaso-top-img_saiyou {
  height: 450px;
  position: relative;
}

.kaso-top-img.kaso-top-img_saiyou .saiyou-inner {
  background-color: rgba(37, 93, 171, 0.5);
  background-blend-mode: normal;
  height: 100%;
}

.kaso-top-img.kaso-top-img_saiyou .saiyou-top-inner {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 50px 30px;
}

.kaso-top-img.kaso-top-img_saiyou .saiyou-top-gray {
  position: absolute;
  width: 40%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.kaso-top-img .kaso-top-img-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100px;
  margin: auto;
  text-align: center;
}

.kaso-top-img .kaso-top-img-inner p {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.kaso-top-img .kaso-top-img-inner p.kaso-top-img-text01 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.kaso-top-img .kaso-top-img-inner p.kaso-top-img-text02 {
  font-size: 14px;
  letter-spacing: 1.5px;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2 {
  position: static;
  width: 100%;
  height: 60px;
  border-left: solid 5px #ffffff;
  margin: 0 auto 20px auto;
  padding-left: 20px;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2 p {
  text-align: left;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b {
  position: static;
  width: 100%;
  height: 100%;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p {
  color: #ffffff;
  text-align: right;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03,
.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03 span {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03 span {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
}

.kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text04 {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (min-width: 100px) and (max-width: 991px) {
  .kaso-top-img.kaso-top-img_company {
    background-image: url(../../img/bg/bg_title_company_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_syaryou {
    background-image: url(../../img/bg/bg_title_syaryou_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_partner {
    background-image: url(../../img/bg/bg_title_partner_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_news {
    background-image: url(../../img/bg/bg_title_news_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_contact {
    background-image: url(../../img/bg/bg_title_contact_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_privacy {
    background-image: url(../../img/bg/bg_title_privacy_sp.jpg);
  }
  .kaso-top-img.kaso-top-img_saiyou {
    background-image: url(../../img/bg/bg_title_saiyou_sp.jpg);
    height: 450px;
  }
}

@media (min-width: 576px) {
  .kaso-top-img {
    height: 550px !important;
  }
}

@media (min-width: 992px) {
  .kaso-top-img {
    width: 100%;
    height: 600px !important;
    margin-top: 75px;
  }
  .kaso-top-img.kaso-top-img_company {
    background-image: url(../../img/bg/bg_title_company.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_syaryou {
    background-image: url(../../img/bg/bg_title_syaryou.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_partner {
    background-image: url(../../img/bg/bg_title_partner.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_news {
    background-image: url(../../img/bg/bg_title_news.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_contact {
    background-image: url(../../img/bg/bg_title_contact.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_privacy {
    background-image: url(../../img/bg/bg_title_privacy.jpg) !important;
  }
  .kaso-top-img.kaso-top-img_saiyou {
    background-image: url(../../img/bg/bg_title_saiyou.jpg);
  }
  .kaso-top-img.kaso-top-img_saiyou .saiyou-top-inner {
    padding: 100px;
  }
  .kaso-top-img .kaso-top-img-inner {
    width: 950px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2 {
    height: 100px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b {
    width: 100%;
    height: 400px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p {
    text-align: right;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03,
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03 span {
    font-size: 40px;
    line-height: 45px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text04 {
    margin-top: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .kaso-top-img {
    height: 600px !important;
    margin-top: 90px;
  }
  .kaso-top-img .kaso-top-img-inner p.kaso-top-img-text01 {
    font-size: 50px;
    line-height: 65px;
    letter-spacing: 4px;
  }
  .kaso-top-img .kaso-top-img-inner p.kaso-top-img-text02 {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2 {
    margin: 0 auto auto auto;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b {
    width: 100%;
    height: 400px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p {
    text-align: right;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03,
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text03 span {
    font-size: 80px;
    line-height: 84px;
  }
  .kaso-top-img .kaso-top-img-inner.kaso-top-img-inner2-b p.kaso-top-img-text04 {
    font-size: 30px;
  }
  .kaso-top-img.kaso-top-img_saiyou {
    height: 800px !important;
  }
  .kaso-top-img.kaso-top-img_saiyou .saiyou-top-inner {
    width: 1080px;
    padding: 150px 0;
  }
}

.kaso-main-nav {
  position: relative;
  width: 90%;
  margin: -50px auto 0 auto;
  z-index: 2;
}

.kaso-main-nav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.kaso-main-nav ul li {
  width: 50%;
  height: 70px;
}

.kaso-main-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #255dab;
  border: solid 1px #ffffff;
}

.kaso-main-nav ul li a:hover {
  background-color: #ffffff;
  border: solid 1px #255dab;
}

.kaso-main-nav ul li a:hover p,
.kaso-main-nav ul li a:hover span {
  color: #255dab;
}

.kaso-main-nav ul li a p,
.kaso-main-nav ul li a span {
  color: #ffffff;
  display: block;
}

.kaso-main-nav ul li a p {
  line-height: 20px;
}

.kaso-main-nav ul li a span {
  font-size: 10px;
  line-height: 12px;
}

.kaso-main-nav ul li a span:after {
  display: block;
  content: '\e5cf';
  font-size: 20px;
  line-height: 20px;
  font-family: 'Material Icons';
}

@media (min-width: 992px) {
  .kaso-main-nav ul li {
    width: 20%;
    height: 100px;
  }
  .kaso-main-nav ul li a {
    padding: 20px 5px;
  }
  .kaso-main-nav ul li a p {
    line-height: 25px;
  }
  .kaso-main-nav ul li a span {
    line-height: 15px;
  }
  .kaso-main-nav.kaso-main-nav2 ul {
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .kaso-main-nav {
    margin: -50px auto -50px auto;
  }
}

@media (min-width: 1200px) {
  .kaso-main-nav {
    width: 1080px;
  }
}

.marginbottom50 {
  margin-bottom: 50px;
}

.img-waku {
  border: solid 1px #c8c8c8;
}

.line-button {
  position: fixed;
  width: 30px;
  height: 110px;
  top: 130px;
  right: 0;
  overflow: hidden;
  z-index: 9;
}

.line-button a {
  background-color: #00b900;
  height: 110px;
  padding: 10px 5px;
}

.line-button a p {
  display: block;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 11px;
}

.line-button a img {
  width: 20px;
  height: 20px;
}

@media (min-width: 992px) {
  .line-button {
    width: 90px;
    height: 230px;
    top: 200px;
  }
  .line-button a {
    height: 230px;
    padding: 20px;
  }
  .line-button a p {
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }
  .line-button a img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }
}

article section {
  /* タブ切り替えここから */
  /* タブ切り替えここまで */
}

article section.section-blue {
  background-color: rgba(37, 93, 171, 0.1);
  margin: 30px 0 0 0;
  padding: 50px 0;
}

article section.section-blue2 {
  background-color: #255dab;
  padding: 50px 0;
}

article section.section-blue3 {
  background-color: rgba(37, 93, 171, 0.1);
  padding: 50px 0;
  margin-top: 0;
}

article section .section-div-so {
  width: 100%;
  height: auto;
  background-image: url("../../img/bg/bg_top_oaearth.jpg");
  background-size: 150% auto;
  background-position: top 50px left 0;
}

article section .div-con-full2 {
  display: block;
}

article section .div-con-full2 .content-left {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

article section .div-con-full2 .content-right {
  width: 100%;
  clear: both;
}

@media (min-width: 992px) {
  article section .section-div-so {
    background-image: url("../../img/bg/bg_company_earth.jpg") !important;
    background-size: 100% auto !important;
    background-position: top !important;
  }
}

article section .content-textfull01 p {
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 1200px) {
  article section .content-textfull01 p {
    font-size: 16px;
    line-height: 28px;
  }
}

article section .content-img01 {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}

article section table.table01 {
  width: 100%;
}

article section table.table01 tbody {
  width: 100%;
  display: block;
}

article section table.table01 tbody tr {
  display: block;
  width: 100%;
  border-bottom: solid 1px #c8c8c8;
  padding: 5px 10px;
  vertical-align: text-top;
}

article section table.table01 tbody tr:first-child {
  border-top: solid 1px #c8c8c8;
}

article section table.table01 tbody tr th,
article section table.table01 tbody tr td {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  text-align: left;
}

article section table.table01 tbody tr th {
  font-weight: 600;
}

article section table.table01 tbody tr .company-marks {
  display: block;
  width: 240px;
  height: 240px;
  margin: 20px auto;
  object-fit: contain;
}

article section table.table01 tbody tr .company-marks.display-pc {
  display: none;
}

article section table.table01 tbody tr .company-marks.display-sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto 20px auto;
}

article section table.table01 .map-button {
  display: block;
  /*margin-top: 5px;
                    p {
                        display: inline-block !important;
                    }*/
}

article section table.table02 {
  display: inline-block;
  width: 100%;
  padding: 0 1%;
  vertical-align: top;
}

article section table.table02 tbody tr {
  width: 100%;
}

article section table.table02 tbody tr th,
article section table.table02 tbody tr td {
  color: #ffffff;
  width: 100%;
}

article section table.table-form {
  width: 100%;
}

article section table.table-form tbody tr {
  display: block;
  border-bottom: solid 1px #c8c8c8;
  padding: 10px 0;
}

article section table.table-form tbody tr th,
article section table.table-form tbody tr td {
  display: block;
  width: 100%;
  text-align: left;
}

article section table.table-form tbody tr th p {
  line-height: 50px;
}

article section table.table-form tbody tr th p span {
  color: #255dab;
  font-weight: 600;
  font-size: 12px;
  border: solid 1px #255dab;
  line-height: 25px;
  margin: 6px auto;
  padding: 5px 10px;
  float: right;
}

article section table.table-form tbody tr td input[type="text"],
article section table.table-form tbody tr td input[type="email"],
article section table.table-form tbody tr td input[type="tel"],
article section table.table-form tbody tr td textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 5px 10px;
}

article section table.table-form tbody tr td input[type="text"],
article section table.table-form tbody tr td input[type="email"],
article section table.table-form tbody tr td input[type="tel"] {
  height: 50px;
}

article section table.table-form tbody tr td input[type="text"]:not(:first-child),
article section table.table-form tbody tr td input[type="email"]:not(:first-child),
article section table.table-form tbody tr td input[type="tel"]:not(:first-child) {
  margin-top: 10px;
}

article section table.table-form tbody tr td input[type="text"].yubin01,
article section table.table-form tbody tr td input[type="email"].yubin01,
article section table.table-form tbody tr td input[type="tel"].yubin01 {
  width: 60%;
}

article section table.table-form tbody tr td textarea {
  display: block;
  height: 300px;
}

article section table.table-form tbody tr td select {
  width: 32%;
  height: 50px;
  border: solid 1px #c8c8c8;
  padding: 5px 10px;
  background-image: url(../../img/icon/icon_sankaku.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 5px center;
}

article section table.table-form tbody tr td .form-radio {
  display: inline-block;
  line-height: 50px;
  margin-right: 20px;
}

article section table.table-form tbody tr td.select2 select {
  width: 100%;
}

@media (min-width: 992px) {
  article section table.table01 tbody tr {
    padding: 20px 0;
  }
  article section table.table01 tbody tr th {
    width: 270px;
  }
  article section table.table01 tbody tr td {
    width: 750px;
  }
  article section table.table01 tbody tr td input[type="text"].yubin01 {
    width: 80%;
  }
  article section table.table01 tbody tr .company-marks {
    width: 240px;
    height: 240px;
    margin: auto;
  }
  article section table.table01 tbody tr .company-marks.display-pc {
    display: block !important;
  }
  article section table.table01 tbody tr .company-marks.display-sp {
    display: none !important;
  }
  article section table.table01 .map-button {
    float: right;
    margin: auto;
  }
  article section table.table02 {
    display: inline-block;
    width: 48%;
  }
  article section table.table02 tbody tr {
    width: 100%;
  }
  article section table.table02 tbody tr th,
  article section table.table02 tbody tr td {
    color: #ffffff;
    width: 40%;
  }
  article section table.table-form tbody tr {
    display: flex;
    padding: 10px;
  }
  article section table.table-form tbody tr th,
  article section table.table-form tbody tr td {
    display: inline-block;
    width: 49%;
    display: block;
  }
  article section table.table-form tbody tr th {
    padding-right: 30px;
  }
}

article section .company-list-mokuji {
  margin-top: 200px;
  margin-bottom: 50px;
}

article section .company-list-mokuji ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

article section .company-list-mokuji ul li {
  width: 50%;
  height: 60px;
}

article section .company-list-mokuji ul li a {
  width: 100%;
  height: 100%;
  border: solid 1px #ffffff;
  background-color: #255dab;
  padding: 15px 5px;
}

article section .company-list-mokuji ul li a p {
  font-size: 10px;
  letter-spacing: -0.5px;
  color: #ffffff;
  overflow: hidden;
  vertical-align: bottom;
}

article section .company-list-mokuji ul li a p:after {
  display: inline-block;
  content: '\e5cf';
  font-size: 20px;
  line-height: 25px;
  font-family: 'Material Icons';
}

@media (min-width: 992px) {
  article section .company-list-mokuji {
    margin-top: 0;
    margin-bottom: 150px;
  }
  article section .company-list-mokuji ul {
    display: block;
    width: 290px;
  }
  article section .company-list-mokuji ul li {
    width: 290px;
  }
  article section .company-list-mokuji ul li a {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  article section .company-list-mokuji ul li a:hover {
    opacity: 0.7;
  }
  article section .company-list-mokuji ul li a p {
    font-size: 14px;
    letter-spacing: 1.5px;
    overflow: hidden;
  }
  article section .company-list-mokuji ul li a p:after {
    display: inline-block;
    float: right;
    font-size: 30px;
    line-height: 30px;
  }
}

article section details summary {
  cursor: pointer;
  display: block;
  color: transparent;
  margin: 20px 0;
}

article section details summary:hover {
  opacity: 0.7;
}

article section details summary .company-summary-full {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
}

article section details summary .company-summary-full .company-summary01 {
  display: inline-block;
  width: 100%;
  background-color: #255dab;
  padding: 0 20px;
}

article section details summary .company-summary-full .company-summary01 p {
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
}

article section details summary .company-summary-full .company-summary02 {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px;
  vertical-align: top;
}

article section details summary .company-summary-full .company-summary02 > p {
  display: inline-block;
  line-height: 22px;
  vertical-align: top;
}

article section details summary .company-summary-full .company-summary02 .map-button {
  margin: 0;
}

article section details summary .company-summary-full .company-summary03 {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: rgba(37, 93, 171, 0.2);
  text-align: center;
  padding: 5px;
}

article section details summary .company-summary-full .company-summary03 p {
  color: #323232;
  font-size: 14px;
}

article section details summary .company-summary-full .company-summary03 p:after {
  display: inline-block;
  content: '\e5cf';
  font-size: 20px;
  line-height: 15px;
  font-family: 'Material Icons';
  vertical-align: middle;
}

article section details .details-inner {
  margin: 30px auto;
}

article section details .details-inner .details-in-top {
  display: block;
}

article section details .details-inner .details-in-top .details-in-top-left {
  width: 100%;
  margin: 0;
}

article section details .details-inner .details-in-top .details-in-top-left img {
  width: 100%;
}

article section details .details-inner .details-in-top .details-in-top-right {
  width: 100%;
  margin: 10px auto 30px auto;
}

article section details .details-inner .details-in-top .details-in-top-right table.table01 tbody tr th {
  width: 130px;
}

article section details .details-inner .details-in-top .details-in-top-right table.table01 tbody tr td {
  width: 350px;
}

@media (min-width: 1200px) {
  article section details .details-inner summary .company-summary-full .company-summary03 {
    height: 90px !important;
  }
  article section details .details-inner .details-in-top {
    display: flex;
    width: 100%;
    padding: 30px 0;
  }
  article section details .details-inner .details-in-top .details-in-top-left {
    width: 47%;
    margin: 0 1%;
  }
  article section details .details-inner .details-in-top .details-in-top-right {
    width: 50%;
    margin: 0 auto;
  }
  article section details .details-inner .details-in-top .details-in-top-right table.table01 tbody tr th {
    width: 130px;
  }
  article section details .details-inner .details-in-top .details-in-top-right table.table01 tbody tr td {
    width: 350px;
  }
}

article section details.details02 summary .recruit-summary-full01 {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 1px #c8c8c8;
}

article section details.details02 summary .recruit-summary-full01 .recruit-summary01 {
  display: inline-block;
}

article section details.details02 summary .recruit-summary-full01 .company-summary03 {
  height: 35px;
}

article section details.details02 summary .recruit-summary-full02 {
  position: relative;
}

article section details.details02 summary .recruit-summary-full02 .recruit-summary01 {
  display: block;
  height: 85px;
}

article section details.details02 summary .recruit-summary-full02 .recruit-summary01 p {
  color: #255dab;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  font-weight: 600;
}

article section details.details02 summary .recruit-summary-full02 .company-summary03 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 35px;
}

article section details.details02 .details-inner {
  margin: -20px auto 0 auto;
}

article section details.details02 .details-inner.details-inner2 {
  background-color: #f7f7f7;
  padding: 20px;
}

article section details.details02 .details-inner .details2-in-left {
  display: block;
  width: 100%;
  margin: 30px 0 10px auto;
  vertical-align: top;
}

article section details.details02 .details-inner .details2-in-left p {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #255dab;
}

article section details.details02 .details-inner .details2-in-right {
  display: block;
  width: 100%;
  vertical-align: top;
}

article section details.details02 .details-inner .details2-in-right .table03 {
  display: block;
  width: 100%;
}

article section details.details02 .details-inner .details2-in-right .table03 tbody tr {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 15px 0;
  display: block;
  border-bottom: solid 1px #c8c8c8;
}

article section details.details02 .details-inner .details2-in-right .table03 tbody tr th {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}

article section details.details02 .details-inner .details2-in-right .table03 tbody tr th,
article section details.details02 .details-inner .details2-in-right .table03 tbody tr td {
  display: block;
}

@media (min-width: 1200px) {
  article section details summary .recruit-summary-full01 .company-summary03 {
    height: 90px !important;
  }
  article section details summary .recruit-summary-full02 {
    position: relative;
  }
  article section details summary .recruit-summary-full02 .recruit-summary01 {
    height: auto;
  }
  article section details summary .recruit-summary-full02 .recruit-summary01 p {
    font-size: 28px !important;
    line-height: 90px !important;
  }
  article section details summary .recruit-summary-full02 .company-summary03 {
    top: 0;
    bottom: auto;
  }
  article section details summary .company-summary-full {
    height: 90px;
  }
  article section details summary .company-summary-full .company-summary01 {
    display: inline-block;
    width: 350px;
    padding: 0 20px;
  }
  article section details summary .company-summary-full .company-summary01 p {
    font-size: 18px;
    line-height: 90px;
  }
  article section details summary .company-summary-full .company-summary02 {
    width: 590px;
    height: 90px;
    padding: 20px 15px;
  }
  article section details summary .company-summary-full .company-summary02 > p {
    line-height: 26px;
  }
  article section details summary .company-summary-full .company-summary02 .map-button {
    float: right;
    /*margin: 12px 0;*/
  }
  article section details summary .company-summary-full .company-summary03 {
    display: inline-block;
    width: 130px;
    height: 90px !important;
    padding: 20px 20px 12px 20px;
    float: right;
    background-color: #255dab !important;
  }
  article section details summary .company-summary-full .company-summary03 p {
    font-size: 14px;
    color: #ffffff !important;
  }
  article section details summary .company-summary-full .company-summary03 p:after {
    display: block;
    font-size: 30px;
    line-height: 30px;
  }
  article section details summary .recruit-summary-full01 .company-summary03 {
    height: 90px;
  }
  article section details summary .recruit-summary-full01 .company-summary03 p {
    color: #ffffff;
  }
  article section details .details-inner {
    margin: -20px auto 0 auto;
  }
  article section details .details-inner.details-inner2 {
    background-color: #f7f7f7;
    padding: 20px;
  }
  article section details .details-inner .details2-in-left {
    display: inline-block !important;
    width: 30% !important;
    margin: 30px 0;
  }
  article section details .details-inner .details2-in-left p {
    font-size: 28px;
    line-height: 42px;
  }
  article section details .details-inner .details2-in-right {
    display: inline-block !important;
    width: 68% !important;
  }
  article section details .details-inner .details2-in-right .table03 tbody tr {
    margin: 10px;
  }
  article section details .details-inner .details2-in-right .table03 tbody tr th {
    width: 250px;
  }
  article section details .details-inner .details2-in-right .table03 tbody tr th,
  article section details .details-inner .details2-in-right .table03 tbody tr td {
    display: inline-block;
  }
  article section details.details02 summary .recruit-summary-full02 .company-summary03 {
    height: 90px !important;
  }
}

article section .title-blue p {
  color: #255dab;
  font-size: 22px;
  line-height: 60px;
  font-weight: 600;
}

@media (min-width: 992px) {
  article section .title-blue p {
    font-size: 38px;
    line-height: 90px;
  }
}

article section .details-on {
  display: block;
}

article section .details-off {
  display: none;
}

article section details[open] .details-on {
  display: none;
}

article section details[open] .details-off {
  display: block;
}

article section details[open] .details-inner {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

article section .soukofull .souko-title p {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
  vertical-align: text-bottom;
}

article section .soukofull .souko-title p:before {
  content: '';
  display: inline-block;
  background-color: #255dab;
  width: 6px;
  height: 30px;
  margin-right: 10px;
}

article section .souko-inner {
  border-bottom: solid 1px #c8c8c8;
  /*.souko-in-con {
                padding: 10px;
                overflow: hidden;
                .souko-in-con-left {
                    display: inline-block;
                    width: 100%;
                    .souko-in-con-left01 {
                        display: block;
                        width: 100%;
                        .souko-in-con-left01-p01 {
                            width: 100%;
                            font-weight: 600;
                            font-size: 16px;
                            margin-top: 10px;
                            span {
                                color: #255dab;
                                font-weight: 600;
                                font-size: 18px;
                            }
                        }
                        p {
                            display: inline-block;
                            vertical-align: top;
                        }
                        .map-button {
                      
                        }
                    }
                    .souko-in-con-left02 {
                        display: block;
                        width: 100%;
                        margin-top: 10px;
                        padding: 15px 20px;
                        background-color: rgba(37, 93, 171, 0.1);
                    }
                }
                .souko-in-con-right {
                    height: auto;
                    margin: 20px auto 0 auto;
                    img {
                        width: 100%;
                        height: auto;
                        object-fit: cover;
                    }
                }
            }*/
}

article section .souko-inner:nth-of-type(2) {
  border-top: solid 1px #c8c8c8;
}

article section .souko-inner .souko-in-con {
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  article section .souko-inner .souko-in-con {
    flex-direction: row;
  }
}

article section .souko-inner .souko-in-con .souko-in-con-left {
  width: 100%;
}

article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 {
  width: 100%;
}

article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 .souko-in-con-left01-p01 {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}

article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 .souko-in-con-left01-p01 span {
  color: #255dab;
  font-weight: 600;
  font-size: 18px;
}

article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 p {
  display: inline-block;
  vertical-align: top;
}

article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left02 {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 15px 20px;
  background-color: rgba(37, 93, 171, 0.1);
}

article section .souko-inner .souko-in-con .souko-in-con-right {
  height: auto;
  margin: 20px auto 0 auto;
}

article section .souko-inner .souko-in-con .souko-in-con-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 992px) {
  article section .souko-inner .souko-in-con {
    padding: 20px;
  }
  article section .souko-inner .souko-in-con .souko-in-con-left {
    width: 860px;
  }
  article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 {
    display: inline-block;
    width: 100%;
  }
  article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 .souko-in-con-left01-p01 {
    width: 300px;
    margin-top: 0;
    font-size: 18px;
  }
  article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left01 .map-button {
    /*margin: 10px 0;*/
    float: right;
  }
  article section .souko-inner .souko-in-con .souko-in-con-left .souko-in-con-left02 {
    width: 100%;
    margin-top: 10px;
    padding: 15px 20px;
  }
  article section .souko-inner .souko-in-con .souko-in-con-right {
    height: 120px;
    margin: auto;
    float: right;
  }
  article section .souko-inner .souko-in-con .souko-in-con-right img {
    width: 160px;
    height: 120px;
  }
}

article section .company-subtitle-full {
  width: 100%;
  height: 70px;
  margin: 50px auto 30px auto;
  border: solid 1px #255dab;
  padding: 0 30px;
  background-color: rgba(37, 93, 171, 0.1);
}

article section .company-subtitle-full > div {
  display: inline-block;
  vertical-align: top;
}

article section .company-subtitle-full .company-subtitle01 {
  width: 350px;
}

article section .company-subtitle-full .company-subtitle01 p {
  color: #255dab;
  font-size: 18px;
  font-weight: 600;
  line-height: 70px;
}

article section .company-subtitle-full .company-subtitle02 p {
  padding: 20px 0;
}

article section .company-subtitle-full .company-subtitle02 p.textlong {
  padding: 10px 0;
}

article section .company-subtitle-full .company-subtitle03 {
  margin: 20px auto;
  float: right;
}

article section .move-slider2 .slider2 li img {
  width: 100%;
  height: auto;
}

article section .move-slider2 .slider2-s li {
  cursor: pointer;
}

article section .move-slider2 .slider2-s li:hover {
  opacity: 0.8;
}

article section .move-slider2 .slider2-s li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

article section .move-slider2 .slider2-s li.slick-current {
  border: solid 5px #255dab;
}

article section .move-slider2 .truck-text {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #255dab;
}

article section .move-slider2 .truck-text p {
  display: block;
  color: #ffffff;
  line-height: 20px;
}

article section .move-slider2 .truck-text p:first-child {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

article section .move-slider2 .truck-text p:last-child {
  font-size: 16px;
}

@media screen and (min-width: 100px) and (max-width: 991px) {
  article section .move-slider2 .slider2-s.slick-slider .slick-track,
  article section .move-slider2 .slick-slider .slick-list {
    width: 100% !important;
  }
  article section .move-slider2 .slider2-s li {
    width: 18% !important;
    height: 70px !important;
    margin: 1% !important;
  }
}

@media (min-width: 992px) {
  article section .move-slider2 .slider2-s li {
    width: 18% !important;
    height: 130px !important;
    margin: 0 1% !important;
  }
  article section .move-slider2 .truck-text {
    height: 60px;
    padding: 0 30px;
  }
  article section .move-slider2 .truck-text p {
    display: inline-block;
    color: #ffffff;
    line-height: 60px;
  }
  article section .move-slider2 .truck-text p:first-child {
    font-size: 28px;
  }
  article section .move-slider2 .truck-text p:last-child {
    float: right;
    font-size: 18px;
  }
}

article section.section-partner {
  margin-bottom: -100px;
  padding: 100px 0;
  position: relative;
}

article section.section-partner:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../../img/bg/bg_partner_back_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  /*background-position: 50% 100%;*/
}

@media (min-width: 992px) {
  article section.section-partner:before {
    background-image: url("../../img/bg/bg_partner_back.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
}

article section .contents-01 {
  display: block;
  padding: 50px 0;
}

article section .contents-01 .contents-01-left {
  width: 100%;
}

article section .contents-01 .contents-01-right {
  width: 100%;
  text-align: center;
}

article section .contents-01 .contents-01-right .tel-button {
  width: 100%;
}

@media (min-width: 1200px) {
  article section .contents-01 {
    display: flex;
    padding: 50px;
  }
  article section .contents-01 .contents-01-left {
    width: 50%;
    margin-right: 20px;
  }
  article section .contents-01 .contents-01-right {
    width: 50%;
    margin-left: 20px;
    text-align: center;
  }
  article section .contents-01 .contents-01-right .tel-button {
    width: 250px;
  }
}

article section .contents-02 {
  margin: 30px auto;
}

article section .text-blue {
  color: #255dab;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

@media (min-width: 992px) {
  article section .text-blue {
    font-size: 28px;
    line-height: 42px;
  }
}

article section .tab-title {
  background-color: #255dab;
  width: 100%;
  height: 60px;
}

article section .tab-title p {
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
}

article section .tab-title p span {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  border: solid 1px #ffffff;
  line-height: 25px;
  margin: auto;
  padding: 5px 10px;
}

@media (min-width: 992px) {
  article section .tab-title {
    height: 80px;
  }
  article section .tab-title p {
    line-height: 80px;
    font-size: 18px;
  }
  article section .tab-title p span {
    margin: auto 10px;
  }
}

article section .contact-tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

article section .tab_item {
  position: relative;
  display: inline-block;
  background-color: #c8c8c8;
  width: 33.3%;
  height: 60px;
  padding: 10px;
  line-height: 15px;
  font-size: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #255dab;
  text-align: center;
  float: left;
}

article section .tab_item:hover {
  background-color: #255dab;
  border: 1px solid #255dab;
  color: #ffffff;
}

@media (min-width: 992px) {
  article section .tab_item {
    height: 80px;
    line-height: 80px;
    padding: 0;
    font-size: 16px;
  }
}

article section .contact-tabs2 .tab_item {
  width: 50%;
  height: 45px;
}

@media (min-width: 992px) {
  article section .contact-tabs2 .tab_item {
    height: 80px;
  }
}

article section input[name="tab_item"] {
  display: none;
}

article section .tab_content {
  display: none;
  padding: 30px 20px;
  clear: both;
  overflow: hidden;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  article section .tab_content {
    padding: 50px;
  }
}

article section #tab1:checked ~ #tab1_content,
article section #tab2:checked ~ #tab2_content,
article section #tab3:checked ~ #tab3_content {
  display: block;
}

article section #tab1:checked ~ #tab1-label,
article section #tab2:checked ~ #tab2-label,
article section #tab3:checked ~ #tab3-label {
  background-color: #255dab;
  border-top: 1px solid #255dab;
  border-right: 1px solid #255dab;
  border-left: 1px solid #255dab;
  color: #ffffff;
}

article section #tab1:checked ~ #tab1-label:after,
article section #tab2:checked ~ #tab2-label:after,
article section #tab3:checked ~ #tab3-label:after {
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  content: '';
  display: block;
  width: 20px;
  height: 15px;
  margin: 10px auto 0 auto;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #255dab transparent transparent transparent;
}

@media (min-width: 992px) {
  article section #tab1:checked ~ #tab1-label:after,
  article section #tab2:checked ~ #tab2-label:after,
  article section #tab3:checked ~ #tab3-label:after {
    position: static;
    margin: -1px auto 0 auto;
  }
}

article section .tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

article section .formfull.formfull2 {
  background-color: #ffffff;
  padding: 20px;
}

article section .formfull .form-check {
  width: 100%;
  margin: 50px auto;
  text-align: left;
}

article section .formfull .form-check input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}

article section .formfull .form-check p {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}

@media (min-width: 992px) {
  article section .formfull.formfull2 {
    padding: 50px;
  }
  article section .formfull .form-check {
    text-align: center;
  }
  article section .formfull .form-check p {
    width: auto;
  }
}

article section input[type="submit"] {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border: solid 1px #255dab;
  font-weight: 600;
  color: #255dab;
}

article section input[type="submit"]:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
  background-color: #255dab;
}

@media (min-width: 992px) {
  article section input[type="submit"] {
    width: 500px;
    height: 80px;
  }
}

article section .contact-div01 p {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

article section .contact-div01 div {
  display: block;
  margin: 20px auto;
}

article section .contact-div01 div a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: solid 1px #255dab;
  color: #255dab;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 992px) {
  article section .contact-div01 div {
    display: inline-block;
    margin: 50px 0 50px 20px;
  }
  article section .contact-div01 div a {
    width: 520px;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
  }
}

article section .contact-div02 {
  margin: 50px auto;
}

article section .contact-div02 .contact-div02-inner {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-left {
  width: 100%;
  width: 100%;
  background-color: #255dab;
}

article section .contact-div02 .contact-div02-inner .contact-div02-left p {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding: 20px;
  text-align: left;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right {
  width: 100%;
  border: solid 1px #255dab;
  padding: 15px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels {
  display: inline-block;
  width: 100%;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels:first-child {
  margin-bottom: 10px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div {
  display: inline-block;
  vertical-align: top;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div p {
  font-size: 12px;
  color: #255dab;
  font-weight: 600;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div:first-child {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #c8c8c8;
  text-align: center;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div:first-child p {
  line-height: 40px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-tel p:first-child {
  font-size: 24px;
  line-height: 30px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-tel p:last-child {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  line-height: 10px;
}

article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-fax p {
  font-size: 24px;
  line-height: 45px;
}

@media (min-width: 992px) {
  article section .contact-div02 .contact-div02-inner {
    display: flex;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-left {
    width: 380px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-left p {
    font-size: 16px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right {
    width: 720px;
    padding: 20px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels {
    width: 325px;
    margin-bottom: 0;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div:first-child {
    width: 70px;
    height: 50px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div:first-child p {
    font-size: 14px;
    line-height: 50px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-tel p:first-child {
    font-size: 28px;
    line-height: 35px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-tel p:last-child {
    line-height: 15px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-right .contact-div02-tels div.contact-fax p {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (min-width: 1200px) {
  article section .contact-div02 .contact-div02-inner {
    height: 90px;
  }
  article section .contact-div02 .contact-div02-inner .contact-div02-left p {
    padding: 0;
    line-height: 90px;
    text-align: center;
  }
}

article section .privacy-a {
  display: inline-block;
  color: #255dab;
  font-weight: 600;
}

article section .privacy-p {
  line-height: 30px;
}

article section .privacy-p span {
  font-weight: 600;
}

@media (min-width: 992px) {
  article section.section-blue {
    margin: 50px 0 0 0;
    padding: 130px 0;
  }
  article section.section-blue2 {
    padding: 130px 0;
  }
  article section .content-img01 {
    width: 100%;
    height: auto;
  }
  article section .div-con-full2 {
    display: flex !important;
  }
  article section .div-con-full2 .content-left {
    width: 50%;
  }
  article section .div-con-full2 .content-right {
    width: 50%;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}

article .kaso-wide-text {
  padding: 50px 0;
  background-color: #255dab;
}

article .kaso-wide-text.kaso-wide-text2 {
  margin-top: -160px;
  padding: 180px 0 50px 0;
}

article .kaso-wide-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 90%;
  margin: auto;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1200px) {
  article .kaso-wide-text {
    padding: 100px 0;
  }
  article .kaso-wide-text.kaso-wide-text2 {
    margin-top: 0;
    padding: 150px 0 100px 0;
  }
  article .kaso-wide-text p {
    font-size: 28px;
    line-height: 42px;
  }
}

.map-button {
  display: inline-block;
  margin-top: 5px;
  background: url(../../img/icon/GoogleMap.svg) no-repeat;
  background-color: #335CA2;
  background-position: center center;
  background-size: 70% auto;
  padding: 4px;
  border-radius: 20px;
  width: 140px;
  height: 30px;
  text-indent: -9999px;
}

@media (min-width: 992px) {
  .map-button {
    height: 40px;
  }
}

/*.map-button {
    position: relative;
    z-index: 100;
    display: inline-block;
    width: 140px;
    height: 28px;
    border-radius: 14px;
    background-color: #255dab;
    text-align: center;
  
    a {
        display: block;
        &:hover {
            opacity: 0.7;
        }
    }
    img {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin: 7px 5px 7px 0;
    }
    p {
        display: inline-block;
        color: #ffffff;
        vertical-align: top;
        font-size: 11px;
        line-height: 28px;
    }
}*/
.news-full .news-left {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  vertical-align: top;
}

.news-full .news-left .news-singles {
  display: block;
  padding: 10px;
  margin-right: 0;
  width: 100%;
}

.news-full .news-left .news-singles .news-singles-img {
  display: inline-block;
}

@media (max-width: 767px) {
  .news-full .news-left .news-singles .news-singles-img {
    display: block;
    margin: 0 auto 20px auto;
  }
}

.news-full .news-left .news-singles .news-singles-img img {
  display: block;
  width: 90%;
  height: 200px;
  margin: 0 auto;
  object-fit: contain;
  border: solid 1px #c8c8c8;
}

.news-full .news-left .news-singles .news-singles-text {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #c8c8c8;
  vertical-align: top;
}

.news-full .news-left .news-singles .news-singles-text time {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.news-full .news-left .news-singles .news-singles-text span {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  margin: 0 20px;
  background: #255dab;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.news-full .news-left .news-singles .news-singles-text p {
  display: block;
  margin: 5px 0;
  font-size: 20px;
  padding: 20px 0 10px 0;
}

@media (max-width: 767px) {
  .news-full .news-left .news-singles .news-singles-text p {
    font-size: 16px;
  }
}

.news-full .news-left .news-singles .news-singles-text.news-singles-text2 {
  width: 100%;
  margin-bottom: 40px;
}

.news-full .news-left .news-singles .news-contents p {
  margin: 10px 0 30px 0;
}

.news-full .news-left .news-singles .news-contents a {
  display: inline-block;
  color: #c8c8c8;
  font-weight: 600;
}

.news-full .news-left .news-singles .news-contents a:hover {
  color: #255dab;
}

.news-full .news-left .news-singles .news-contents a,
.news-full .news-left .news-singles .news-contents p, .news-full .news-left .news-singles .news-contents strong {
  font-size: 14px;
  line-height: 24px;
}

.news-full .news-left .news-singles .news-contents strong {
  font-weight: bold;
}

.news-full .news-left .news-singles .news-contents h2,
.news-full .news-left .news-singles .news-contents h3,
.news-full .news-left .news-singles .news-contents h4,
.news-full .news-left .news-singles .news-contents h5,
.news-full .news-left .news-singles .news-contents h6 {
  font-weight: 600;
  margin: 10px 0;
}

.news-full .news-left .news-singles .news-contents h2 {
  color: #255dab;
  font-size: 22px;
}

.news-full .news-left .news-singles .news-contents h3 {
  font-size: 20px;
  line-height: 35px;
  vertical-align: top;
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: solid 1px #c8c8c8;
}

.news-full .news-left .news-singles .news-contents h3:before {
  content: '';
  display: inline-block;
  background-color: #255dab;
  width: 6px;
  height: 30px;
  margin-right: 10px;
}

.news-full .news-left .news-singles .news-contents h4 {
  color: #255dab;
  font-size: 20px;
}

.news-full .news-left .news-singles .news-contents h5 {
  color: #323232;
  font-size: 20px;
}

.news-full .news-left .news-singles .news-contents h6 {
  color: #323232;
  font-size: 16px;
}

.news-full .news-left .news-singles .news-contents img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.news-full .news-left .news-singles .news-contents a {
  color: #255dab;
}

.news-full .news-left .news-singles .news-contents a.linkbtn {
  color: #fff;
  background-color: #255dab;
  padding: 10px 20px;
}

.news-full .news-left .news-singles.recruit_news .news-singles-text span {
  background-color: #E37239;
}

.news-full .news-right {
  display: inline-block;
  width: 100%;
  margin: 30px auto;
  vertical-align: top;
}

.news-full .news-right .news-cat-full {
  margin-bottom: 30px;
}

.news-full .news-right .news-cat-full .news-cat-title {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: solid 1px #c8c8c8;
}

.news-full .news-right .news-cat-full .news-cat-title p {
  font-size: 18px;
  color: #255dab;
  font-weight: 600;
}

.news-full .news-right .news-cat-full .news-cat-con ul li a {
  display: inline-block;
}

.news-full .news-right .news-cat-full .news-cat-con ul li a p {
  font-size: 14px;
  line-height: 28px;
}

@media (min-width: 992px) {
  .news-full .news-left {
    width: 780px;
    margin-right: 35px;
  }
  .news-full .news-left .news-singles {
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }
  .news-full .news-left .news-singles .news-singles-img {
    display: inline-block !important;
    margin-right: 20px !important;
  }
  .news-full .news-left .news-singles .news-singles-img img {
    width: 170px !important;
    height: 110px !important;
  }
  .news-full .news-left .news-singles .news-contents h2 {
    font-size: 30px;
  }
  .news-full .news-left .news-singles .news-contents a,
  .news-full .news-left .news-singles .news-contents p, .news-full .news-left .news-singles .news-contents strong {
    font-size: 16px;
    line-height: 26px;
  }
  .news-full .news-right {
    width: 250px;
    margin: auto;
  }
  .news-full .news-right .news-cat-full {
    margin-bottom: 200px;
  }
  .news-full .news-right .news-cat-full .news-cat-title {
    padding: 15px 0 !important;
  }
  .news-full .news-right .news-cat-full .news-cat-con ul li a p {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .category .news-full .news-left .news-singles .news-singles-text {
    display: inline-block !important;
    width: 580px !important;
    padding: 20px 0 !important;
  }
  .category .news-full .news-left .news-singles .news-singles-text p {
    margin: 10px 0 !important;
  }
}

.category .news-full .news-left .news-singles .news-singles-text p {
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  .category .news-full .news-left .news-singles .news-singles-text p {
    font-size: 14px;
  }
}

/* ページャー */
.pager {
  margin: 10px auto;
}

.pager ul.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pager ul.pagination li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}

.pager ul.pagination li.pagination-long {
  width: 100px;
}

.pager ul.pagination li a {
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: #323232;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

/* .pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
} */
.pager .pagination li a:hover,
.pager .pagination li a.active {
  background: #255dab;
  color: #ffffff;
}

@media (min-width: 992px) {
  .pager {
    margin: 100px auto;
  }
  .pager ul.pagination {
    text-align: left;
  }
  .pager ul.pagination li {
    width: 50px;
    height: 50px;
  }
  .pager ul.pagination li.pagination-long {
    width: 200px;
  }
  .pager ul.pagination li a {
    line-height: 50px;
    font-size: 14px;
  }
}

.breadcrumb {
  width: 1080px;
  margin: 20px auto;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li a {
  letter-spacing: 3px;
  margin: 0 10px;
}

.tyuto {
  display: block;
  padding: 40px 0;
  text-align: center;
}

.caution {
  width: 100%;
  height: auto;
  display: block;
  padding: 40px;
  background-color: #fff;
  margin: 20px 0;
}

.caution h3 {
  font-weight: bold;
  color: #32599E;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 24px 0;
}

@media (min-width: 992px) {
  .caution h3 {
    font-size: 26px;
  }
}

.caution p strong {
  display: block;
  text-align: center;
  font-size: 15px;
}

@media (min-width: 992px) {
  .caution p strong {
    font-size: 18px;
  }
}

.caution u {
  border-bottom: 1px solid #e92309;
}

a.inline {
  display: inline-block;
  font-size: 15px;
  text-decoration: underline;
}
