@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/* other */
body {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  color: #004261;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadcrumb > span {
  display: inline-block;
  font-weight: 500;
  position: relative;
  color: #004261;
}
.breadcrumb > span:not(:last-of-type)::after {
  color: #B8CCD9;
  content: "―";
}

.pageTitleWrap {
  background-color: #fff;
}
.pageTitleWrap .pageTitle {
  font-weight: 700;
  text-align: center;
  color: #005278;
}

#contents {
  background-color: #E4EFF5;
}
#contents:has(#idx) .contentsInner {
  background-color: transparent;
  padding: 0;
}
#contents:has(#newsArchive) .contentsInner, #contents:has(#recruitArchive) .contentsInner {
  background-color: transparent;
  padding: 0;
}
.contentsInner {
  background-color: #fff;
  border-radius: 5px;
}
.intro {
  text-align: center;
}
.idxTitle {
  font-weight: 700;
  position: relative;
}
.introBox {
  background: #fff;
  border-radius: 5px;
}
.introBox .introTitle {
  font-weight: 700;
  color: #0D5B80;
  line-height: 1.3;
}
.hitCount {
  font-weight: 700;
  line-height: 1;
}
.hitCount .number {
  display: inline-block;
  color: #0D5B80;
}

.recruitList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.recruitList > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #D6E0E6;
}
.recruitList > li > a::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat center/100%;
  position: absolute;
}
.recruitList .date {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  background-color: #6A757A;
  font-weight: 600;
  line-height: 1;
}
.recruitList .title {
  font-weight: 700;
  color: #0D5B80;
  border-bottom: 1px solid #D6E0E6;
}
.recruitList .address {
  position: relative;
  margin-top: 0;
}
.recruitList .address::before {
  content: "";
  display: block;
  background: url(../images2025/common/icon_mappin.svg) no-repeat center/100%;
  position: absolute;
}

#pageingArea {
  overflow: hidden;
  text-align: center;
}

.pageing {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
.pageing .wrapper {
  background-color: #fff;
  border-radius: 100svh;
  display: flex;
  justify-content: center;
}
.pageing .pageCount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pageing .pageCount li a,
.pageing .pageCount li span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004261;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.pageing .pageCount li a.current_page,
.pageing .pageCount li span.current_page {
  background-color: #004261;
  color: #fff;
}
.pageing .prev,
.pageing .next {
  border: none;
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.pageing .prev > a,
.pageing .next > a {
  display: block;
  width: 100%;
  height: 100%;
}
.pageing .prev:before {
  pointer-events: none;
}
.pageing .next:before {
  pointer-events: none;
}

.aform .privacy > a > img {
  display: inline-block;
  width: 15px;
}

.aform-header {
  display: none;
}

.aform-input.aform-hdln {
  margin: 2em 0 1.5em;
}

.aform-required {
  display: inline-block !important;
  border-radius: 100svh !important;
  background-color: #e34b30;
  color: #fff;
  text-align: center;
  margin-left: 10px;
}

.aform-button-area {
  background-color: #fff !important;
}
.aform-button-area input[type=submit] {
  justify-content: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  border: 1px solid #004261;
  border-radius: 100svh;
  padding: 13px 34px;
}

.aform-content input.aform-input,
.aform-content textarea.aform-input,
.aform-content .aform-select {
  background-color: #fff;
  border: 1px solid #004261;
  border-radius: 3px;
}
.aform-content input.aform-input:focus,
.aform-content textarea.aform-input:focus,
.aform-content .aform-select:focus {
  outline: 1px solid #004261;
}

#aform-confirm-form .aform-label {
  font-weight: 700;
}
#aform-confirm-form .aform-label a {
  pointer-events: none;
  text-decoration: none;
}
#aform-confirm-form .aform-label.privacy img {
  display: none;
}
#aform-confirm-form .aform-required {
  display: inline-block !important;
  border-radius: 100svh !important;
  background-color: #e34b30;
  color: #fff;
  text-align: center;
  margin-left: 10px;
}
#aform-confirm-form .aform-button-area {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
#aform-confirm-form #aform_btn_back {
  justify-content: center;
  display: inline-block;
  color: #004261;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  border: 1px solid #004261;
  border-radius: 100svh;
  padding: 13px 34px;
}

#aform_result {
  text-align: center;
}

.thanksTitle {
  font-weight: 700;
}

main p {
  font-weight: 500;
}
main p:has(a) a {
  color: #1274A2;
}
main a {
  color: #000;
  text-decoration: underline;
}
main .red {
  color: #e34b30;
}
h1.title {
  color: #005278;
  font-weight: 700;
  border-bottom: 1px solid #005278;
}

