@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/* other */
* {
  box-sizing: border-box;
}

body {
  font-weight: 500;
  color: #00141D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

main {
  overflow: hidden;
}

a {
  color: #0A87BF;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  display: inline-block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.tel {
  color: inherit !important;
  text-decoration: none !important;
}

sup,
sub {
  font-size: 0.6em;
}

.bold {
  font-weight: 700;
}

#globalHeader {
  position: fixed;
  z-index: 99;
  width: 100%;
  background-color: #fff;
}
#globalHeader .upper {
  display: flex;
  align-items: center;
}
#globalHeader .logo > a {
  display: block;
  height: 100%;
  transition: 0.3s;
}
#globalHeader .sns {
  display: flex;
}
#globalHeader .sns .txt {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#globalHeader .iconMenu {
  display: flex;
}
#globalHeader .iconMenu > li > a {
  position: relative;
  display: block;
}
#globalHeader .iconMenu > li > a.ac {
  background-color: #DAECF7;
  color: #004F74;
}
#globalHeader .iconMenu > li > a.ac::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_access.svg) no-repeat center/100%;
  position: absolute;
}
#globalHeader .iconMenu > li > a.sr {
  background-color: #C0E68A;
  color: #004F74;
}
#globalHeader .iconMenu > li > a.sr::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_search.svg) no-repeat center/100%;
  position: absolute;
}
#globalHeader .iconMenu > li > a.mn {
  background-color: #2292C7;
  color: #fff;
}
#globalHeader .iconMenu > li > a.mn::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_lock.svg) no-repeat center/100%;
  position: absolute;
}
#globalHeader .iconMenu > li > a.rc {
  background-color: #C43D00;
  color: #fff;
}
#globalHeader .iconMenu > li > a.rc::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_recruit.svg) no-repeat center/100%;
  position: absolute;
}
#globalHeader .lower {
  background-color: #004261;
}
#globalHeader .ghMenu .ghNav > ul {
  display: flex;
}
#globalHeader .ghMenu .ghNav > ul > li > a {
  color: #fff;
  font-weight: 500;
  display: block;
}
#globalHeader .dropdown {
  position: relative;
  color: #fff;
}
#globalHeader .dropdown .title {
  font-weight: 500;
  color: #fff;
  display: block;
}
#globalHeader .dropdown .moreBtn {
  position: relative;
  color: #fff;
  border-radius: 100svh;
  border: 1px solid #fff;
}
#globalHeader .dropdown .dropdownMenu > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
}
#globalFooter {
  position: relative;
  background-color: #004261;
}
#globalFooter .gfMenu {
  display: flex;
}
#globalFooter .gfMenu > li > a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
#globalFooter .sns {
  display: flex;
}
#globalFooter .sns .txt {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: 500;
}
#globalFooter .gfMiniMenu {
  display: flex;
  gap: 20px;
}
#globalFooter .gfMiniMenu > li {
  position: relative;
}
#globalFooter .gfMiniMenu > li:not(:last-child)::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 12px;
  position: absolute;
  right: -11px;
}
#globalFooter .gfMiniMenu > li > a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
#globalFooter .copyRight small {
  color: #fff;
  font-weight: 500;
}
#globalFooter #pageTop {
  position: absolute;
  border: none;
  background: transparent;
  bottom: 0;
  right: 0;
}

.idxList {
  display: flex;
  flex-wrap: wrap;
}
.idxList > li > a {
  display: block;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
.idxList .thumb {
  overflow: hidden;
  border-radius: 10px;
}
.idxList .thumb.border {
  border: 1px solid #ccc;
}
.idxList .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}
.idxList .title {
  position: relative;
  color: #005278;
  font-weight: 700;
  margin-top: 20px;
}
.idxList .title span {
  line-height: 1.6;
  display: inline-block;
}
.idxList .title::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat center/100%;
  position: absolute;
  right: 0;
}

