@charset "UTF-8";
/*pdficon*/
.article_fileicon {
  margin: 30px 0 20px 0;
  font-size: 0.75rem;
  line-height: 1.5em;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .article_fileicon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.article_fileicon_img {
  margin-right: 15px;
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_img {
    width: 100%;
  }
}
@media print, screen and (max-width: 575px) {
  .article_fileicon_txt {
    padding-top: 10px;
  }
}

#article .file_size {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 1024px) {
  #article .file_size {
    font-size: 0.75rem;
  }
}

#article [class^=icon_] {
  padding: 0 5px;
  margin: 0px 10px;
  font-size: 0.75rem;
  line-height: 1.8em;
  color: #FFFFFF;
  display: inline-block;
}

.icon_pdf {
  background: #9E0000;
}

.icon_xls {
  background: #217547;
}

.icon_xlsx {
  background: #217547;
}

.icon_xlsm {
  background: #217547;
}

.icon_csv {
  background: #848484;
}

.icon_tsv {
  background: #848484;
}

.icon_doc {
  background: #153B86;
}

.icon_rtf {
  background: #153B86;
}

.icon_docx {
  background: #153B86;
}

.icon_jtd {
  background: #DB1718;
}

.icon_gif {
  background: #76720F;
}

.icon_jpeg {
  background: #76720F;
}

.icon_jpg {
  background: #76720F;
}

.icon_bmp {
  background: #76720F;
}

.icon_mp3 {
  background: #509C15;
}

.icon_mp4 {
  background: #412184;
}

.icon_png {
  background: #76720F;
}

.icon_ppt {
  background: #C05203;
}

.icon_pptx {
  background: #C05203;
}

.icon_sxc {
  background: #076A00;
}

.icon_sxw {
  background: #163A86;
}

.icon_wav {
  background: #4F9C12;
}

.icon_wmv {
  background: #A02F07;
}

.icon_xdw {
  background: #006A54;
}

.icon_xls {
  background: #0B6606;
}

.icon_xlsx {
  background: #0B6606;
}

.icon_zip {
  background: #646464;
}

.icon_link {
  background: #385B99;
}

.icon_docment {
  background: #C00000;
}

.filesize {
  font-size: 0.625rem;
}
@media print, screen and (min-width: 1024px) {
  .filesize {
    font-size: 0.75rem;
  }
}

#article {
  padding-top: 40px;
}
@media print, screen and (max-width: 767px) {
  #article img {
    max-width: 100%;
    height: auto !important;
  }
}
#article a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#article p {
  margin-bottom: 15px;
}
#article ul {
  margin: 10px 0 15px 20px;
  padding: 0;
  list-style: none;
}
#article ul li {
  position: relative;
  padding: 2px 0 7px 15px;
}
#article ul li ul {
  margin: 5px 0 5px 5px;
}
#article ul li ol {
  margin: 0px;
}
#article ul li ol li:after {
  background: none;
}
#article ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.1em;
  width: 6px;
  height: 6px;
  background-color: #0A3794;
  border-radius: 100%;
}
#article ul.inline {
  margin: 0;
}
#article ul.inline li {
  display: inline;
  margin-left: 5px;
}
#article ol {
  margin: 10px 0 15px 35px;
  padding: 2px 0 7px 15px;
}
#article ol li {
  padding: 2px 0 7px 0;
  background: none;
}
#article ol li ul {
  margin: 5px 0 5px 5px;
}
#article ol li ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding: 2px 0 7px 20px;
}
#article ol li ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.1em;
  width: 6px;
  height: 6px;
  background-color: #0A3794;
  border-radius: 100%;
}
#article dl dt {
  color: #0A3794;
  font-weight: bold;
}
#article dl dd {
  padding-left: 2em;
}
#article table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0px;
}
#article table caption {
  display: none;
}
#article table th, #article table td {
  border: 1px solid #DFDFDF;
  padding: 7px;
}
@media print, screen and (min-width: 1024px) {
  #article table th, #article table td {
    padding: 10px;
  }
}
#article table th {
  text-align: left;
  color: #0A3794;
  background: #EFF5FF;
  width: 40%;
}
@media print, screen and (min-width: 768px) {
  #article table th {
    width: 30%;
  }
}
@media print, screen and (min-width: 1024px) {
  #article table th {
    width: 25%;
  }
}