h2.title {
  position: relative;
  font-weight: 700;
  color: #005278;
}
h2.title::before {
  content: "";
  display: block;
  background-color: #C43D00;
  position: absolute;
  left: 0;
  border-radius: 100svh;
  width: 3px;
}

h3.title {
  font-weight: 700;
  color: #005278;
}

h4.title {
  font-weight: 700;
  border-left: 2px solid #0A87BF;
}

[class^=listCol] > .listItem.listItemThumb p {
  aspect-ratio: 960/640;
}
[class^=listCol] > .listItem.listItemThumb p img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.commonTable {
  width: 100%;
  text-align: left;
  line-height: 1.25;
  border: 1px solid #CCC;
}
.commonTable.tableEqual {
  table-layout: fixed;
}
.commonTable > tbody > tr > th,
.commonTable > thead > tr > th {
  background: #004261;
  color: #fff;
  vertical-align: top;
  text-align: center;
  word-break: break-all;
  font-weight: 700;
}
.commonTable > tbody > tr > th[scope=row],
.commonTable > thead > tr > th[scope=row] {
  background: #F5F6F7;
}
.commonTable > tbody > tr > th:not(:first-of-type),
.commonTable > thead > tr > th:not(:first-of-type) {
  border-left: 1px solid #DFE3E6;
}
.commonTable > tbody > tr > td,
.commonTable > thead > tr > td {
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
}
.commonTable > tbody > tr > td[scope=row],
.commonTable > thead > tr > td[scope=row] {
  background: #fff;
  color: #00141D;
  border-left: 1px solid #DFE3E6;
}
.commonTable > tbody > tr > td:first-of-type:not([scope=row]),
.commonTable > thead > tr > td:first-of-type:not([scope=row]) {
  background: #316B8B;
  color: #fff;
  border-top: 1px solid #fff;
}
.commonTable > tbody > tr > td:not(:first-of-type),
.commonTable > thead > tr > td:not(:first-of-type) {
  border-left: 1px solid #DFE3E6;
}
.commonTable > tbody > tr:nth-of-type(even) > td:not(:first-of-type),
.commonTable > thead > tr:nth-of-type(even) > td:not(:first-of-type) {
  background: #F5F6F7;
}
.commonTable > tbody > tr:nth-of-type(even) > td:first-of-type[scope=row],
.commonTable > thead > tr:nth-of-type(even) > td:first-of-type[scope=row] {
  background: #F5F6F7;
}
.commonTable th.valTop,
.commonTable td.valTop {
  vertical-align: top;
}
.commonTable th.nowrap,
.commonTable td.nowrap {
  white-space: nowrap;
}
.commonTable tr.noborder > td {
  border: none !important;
}
.commonTable a.ico-map {
  display: block;
  background: url(../images2025/common/icon_access.svg) no-repeat center/100%;
  margin-inline: auto;
}
.contactTable table {
  border: 1px solid #00141D;
}
.contactTable table > tbody > tr {
  border: 1px solid #00141D;
}
.contactTable table > tbody > tr > th:not(:first-of-type) {
  border-left: 1px solid #00141D;
}
.contactTable table > tbody > tr > td:not(:first-of-type) {
  border-left: 1px solid #00141D;
}
.contactTable table > tbody > tr > td:first-of-type:not([scope=row]) {
  border-top: 1px solid #00141D;
}

table a {
  color: #1274A2;
}

ul.commonList > li {
  font-weight: 500;
  position: relative;
}
ul.commonList > li + li {
  margin-top: 10px;
}
ul.commonList > li:before {
  content: "";
  display: inline-block;
  width: 9px;
  border-radius: 1px;
  background: #0D5B80;
  position: absolute;
  left: 0;
}
ul.commonList > li a {
  display: inline-block;
}

ol.commonList {
  counter-reset: number 0;
}
ol.commonList > li {
  font-weight: 500;
  position: relative;
}
ol.commonList > li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 3px;
  z-index: 2;
}
ol.commonList > li:nth-child(n+10):before {
  content: counter(number) ".";
}

dl.commonList {
  border: 1px solid #ccc;
}
dl.commonList > div {
  display: flex;
}
dl.commonList > div > dt {
  flex: none;
  font-weight: 500;
  color: #fff;
  background-color: #004261;
}
dl.commonList > div:not(:first-of-type) dt {
  border-top: 1px solid #fff;
}
dl.commonList > div:nth-of-type(odd) dd {
  background-color: #F5F6F7;
}