.newsList > li {
  position: relative;
  display: block;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.newsList > li::after {
  content: "";
  display: block;
  background: url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat center/100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newsList > li .title {
  display: inline-block;
  margin-top: 10px;
}
.newsList > li .title > a {
  display: inline-block;
  text-decoration: none;
  color: #00141D;
}
.newsList > li .title > a.bntpdf::after {
  content: "";
  display: inline-block;
  background: url(../images2025/second/icon_pdf.png) no-repeat center/100%;
  position: relative;
  left: 0;
}
.newsList .date {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #005278;
}
.newsList.top > li {
  background: #FFF8EB;
}
.newsList.top .title {
  color: #00141D;
}
.newsList.about {
  width: 100%;
}
.newsList.about > li {
  background: #FFF8EB;
  padding: 0;
}
.newsList.about > li > a {
  display: block;
}
.newsList.about .case {
  color: #005278;
  font-weight: 700;
}
.newsList.about .txt {
  color: #00141D;
  margin-top: 8px;
}

.commonBtn {
  display: inline-block;
  background-color: #fff;
  color: #004261;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  border: 1px solid #004261;
  border-radius: 100svh;
}
.commonBtn:before {
  content: "";
  display: inline-block;
  background: url(../images2025/common/icon_circle_arrow_orange.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 22px;
  height: 22px;
}
.commonBtn.large {
  background-color: #004261;
  color: #fff;
}
.commonBtn.back::before {
  right: inherit;
  transform: translateY(-50%) scale(-1, 1);
}

.btnWrapper {
  display: flex;
  justify-content: center;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1200px) {
  #globalHeader {
    height: 50px;
  }
  #globalHeader .ghInner {
    height: 100%;
  }
  #globalHeader .upper {
    height: 100%;
    padding: 10px 15px;
  }
  #globalHeader .logo {
    width: 180px;
    height: 100%;
  }
  #globalHeader .sns {
    align-items: flex-end;
    justify-content: center;
    margin-top: 30px;
    gap: 23px;
  }
  #globalHeader .sns .txt {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
  }
  #globalHeader .sns .tf {
    transform: translateY(-1px);
  }
  #globalHeader .iconMenu {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 4px;
  }
  #globalHeader .iconMenu > li {
    width: 100%;
  }
  #globalHeader .iconMenu > li > a {
    width: 100%;
    padding: 15px 55px;
    font-weight: 500;
  }
  #globalHeader .iconMenu > li > a.ac::after {
    width: 17px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
  }
  #globalHeader .iconMenu > li > a.sr::after {
    width: 27px;
    height: 25px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  #globalHeader .iconMenu > li > a.mn::after {
    width: 19px;
    height: 25px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  #globalHeader .iconMenu > li > a.rc::after {
    width: 19px;
    height: 24px;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
  }
  #globalHeader .lower {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s 0.2s, opacity 0.2s;
    padding: 25px 15px 100px 15px;
    height: 100svh;
    overflow-y: scroll;
  }
  #globalHeader .lower.active {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.2s;
  }
  #globalHeader .ghMenu .ghNav > ul {
    flex-wrap: wrap;
  }
  #globalHeader .ghMenu .ghNav > ul > li {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  #globalHeader .ghMenu .ghNav > ul > li:first-child > a {
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > ul > li:first-child > a:after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_circle_arrow_wht.svg) no-repeat center/100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
  }
  #globalHeader .ghMenu .ghNav > ul > li:not(:first-child) {
    position: relative;
    margin-top: 23px;
  }
  #globalHeader .ghMenu .ghNav > ul > li .accBtn {
    background: transparent;
    border: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    right: 5px;
  }
  #globalHeader .ghMenu .ghNav > ul > li .accBtn::before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 1.5px;
    border-radius: 100svh;
  }
  #globalHeader .ghMenu .ghNav > ul > li .accBtn::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 18px;
    border-radius: 100svh;
    transition: 0.3s;
  }
  #globalHeader .ghMenu .ghNav > ul > li .accBtn.is-active::after {
    transform: translateX(-50%) rotate(-90deg);
  }
  #globalHeader .ghMenu .ghNav > ul > li > a {
    padding: 0 20px 27px 20px;
    font-size: 17px;
  }
  #globalHeader .dropdown {
    display: none;
  }
  #globalHeader .dropdown .close-btn {
    display: none;
  }
  #globalHeader .dropdown .dropdownTitle {
    display: none;
  }
  #globalHeader .dropdown .title::after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_arrow_wht.svg) no-repeat center/100%;
    width: 9px;
    height: 3px;
    position: absolute;
    top: 10px;
    right: 8px;
  }
  #globalHeader .dropdown .btnWrap {
    display: none;
  }
  #globalHeader .dropdown .dropdownMenu > li > a {
    font-size: 15px;
    padding: 0 30px 30px 30px;
  }
  #globalHeader .dropdown .dropdownMenu > li > a::after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_arrow_wht.svg) no-repeat center/100%;
    width: 13px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: 8px;
  }
  .hamburger {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    transition: 0.3s;
  }
  .hamburgerLine {
    position: absolute;
    display: block;
    background-color: #004261;
    border-radius: 4px;
    height: 2px;
    width: 22.5px;
    top: 18px;
    right: 14px;
    transition: 0.3s;
  }
  .hamburgerLine::before, .hamburgerLine::after {
    content: "";
    display: block;
    background-color: #004261;
    border-radius: 4px;
    height: 2px;
    width: 22.5px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .hamburgerLine::before {
    top: 5.5px;
  }
  .hamburgerLine::after {
    top: 11.5px;
  }
  .hamburgerLine.active {
    margin: 4px auto 0;
    transform: rotate(45deg);
  }
  .hamburgerLine.active::before {
    background-color: transparent;
    transform: rotate(-45deg);
  }
  .hamburgerLine.active::after {
    transform: rotate(-90deg);
    top: 0;
  }
  /* ココから下には記入禁止 */
  .forHPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  #globalHeader {
    height: 170px;
  }
  #globalHeader .upper {
    justify-content: space-between;
    height: 90px;
  }
  #globalHeader .logo {
    padding-left: 42px;
  }
  #globalHeader .logo > a:hover, #globalHeader .logo > a:focus {
    opacity: 0.7;
  }
  #globalHeader .logo img {
    width: 369px;
  }
  #globalHeader .ghWrapper {
    height: 100%;
    display: flex;
  }
  #globalHeader .sns {
    align-items: center;
    gap: 20px;
  }
  #globalHeader .sns > li > a {
    transition: 0.3s;
  }
  #globalHeader .sns > li > a:hover, #globalHeader .sns > li > a:focus {
    opacity: 0.7;
  }
  #globalHeader .sns .txt {
    color: #005278;
    font-weight: 700;
    font-size: 14px;
  }
  #globalHeader .sns .tf {
    transform: translateY(2px);
  }
  #globalHeader .iconMenu {
    padding-left: 34px;
  }
  #globalHeader .iconMenu > li > a {
    display: block;
    width: 160px;
    padding-top: 60px;
    text-align: center;
    font-weight: 500;
    height: 100%;
    font-size: 15px;
    transition: 0.3s;
  }
  #globalHeader .iconMenu > li > a:hover, #globalHeader .iconMenu > li > a:focus {
    opacity: 0.7;
  }
  #globalHeader .iconMenu > li > a.ac::after {
    width: 26px;
    height: 36px;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  #globalHeader .iconMenu > li > a.sr::after {
    width: 39px;
    height: 36px;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  #globalHeader .iconMenu > li > a.mn::after {
    width: 26px;
    height: 36px;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  #globalHeader .iconMenu > li > a.rc::after {
    width: 28px;
    height: 36px;
    top: 19px;
    left: 50%;
    transform: translateX(-50%);
  }
  #globalHeader .lower {
    height: 80px;
  }
  #globalHeader .ghMenu {
    height: 100%;
  }
  #globalHeader .ghMenu .ghNav {
    height: 100%;
  }
  #globalHeader .ghMenu .ghNav > ul {
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  #globalHeader .ghMenu .ghNav > ul > li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
  }
  #globalHeader .ghMenu .ghNav > ul > li:first-child {
    border-left: 1px solid #fff;
  }
  #globalHeader .ghMenu .ghNav > ul > li:first-child > a {
    width: 100px;
  }
  #globalHeader .ghMenu .ghNav > ul > li:not(:first-child).is-open {
    background-color: #0D5B80;
  }
  #globalHeader .ghMenu .ghNav > ul > li:not(:first-child).is-open > a {
    position: relative;
  }
  #globalHeader .ghMenu .ghNav > ul > li:not(:first-child).is-open > a::after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_dog_arrow_wht.svg) no-repeat center/100%;
    width: 9px;
    height: 9px;
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
  }
  #globalHeader .ghMenu .ghNav > ul > li .accBtn {
    display: none;
  }
  #globalHeader .ghMenu .ghNav > ul > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    width: 240px;
    transition: 0.3s;
  }
  #globalHeader .ghMenu .ghNav > ul > li > a:hover, #globalHeader .ghMenu .ghNav > ul > li > a:focus {
    background-color: #0D5B80;
  }
  #globalHeader .dropdown {
    background-color: #0D5B80;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.2s, opacity 0.2s;
    position: absolute;
    top: 80px;
    left: calc(50% + 50px);
    transform: translateX(-50%);
    max-width: 1204px;
    width: 100%;
    padding: 60px 5.4% 80px 4.4%;
  }
  #globalHeader .dropdown.is-open {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s;
  }
  #globalHeader .dropdown .close-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
  }
  #globalHeader .dropdown .wrapper {
    display: flex;
    gap: 6.4%;
  }
  #globalHeader .dropdown .dropdownTitle {
    width: 28.2%;
  }
  #globalHeader .dropdown .title {
    pointer-events: none;
    font-size: 26px;
  }
  #globalHeader .dropdown .btnWrap {
    margin-top: 25px;
  }
  #globalHeader .dropdown .moreBtn {
    display: inline-block;
    font-size: 14px;
    min-width: 144px;
    padding: 9px 11px 9px 28px;
    transition: 0.3s;
  }
  #globalHeader .dropdown .moreBtn:hover, #globalHeader .dropdown .moreBtn:focus {
    background: #fff;
    color: #0D5B80;
  }
  #globalHeader .dropdown .moreBtn:hover::after, #globalHeader .dropdown .moreBtn:focus::after {
    background: url(../images2025/common/icon_circle_arrow_blue.svg) no-repeat center/100%;
  }
  #globalHeader .dropdown .moreBtn::after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_circle_arrow_wht.svg) no-repeat center/100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 11px;
    transition: 0.3s;
  }
  #globalHeader .dropdown .dropdownMenu {
    width: 65.4%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 36px 24px;
  }
  #globalHeader .dropdown .dropdownMenu > li {
    width: calc(50% - 12px);
    border-bottom: 1px solid #fff;
  }
  #globalHeader .dropdown .dropdownMenu > li > a {
    font-size: 17px;
    padding-bottom: 18px;
  }
  #globalHeader .dropdown .dropdownMenu > li > a::after {
    content: "";
    display: block;
    background: url(../images2025/common/icon_circle_arrow_wht.svg) no-repeat center/100%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .hamburger {
    display: none;
  }
  /* ココから下には記入禁止 */
  .forHSP {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) and (max-width: 1400px) {
  #globalHeader .logo {
    padding-left: 22px;
  }
  #globalHeader .logo img {
    width: 300px;
  }
  #globalHeader .sns {
    gap: 15px;
  }
  #globalHeader .iconMenu {
    padding-left: 24px;
  }
  #globalHeader .ghMenu .ghNav > ul > li > a {
    font-size: 16px;
    width: 210px;
  }
  #globalHeader .dropdown {
    left: 50%;
    max-width: 1160px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  main {
    padding-top: 50px;
  }
  #globalFooter {
    padding: 60px 0 65px;
  }
  #globalFooter .gfInner {
    padding: 0 15px;
    max-width: 600px;
    margin-inline: auto;
  }
  #globalFooter .gfWrapper {
    margin-top: 40px;
  }
  #globalFooter .logo {
    width: 214px;
    margin-inline: auto;
  }
  #globalFooter .gfMenu {
    flex-wrap: wrap;
    gap: 18px;
  }
  #globalFooter .gfMenu > li {
    width: 100%;
    text-align: center;
  }
  #globalFooter .gfMenu > li > a {
    font-size: 14px;
  }
  #globalFooter .sns {
    margin-top: 40px;
    gap: 23px;
    align-items: flex-end;
    justify-content: center;
  }
  #globalFooter .sns .txt {
    font-size: 12px;
  }
  #globalFooter .sns .tf {
    transform: translateY(-1px);
  }
  #globalFooter .lower {
    margin-top: 40px;
  }
  #globalFooter .gfMiniMenu {
    flex-wrap: wrap;
    justify-content: center;
  }
  #globalFooter .gfMiniMenu > li:not(:last-child)::after {
    top: 6px;
  }
  #globalFooter .gfMiniMenu > li > a {
    font-size: 14px;
  }
  #globalFooter .copyRight {
    text-align: center;
    margin-top: 40px;
  }
  #globalFooter .copyRight small {
    font-size: 11px;
  }
  #globalFooter #pageTop {
    width: 60px;
    height: 60px;
  }
  .idxList {
    gap: 20px;
  }
  .idxList > li {
    width: 100%;
  }
  .idxList > li > a {
    padding: 20px;
  }
  .idxList .thumb img {
    aspect-ratio: 320/203;
  }
  .idxList .title {
    font-size: 18px;
    line-height: 1.4;
    padding-right: 35px;
  }
  .idxList .title span {
    font-size: 13px;
    margin-top: 3px;
  }
  .idxList .title::after {
    width: 25px;
    height: 25px;
    bottom: 0px;
  }
  .newsList > li {
    padding: 20px 50px 20px 20px;
  }
  .newsList > li::after {
    right: 12px;
    width: 25px;
    height: 25px;
  }
  .newsList > li:not(:first-child) {
    margin-top: 10px;
  }
  .newsList > li .title > a {
    font-size: 15px;
    line-height: 1.65;
  }
  .newsList > li .title > a.bntpdf::after {
    width: 18px;
    height: 22px;
    top: 2px;
  }
  .newsList .date {
    font-size: 15px;
  }
  .newsList.top > li {
    padding: 18px 50px 18px 18px;
  }
  .newsList.top .date {
    font-size: 14px;
  }
  .newsList.about {
    margin-top: 17px;
  }
  .newsList.about > li:not(:first-child) {
    margin-top: 10px;
  }
  .newsList.about > li > a {
    padding: 18px 50px 18px 18px;
  }
  .newsList.about .case {
    font-size: 17px;
  }
  .newsList.about .txt {
    font-size: 14px;
    line-height: 1.42;
  }
  .commonBtn {
    width: 85%;
    font-size: 14px;
    padding: 13px 34px;
  }
  .commonBtn:before {
    right: 11px;
  }
  .commonBtn.large {
    width: 97%;
    font-size: 16px;
    padding: 13px;
  }
  .commonBtn.large::before {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  .commonBtn.back::before {
    left: 11px;
  }
  * + .btnWrapper {
    margin-top: 50px;
  }
  .btnWrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  main {
    padding-top: 170px;
  }
  .tel {
    pointer-events: none;
  }
  #globalFooter {
    padding: 80px 0 140px;
  }
  #globalFooter .gfInner {
    max-width: 1420px;
    width: 95%;
    margin-inline: auto;
    padding-left: 4.3%;
  }
  #globalFooter .upper {
    display: flex;
    justify-content: space-between;
  }
  #globalFooter .logo {
    width: 265px;
  }
  #globalFooter .gfMenu {
    gap: 40px;
  }
  #globalFooter .gfMenu > li > a {
    transition: 0.3s;
  }
  #globalFooter .gfMenu > li > a:hover, #globalFooter .gfMenu > li > a:focus {
    opacity: 0.7;
  }
  #globalFooter .sns {
    margin-top: 30px;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
  }
  #globalFooter .sns > li > a {
    transition: 0.3s;
  }
  #globalFooter .sns > li > a:hover, #globalFooter .sns > li > a:focus {
    opacity: 0.7;
  }
  #globalFooter .sns .txt {
    font-size: 14px;
  }
  #globalFooter .sns .tf {
    transform: translateY(2px);
  }
  #globalFooter .lower {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
  }
  #globalFooter .gfMiniMenu > li:not(:last-child)::after {
    top: 8px;
  }
  #globalFooter .gfMiniMenu > li > a {
    font-size: 14px;
    transition: 0.3s;
  }
  #globalFooter .gfMiniMenu > li > a:hover, #globalFooter .gfMiniMenu > li > a:focus {
    opacity: 0.7;
  }
  #globalFooter .copyRight small {
    font-size: 14px;
  }
  #globalFooter #pageTop {
    cursor: pointer;
    width: 110px;
    height: 110px;
    transition: opacity 0.3s;
  }
  #globalFooter #pageTop:hover, #globalFooter #pageTop:focus {
    opacity: 0.7;
  }
  .idxList {
    gap: 16px;
  }
  .idxList > li {
    width: calc((100% - 48px) / 4);
  }
  .idxList > li > a {
    padding: 30px 7.3% 23px;
    display: flex;
    flex-direction: column;
  }
  .idxList > li > a:hover img, .idxList > li > a:focus img {
    transform: scale(1.1);
  }
  .idxList .thumb img {
    transform: scale(1);
    aspect-ratio: 346/220;
    transition: transform 0.3s;
  }
  .idxList .title {
    font-size: 19px;
    line-height: 1.6;
    padding-right: 45px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  .idxList .title span {
    font-size: 15px;
  }
  .idxList .title::after {
    width: 32px;
    height: 32px;
    bottom: 2px;
  }
  .newsList > li {
    padding: 20px 80px 20px 20px;
    transition: 0.3s;
  }
  .newsList > li:hover, .newsList > li:focus {
    background: #CEE7F5;
  }
  .newsList > li::after {
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .newsList > li:not(:first-child) {
    margin-top: 10px;
  }
  .newsList > li .title > a {
    font-size: 17px;
    line-height: 1.76;
  }
  .newsList > li .title > a.bntpdf::after {
    width: 20px;
    height: 24px;
    top: 4px;
  }
  .newsList .date {
    font-size: 17px;
  }
  .newsList.top {
    width: 76.5%;
  }
  .newsList.top > li {
    padding: 23px 8% 30px 3.8%;
    transition: 0.3s;
  }
  .newsList.top > li:hover, .newsList.top > li:focus {
    background: #FFF0D4;
  }
  .newsList.top > li:not(:first-child) {
    margin-top: 2px;
  }
  .newsList.about {
    margin-top: 17px;
  }
  .newsList.about > li:hover, .newsList.about > li:focus {
    background: #FFF0D4;
  }
  .newsList.about > li:not(:first-child) {
    margin-top: 5px;
  }
  .newsList.about > li > a {
    padding: 20px 13% 26px 6.4%;
    transition: 0.3s;
  }
  .newsList.about .case {
    font-size: 22px;
  }
  .newsList.about .txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .commonBtn {
    font-size: 18px;
    padding: 13px 34px;
    min-width: 280px;
    transition: 0.3s;
  }
  .commonBtn:hover, .commonBtn:focus {
    background-color: #004261;
    color: #fff;
  }
  .commonBtn:before {
    right: 14px;
  }
  .commonBtn.large {
    font-size: 22px;
    padding: 22px 36px;
    min-width: 394px;
  }
  .commonBtn.large:hover, .commonBtn.large:focus {
    background-color: #fff;
    color: #004261;
  }
  .commonBtn.large::before {
    width: 32px;
    height: 32px;
    right: 20px;
  }
  .commonBtn.back::before {
    left: 14px;
  }
  * + .btnWrapper {
    margin-top: 70px;
  }
  .btnWrapper {
    gap: 30px;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) and (max-width: 1200px) {
  main {
    padding-top: 50px;
  }
  #globalFooter .upper {
    flex-direction: column;
    gap: 30px;
  }
  #globalFooter .gfMenu {
    gap: 20px;
  }
  #globalFooter .sns {
    justify-content: flex-start;
  }
  #globalFooter .lower {
    flex-direction: column;
    gap: 20px;
  }
  .idxList {
    gap: 30px 1.2%;
  }
  .idxList > li {
    width: 48.8%;
  }
  .newsList.top > li {
    font-size: 16px;
    padding: 23px 10% 30px 3.8%;
  }
  .newsList.top > li::after {
    right: 18px;
  }
  .newsList.about > li > a:after {
    right: 14px;
  }
  /* ココから下には記入禁止 */
}
@media print {
  body {
    zoom: 0.82;
  }
  body iframe {
    display: block !important;
    visibility: visible !important;
  }
  main {
    padding-top: 0 !important;
  }
  #globalHeader {
    position: relative;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
