@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

a:hover img {
  opacity: 0.8;
}

.externalLinkIcon::after {
  content: url(../images/linkico.png);
  margin-left: 5px;
  margin-right: 3px;
  padding-right: 0;
  top: 2px;
  position: relative;
}

.externalLinkIcon:hover::after {
  content: url(../images/linkico_hover.png);
  margin-left: 5px;
  margin-right: 3px;
  padding-right: 0;
  top: 2px;
  position: relative;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-flex;
  vertical-align: -5px;
  margin-right: 5px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.66);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans JP', 'Roboto', "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 16px;
  color: #231815;
}

@media screen and (min-width:980px) {
  body {
    padding: 120px 0 0;
  }

  .br-pc {
    display: none;
  }

  /* ------------------------------------------------------------
    ヘッダー部分
------------------------------------------------------------ */
  header {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 11;
  }

  header .inner {
    height: 120px;
    padding: 0 60px;
    position: relative;
    display: flex;
    align-items: center;
  }

  header .logo {
    line-height: 1.0;
  }

  header .logo a {
    display: inline-block;
    width: 216px;
    height: 40px;
  }

  header .logo a img {
    width: 100%;
    height: 100%;
  }

  header .menu {
    display: none;
  }

  header .openbtn {
    display: none;
  }

  header #gnav {
    display: block;
    position: static;
    height: auto;
    margin-left: 60px;
  }

  header #gnav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  header #gnav ul li:not(:last-of-type) {
    margin-right: 30px;
    margin-bottom: 0;
  }

  header #gnav ul li a {
    font-size: 15px;
    line-height: 60px;
    display: inline-block;
    font-weight: bold;
    color: #231815;
    letter-spacing: 0.1em;
    position: relative;
    text-decoration: none;
  }

  header #gnav ul li a:hover::after {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: #003d7c;
    position: absolute;
    bottom: -10px;
  }

  header .sns {
    height: 15px;
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  header .sns ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  header .sns ul li img {
    width: 100%;
    height: 100%;
  }

  header .sns ul li:not(:last-of-type) {
    margin-right: 10px;
  }

  header .sns ul li a {
    width: 15px;
    height: 15px;
    display: block;
  }

  /* ------------------------------------------------------------
    フッター部分
------------------------------------------------------------ */
  .bottomOrder {
    background: url(../images/img_bottom_order.webp) 50% 40%/cover no-repeat;
    position: relative;
    padding: 120px 0;
    text-align: center;
    z-index: 0;
  }

  .bottomOrder::before {
    content: "";
    background: rgba(0, 61, 124, 0.77);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .bottomOrder h2 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 40px;
  }

  .bottomOrder ul {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .bottomOrder ul li {
    width: 35vw;
  }

  .bottomOrder ul li a {
    width: auto;
    line-height: 100px;
    display: block;
    border: #fff solid 2px;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    transition: all 0.5s ease;
  }

  .bottomOrder ul li a::after {
    background: url(../images/arw_white.png) no-repeat center;
    content: "";
    background-size: 24px auto;
    width: 24px;
    height: 100px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .bottomOrder ul li a:hover {
    color: #003d7c;
    background: #fff;
  }

  .bottomOrder ul li a:hover::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 24px auto;
  }

  footer {
    padding: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: #ddd solid 1px;
  }

  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #545454;
    opacity: 0.6;
  }

  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }

  #page_top a::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

  footer .footer-info {
    width: 50%;
  }

  footer .footer-info figure {
    margin: 0 0 20px;
    width: 250px;
    height: 66px;
  }

  footer .footer-info figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  footer address {}

  footer address .externalLinkIcon::after {
    display: none;
  }

  footer address p {
    margin: 20px 0 0;
  }

  footer address p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
  }

  footer address p a {
    color: #231815;
    text-decoration: underline;
  }

  footer address p a:hover {
    text-decoration: underline;
    color: #003d7c;
  }

  footer address .telno span a {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #231815;
    padding: 5px 10px 5px 0;
    text-decoration: none;
  }

  footer address .telno span a::before {
    background: url(../images/icon_tel.webp) center/cover;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin: 0 10px 0 0;
  }

  footer address .telno span a:hover {
    text-decoration: none;
    color: #003d7c;
  }

  footer nav {
    width: 25%;
    margin-left: 25%;
  }

  footer nav ul {
    display: flex;
    flex-wrap: wrap;
  }

  footer nav ul:not(.sns) li {
    width: 50%;
    margin: 0 0 30px;
    position: relative;
  }

  footer nav ul:not(.sns) li a {
    color: #231815;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
  }

  footer nav ul:not(.sns) li a:hover {
    color: #003d7c;
  }

  footer nav ul:not(.sns) li a::before {
    background: #231815;
    content: "";
    width: 5px;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  footer .copyright {
    line-height: 20px;
    margin-right: 15px;
  }

  footer .footer-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: absolute;
    right: 60px;
    bottom: 60px;
  }

  footer .footer-bottom .sns {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  footer .footer-bottom .sns li img {
    width: 100%;
    height: 100%;
  }

  footer .footer-bottom .sns li:not(:last-of-type) {
    margin-right: 10px;
  }

  footer .footer-bottom .sns li a {
    width: 20px;
    height: 20px;
    display: block;
  }

  article {
    line-height: 1.8;
  }

  /* ------------------------------------------------------------
    パンくず部分
------------------------------------------------------------ */
  .pankuzu {
    width: 1024px;
    margin: 0 auto;
  }

  .pankuzu__list {
    display: flex;
    list-style: none;
  }

  .pankuzu__list li {
    font-size: 0.8rem;
  }

  .pankuzu__list li:first-of-type::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f015';
    color: #666;
    margin-right: 0.5rem;
  }

  .pankuzu__list li a {
    color: #666;
    text-decoration: underline;
  }

  .pankuzu__list li a:hover {
    color: #003d7c;
  }

  .pankuzu__list li+li {
    margin-left: 1rem;
  }

  .pankuzu__list li:not(:last-of-type)::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f0da';
    margin-left: 1rem;
    color: #666;
  }

  /* ------------------------------------------------------------
    トップページ部分
------------------------------------------------------------ */
  .topImage {
    margin: 0 0 60px;
    padding: 0 0 130px;
    position: relative;
  }

  .topImage::before {
    background: #d0dfe6;
    content: "";
    width: 100%;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .topImage figure {
    width: 80%;
    height: 75vh;
    margin-left: calc(20% - 60px);
    overflow: hidden;
    position: relative;
  }

  .topImage figure img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .topImage .catchphrase {
    position: absolute;
    bottom: 190px;
    left: 60px;
    text-shadow: 1px 1px 0 #fff;
    z-index: 1;
  }

  .topImage .catchphrase h2 {
    color: #003d7c;
    font-family: 'Ropa Sans', 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
  }

  .topImage .catchphrase small {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .ttlTop {
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 45px;
  }

  .ttlTop h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .ttlTop small {
    color: #003d7c;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .btnMore {
    margin: 30px 0 0;
    width: 270px;
    height: 60px;
  }

  .btnMore a {
    color: #003d7c;
    width: auto;
    line-height: 60px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .btnMore a::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 60px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .btnMore a:hover {
    background: #003d7c;
    color: #fff;
  }

  .btnMore a:hover::after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 17px auto;
  }

  .btnarrow {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    padding: 0 20px 0 0;
    color: #231815;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
  }

  .btnarrow::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #231815;
    transition: all .3s;
  }

  .btnarrow::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 15px;
    height: 2px;
    background: #231815;
    transform: rotate(35deg);
    transition: all .3s;
  }

  .btnarrow:hover::before {
    left: 20%;
  }

  .btnarrow:hover::after {
    right: -20%;
  }

  .messageTop {
    margin: 120px 0;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
  }

  .messageTop::before {
    background: #d0dfe6;
    content: "";
    width: 100%;
    height: 45vh;
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
  }

  .messageTop__txtarea {
    width: 50%;
    padding: 0 120px;
    box-sizing: border-box;
    line-height: 2.25;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .messageTop__txtarea__heading {
    font-size: 22px;
    font-weight: bold;
    color: #003d7c;
    line-height: 1.6;
  }

  .messageTop__txtarea__txt {
    font-weight: bold;
  }

  .messageTop__txtarea__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .messageTop__txtarea__list li {
    font-weight: bold;
    padding-left: 1.5em;
    position: relative;
  }

  .messageTop__txtarea__list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d86600;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.7em;
  }

  .messageTop__image {
    width: 50%;
    overflow: hidden;
  }

  .messageTop__image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .serviceTop {
    margin: 120px 0 0 60px;
    padding: 0 120px 120px 60px;
    position: relative;
  }

  .serviceTop::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .serviceTop__list {
    margin-top: 60px;
    counter-reset: number 0;
    display: flex;
    flex-direction: column;
    gap: 120px;
    list-style: none;
    padding: 0;
  }

  .serviceTop__list__item {
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .serviceTop__list__item:nth-child(even) {
    flex-direction: row-reverse;
  }

  .serviceTop__list__item figure {
    width: 60%;
    flex-shrink: 0;
    overflow: hidden;
  }

  .serviceTop__list__item figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .serviceTop__list__item__txtarea {
    width: 40%;
    box-sizing: border-box;
    line-height: 1.8;
  }

  .serviceTop__list__item__txtarea__heading {
    margin: 0 0 30px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #003d7c;
  }

  .serviceTop__list__item__txtarea__heading::before {
    counter-increment: number 1;
    content: '0'counter(number);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 72px;
    font-weight: bold;
    margin: 0 16px 0 0;
    color: #d86600;
    position: relative;
    top: 3px;
  }

  .serviceTop__list__item__txtarea__txt {
    line-height: 1.8;
    margin: 0 0 20px;
  }

  .serviceTop__list__item__txtarea .btnarrow {
    margin-top: 30px;
  }

  .contents {
    margin: 120px 0;
  }

  .contents__list {
    margin: 0;
    display: flex;
  }

  .contents__list__item {
    width: 50%;
    overflow: hidden;
    position: relative;
  }

  .contents__list__item::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease-out;
    z-index: -1;
  }

  .contents__list__item:nth-of-type(1)::after {
    background: url(../images/top/img_company.webp) no-repeat center/cover;
  }

  .contents__list__item:nth-of-type(2)::after {
    background: url(../images/top/img_recruit.webp) no-repeat center/cover;
  }

  .contents__list__item:hover::after {
    transform: scale(1.2);
  }

  .contents__list__item a {
    background: rgba(0, 0, 0, 0.44);
    height: 100%;
    padding: 120px;
    display: block;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
  }

  .contents__list__item .ttlTop small {
    color: #ff8c26;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #ff8c26 solid 3px;
    padding: 0 0 10px;
  }

  .newsTop {
    margin: 0 0 120px;
    padding: 0 120px 120px;
    position: relative;
  }

  .newsTop::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 60px;
    bottom: 0;
    z-index: -1;
  }

  .newsTop__list {
    margin: 0 120px 60px;
    border-bottom: #ddd solid 1px;
  }

  .newsTop__list__item {
    border-top: #ddd solid 1px;
  }

  .newsTop__list__item a {
    background: #fff;
    padding: 30px 62px 30px 30px;
    display: block;
    color: #231815;
    font-weight: bold;
    transition: all 0.5s ease;
    position: relative;
  }

  .newsTop__list__item a::after {
    background: url(../images/arw_gray.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 30px;
  }

  .newsTop__list__item a:hover {
    color: #003d7c;
  }

  .newsTop__list__item a:hover::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
  }

  .newsTop__list__item__date {
    width: 100px;
    display: inline-block;
  }

  .newsTop .btnMore {
    margin: 0 120px 0 auto;
  }

  /* ------------------------------------------------------------
    共通クラス部分
------------------------------------------------------------ */
  .ttlSub {
    height: 410px;
    line-height: 1.0;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
    position: relative;
  }

  .ttlSub::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .ttlSub .inner {
    background: #fff;
    margin: 0 60px;
    padding: 60px;
    display: inline-block;
  }

  .ttlSub strong {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 15px;
    display: block;
  }

  .ttlSub h1 {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 0 0 10px;
  }

  .u-fade-type-up {
    transform: translateY(50px);
    opacity: 0;
  }

  .u-fade-type-up.is-active {
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
  }

  .is-active .u-fade-type-up {
    transition: .6s;
    transform: translateY(0);
    opacity: 1;
  }

  .is-active .u-fade-type-up:nth-child(2) {
    transition-delay: .4s;
  }

  .is-active .u-fade-type-up:nth-child(3) {
    transition-delay: .8s;
  }

  .is-active .u-fade-type-up:nth-child(4) {
    transition-delay: 1.2s;
  }

  .is-active .u-fade-type-up:nth-child(5) {
    transition-delay: 1.6s;
  }

  .is-active .u-fade-type-up:nth-child(6) {
    transition-delay: 2s;
  }

  /* ------------------------------------------------------------
    新着情報ページ部分
------------------------------------------------------------ */
  .news .ttlSub::before {
    background: url(../images/news/ttl_news.webp) 50% 20%/cover;
  }

  .news .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .news .ttlEntries {
    max-width: 1024px;
    margin: 0 auto 45px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .news .ttlEntries h2 {
    font-size: 32px;
    margin: 60px 0 15px;
    line-height: 1.8;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .news .ttlEntries .time {
    color: #003d7c;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .news .entries {
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px 0;
    border-top: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .news .entries strong {
    font-weight: bold;
  }

  .news .entries p:empty::before {
    content: "\00a0";
  }

  .news .entries img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 15px 0;
    display: block;
  }

  .news .entries iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
    border: none;
    margin: 15px 0;
  }

  .news .entries a {
    color: #3da5bc;
    text-decoration: underline;
    transition: color 0.3s ease;
  }

  .news .entries a:hover {
    color: #003d7c;
  }

  .news .entries h3 {
    padding: 0 0.5em;
    color: #003d7c;
    background: transparent;
    border-left: solid 5px #d86600;
    margin: 2.5rem 0 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.5rem;
  }

  .news .entries ul {
    list-style: none;
    margin: 20px auto;
    background: #f5f5f5;
    padding: 1em 0.5em 1em 2em;
    border-radius: 4px;
  }

  .news .entries ul ul {
    padding-left: 1em;
    background: transparent;
  }

  .news .entries ul li {
    padding: 0 0 5px 20px;
    position: relative;
    list-style: none;
    line-height: 1.6;
  }

  .news .entries ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d86600;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .news .entries ul li+li {
    margin-top: .5rem;
  }

  .news .entries ol {
    counter-reset: item;
    list-style-type: none;
    background: #f5f5f5;
    margin: 20px auto;
    padding: 1em 0.5em 1em 2em;
    border-radius: 4px;
  }

  .news .entries ol ol {
    padding-left: 1em;
    background: transparent;
  }

  .news .entries ol li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-bottom: 5px;
    line-height: 1.6;
  }

  .news .entries ol li::before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    color: #003d7c;
    font-weight: bold;
  }

  .news .entries ol li+li {
    margin-top: .5rem;
  }

  .news__list {
    margin: 60px auto 0;
    padding: 60px 0 180px;
    position: relative;
  }

  .news__list::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 60px;
    bottom: 100px;
    z-index: -1;
  }

  .news__list__item {
    border-top: #ddd solid 1px;
    margin: 0 auto;
    width: 1024px;
  }

  .news__list__item:last-of-type {
    border-bottom: #ddd solid 1px;
  }

  .news__list__item a {
    background: #fff;
    padding: 30px 62px 30px 30px;
    display: block;
    color: #231815;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .news__list__item a::after {
    background: url(../images/arw_gray.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-image 0.3s ease;
  }

  .news__list__item a:hover {
    color: #003d7c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .news__list__item a:hover::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
  }

  .news__list__item__date {
    width: 100px;
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right: 10px;
  }

  .pager {
    margin: -120px 240px 180px;
    position: relative;
    z-index: 1;
  }

  .pager ul {
    display: flex;
    justify-content: flex-end;
    text-align: center;
    gap: 2px;
  }

  .pager ul li {
    margin: 0;
  }

  .pager ul li span,
  .pager ul li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
  }

  .pager ul li a {
    background: #eee;
    color: #231815;
  }

  .pager ul li a:hover {
    background: #003d7c;
    color: #fff;
    transform: translateY(-1px);
  }

  .pager ul .active span {
    background: #003d7c;
    color: #fff;
  }

  .news .btnBack {
    width: 270px;
    height: 60px;
    margin: 60px auto 150px;
  }

  .news .btnBack a {
    background: #fff;
    color: #003d7c;
    width: 100%;
    line-height: 58px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
  }

  .news .btnBack a::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 58px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
    transition: background-image 0.3s ease;
  }

  .news .btnBack a:hover {
    color: #fff;
    background: #003d7c;
  }

  .news .btnBack a:hover::after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 17px auto;
  }

  @media (max-width: 1200px) {
    .news__list__item {
      margin: 0 120px;
    }

    .pager {
      margin: -120px 120px 180px;
    }
  }

  @media (max-width: 768px) {
    .news__list__item {
      margin: 0 20px;
    }

    .pager {
      margin: -70px 20px 90px;
    }

    .news .ttlEntries {
      margin: 0 20px 30px;
    }

    .news .entries {
      margin: 0 20px;
      padding: 40px 0;
    }
  }

  /* ------------------------------------------------------------
    サービスページ部分
------------------------------------------------------------ */
  .service .ttlSub:before {
    background: url(../images/service/ttl_service.webp) center/cover;
  }

  .service .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .service .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    padding: 0 60px;
    line-height: 2.25;
    font-weight: bold;
    text-align: left;
  }

  .service nav ul {
    margin: 0 0 60px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
  }

  .service nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }

  .service nav ul li a {
    color: #003d7c;
    line-height: 58px;
    padding: 0 60px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    text-decoration: none;
  }

  .service nav ul li a::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 17px;
    color: #d86600;
    margin: 0 0 0 10px;
    display: inline-block;
  }

  .service nav ul li a:hover {
    color: #fff;
    background: #003d7c;
  }

  .service nav ul li a:hover::after {
    color: #fff;
  }

  .service .type {
    padding: 80px 60px;
    counter-reset: number 0;
  }

  .service .type:nth-of-type(2n) {
    margin: 120px 0 0 60px;
    padding: 0 120px 120px 60px;
    position: relative;
  }

  .service .type:nth-of-type(2n)::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .service .type .hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .service .type .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .service .type .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .service .type ul {
    list-style: none;
    padding: 0;
  }

  .service .type ul li {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }

  .service .type ul li:nth-of-type(3n+1) figure {
    width: 50%;
    flex-shrink: 0;
  }

  .service .type ul li:nth-of-type(3n+2) figure {
    width: 30%;
    flex-shrink: 0;
    margin: 60px 0;
  }

  .service .type ul li:nth-of-type(3n) figure {
    width: 40%;
    flex-shrink: 0;
    margin: 60px 0 60px 10%;
  }

  .service .type ul li figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  .service .type ul li .txtarea {
    width: 50%;
    padding: 60px;
    margin: 0 10% 0 0;
    box-sizing: border-box;
    line-height: 2.0;
    text-align: left;
  }

  .service .type ul li:nth-of-type(2n) .txtarea {
    order: -1;
    margin: 0 0 0 10%;
    text-align: left;
  }

  .service .type ul li .txtarea .list__txtarea__heading {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #003d7c;
    line-height: 1.2;
  }

  .service .type ul li .txtarea .list__txtarea__heading::before {
    counter-increment: number 1;
    content: '0'counter(number);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 52px;
    font-weight: bold;
    margin: 0 10px 0 0;
    color: #d86600;
    position: relative;
    top: 3px;
  }

  .service .type ul li .txtarea p {
    line-height: 2.0;
    margin: 0;
    text-align: left;
  }

  .service .type ul li .txtarea p + p {
    margin-top: 1rem;
  }

  /* ------------------------------------------------------------
    会社概要ページ部分
------------------------------------------------------------ */
  .company .ttlSub::before {
    background: url(../images/about/ttl_about.webp) 50% 60%/cover no-repeat;
  }

  .company .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .company .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    padding: 0 60px;
    line-height: 2.25;
    font-weight: bold;
    text-align: left;
  }

  .company nav ul {
    max-width: 1024px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    box-sizing: border-box;
    flex-wrap: wrap;
    gap: 15px;
  }

  .company nav ul li {
    flex: 1;
    max-width: 180px;
    min-width: 140px;
  }

  .company nav ul li a {
    color: #003d7c;
    line-height: 58px;
    padding: 0 20px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    text-decoration: none;
  }

  .company nav ul li a::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 17px;
    color: #d86600;
    margin: 0 0 0 10px;
    display: inline-block;
  }

  .company nav ul li a:hover {
    color: #fff;
    background: #003d7c;
  }

  .company nav ul li a:hover::after {
    color: #fff;
  }

  .company .profile {
    text-align: center;
    margin: 0 0 45px;
    padding: 30px 0 0;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .profile h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 60px 0 15px;
  }

  .company .profile small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .company .table {
    max-width: 1024px;
    margin: 0 auto 60px;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
  }

  .company .table>dt {
    width: 30%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-indent: 60px;
    font-weight: bold;
  }

  .company .table>dd {
    width: 70%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-align: left;
    line-height: 2.0;
  }

  .company .table>dd a {
    color: #231815;
  }

  .company .table>dd ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .company .table>dd ul li {
    padding: 5px 0;
    line-height: 1.8;
  }

  .company .table>dd dt:not(:first-of-type) {
    margin: 30px 0 0;
  }

  .company .access {
    margin: 120px 0 60px 60px;
    padding: 0 120px 60px 60px;
    position: relative;
  }

  .company .access::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .company .access .hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .access .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 60px 0 15px;
  }

  .company .access .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .company .access .map {
    text-align: right;
  }

  .company .access .map #map {
    background: #eee;
    max-width: 1024px;
    height: 540px;
    margin: 0 auto;
  }

  .company .access .map dl {
    background: #003d7c;
    margin: -60px 60px 0 0;
    padding: 40px;
    display: inline-block;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
    line-height: 1.8;
  }

  .company .access .map dl dt {
    font-size: 18px;
    font-weight: bold;
  }

  .company .access .map dl dd {
    margin: 10px 0 0;
    line-height: 1.6;
  }

  .company .access .map dl dd .material-icons {
    vertical-align: middle;
    margin-right: 8px;
  }

  .company .history {
    padding: 60px 60px;
  }

  .company .history .hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .history .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .company .history .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .company .history .history__list {
    max-width: 964px;
    margin: 0 auto;
    padding: 5px 60px 30px;
    position: relative;
  }

  .company .history .history__list::before {
    content: "";
    width: 2px;
    height: 90%;
    background: repeating-linear-gradient(to bottom,
      #999,
      #999 2px,
      transparent 2px,
      transparent 4px);
    position: absolute;
    top: 40px;
    bottom: 30px;
    left: 39px;
  }

  .company .history .history__list dt {
    margin: 0 0 10px;
    color: #d86600;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
  }

  .company .history .history__list dt:nth-of-type(n+2) {
    margin-top: 20px;
  }

  .company .history .history__list dt::before {
    content: "";
    background: #d86600;
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: -25px;
  }

  .company .history .history__list dd {
    padding-bottom: 10px;
    border-bottom: #ddd solid 1px;
    line-height: 1.8;
    text-align: left;
  }

  .company .history .history__list dd+dd {
    margin-top: 10px;
  }

  .company .message {
    padding: 80px 60px;
  }

  .company .message .hgroup {
    text-align: center;
    margin: 0 0 60px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .message .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .company .message .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .company .message__content {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
  }

  .company .message__image {
    width: 40%;
    flex-shrink: 0;
  }

  .company .message__image img {
    width: 100%;
    height: auto;
    display: block;
  }

  .company .message__text {
    width: 60%;
    line-height: 2.0;
    text-align: left;
  }

  .company .message__text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #003d7c;
    margin: 0 0 30px;
    letter-spacing: 0.05em;
  }

  .company .message__text p {
    margin: 0 0 20px;
    line-height: 2.0;
  }

  .company .message__content.message__content--text-only {
    display: block;
    max-width: 1024px;
  }

  .company .message__content--text-only .message__text {
    width: 100%;
  }

  .company .message__content--text-only .message__text h3.message__signature {
    text-align: right;
    margin: 40px 0 0;
  }

  .company .philosophy {
    margin: 120px 0 60px;
    padding: 0 0 120px;
    position: relative;
  }

  .company .philosophy::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 60px;
    bottom: 0;
    z-index: -1;
  }

  .company .philosophy .hgroup {
    text-align: center;
    margin: 0 auto 60px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .company .philosophy .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 60px 0 15px;
  }

  .company .philosophy .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .company .philosophy__content {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
  }

  .company .philosophy__slogan {
    font-size: 36px;
    font-weight: bold;
    color: #003d7c;
    margin: 0 0 40px;
    letter-spacing: 0.05em;
  }

  .company .philosophy__text {
    text-align: left;
    line-height: 2.0;
  }

  .company .philosophy__text p {
    margin: 0 0 20px;
    line-height: 2.0;
  }

  .loopSlider {
    margin: 60px 0 0;
    overflow: hidden;
  }

  .loopslider__wrap {
    position: relative;
    display: flex;
  }

  .loopslider__wrap__slides {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .loopslider__wrap__slides li {
    flex-shrink: 0;
    margin-right: 20px;
  }

  .loopslider__wrap__slides img {
    height: 200px;
    width: auto;
    object-fit: cover;
  }

  /* ------------------------------------------------------------
    採用情報部分
------------------------------------------------------------ */
  .recruit .ttlSub:before {
    background: url(../images/recruit/ttl_recruit.webp) 50% 25%/cover no-repeat;
  }

  .recruit .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .recruit .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    padding: 0 60px;
    line-height: 2.25;
    font-weight: bold;
    text-align: left;
  }

  .recruit nav ul {
    margin: 0 0 60px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
  }

  .recruit nav ul li:not(:last-of-type) {
    margin-right: 30px;
  }

  .recruit nav ul li a {
    color: #003d7c;
    line-height: 58px;
    padding: 0 60px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: all 0.5s ease;
    text-decoration: none;
  }

  .recruit nav ul li a::after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f107';
    font-size: 17px;
    color: #d86600;
    margin: 0 0 0 10px;
    display: inline-block;
  }

  .recruit nav ul li a:hover {
    color: #fff;
    background: #003d7c;
  }

  .recruit nav ul li a:hover::after {
    color: #fff;
  }

  .recruit .recruit__job {
    text-align: center;
    padding: 80px 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .recruit__job .recruit__label {
    display: block;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .recruit__job .recruit__heading {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .recruit .job {
    position: relative;
  }

  .recruit .job h2 {
    padding: 0 60px 10px 0;
    font-size: 36px;
    line-height: 1.0;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-bottom: #003d7c solid 2px;
    position: absolute;
    top: 60px;
    right: 60%;
  }

  .recruit .job figure {
    width: 60%;
    overflow: hidden;
    margin: 0 0 60px 40%;
  }

  .recruit .job figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  .recruit .description {
    margin: 0 auto;
    padding: 50px 60px;
    line-height: 2.0;
    position: relative;
  }

  .recruit .description::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 60px;
    bottom: 0;
    z-index: -1;
  }

  .recruit .description h3 {
    background: #003d7c;
    color: #fff;
    padding: 0 60px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: 10vw;
  }

  .recruit .description h4 {
    max-width: 1024px;
    margin: 10px auto 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }

  .recruit .description .list {
    max-width: 1024px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }

  .recruit .description .list li {
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.8;
    text-align: left;
  }

  .recruit .description .list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d86600;
    position: absolute;
    top: 13px;
    left: 0;
  }

  .recruit .description .skill__list {
    max-width: 1024px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
  }

  .recruit .description .skill__list li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .recruit .description .skill__list li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #495057;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .recruit .description p {
    max-width: 1024px;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }

  .recruit .guideline {
    padding: 50px 60px 0;
    position: relative;
  }

  .recruit .guideline h3 {
    background: #003d7c;
    color: #fff;
    padding: 0 60px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 50px;
    position: absolute;
    top: -25px;
    left: 10vw;
  }

  .recruit .table {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
  }

  .recruit .table>dt {
    width: 30%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-indent: 30px;
    font-weight: bold;
  }

  .recruit .table>dd {
    width: 70%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-align: left;
    line-height: 2.0;
  }

  .recruit .table>dd dl {
    margin: 0;
  }

  .recruit .table>dd dl dd {
    padding: 3px 0;
    border: none;
    width: auto;
    line-height: 1.6;
  }

  .recruit .btnForm {
    width: 270px;
    height: 60px;
    margin: 60px auto 150px;
  }

  .recruit .btnForm a {
    background: #fff;
    color: #003d7c;
    width: auto;
    line-height: 58px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
    text-decoration: none;
  }

  .recruit .btnForm a::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 58px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .recruit .btnForm a:hover {
    color: #fff;
    background: #003d7c;
  }

  .recruit .btnForm a:hover::after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 17px auto;
  }

  .recruit__report {
    margin: 0 0 60px;
    padding: 60px 120px 120px;
    position: relative;
  }

  .recruit__report::before {
    background: #d0dfe6;
    content: "";
    position: absolute;
    top: 90px;
    left: 60px;
    right: 0;
    bottom: 0;
    z-index: -1;
  }

  .recruit__report .hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .recruit__report__label {
    display: block;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 15px;
  }

  .recruit__report__heading {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .recruit__report__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    list-style: none;
    padding: 0;
  }

  .recruit__report__list li {
    display: flex;
    align-items: center;
    margin: 0 auto;
  }

  .recruit__report__list__image {
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
  }

  .recruit__report__list__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recruit__report__list__col {
    width: calc(100% - 30vw);
    padding: 60px;
    box-sizing: border-box;
  }

  .recruit__report__list li:nth-of-type(2n) .recruit__report__list__col {
    order: -1;
  }

  .recruit__report__list__label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #d86600;
    position: relative;
    top: 3px;
  }

  .recruit__report__list__name {
    display: inline-block;
    margin: 0 0 30px;
    font-size: 24px;
  }

  .recruit__report__list__col p {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    line-height: 1.8;
    text-align: left;
  }

  .recruit__report__list__col p::after {
    content: "";
    background: #fff;
    width: 31px;
    height: 31px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .recruit__report__list li:nth-of-type(2n+1) .recruit__report__list__col p::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: -30px;
  }

  .recruit__report__list li:nth-of-type(2n) .recruit__report__list__col p::after {
    right: -30px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }

  /* ------------------------------------------------------------
    プライバシーポリシー部分
------------------------------------------------------------ */
  .privacy .ttlSub::before {
    background: url(../images/privacy/ttl_privacy.webp) 50% 50%/cover no-repeat;
  }

  .privacy .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .privacy .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    padding: 0 60px;
    line-height: 2.25;
    font-weight: bold;
    text-align: left;
  }

  .privacy .privacy__list {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 60px;
    counter-reset: listnum;
    list-style: none;
  }

  .privacy .privacy__list dt {
    font-weight: bold;
    margin: 0 0 1rem;
    text-align: left;
  }

  .privacy .privacy__list dt::before {
    counter-increment: listnum;
    content: counter(listnum) ".";
    padding-right: 5px;
    font-weight: bold;
  }

  .privacy .privacy__list dd {
    line-height: 2.0;
    text-align: left;
    margin-bottom: 0;
  }

  .privacy .privacy__list dd a {
    text-decoration: none;
    color: #3da5bc;
  }

  .privacy .privacy__list dd a:hover {
    color: #003d7c;
  }

  .privacy .privacy__list dd+dt {
    margin-top: 3rem;
  }

  .privacy .privacy__list dd ul {
    background: #f3f3f3;
    margin-top: 2rem;
    padding: 30px;
    list-style: none;
  }

  .privacy .privacy__list dd ul li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.8;
    text-align: left;
  }

  .privacy .privacy__list dd ul li+li {
    margin-top: 0.5rem;
  }

  .privacy .privacy__list dd ul li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }

  .privacy .privacy__contact {
    margin: 80px 0 0;
    font-style: normal;
  }

  .privacy .privacy__contact .hgroup {
    text-align: center;
    margin: 0 0 45px;
    line-height: 1.0;
    letter-spacing: 0.1em;
  }

  .privacy .privacy__contact .hgroup h2 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin: 60px 0 15px;
  }

  .privacy .privacy__contact .hgroup small {
    color: #003d7c;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: #003d7c solid 3px;
    padding: 0 0 10px;
  }

  .privacy .privacy__contact .table {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: #ddd solid 1px;
    line-height: 2.0;
    box-sizing: border-box;
    position: relative;
  }

  .privacy .privacy__contact .table::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 60px;
    right: 60px;
    height: 1px;
    background: #ddd;
  }

  .privacy .privacy__contact .table>dt {
    width: 30%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    text-indent: 30px;
    box-sizing: border-box;
    font-weight: bold;
  }

  .privacy .privacy__contact .table>dd {
    width: 70%;
    padding: 30px 0;
    border-top: #ddd solid 1px;
    box-sizing: border-box;
    text-align: left;
    line-height: 2.0;
  }

  .privacy .privacy__contact .table>dd a {
    text-decoration: none;
    color: #3da5bc;
  }

  .privacy .privacy__contact .table>dd a:hover {
    color: #003d7c;
  }

  .privacy .privacy__date {
    max-width: 1024px;
    margin: 40px auto 80px;
    padding: 0 60px;
    text-align: left;
    line-height: 1.6;
  }

  /* ------------------------------------------------------------
    お問い合わせ部分
------------------------------------------------------------ */
  .contact .ttlSub::before {
    background: url(../images/contact/ttl_contact.webp) 50% 60%/cover no-repeat;
  }

  .contact .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .contact .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    line-height: 2.25;
    font-weight: bold;
  }

  .contact .btnBack {
    width: 270px;
    height: 60px;
    margin: 60px auto 150px;
  }

  .contact .btnBack a {
    background: #fff;
    color: #003d7c;
    width: auto;
    line-height: 58px;
    border: #003d7c solid 1px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
  }

  .contact .btnBack a::after {
    background: url(../images/arw.png) no-repeat center;
    background-size: 17px auto;
    content: "";
    width: 17px;
    height: 58px;
    display: inline-block;
    margin: 0 0 0 15px;
    vertical-align: top;
  }

  .contact .btnBack a:hover {
    color: #fff;
    background: #003d7c;
  }

  .contact .btnBack a:hover::after {
    background: url(../images/arw_white.png) no-repeat center;
    background-size: 17px auto;
  }

  .contact .telArea {
    max-width: 1028px;
    padding: 30px;
    margin: 0 auto 80px;
    border: #d0dfe6 solid 5px;
    box-sizing: border-box;
    position: relative;
  }

  .contact .telArea dt {
    font-size: 24px;
    font-weight: bold;
    color: #003d7c;
    margin: 0 0 15px;
  }

  .contact .telArea::after {
    background: #003d7c;
    content: "";
    width: 3px;
    height: auto;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }

  .contact .telArea dd.telno {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% + 30px);
    margin: auto;
  }

  .contact .telArea dd.telno a {
    color: #231815;
    font-weight: bold;
  }

  form dl {
    max-width: 1028px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    border-bottom: #ddd solid 1px;
  }

  form dl dt {
    width: 30%;
    padding: 30px 0;
    box-sizing: border-box;
    border-top: #ddd solid 1px;
  }

  form dl dt label {
    font-weight: bold;
  }

  form dl dt .must::after {
    background: #d9534f;
    content: "必須";
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
  }

  form dl dd {
    width: 70%;
    padding: 20px 30px;
    box-sizing: border-box;
    border-top: #ddd solid 1px;
    display: flex;
    align-items: center;
  }

  form dl dd .caution {
    color: #d9534f;
    font-weight: bold;
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }

  form>.caution {
    color: #d9534f;
    background: #f2dede;
    border: 1px solid #ebccd1;
    padding: 15px;
    margin: 0 auto 20px;
    border-radius: 4px;
    max-width: 1028px;
    font-weight: bold;
    display: block;
  }

  form dl dd ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }

  form dl dd input[type="text"],
  form dl dd input[type="email"],
  form dl dd input[type="tel"] {
    width: 100%;
    height: 50px;
    border: #ddd solid 1px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  form dl dd select,
  form dl dd input[type="date"] {
    height: 50px;
    border: #ddd solid 1px;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  form dl dd input[type="date"] {
    margin: 0 10px 0 0;
  }

  form dl dd textarea {
    width: 100%;
    height: 250px;
    border: #ddd solid 1px;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
    box-sizing: border-box;
    resize: vertical;
  }

  form dl dd .privacy-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    line-height: 1.5;
    margin-top: 10px;
  }

  form dl dd .privacy-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    vertical-align: middle;
  }

  form dl dd .privacy-label a {
    color: #003d7c;
    text-decoration: underline;
    transition: opacity 0.3s ease;
  }

  form dl dd .privacy-label a:hover {
    opacity: 0.7;
  }

  form dl dd:has(.privacy-label) {
    display: block !important;
    align-items: flex-start !important;
  }

  input::placeholder,
  textarea::placeholder {
    color: #ccc;
  }

  form ul.btnSubmit {
    margin: 60px 0 0;
    padding: 0 0 150px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  form ul.btnSubmit li {
    display: inline-block;
    width: 270px;
    height: 60px;
    margin: 0;
  }

  form ul.btnSubmit li input[type="submit"] {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;
    display: inline-block;
    border: #003d7c solid 1px;
    letter-spacing: 0.1em;
    transition: all 0.5s ease;
    -webkit-appearance: none;
    border-radius: 0;
  }

  form ul.btnSubmit li .submit,
  form ul.btnSubmit li .send {
    background: #003d7c;
    color: #fff;
  }

  form ul.btnSubmit li .back {
    background: #fff;
    color: #003d7c;
  }

  form ul.btnSubmit li input[type="submit"]:hover {
    opacity: 0.7;
  }

  form dl dd:has(input),
  form dl dd:has(textarea),
  form dl dd:has(.privacy-label) {
    display: block;
  }

  form dl dd:has(.caution) {
    display: block;
    flex-direction: column;
  }

  .complete-message {
    max-width: 980px;
    margin: 40px auto 60px;
    text-align: center;
    padding: 40px 20px;
    background: #f8f9fa;
  }

  .complete-message .check-icon {
    margin-bottom: 20px;
  }

  .complete-message .check-icon i {
    font-size: 48px;
    color: #28a745;
  }

  .complete-message h2 {
    font-size: 24px;
    color: #003d7c;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .complete-message p {
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .complete-message p.note {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
  }

  /* ------------------------------------------------------------
    よくある質問部分
------------------------------------------------------------ */
  .faq .ttlSub::before {
    background: url(../images/faq/ttl_faq.webp) 50% 40%/cover no-repeat;
  }

  .faq .ttlSub h1 {
    color: #003d7c;
    border-bottom: #003d7c solid 3px;
  }

  .faq .pankuzu+p {
    max-width: 1024px;
    margin: 60px auto;
    padding: 0 60px;
    line-height: 2.25;
    font-weight: bold;
    text-align: left;
  }

  .faq__list {
    max-width: 1024px;
    margin: 0 auto 150px;
    padding: 0 60px;
    list-style: none;
  }

  .faq__list li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: #ddd solid 1px;
  }

  .faq__list__heading {
    display: flex;
    align-items: flex-start;
    margin: 0 0 15px;
    color: #003d7c;
  }

  .faq__list__heading::before {
    background: #003d7c;
    content: "Q";
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    flex-shrink: 0;
  }

  .faq__list__heading span {
    width: calc(100% - 60px - 20px);
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
    padding-top: 8px;
  }

  .faq__list__ans {
    display: flex;
    align-items: flex-start;
  }

  .faq__list__ans::before {
    background: #d86600;
    content: "A";
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    display: inline-block;
    border-radius: 50%;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
  }

  .faq__list__ans span {
    width: calc(100% - 60px - 20px);
    line-height: 2.0;
    text-align: left;
    padding-top: 8px;
  }

  .loopSlider {
    height: 400px;
    margin: 60px 0 120px;
    overflow: hidden;
    position: relative;
  }

  .loopSlider .loopslider__wrap {
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides {
    display: flex;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides li {
    height: 400px;
    width: 600px;
  }

  .loopSlider .loopslider__wrap .loopslider__wrap__slides li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}