.iframeWrap {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.iframeWrap iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapWrap {
  width: 100%;
  position: relative;
}
.mapWrap iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.colorBox {
  background: #F5F6F7;
}
.colorBox .colorBoxTitle {
  font-weight: 700;
  color: #004261;
  line-height: 1.5;
}
a.icon {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
a.icon:after {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  right: 0px;
  top: 0.1em;
}
a.icon[href$=pptx]:after {
  background-image: url(../images2025/second/icon_pptx.png);
}
a.icon[href$=pdf]:after {
  background-image: url(../images2025/second/icon_pdf.png);
}
a.icon[href$=doc]:after, a.icon[href$=docx]:after {
  background-image: url(../images2025/second/icon_doc.png);
}
a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
  background-image: url(../images2025/second/icon_xls.png);
}
a.icon.front {
  padding-left: 25px;
  padding-right: 0;
}
a.icon.front:after {
  left: 0px;
}

.iconBlank {
  display: inline-block;
  background: url("../images2025/second/icon_blank.png") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  color: #1274A2;
}

.arrowLink > a {
  position: relative;
  display: inline-block;
}
.arrowLink > a::before {
  content: "";
  display: inline-block;
  background: url(../images2025/common/icon_circle_arrow_navy.svg) no-repeat center/100%;
  position: absolute;
  left: 0;
}
.anchorLink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchorLink > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #004261;
  border-radius: 100svh;
  border: 1px solid #004261;
}
.anchorLink > li > a::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_dog_arrow_navy.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.anchorLink.rv > li > a {
  color: #fff;
  background: #004261;
}
.anchorLink.rv > li > a::after {
  background: url(../images2025/common/icon_dog_arrow_wht.svg) no-repeat center/100%;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB70 {
  margin-bottom: 70px !important;
}

.mB80 {
  margin-bottom: 80px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT70 {
  margin-top: 70px !important;
}

.mT80 {
  margin-top: 80px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size15 {
  font-size: 15px !important;
}

.size16 {
  font-size: 16px !important;
}

.size17 {
  font-size: 17px !important;
}

.size18 {
  font-size: 18px !important;
}

.size19 {
  font-size: 19px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size28 {
  font-size: 28px !important;
}

.colorRed {
  color: #e34b30 !important;
}

.colorBlue {
  color: #356fcf !important;
}

.preBox {
  background: #eff0f4;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}
.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  -moz-text-align-last: auto;
       text-align-last: auto;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px 15px;
  }
  .breadcrumb > span {
    font-size: 11px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    padding: 0 8px 0 4px;
  }
  .pageTitleWrap {
    padding: 6px 0 26px;
  }
  .pageTitleWrap .pageTitleInner {
    padding: 0 15px;
    max-width: 600px;
    margin-inline: auto;
  }
  .pageTitleWrap .pageTitle {
    font-size: 24px;
  }
  #contents {
    padding: 20px 15px 60px;
  }
  #contents:has(#idx) {
    padding: 40px 0 60px;
  }
  #contents:has(#idx) .contentsInner {
    padding: 0 15px;
    max-width: 600px;
    margin-inline: auto;
  }
  #contents:has(.thanksTitle) .contentsInner {
    padding: 20px 15px 40px;
  }
  .contentsInner {
    max-width: 600px;
    margin-inline: auto;
    padding: 20px 15px 65px;
  }
  .contentsInner + .btnWrap {
    margin-top: 40px;
  }
  .contentsInner + .btnWrap > a.commonBtn {
    max-width: 450px;
  }
  .intro + .idxList {
    margin-top: 25px;
  }
  .idxTitle {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .idxTitle + p {
    margin-top: 20px;
  }
  .introBox {
    padding: 20px 25px;
  }
  .introBox .introTitle {
    font-size: 18px;
  }
  .introBox .introTitle + p {
    margin-top: 15px;
  }
  .hitCount {
    font-size: 16px;
    margin-top: 25px;
  }
  .hitCount .number {
    font-size: 28px;
    padding: 0 5px 0 8px;
  }
  .recruitList {
    gap: 10px;
  }
  .recruitList > li {
    width: 100%;
  }
  .recruitList > li > a::after {
    width: 18px;
    height: 18px;
    right: 15px;
    bottom: 11px;
  }
  .recruitList .date {
    font-size: 13px;
    padding: 5px 12px;
  }
  .recruitList .wrapper {
    padding: 0 15px;
  }
  .recruitList .title {
    font-size: 18px;
    padding: 18px 10px;
    line-height: 1.35;
  }
  .recruitList .address {
    font-size: 13px;
    padding: 10px 20px;
    line-height: 1.3;
  }
  .recruitList .address::before {
    top: 10px;
    width: 10px;
    height: 17px;
    left: 3px;
  }
  #pageingArea {
    margin-top: 40px;
  }
  .pageing .wrapper {
    padding: 10px 0;
  }
  .pageing .pageCount li a,
  .pageing .pageCount li span {
    min-width: 24px;
    min-height: 24px;
    margin: 0 5px;
    font-size: 13px;
    border-radius: 50%;
  }
  .pageing .prev,
  .pageing .next {
    min-width: 24px;
    min-height: 24px;
  }
  .pageing .prev:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-bottom: solid 1px #004261;
    border-left: solid 1px #004261;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 12px;
  }
  .pageing .next:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #004261;
    border-right: solid 1px #004261;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 12px;
  }
  .aform-required {
    font-size: 10px;
    width: 35px;
  }
  .aform-button-area input[type=submit] {
    background: #004261 url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat right 11px center;
    background-size: 22px 22px;
    width: 85%;
    font-size: 14px;
  }
  .aform-content dl dd {
    margin-top: 2px !important;
  }
  .aform-content input.aform-input,
  .aform-content textarea.aform-input,
  .aform-content .aform-select {
    font-size: 13px;
  }
  .aform-content input.aform-input:focus,
  .aform-content textarea.aform-input:focus,
  .aform-content .aform-select:focus {
    outline: 1px solid #004261;
  }
  #aform-confirm-form dl:not(:first-of-type) {
    margin-top: 20px;
  }
  #aform-confirm-form dl dd {
    margin-top: 2px;
  }
  #aform-confirm-form .aform-label a {
    pointer-events: none;
    text-decoration: none;
  }
  #aform-confirm-form .aform-required {
    transform: translateY(-1px);
    font-size: 10px;
    width: 35px;
  }
  #aform-confirm-form .aform-button-area {
    flex-wrap: wrap;
    justify-content: center;
  }
  #aform-confirm-form #aform_btn_back {
    background: #fff url(../images2025/common/icon_circle_arrow_orange_back.svg) no-repeat left 11px center;
    background-size: 22px 22px;
    width: 85%;
    font-size: 14px;
  }
  .thanksTitle {
    font-size: 20px;
  }
  main p {
    line-height: 1.85;
  }
  main * + p {
    margin-top: 20px;
  }
  main#notFound .pageTitleWrap {
    padding: 26px 0;
  }
  main#notFound .contentsInner {
    padding: 60px 15px;
  }
  h1.title + p:not(.btnWrap) {
    margin-top: 30px;
  }
  h1.title {
    font-size: 20px;
    padding-bottom: 17px;
  }
  * + h2.title {
    margin-top: 30px;
  }
  h2.title + p:not(.btnWrap) {
    margin-top: 20px;
  }
  h2.title {
    font-size: 18px;
    padding: 0 0 0 17px;
  }
  h2.title::before {
    height: 100%;
  }
  h3.title + p:not(.btnWrap) {
    margin-top: 20px;
  }
  * + h3.title {
    margin-top: 30px;
  }
  h3.title {
    font-size: 16px;
  }
  * + h4.title {
    margin-top: 20px;
  }
  h4.title {
    font-size: 16px;
    padding-left: 10px;
  }
  * + [class^=listCol] {
    margin-top: 20px;
  }
  * + [class^=listItem] {
    margin-top: 20px;
  }
  [class^=listCol] {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  [class^=listCol] > .listItem.listItemThumb {
    order: 0;
  }
  [class^=listCol] > .listItem.listItemText {
    order: 1;
    margin-top: 20px;
  }
  [class^=listCol] > .listItem.sp_w40 img {
    width: 40%;
    margin-inline: auto;
  }
  .listCol2.imgSmall2 {
    flex-direction: row;
    gap: 15px;
  }
  .listCol2.imgSmall2 > .listItem {
    margin-top: 0;
    width: calc(75% - 7.5px);
  }
  .listCol2.imgSmall2 > .listItem.img {
    width: calc(25% - 7.5px);
  }
  .listCol2 p:has(img),
  .listCol3 p:has(img),
  .listCol3 p:has(img),
  .listCol4 p:has(img) {
    text-align: center;
  }
  * + .commonTable {
    margin-top: 30px;
  }
  .commonTable {
    font-size: 13px;
  }
  .commonTable > tbody > tr > th,
  .commonTable > thead > tr > th {
    padding: 7px;
  }
  .commonTable > tbody > tr > td,
  .commonTable > thead > tr > td {
    line-height: 1.3;
    padding: 7px;
  }
  .commonTable a.ico-map {
    width: 14px;
    height: 24px;
  }
  .commonTable p {
    font-size: 13px;
  }
  * + .scrollTable {
    margin-top: 10px;
  }
  .scrollTable {
    overflow: auto;
  }
  .scrollTable table {
    min-width: calc(100% + 50px);
    margin-top: 0;
    white-space: nowrap;
  }
  .scrollTable table.tableSmall {
    min-width: calc(100% + 100px);
  }
  .scrollTable table.eventTable {
    min-width: calc(100% + 180px);
    white-space: normal;
  }
  .contactTable table {
    white-space: normal;
  }
  .contactTable table > tbody > tr > th:nth-of-type(1) {
    min-width: 180px;
  }
  .contactTable table > tbody > tr > th:nth-of-type(2) {
    min-width: 250px;
  }
  .contactTable table > tbody > tr > th:nth-of-type(3) {
    min-width: 250px;
  }
  * + .scrollText {
    margin-top: 15px;
  }
  .scrolltext {
    margin-bottom: 8px;
    font-size: 11px;
    text-align: right;
  }
  * + ul.commonList,
  * + ol.commonList {
    margin-top: 10px;
  }
  ul.commonList.col_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.commonList.col_sp > li {
    width: calc(50% - 20px);
  }
  ul.commonList.col_sp > li:nth-child(odd) {
    margin-right: 10px;
  }
  ul.commonList.col_sp > li:nth-child(even) {
    margin-left: 10px;
  }
  ul.commonList > li {
    font-size: 14px;
    line-height: 1.85;
    padding-left: 17px;
  }
  ul.commonList > li:before {
    top: 10px;
    height: 2px;
  }
  ol.commonList > li {
    font-size: 14px;
    line-height: 1.85;
    padding-left: 20px;
  }
  ol.commonList > li + li {
    margin-top: 10px;
  }
  * + dl.commonList {
    margin-top: 10px;
  }
  dl.commonList > div > dt,
  dl.commonList > div > dd {
    padding: 10px 15px;
  }
  dl.commonList > div > dt {
    width: 80px;
  }
  dl.commonList > div > dd {
    width: calc(100% - 80px);
  }
  .iframeWrap {
    margin-top: 20px;
  }
  .mapWrap {
    padding-bottom: 50.25%;
    margin-top: 20px;
  }
  * + .colorBox {
    margin-top: 20px;
  }
  .colorBox {
    padding: 15px 20px;
  }
  .colorBox .colorBoxTitle {
    font-size: 16px;
  }
  .colorBox .colorBoxTitle + p {
    margin-top: 10px;
  }
  .iconBlank {
    width: 14px;
    height: 14px;
    top: -2px;
  }
  .arrowLink > a {
    line-height: 1.85;
    padding-left: 24px;
  }
  .arrowLink > a::before {
    top: 5px;
    width: 16px;
    height: 16px;
  }
  .arrowLink + .arrowLink {
    margin-top: 5px;
  }
  * + .anchorLink {
    margin-top: 20px;
  }
  .anchorLink {
    flex-wrap: wrap;
    gap: 10px;
  }
  .anchorLink > li {
    width: 100%;
  }
  .anchorLink > li > a {
    width: 85%;
    font-size: 14px;
    padding: 13px 34px;
    margin-inline: auto;
  }
  .anchorLink > li > a::after {
    right: 20px;
    width: 9px;
    height: 9px;
  }
  .preBox {
    margin-top: 20px;
  }
  .taC_sp {
    text-align: center !important;
  }
  .taL_sp {
    text-align: left !important;
  }
  .taR_sp {
    text-align: right !important;
  }
  .pT0_sp {
    padding-top: 0 !important;
  }
  .pT10_sp {
    padding-top: 10px !important;
  }
  .pT20_sp {
    padding-top: 20px !important;
  }
  .pB0_sp {
    padding-bottom: 0 !important;
  }
  .pB10_sp {
    padding-bottom: 10px !important;
  }
  .pB20_sp {
    padding-bottom: 20px !important;
  }
  .pB30_sp {
    padding-bottom: 30px !important;
  }
  .pB40_sp {
    padding-bottom: 40px !important;
  }
  .pT30_sp {
    padding-top: 30px !important;
  }
  .pT40_sp {
    padding-top: 40px !important;
  }
  .mB0_sp {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB15_sp {
    margin-bottom: 15px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mB60_sp {
    margin-bottom: 60px !important;
  }
  .mB70_sp {
    margin-bottom: 70px !important;
  }
  .mB80_sp {
    margin-bottom: 80px !important;
  }
  .mT0_sp {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mT60_sp {
    margin-top: 60px !important;
  }
  .mT70_sp {
    margin-top: 70px !important;
  }
  .mT80_sp {
    margin-top: 80px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size13_sp {
    font-size: 13px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size15_sp {
    font-size: 15px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size17_sp {
    font-size: 17px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size19_sp {
    font-size: 19px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .size22_sp {
    font-size: 22px !important;
  }
  .size24_sp {
    font-size: 24px !important;
  }
  .size28_sp {
    font-size: 28px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .breadcrumb {
    padding: 12px 0;
    max-width: 1250px;
    width: 90%;
    margin-inline: auto;
  }
  .breadcrumb > span {
    font-size: 15px;
  }
  .breadcrumb > span:not(:last-of-type)::after {
    padding: 0 11px 0 7px;
  }
  .pageTitleWrap {
    padding: 22px 0 50px;
    min-height: 124px;
  }
  .pageTitleWrap .pageTitleInner {
    max-width: 1250px;
    width: 90%;
    margin-inline: auto;
  }
  .pageTitleWrap .pageTitle {
    font-size: 40px;
  }
  #contents {
    padding: 70px 0 105px;
  }
  #contents:has(#idx) {
    padding: 80px 0 100px;
  }
  #contents:has(#idx) .contentsInner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #contents:has(.thanksTitle) .contentsInner {
    padding: 40px 5% 70px;
  }
  #contents p > img {
    width: auto;
  }
  .contentsInner {
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    padding: 40px 5% 110px;
  }
  .contentsInner + .btnWrap {
    margin-top: 80px;
  }
  .intro + .idxList {
    margin-top: 50px;
  }
  .idxTitle {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .idxTitle + p {
    margin-top: 30px;
  }
  .introBox {
    padding: 40px 7.4%;
  }
  .introBox .introTitle {
    font-size: 21px;
  }
  .introBox .introTitle + p {
    margin-top: 25px;
  }
  .hitCount {
    font-size: 18px;
    margin-top: 45px;
  }
  .hitCount .number {
    font-size: 32px;
    padding: 0 5px 0 13px;
  }
  .recruitList {
    gap: 10px 20px;
  }
  .recruitList > li {
    width: calc(50% - 10px);
  }
  .recruitList > li > a::after {
    width: 22px;
    height: 22px;
    right: 13px;
    bottom: 15px;
  }
  .recruitList .date {
    font-size: 15px;
    padding: 5px 16px;
  }
  .recruitList .wrapper {
    padding: 0 15px;
  }
  .recruitList .title {
    font-size: 20px;
    padding: 24px 10px;
    line-height: 1.45;
  }
  .recruitList .address {
    font-size: 15px;
    padding: 12px 27px;
    line-height: 1.4;
  }
  .recruitList .address::before {
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    left: 5px;
  }
  #pageingArea {
    margin-top: 60px;
  }
  .pageing .wrapper {
    padding: 14px 0;
  }
  .pageing .pageCount li a,
  .pageing .pageCount li span {
    min-width: 36px;
    min-height: 36px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 15px;
    transition: 0.3s;
  }
  .pageing .pageCount li a:hover, .pageing .pageCount li a:focus,
  .pageing .pageCount li span:hover,
  .pageing .pageCount li span:focus {
    background-color: #004261;
    color: #fff;
  }
  .pageing .prev,
  .pageing .next {
    min-width: 36px;
    min-height: 36px;
  }
  .pageing .prev:hover, .pageing .prev:focus,
  .pageing .next:hover,
  .pageing .next:focus {
    opacity: 0.7;
  }
  .pageing .prev:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 1px #004261;
    border-left: solid 1px #004261;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 19px;
  }
  .pageing .next:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #004261;
    border-right: solid 1px #004261;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 19px;
  }
  .aform-required {
    font-size: 12px;
    width: 45px;
    transform: translateY(2px);
  }
  .aform-button-area input[type=submit] {
    background: #004261 url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat right 14px center;
    background-size: 22px 22px;
    font-size: 16px;
    min-width: 280px;
    transition: 0.3s;
    cursor: pointer;
  }
  .aform-button-area input[type=submit]:hover {
    background: #fff url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat right 14px center;
    background-size: 22px 22px;
    color: #004261;
  }
  .aform-content dl dd {
    margin-top: 5px !important;
  }
  .aform-content input.aform-input,
  .aform-content textarea.aform-input,
  .aform-content .aform-select {
    font-size: 16px;
  }
  .aform-content input.aform-input:focus,
  .aform-content textarea.aform-input:focus,
  .aform-content .aform-select:focus {
    outline: 1px solid #004261;
  }
  #aform-confirm-form dl:not(:first-of-type) {
    margin-top: 30px;
  }
  #aform-confirm-form dl dd {
    margin-top: 5px;
  }
  #aform-confirm-form .aform-label a {
    pointer-events: none;
    text-decoration: none;
  }
  #aform-confirm-form .aform-required {
    font-size: 12px;
    width: 45px;
    transform: translateY(-2px);
  }
  #aform-confirm-form .aform-button-area {
    justify-content: center;
  }
  #aform-confirm-form #aform_btn_back {
    background: #fff url(../images2025/common/icon_circle_arrow_orange_back.svg) no-repeat left 14px center;
    background-size: 22px 22px;
    font-size: 16px;
    min-width: 280px;
    transition: 0.3s;
    cursor: pointer;
  }
  #aform-confirm-form #aform_btn_back:hover {
    color: #fff;
    background: #004261 url(../images2025/common/icon_circle_arrow_orange_back.svg) no-repeat left 14px center;
    background-size: 22px 22px;
  }
  .thanksTitle {
    font-size: 24px;
  }
  main p {
    font-size: 17px;
    line-height: 1.87;
  }
  main * + p {
    margin-top: 20px;
  }
  main a {
    transition: 0.2s color;
  }
  main a:hover {
    text-decoration: none;
  }
  main#notFound .pageTitleWrap {
    padding: 50px 0;
  }
  main#notFound .contentsInner {
    padding: 90px 5%;
  }
  h1.title + p:not(.btnWrap) {
    margin-top: 50px;
  }
  h1.title {
    font-size: 32px;
    padding-bottom: 24px;
  }
  * + h2.title {
    margin-top: 30px;
  }
  h2.title + p:not(.btnWrap) {
    margin-top: 20px;
  }
  h2.title {
    font-size: 28px;
    padding: 0 0 0 21px;
  }
  h2.title::before {
    top: 3px;
    height: calc(100% - 6px);
  }
  h3.title + p:not(.btnWrap) {
    margin-top: 20px;
  }
  * + h3.title {
    margin-top: 34px;
  }
  h3.title {
    font-size: 22px;
  }
  * + h4.title {
    margin-top: 20px;
  }
  h4.title {
    font-size: 18px;
    padding-left: 15px;
  }
  * + [class^=listCol] {
    margin-top: 40px;
  }
  [class^=listCol] {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .listCol2 > .listItem {
    width: calc(50% - 25px);
  }
  .listCol2 > .listItem:nth-child(odd) {
    margin-right: 50px;
  }
  .listCol2 > .listItem:nth-child(n+3) {
    margin-top: 50px;
  }
  .listCol2.imgSmall > .listItem {
    width: calc(80% - 25px);
  }
  .listCol2.imgSmall > .listItem.img {
    width: calc(20% - 25px);
  }
  .listCol2.imgSmall2 {
    align-items: center;
  }
  .listCol2.imgSmall2 > .listItem {
    width: calc(87% - 25px);
  }
  .listCol2.imgSmall2 > .listItem.img {
    width: calc(13% - 25px);
  }
  .listCol3 .listItem {
    width: calc(33.3% - 34px);
  }
  .listCol3 .listItem:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .listCol3 .listItem:nth-child(n+4) {
    margin-top: 50px;
  }
  .listCol4 .listItem {
    width: calc(25% - 26px);
  }
  .listCol4 .listItem:not(:nth-child(4n)) {
    margin-right: 30px;
  }
  .listCol4 .listItem:nth-child(n+5) {
    margin-top: 30px;
  }
  .listCol2 p:has(img) img,
  .listCol3 p:has(img) img,
  .listCol3 p:has(img) img,
  .listCol4 p:has(img) img {
    width: 100% !important;
  }
  * + .commonTable {
    margin-top: 30px;
  }
  .commonTable {
    font-size: 15px;
    width: 100%;
  }
  .commonTable > tbody > tr > th,
  .commonTable > thead > tr > th {
    padding: 10px;
  }
  .commonTable > tbody > tr > td,
  .commonTable > thead > tr > td {
    line-height: 1.6;
    padding: 10px;
  }
  .commonTable a.ico-map {
    width: 16px;
    height: 26px;
  }
  .commonTable p {
    font-size: 15px;
  }
  .commonTable .tbCol2 {
    display: flex;
    gap: 30px;
  }
  .commonTable .tbCol2 p {
    margin-top: 0;
  }
  * + .scrollTable {
    margin-top: 30px;
  }
  .scrolltext {
    display: none !important;
  }
  * + ul.commonList,
  * + ol.commonList {
    margin-top: 20px;
  }
  ul.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ul.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ul.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ul.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ul.commonList > li {
    font-size: 17px;
    line-height: 1.87;
    padding-left: 27px;
  }
  ul.commonList > li:before {
    top: 13px;
    height: 3px;
  }
  ol.commonList.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ol.commonList.col_pc > li {
    width: calc(50% - 20px);
  }
  ol.commonList.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ol.commonList.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ol.commonList.col_pc > li:nth-of-type(2) {
    margin-top: 0 !important;
  }
  ol.commonList > li {
    font-size: 17px;
    line-height: 1.87;
    padding-left: 25px;
  }
  ol.commonList > li + li {
    margin-top: 10px;
  }
  * + dl.commonList {
    margin-top: 20px;
  }
  dl.commonList > div > dt,
  dl.commonList > div > dd {
    padding: 20px 40px;
  }
  dl.commonList > div > dt {
    width: 145px;
  }
  dl.commonList > div > dd {
    width: calc(100% - 145px);
  }
  .iframeWrap {
    margin-top: 40px;
  }
  .mapWrap {
    padding-bottom: 50.55%;
    margin-top: 40px;
  }
  * + .colorBox {
    margin-top: 40px;
  }
  .colorBox {
    padding: 35px 40px;
  }
  .colorBox .colorBoxTitle {
    font-size: 18px;
  }
  .colorBox .colorBoxTitle + p {
    margin-top: 20px;
  }
  .iconBlank {
    width: 14px;
    height: 14px;
    top: -2px;
  }
  .arrowLink > a {
    line-height: 1.87;
    padding-left: 30px;
  }
  .arrowLink > a::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .arrowLink + .arrowLink {
    margin-top: 10px;
  }
  * + .anchorLink {
    margin-top: 40px;
  }
  .anchorLink {
    gap: 4.3%;
  }
  .anchorLink > li {
    width: 31.8933333333%;
  }
  .anchorLink > li > a {
    font-size: 16px;
    padding: 13px 34px;
    transition: 0.3s;
  }
  .anchorLink > li > a:hover, .anchorLink > li > a:focus {
    color: #fff;
    background: #004261;
  }
  .anchorLink > li > a:hover::after, .anchorLink > li > a:focus::after {
    background: url(../images2025/common/icon_dog_arrow_wht.svg) no-repeat center/100%;
  }
  .anchorLink > li > a::after {
    right: 20px;
    width: 9px;
    height: 9px;
    transition: 0.3s;
  }
  .anchorLink.rv > li > a:hover, .anchorLink.rv > li > a:focus {
    color: #004261;
    background: #fff;
  }
  .anchorLink.rv > li > a:hover::after, .anchorLink.rv > li > a:focus::after {
    background: url(../images2025/common/icon_dog_arrow_navy.svg) no-repeat center/100%;
  }
  .preBox {
    margin-top: 30px;
  }
  .taC_pc {
    text-align: center !important;
  }
  .taL_pc {
    text-align: left !important;
  }
  .taR_pc {
    text-align: right !important;
  }
  .pT10_pc {
    padding-top: 10px !important;
  }
  .pT20_pc {
    padding-top: 20px !important;
  }
  .pT30_pc {
    padding-top: 30px !important;
  }
  .pT40_pc {
    padding-top: 40px !important;
  }
  .pB10_pc {
    padding-bottom: 10px !important;
  }
  .pB20_pc {
    padding-bottom: 20px !important;
  }
  .pB30_pc {
    padding-bottom: 30px !important;
  }
  .pB40_pc {
    padding-bottom: 40px !important;
  }
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB15_pc {
    margin-bottom: 15px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mB60_pc {
    margin-bottom: 60px !important;
  }
  .mB70_pc {
    margin-bottom: 70px !important;
  }
  .mB80_pc {
    margin-bottom: 80px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mT70_pc {
    margin-top: 70px !important;
  }
  .mT75_pc {
    margin-top: 75px !important;
  }
  .mT80_pc {
    margin-top: 80px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL55_pc {
    margin-left: 55px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .mR55_pc {
    margin-right: 55px !important;
  }
  .size12_pc {
    font-size: 12px !important;
  }
  .size13_pc {
    font-size: 13px !important;
  }
  .size14_pc {
    font-size: 14px !important;
  }
  .size15_pc {
    font-size: 15px !important;
  }
  .size16_pc {
    font-size: 16px !important;
  }
  .size17_pc {
    font-size: 17px !important;
  }
  .size18_pc {
    font-size: 18px !important;
  }
  .size19_pc {
    font-size: 19px !important;
  }
  .size20_pc {
    font-size: 20px !important;
  }
  .size22_pc {
    font-size: 22px !important;
  }
  .size24_pc {
    font-size: 24px !important;
  }
  .size28_pc {
    font-size: 28px !important;
  }
  .hoverAlpha,
  .hoverAlpha img {
    display: block;
    transition: 0.3s opacity;
  }
  .hoverAlpha:hover, .hoverAlpha:hover img,
  .hoverAlpha img:hover,
  .hoverAlpha img:hover img {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  .aform-content input.aform-input:focus,
  .aform-content textarea.aform-input:focus,
  .aform-content .aform-select:focus {
    outline: 1px solid #004261;
  }
  #aform-confirm-form .aform-label a {
    pointer-events: none;
    text-decoration: none;
  }
}
@media print {
  #contents:has(#idx) .contentsInner {
    max-width: 1680px !important;
    width: 100% !important;
  }
  .aform-content input.aform-input:focus,
  .aform-content textarea.aform-input:focus,
  .aform-content .aform-select:focus {
    outline: 1px solid #004261;
  }
  #aform-confirm-form .aform-label a {
    pointer-events: none;
    text-decoration: none;
  }
}
/*# sourceMappingURL=map/second.css.map */