/* categorytitle */
.cate_ttl {
  background: #0A3794;
  position: relative;
}
.cate_ttl .inner {
  padding: 0 1.5rem;
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 576px) {
  .cate_ttl .inner {
    height: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner {
    height: 280px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner {
    height: 380px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cate_ttl .inner {
    height: 450px;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner::after {
    width: 280px;
    height: 207px;
    content: "";
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: -30px;
    clip-path: polygon(0 var(--skew-photo-v), 100% 0, 100% calc(100% - var(--skew-photo-v)), 0 100%);
  }
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner::after {
    width: 350px;
    height: 259px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cate_ttl .inner::after {
    width: 500px;
    height: 370px;
    right: 0;
    bottom: -50px;
  }
}
.cate_ttl .inner h1 {
  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;
  margin-top: 60px;
  gap: 30px;
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner h1 {
    gap: 35px;
  }
}
.cate_ttl .inner h1 span {
  line-height: 1;
}
.cate_ttl .inner h1 span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner h1 span.en {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner h1 span.en {
    font-size: 3.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .cate_ttl .inner h1 span.en {
    font-size: 3.75rem;
  }
}
.cate_ttl .inner h1 span.en::after {
  content: "";
  display: inline-block;
  width: 6px;
  background-color: #2C9A87;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  height: 40px;
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner h1 span.en::after {
    margin-left: 35px;
    height: 50px;
  }
}
.cate_ttl .inner h1 span.ja {
  font-size: 1.25rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner h1 span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .inner h1 span.ja {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner.news::after {
    background: url("../images/news_header.jpg") no-repeat center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner.business::after {
    background: url("../images/business_header.jpg") no-repeat center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner.company::after {
    background: url("../images/company_header.jpg") no-repeat center/contain;
  }
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .inner.recruit::after {
    background: url("../images/recruit_header.jpg") no-repeat center/contain;
  }
}
.cate_ttl .header-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 65px;
  background-color: #010C56;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 1; /* コンテンツの下に配置 */
}
@media print, screen and (min-width: 768px) {
  .cate_ttl .header-triangle {
    width: 480px;
    height: 196px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cate_ttl .header-triangle {
    width: 640px;
    height: 261px;
  }
}
@media print, screen and (min-width: 1200px) {
  .cate_ttl .header-triangle {
    width: 800px;
    height: 326px;
  }
}

/* pagetitle */
.page_ttl {
  position: relative;
}
.page_ttl::before, .page_ttl::after {
  content: "";
  position: absolute;
}
.page_ttl::before {
  left: -140px;
  top: 0px;
  width: 267px;
  height: 118px;
  background: url(../images/page_ttl_l.png) no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  .page_ttl::before {
    width: 401px;
    height: 177px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_ttl::before {
    width: 534px;
    height: 236px;
    top: -30px;
    left: 0;
  }
}
.page_ttl::after {
  right: -200px;
  top: -30px;
  width: 339px;
  height: 121px;
  background: url(../images/page_ttl_r.png) no-repeat center/contain;
}
@media print, screen and (min-width: 768px) {
  .page_ttl::after {
    width: 509px;
    height: 182px;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_ttl::after {
    width: 678px;
    height: 242px;
    top: -60px;
    right: -40px;
  }
}
.page_ttl .inner {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .page_ttl .inner {
    padding: 40px 0;
  }
}
.page_ttl .inner .category {
  background: #FFF;
  color: #51402A;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 1200px) {
  .page_ttl .inner .category {
    margin-bottom: 10px;
  }
}
.page_ttl .inner .date {
  color: #51402A;
  font-family: "Noto Sans JP", "sans-serif";
  font-weight: bold;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .inner .date {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .page_ttl .inner .date {
    font-size: 2rem;
  }
}
.page_ttl .inner h1 {
  position: relative;
  z-index: 2;
  line-height: 2.8rem;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .page_ttl .inner h1 {
    line-height: 4.2rem;
  }
}
.page_ttl .inner h1 span {
  display: inline-block;
  color: #51402A;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media print, screen and (min-width: 576px) {
  .page_ttl .inner h1 span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .page_ttl .inner h1 span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .page_ttl .inner h1 span {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_ttl .inner h1 span {
    font-size: 3rem;
  }
}

h2.pagetitle {
  color: #0A3794;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  h2.pagetitle {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h2.pagetitle {
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h2.pagetitle {
    font-size: 2rem;
  }
}
h2.pagetitle::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: -20px;
  left: -20px;
  width: 82px;
  height: 52px;
  background: url(../images/bg-news-btm.png) no-repeat center/contain;
}
@media print, screen and (min-width: 1024px) {
  h2.pagetitle::before {
    width: 137px;
    height: 86px;
    top: -40px;
    left: -50px;
  }
}

h2.lead {
  color: #0A3794;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 768px) {
  h2.lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h2.lead {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h2.lead {
    font-size: 1.75rem;
  }
}

h3.pagetitle {
  color: #0A3794;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 768px) {
  h3.pagetitle {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h3.pagetitle {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h3.pagetitle {
    font-size: 1.5rem;
  }
}

h4.pagetitle {
  color: #0A3794;
  font-weight: bold;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 768px) {
  h4.pagetitle {
    font-size: 1.1875rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h4.pagetitle {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h4.pagetitle {
    font-size: 1.375rem;
  }
}

h5.pagetitle {
  color: #0A3794;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  h5.pagetitle {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1024px) {
  h5.pagetitle {
    font-size: 1.1875rem;
  }
}
@media print, screen and (min-width: 1200px) {
  h5.pagetitle {
    font-size: 1.25rem;
  }
}

.page_outline {
  border: 1px solid #0A3794;
  border-radius: 20px;
  padding: 20px;
}
.page_outline h2 {
  color: #0A3794;
  font-size: 1rem;
  font-weight: bold;
}
@media print, screen and (min-width: 1024px) {
  .page_outline h2 {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .page_outline h2 {
    font-size: 1.25rem;
  }
}
.page_outline a {
  color: #333333;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.caption {
  text-align: center;
}

.red {
  color: #C01818;
}

.blue {
  color: #0000C0;
}

.green {
  color: #008000;
}

.orange {
  color: #603000;
}

.gray {
  color: #606060;
}

.black {
  color: #000;
}

.breadcrumb {
  font-size: 1rem;
  padding: 10px 1rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1366px) {
  .breadcrumb {
    padding: 20px 0;
  }
}
.breadcrumb nav {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumb ol {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333333;
}
.breadcrumb ol li {
  position: relative;
  margin-left: 30px;
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb ol li {
    margin-left: 40px;
  }
}
.breadcrumb ol li:not(:first-child)::before {
  position: absolute;
  width: 8px;
  height: 8px;
  left: -34px;
  margin: 0.7rem 0 0 0.8rem;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
@media print, screen and (min-width: 1024px) {
  .breadcrumb ol li:not(:first-child)::before {
    width: 12px;
    height: 12px;
    left: -44px;
  }
}
.breadcrumb ol li:first-child {
  margin-left: 0;
}
.breadcrumb ol li:first-child:before {
  content: none;
}
.breadcrumb ol li a {
  color: #333333;
}
.breadcrumb ol li span {
  display: inline;
}
.breadcrumb ol li span::after {
  content: " ";
}

/* sidemenu */
aside {
  position: relative;
  margin: 4em 0 6em 0;
}
aside .link {
  max-width: 1200px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  padding-top: 180px;
}
@media print, screen and (min-width: 576px) {
  aside .link {
    padding-top: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  aside .link {
    padding-top: 280px;
  }
}
@media print, screen and (min-width: 1024px) {
  aside .link {
    padding-top: 180px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
aside .link div.button {
  text-align: center;
  font-size: 1rem;
}
@media print, screen and (min-width: 1024px) {
  aside .link div.button {
    font-size: 1.25rem;
  }
}
aside .link div.button a {
  text-decoration: none;
  color: #0A3794;
  font-weight: bold;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 40px 10px 10px;
  border-bottom: 2px solid #0A3794;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
aside .link div.button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0A3794;
  border-right: 2px solid #0A3794;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
aside .link div.button a img {
  width: 105px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(var(--skew-small) 0, 100% 0, calc(100% - var(--skew-small)) 100%, 0 100%);
  display: block;
}
@media print, screen and (min-width: 1024px) {
  aside .link div.button a img {
    width: 150px;
    height: 94px;
  }
}
aside .link div.button a:hover {
  background: rgba(255, 255, 255, 0.1);
}
aside .link div.button a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
aside .link div.button.selected {
  background: #EFF5FF;
}
aside .link ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media print, screen and (min-width: 1024px) {
  aside .link ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 25px;
  }
}
aside .link ul li {
  width: 210px;
}
aside .link ul li a {
  display: block;
}
aside .link ul li a img {
  width: 100%;
  height: auto;
}

/* news */
#article #page_maincontents .news ul.photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents .news ul.photo_list {
    gap: 20px;
  }
}
#article #page_maincontents .news ul.photo_list li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 15px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #article #page_maincontents .news ul.photo_list li {
    width: calc((100% - 40px) / 3);
  }
}
#article #page_maincontents .news ul.photo_list li:hover {
  opacity: 0.8;
  background: none;
}
#article #page_maincontents .news ul.photo_list li::after {
  content: none;
}
#article #page_maincontents .news ul.photo_list li a {
  color: #333333;
  text-decoration: none;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  background: #EFF5FF;
  border-radius: 10px;
  padding: 10px;
}
#article #page_maincontents .news ul.photo_list li div img {
  width: 100%;
  height: auto;
  margin: 0px 0px 10px 0px !important;
  border-radius: 8px;
}
#article #page_maincontents .news ul.photo_list li p {
  margin-bottom: 0px;
  font-size: 0.8rem;
}
#article #page_maincontents .news ul.photo_list li p + p {
  font-weight: bold;
  font-size: inherit;
}

.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 70%;
  line-height: 1rem;
}
@media print, screen and (min-width: 768px) {
  .pagenation {
    font-size: inherit;
    line-height: inherit;
  }
}
.pagenation a, .pagenation span {
  border: 1px solid #0A3794;
  border-radius: 5px;
  padding: 5px;
  margin-right: 3px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  line-height: initial;
}
@media print, screen and (min-width: 768px) {
  .pagenation a, .pagenation span {
    padding: 5px 8px;
  }
}
.pagenation a:last-child {
  margin-right: 0px;
}
.pagenation span:last-child {
  margin-right: 0px;
}
.pagenation span.selected {
  background: #0A3794;
  color: #FFF;
}
.pagenation a {
  color: #0A3794;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagenation a:hover {
  background: #0A3794;
  color: #FFF;
}

.box_3col {
  clear: both;
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .box_3col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box_3col div.lightbox {
  width: auto;
}
.box_3col div.lightbox a {
  text-decoration: none;
}
.box_3col div.lightbox img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.box_3col div.lightbox .button {
  font-size: 90%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-weight: bold;
  background: #0A3794;
  padding: 8px 14px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box_3col div.lightbox .button::after {
  position: static;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icon-zoom.svg) no-repeat center/contain;
}

.pagetitle_date {
  text-align: right;
}

/* business */
.business_detail {
  margin-bottom: 4em;
}
@media print, screen and (min-width: 768px) {
  .business_detail {
    margin-bottom: 5em;
  }
}
.business_detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .business_detail .row {
    gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1024px) {
  .business_detail .row {
    gap: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_detail .row {
    gap: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .business_detail .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.business_detail .row div:nth-of-type(1) {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .business_detail .row div:nth-of-type(1) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.business_detail .row div:nth-of-type(1) img {
  width: 100%;
  height: auto;
}
.business_detail .row div:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business_detail .row div:nth-of-type(2) .txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .business_detail .row div:nth-of-type(2) .txt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_detail .row div:nth-of-type(2) .txt {
    gap: 35px;
    padding: 20px 0px;
  }
}
.business_detail .row div:nth-of-type(2) .txt::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -40px;
  width: 178px;
  height: 144px;
  background: url(../images/bg-news-l.png) no-repeat center/contain;
  z-index: -1;
}
@media print, screen and (min-width: 1024px) {
  .business_detail .row div:nth-of-type(2) .txt::before {
    width: 296px;
    height: 240px;
  }
}
.business_detail .row div:nth-of-type(2) .txt span.number {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #0A3794;
}
@media print, screen and (min-width: 1200px) {
  .business_detail .row div:nth-of-type(2) .txt span.number {
    font-size: 3.75rem;
  }
}
.business_detail .row div:nth-of-type(2) .txt span.number::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 50px;
  background-color: #0A3794;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  margin-left: 20px;
}
@media print, screen and (min-width: 1024px) {
  .business_detail .row div:nth-of-type(2) .txt span.number::after {
    margin-left: 30px;
  }
}
.business_detail .row div:nth-of-type(2) .txt span.ja {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (min-width: 1024px) {
  .business_detail .row div:nth-of-type(2) .txt span.ja {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .business_detail .row div:nth-of-type(2) .txt span.ja {
    font-size: 1.5625rem;
  }
}
.business_detail .box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 2em 0;
}
.business_detail .box_col img {
  width: 100%;
  height: auto;
}

/* recruit */
#article.recruit .box_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  margin: 2em 0;
}
#article.recruit .box_col img {
  width: 100%;
  height: auto;
}
#article.recruit .row {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  #article.recruit .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}
#article.recruit .row > div:nth-of-type(1) {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  #article.recruit .row > div:nth-of-type(1) {
    width: 30%;
  }
}
#article.recruit .row > div:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#article.recruit .row img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
@media print, screen and (min-width: 1024px) {
  #article.recruit .row img {
    max-width: 320px;
  }
}
#article.recruit .saiyo-ban {
  text-align: center;
  margin-bottom: 2em;
}
#article.recruit .saiyo-ban a {
  font-weight: bold;
}
#article.recruit .saiyo-ban a span {
  display: block;
}
#article.recruit .saiyo-ban a img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border: 1px solid #DFDFDF;
}
#article.recruit ul.rec_link {
  margin: 0;
}
#article.recruit ul.rec_link li {
  margin-bottom: 1em;
}
#article.recruit ul.rec_link li::after {
  content: none;
}
@media print, screen and (min-width: 576px) {
  #article.recruit ul.rec_link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#article.recruit ul.rec_link li a span {
  display: block;
}
#article.recruit ul.rec_link li a span:nth-of-type(1) {
  width: 240px;
}
#article.recruit ul.rec_link li a span:nth-of-type(1) img {
  width: 100%;
  height: auto;
  border: 1px solid #DFDFDF;
}
#article.recruit ul.rec_link li a span:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}