@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}

:focus,
:active,
button:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

nav ul {
  margin-bottom: 0;
}
nav ul li a {
  display: block;
}

p, li, dt, dd {
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}

th, td {
  padding: 10px;
  border: 1px solid #ddd;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

a {
  outline: none;
}
a:hover {
  color: #000000;
  opacity: 0.7;
}
a:not([href]):not([tabindex]):hover {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px;
}

img {
  border: none;
  line-height: 1em;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  float: left;
}

img.alignright {
  float: right;
}

img.aligncenter {
  clear: both;
  display: block;
  margin: auto;
}

input,
textarea {
  box-sizing: border-box;
  max-width: 100%;
}

textarea.notes {
  width: 100%;
}

.list-none {
  list-style: none;
}

.nm {
  margin: 0 !important;
}

.nm-t {
  margin-top: 0 !important;
}

.nm-r {
  margin-right: 0 !important;
}

.nm-b {
  margin-bottom: 0 !important;
}

.nm-l {
  margin-left: 0 !important;
}

.np-t {
  padding-top: 0 !important;
}

.np-r {
  padding-right: 0 !important;
}

.np-b {
  padding-bottom: 0 !important;
}

.np-l {
  padding-left: 0 !important;
}

.clear {
  clear: both;
}

.m-0a {
  margin: 0 auto;
}

header img,
footer img,
a img {
  line-height: 1em;
  vertical-align: bottom;
}

a[target=_blank]:after {
  width: 28px;
  height: 15px;
  content: "";
  display: inline-block;
  padding-left: 11px;
}

a[href$=".pdf"]:after {
  background-image: url(../img/common/icon-pdf.png);
  background-position: 100% 50%;
  width: 32px;
  height: 32px;
  content: "";
  display: inline-block;
  padding-left: 30px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-grid {
  display: grid;
}

@media print, screen and (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}
.guide-bdr {
  display: none;
}
.guide-bdr:before, .guide-bdr:after {
  width: 1px;
  height: 100vh;
  content: "";
  display: block;
  background: #ccc;
  position: fixed;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1999px) {
  .guide-bdr1 {
    display: block;
  }
  .guide-bdr1:before {
    left: 15px;
  }
  .guide-bdr1:after {
    right: 15px;
  }

  .guide-bdr2 {
    display: block;
  }
  .guide-bdr2:before {
    left: 30px;
  }
  .guide-bdr2:after {
    right: 30px;
  }

  .guide-bdr3 {
    display: block;
  }
  .guide-bdr3:before {
    left: 45px;
  }
  .guide-bdr3:after {
    right: 45px;
  }

  .guide-bdr4 {
    display: block;
  }
  .guide-bdr4:before {
    left: 50%;
  }
}
@media print, screen and (min-width: 1400px) {
  .guide-bdr1,
.guide-bdr2,
.guide-bdr3,
.guide-bdr4 {
    display: block;
  }
  .guide-bdr1:before,
.guide-bdr2:before,
.guide-bdr3:before,
.guide-bdr4:before {
    left: 50%;
  }
  .guide-bdr1:after,
.guide-bdr2:after,
.guide-bdr3:after,
.guide-bdr4:after {
    right: 50%;
  }

  .guide-bdr1:after {
    top: 50%;
    left: 0;
    width: 100vw;
    height: 1px;
  }

  .guide-bdr2:before {
    transform: translateX(-640px);
  }
  .guide-bdr2:after {
    transform: translateX(640px);
  }

  .guide-bdr3:before {
    transform: translateX(-600px);
  }
  .guide-bdr3:after {
    transform: translateX(600px);
  }

  .guide-bdr4:before {
    display: none;
  }
  .guide-bdr4:after {
    display: none;
  }
}
.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-green {
  background: #21963B;
}

.bg-red {
  background: #E50012;
}

.bg-dgreen {
  background: #006C71;
}

.bg-lgreen {
  background: #005C50;
}

.bg-bgreen {
  background: #799192;
}

.c-black,
.c-black:hover,
.c-black:focus,
.c-black:active {
  color: #000000;
}

.c-white:active,
.c-white:focus,
.c-white:hover,
.c-white {
  color: #FFFFFF;
}

.c-green:active,
.c-green:focus,
.c-green:hover,
.c-green {
  color: #21963B;
}

.c-dgreen:active,
.c-dgreen:focus,
.c-dgreen:hover,
.c-dgreen {
  color: #006C71;
}

.c-lgreen:active,
.c-lgreen:focus,
.c-lgreen:hover,
.c-lgreen {
  color: #005C50;
}

.c-bgreen:active,
.c-bgreen:focus,
.c-bgreen:hover,
.c-bgreen {
  color: #799192;
}

.c-red:active,
.c-red:focus,
.c-red:hover,
.c-red {
  color: #E50012;
}

.c-yellow:active,
.c-yellow:focus,
.c-yellow:hover,
.c-yellow {
  color: #AF9736;
}

body {
  font: 13px/18px "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "Kozuka Mincho Pr6N", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", kozuka-mincho-pro, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.fw-n {
  font-weight: normal;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

.f8 {
  font-size: 0.5rem;
}

.f9 {
  font-size: 0.5625rem;
}

.f10 {
  font-size: 0.625rem;
}

.f11 {
  font-size: 0.6875rem;
}

.f12 {
  font-size: 0.75rem;
}

.f13 {
  font-size: 0.8125rem;
}

.f14 {
  font-size: 0.875rem;
}

.f15 {
  font-size: 0.9375rem;
}

.f16 {
  font-size: 1rem;
}

.f17 {
  font-size: 1.0625rem;
}

.f18 {
  font-size: 1.125rem;
}

.f19 {
  font-size: 1.1875rem;
}

.f20 {
  font-size: 1.25rem;
}

.f21 {
  font-size: 1.3125rem;
}

.f22 {
  font-size: 1.375rem;
}

.f23 {
  font-size: 1.4375rem;
}

.f24 {
  font-size: 1.5rem;
}

.f25 {
  font-size: 1.5625rem;
}

.f26 {
  font-size: 1.625rem;
}

.f27 {
  font-size: 1.6875rem;
}

.f28 {
  font-size: 1.75rem;
}

.f29 {
  font-size: 1.8125rem;
}

.f30 {
  font-size: 1.875rem;
}

.f31 {
  font-size: 1.938rem;
}

.f32 {
  font-size: 2rem;
}

.f33 {
  font-size: 2.0625rem;
}

.f36 {
  font-size: 2.25rem;
}

.f37 {
  font-size: 2.313rem;
}

.f38 {
  font-size: 2.38rem;
}

.f34 {
  font-size: 2.125rem;
}

.f38 {
  font-size: 2.38rem;
}

.f39 {
  font-size: 2.438rem;
}

.f40 {
  font-size: 2.5rem;
}

.f42 {
  font-size: 2.625rem;
}

.f43 {
  font-size: 2.688rem;
}

.f44 {
  font-size: 2.75rem;
}

.f47 {
  font-size: 2.9375rem;
}

.f50 {
  font-size: 3.125rem;
}

.f67 {
  font-size: 4.1875rem;
}

.f78 {
  font-size: 4.875rem;
}

.f80 {
  font-size: 5rem;
}

@media (min-width: 768px) {
  .fpc8 {
    font-size: 0.5rem !important;
  }

  .fpc9 {
    font-size: 0.5625rem !important;
  }

  .fpc10 {
    font-size: 0.625rem !important;
  }

  .fpc11 {
    font-size: 0.6875rem !important;
  }

  .fpc12 {
    font-size: 0.75rem !important;
  }

  .fpc13 {
    font-size: 0.8125rem !important;
  }

  .fpc14 {
    font-size: 0.875rem !important;
  }

  .fpc15 {
    font-size: 0.9375rem !important;
  }

  .fpc16 {
    font-size: 1rem !important;
  }

  .fpc17 {
    font-size: 1.0625rem !important;
  }

  .fpc18 {
    font-size: 1.125rem !important;
  }

  .fpc19 {
    font-size: 1.1875rem !important;
  }

  .fpc20 {
    font-size: 1.25rem !important;
  }

  .fpc21 {
    font-size: 1.3125rem !important;
  }

  .fpc22 {
    font-size: 1.375rem !important;
  }

  .fpc23 {
    font-size: 1.4375rem !important;
  }

  .fpc24 {
    font-size: 1.5rem !important;
  }

  .fpc25 {
    font-size: 1.5625rem !important;
  }

  .fpc26 {
    font-size: 1.625rem !important;
  }

  .fpc28 {
    font-size: 1.75rem !important;
  }

  .fpc29 {
    font-size: 1.8125rem !important;
  }

  .fpc30 {
    font-size: 1.875rem !important;
  }

  .fpc31 {
    font-size: 1.938rem !important;
  }

  .fpc32 {
    font-size: 2rem !important;
  }

  .fpc33 {
    font-size: 2.0625rem !important;
  }

  .fpc35 {
    font-size: 2.1875rem !important;
  }

  .fpc36 {
    font-size: 2.25rem !important;
  }

  .fpc37 {
    font-size: 2.313rem !important;
  }

  .fpc38 {
    font-size: 2.38rem !important;
  }

  .fpc39 {
    font-size: 2.438rem !important;
  }

  .fpc34 {
    font-size: 2.125rem !important;
  }

  .fpc40 {
    font-size: 2.5rem !important;
  }

  .fpc42 {
    font-size: 2.625rem !important;
  }

  .fpc43 {
    font-size: 2.688rem !important;
  }

  .fpc44 {
    font-size: 2.75rem !important;
  }

  .fpc47 {
    font-size: 2.9375rem !important;
  }

  .fpc48 {
    font-size: 3rem !important;
  }

  .fpc50 {
    font-size: 3.125rem !important;
  }

  .fpc60 {
    font-size: 3.75rem !important;
  }

  .fpc67 {
    font-size: 4.1875rem !important;
  }

  .fpc78 {
    font-size: 4.875rem !important;
  }

  .fpc80 {
    font-size: 5rem !important;
  }
}
.content {
  padding: 50px 0 100px;
}

@media print, screen and (min-width: 768px) {
  .content {
    padding: 60px 0 150px;
  }
}
.accordion .accordion_tree {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion_sp .accordion_tree_sp {
    display: none;
  }
}
.page-ttl {
  position: relative;
}
.page-ttl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #006C71;
  content: "";
  display: block;
  height: 16px;
  z-index: 1;
}
.page-ttl h2 {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  font-size: 2rem;
  z-index: 3;
  width: 100%;
  height: 117px;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  margin-bottom: 0;
}
.page-ttl-img {
  width: calc(100% - 45px);
  margin: 0 0 0 auto;
  z-index: 2;
  position: relative;
}
.page-ttl.b-dgreen:after {
  background: #006C71;
}
.page-ttl.b-lgreen:after {
  background: #005C50;
}
.page-ttl.b-bgreen:after {
  background: #799192;
}

@media print, screen and (min-width: 768px) {
  .page-ttl:after {
    height: 190px;
  }
  .page-ttl h2 {
    font-size: 3.125rem;
    height: 270px;
  }
  .page-ttl-img {
    width: calc(100% - 120px);
    overflow: hidden;
    height: 270px;
  }
  .page-ttl-img img {
    width: 100%;
    max-width: none;
    height: 100px;
    object-fit: cover;
    object-position: 100% 50%;
    height: 270px;
  }
}
.sec-ttl {
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  font-weight: 700;
}
.sec-ttl::before {
  content: attr(data-text);
  color: red;
  display: block;
  font-weight: bold;
  font-weight: 900;
  color: #F8F8F8;
  font-size: 4.375rem;
  margin-bottom: -41px;
}
.sec-ttl.b-dgreen::before {
  color: #006C71;
}
.sec-ttl.b-lgreen::before {
  color: #005C50;
}
.sec-ttl.b-bgreen::before {
  color: #799192;
}
.sec-ttl2 {
  font-size: 1.75rem;
  text-align: center;
  padding-bottom: 17px;
  font-weight: bold;
  font-weight: 700;
  background: transparent url(../img/common/border-red-short.svg) no-repeat 50% 100%;
  margin-bottom: 30px;
}
.sec-ttl2.b-dgreen {
  background-image: url(../img/common/border-dgreen-short.svg);
}
.sec-ttl2.b-lgreen {
  background-image: url(../img/common/border-lgreen-short.svg);
}
.sec-ttl2.b-bgreen {
  background-image: url(../img/common/border-bgreen-short.svg);
}

@media print, screen and (min-width: 768px) {
  .sec-ttl {
    font-size: 1.875rem;
  }
  .sec-ttl::before {
    font-size: 5rem;
    margin-bottom: -70px;
  }
}
@media print, screen and (min-width: 1310px) {
  .sec-ttl {
    font-size: 3.125rem;
  }
  .sec-ttl::before {
    font-size: 8.125rem;
    margin-bottom: -70px;
  }
}
#breadcrumb {
  position: relative;
}
#breadcrumb:before {
  background: #006C71;
  height: 29px;
  width: 45px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
#breadcrumb ul {
  position: relative;
  z-index: 2;
  padding-left: 56px;
  vertical-align: top;
  line-height: 29px;
}
#breadcrumb li {
  margin-bottom: 0;
  line-height: 29px;
  vertical-align: top;
}
#breadcrumb li + li:before {
  content: ">";
  color: #006C71;
  font-weight: bold;
  font-weight: 700;
  padding: 0 10px;
  font-size: 1rem;
}
#breadcrumb li a {
  color: #000000;
}

@media print, screen and (min-width: 768px) {
  #breadcrumb:before {
    height: 50px;
    width: 240px;
  }
  #breadcrumb ul {
    padding-left: 253px;
    line-height: 50px;
  }
  #breadcrumb li {
    line-height: 50px;
  }
}
.link-btn a {
  background: #E50012;
  color: #fff;
  display: grid;
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  width: 270px;
  max-width: 100%;
  height: 55px;
  margin: 0 auto;
  place-items: center;
  position: relative;
  border: 3px solid #E50012;
  transition: 0.3s;
}
.link-btn a::after {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-1px);
  background: #fff;
  content: "";
  display: block;
}
.link-btn a:hover {
  color: #E50012;
  background: #fff;
  transition: 0.3s;
  text-decoration: none;
}
.link-btn a:hover::after {
  background: #E50012;
  transition: 0.3s;
}
.link-btn.b-dgreen a {
  background: #006C71;
  border-color: #006C71;
}
.link-btn.b-dgreen a:hover {
  background: #fff;
  color: #006C71;
}
.link-btn.b-dgreen a:hover::after {
  background: #006C71;
}
.link-btn.b-lgreen a {
  background: #005C50;
  border-color: #005C50;
}
.link-btn.b-lgreen a:hover {
  background: #fff;
  color: #005C50;
}
.link-btn.b-lgreen a:hover::after {
  background: #005C50;
}
.link-btn.b-bgreen a {
  background: #799192;
  border-color: #799192;
}
.link-btn.b-bgreen a:hover {
  background: #fff;
  color: #799192;
}
.link-btn.b-bgreen a:hover::after {
  background: #799192;
}
.link-btn2 a {
  background: #E50012;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 1.125rem;
  width: 270px;
  height: 55px;
  margin: 0 auto;
  border: 3px solid #E50012;
  transition: 0.3s;
}
.link-btn2 a:hover {
  color: #E50012;
  background: #fff;
  transition: 0.3s;
  opacity: 1;
  text-decoration: none;
}
.link-btn2.b-dgreen a {
  background: #006C71;
  border-color: #006C71;
}
.link-btn2.b-dgreen a:hover {
  background: #fff;
  color: #006C71;
}
.link-btn2.b-lgreen a {
  background: #005C50;
  border-color: #005C50;
}
.link-btn2.b-lgreen a:hover {
  background: #fff;
  color: #005C50;
}
.link-btn2.b-bgreen a {
  background: #799192;
  border-color: #799192;
}
.link-btn2.b-bgreen a:hover {
  background: #fff;
  color: #799192;
}

@media print, screen and (min-width: 768px) {
  .link-btn a {
    width: 308px;
    height: 65px;
    font-size: 1.25rem;
  }
  .link-btn2 a {
    width: 308px;
    height: 65px;
    font-size: 1.25rem;
  }
}
.link-out {
  text-align: center;
}
.link-out a {
  color: #E50012;
  text-decoration: underline;
  line-height: 24px;
}
.link-out a:after {
  content: none;
}
.link-out.b-dgreen a {
  color: #006C71;
}
.link-out.b-lgreen a {
  color: #005C50;
}
.link-out.b-bgreen a {
  color: #799192;
}

.works-list {
  padding: 0 15px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .works-list {
    background: #006C71;
  }
  .works-list:before, .works-list:after {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 100%;
    display: block;
  }
  .works-list:before {
    top: 0;
    left: 0;
    height: 113px;
  }
  .works-list:after {
    bottom: 0;
    left: 0;
    height: 140px;
  }
}
.works-list .works-box {
  z-index: 2;
  position: relative;
  margin-bottom: 40px;
}
.works-list .works-box:last-of-type {
  margin-bottom: 0;
}
.works-list .works-box a:hover {
  opacity: 1;
}
.works-list .works-img {
  width: calc(100% - 30px);
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
.works-list .works-info {
  width: calc(100% - 30px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
.works-list .works-info h5 {
  line-height: 1.77;
  margin-bottom: 0;
}
.works-list .works-info h5 a {
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: block;
  color: #000;
}
.works-list .works-info h5 a:hover {
  color: #006C71;
  text-decoration: underline;
}
.works-list .works-info .tags {
  gap: 10px 20px;
  margin-bottom: 0;
}
.works-list .works-info .tags li {
  margin-bottom: 0;
  line-height: 1.5;
}
.works-list .works-info .tags li a {
  color: #E50012;
}

@media print, screen and (min-width: 768px) {
  .works-list {
    max-width: 1310px;
    margin: 0 auto 50px;
    gap: 40px;
  }
  .works-list-wrap {
    position: relative;
  }
  .works-list-wrap:before {
    content: "";
    display: block;
    background: #006C71;
    position: absolute;
    bottom: 42px;
    left: 0;
    height: 224px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .works-list-wrap:before {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .works-list .works-box {
    margin-bottom: 0;
    width: calc((100% - 80px) / 3);
  }
  .works-list .works-img {
    width: calc(100% - 40px);
    margin-bottom: -40px;
    height: 250px;
    overflow: hidden;
  }
  .works-list .works-img img {
    width: 100%;
    max-width: none;
    height: 250px;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .works-list .works-info {
    width: calc(100% - 40px);
  }
}
.news-list .news-box {
  padding-bottom: 15px;
  border-bottom: 2px solid #E6E6E6;
  margin-bottom: 20px;
}
.news-list .news-box:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.news-list .news-date {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 7px;
}
.news-list .news-ttl {
  margin-bottom: 0;
}
.news-list .news-ttl a {
  color: #000;
}

.marker-yellow {
  background: linear-gradient(transparent 50%, #F9FF47 51%);
}

.pagination-wrap ul {
  gap: 30px;
}
.pagination-wrap ul li {
  margin-bottom: 0;
}
.pagination-wrap ul li span,
.pagination-wrap ul li a {
  width: 23px;
  height: 40px;
  display: grid;
  place-items: center;
  border-bottom: 3px solid #fff;
  text-align: center;
  color: #000;
}
.pagination-wrap ul li span {
  border-bottom: 3px solid #006C71;
}
.pagination-wrap ul li.prev a, .pagination-wrap ul li.next a {
  width: 52px;
}

@media print, screen and (min-width: 768px) {
  .pagination-wrap ul {
    gap: 30px;
  }
  .pagination-wrap ul li {
    margin-bottom: 0;
  }
  .pagination-wrap ul li span,
.pagination-wrap ul li a {
    width: 23px;
    height: 40px;
    display: grid;
    place-items: center;
    border-bottom: 3px solid #fff;
    text-align: center;
    color: #000;
  }
  .pagination-wrap ul li span {
    border-bottom: 3px solid #006C71;
  }
  .pagination-wrap ul li.prev a, .pagination-wrap ul li.next a {
    width: 52px;
  }
}
.detail-pagenation {
  gap: 30px;
}
.detail-pagenation p {
  width: 55px;
  margin-bottom: 0;
  text-align: center;
}
.detail-pagenation p a {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .detail-pagenation p {
    width: 60px;
  }
}
.vc-fade img {
  opacity: 0;
  transition: 0.6s;
}
.vc-fade.on img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .vc-img-sp img {
    transform: translateY(50%);
    transition: 0.6s;
    opacity: 0;
  }
  .vc-img-sp.on img {
    transform: translate(0);
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .vc-img-pc img {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.6s;
  }
  .vc-img-pc.on img {
    transform: translateY(0);
    opacity: 1;
  }
}
body {
  margin-top: 60px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 300;
  background: #fff;
}
header .global-navigation {
  display: none;
}
header h1 {
  height: 60px;
}
header h1 a {
  padding: 16px 15px 17px;
  height: 60px;
  display: block;
  line-height: 29px;
}
header h1 a img {
  height: 29px;
  width: auto;
  line-height: 29px;
}
header .mv-b a img {
  height: 29px;
  width: auto;
  line-height: 29px;
}

@media print, screen and (max-width: 959px) {
  header .sp-menu {
    width: 60px;
    height: 60px;
  }
  header .sp-menu-inner {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
  }
  header .sp-menu-main {
    width: 29px;
    height: 22px;
    position: relative;
  }
  header .sp-menu-main span {
    height: 2px;
    width: 27px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    transition: 0.8s;
  }
  header .sp-menu-main span:nth-of-type(1) {
    top: 0;
  }
  header .sp-menu-main span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  header .sp-menu-main span:nth-of-type(3) {
    bottom: 0;
  }
  header .sp-menu.active .sp-menu-main span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 10px;
  }
  header .sp-menu.active .sp-menu-main span:nth-of-type(2) {
    opacity: 0;
  }
  header .sp-menu.active .sp-menu-main span:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: 10px;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    margin-top: 100px;
  }

  header {
    height: 100px;
    border-bottom: 2px solid #E6E6E6;
  }
  header .sp-menu {
    display: none;
  }
  header h1 {
    height: 100px;
  }
  header h1 a {
    padding: 0 15px 0 50px;
    display: grid;
    align-items: center;
    line-height: 58px;
    height: 100px;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1180px) {
  header h1 a {
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 960px) {
  header h1 a img {
    height: 58px;
  }
  header .mv-b a img {
    height: 58px;
  }
}
@media print, screen and (min-width: 960px) {
  header .global-navigation {
    display: flex;
  }
  header .global-navigation > ul {
    margin: auto 50px auto auto;
    gap: 30px;
    font-family: "秀英にじみ丸ゴシック B", "Shuei NijimiMGo B", "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}
@media print, screen and (min-width: 960px) and (max-width: 1180px) {
  header .global-navigation > ul {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 960px) {
  header .global-navigation > ul > li {
    margin: auto;
    position: relative;
    display: block;
    height: 100px;
  }
  header .global-navigation > ul > li > a {
    color: #799192;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    place-items: center;
    white-space: nowrap;
  }
  header .global-navigation > ul > li > a:hover {
    text-decoration: none;
    opacity: 1;
  }
  header .global-navigation > ul > li .filter {
    position: absolute;
    width: 100%;
    height: 100px;
    line-height: 100px;
    color: #006C71;
    top: 0;
    left: 0;
    transition: clip 0.3s linear;
    z-index: 2;
  }
  header .global-navigation > ul > li:hover .filter {
    transition: clip 0.3s linear;
  }
  header .global-navigation > ul > li.has-child ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background: #fff;
    overflow: hidden;
    height: 0;
    transition: 0.3s;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  header .global-navigation > ul > li.has-child ul li {
    margin-bottom: 0;
  }
  header .global-navigation > ul > li.has-child ul li a {
    padding: 17px 20px;
    height: 62px;
    color: #799192;
    transition: 0.3s;
    border-bottom: 1px solid #ccc;
    font-size: 1.25rem;
    display: grid;
    align-items: center;
  }
  header .global-navigation > ul > li.has-child ul li a:hover {
    color: #fff;
    background: #006C71;
  }
  header .global-navigation > ul > li.has-child:hover ul {
    height: 186px;
  }
}
@media print, screen and (min-width: 960px) {
  header .global-navigation .header-contact {
    width: 100px;
    height: 100px;
  }
  header .global-navigation .header-contact a {
    width: 100%;
    height: 100%;
    background: #006C71 url(../img/common/icon-mail-white.svg) no-repeat 50% 18px;
    padding-top: 61px;
    transition: 0.3s;
    border: 3px solid #006C71;
  }
  header .global-navigation .header-contact a span {
    color: #fff;
  }
  header .global-navigation .header-contact a:hover {
    background: #fff url(../img/common/icon-mail-dgreen.svg) no-repeat 50% 18px;
    text-decoration: none;
    border-color: #006C71;
    opacity: 1;
  }
  header .global-navigation .header-contact a:hover span {
    color: #006C71;
  }
}
.bottom-contact {
  background: url(../img/common/contact-bg3-sp-min.jpg) no-repeat 50% 0/cover;
  padding: 30px 15px;
  margin-bottom: 70px;
}
.bottom-contact-inner {
  background: #fff;
  padding: 20px 15px 50px;
  border-radius: 15px;
}
.bottom-contact-box {
  margin-bottom: 30px;
}
.bottom-contact-box:last-of-type {
  margin-bottom: 0;
}
.bottom-contact-box h4 {
  margin-bottom: 10px;
}
.bottom-contact-box .link-btn2 {
  margin-bottom: 10px;
}
.bottom-contact-box .link-btn2 a span {
  display: inline-block;
}
.bottom-contact-box1 a span {
  padding-left: 30px;
  background: transparent url(../img/common/icon-tel-white.svg) no-repeat 0 0;
  min-height: 27px;
  line-height: 27px;
  vertical-align: middle;
}
.bottom-contact-box1 a:hover span {
  background-image: url(../img/common/icon-tel-lgreen.svg);
}
.bottom-contact-box2 a span {
  padding-left: 40px;
  background: transparent url(../img/common/icon-mail-white.svg) no-repeat 0 3px/30px auto;
  min-height: 26px;
  line-height: 26px;
  vertical-align: middle;
}
.bottom-contact-box2 a:hover span {
  background-image: url(../img/common/icon-mail-lgreen.svg);
}

@media print, screen and (min-width: 768px) {
  .bottom-contact {
    background-image: url(../img/common/contact-bg3-pc-min.jpg);
    padding: 85px 15px;
  }
  .bottom-contact-inner {
    padding: 20px 15px 75px;
    max-width: 1096px;
    margin: 0 auto;
  }
  .bottom-contact-main {
    max-width: 716px;
    margin: 0 auto;
  }
  .bottom-contact-main h3 {
    margin-bottom: 44px;
  }
  .bottom-contact-box {
    margin-bottom: 0;
  }
  .bottom-contact-box h4 {
    margin-bottom: 15px;
  }
  .bottom-contact-box1 a span {
    padding-left: 33px;
    background-size: 23px auto;
    min-height: 31px;
    line-height: 31px;
  }
  .bottom-contact-box2 a span {
    padding-left: 41px;
    min-height: 29px;
    line-height: 29px;
  }
}
.bottom-banners {
  margin-bottom: 70px;
}
.bottom-banners ul {
  padding: 0 15px;
  margin-bottom: 0;
}
.bottom-banners ul li {
  margin-bottom: 15px;
}
.bottom-banners ul li:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .bottom-banners ul {
    margin: 0 auto;
    max-width: 1310px;
    gap: 40px;
  }
  .bottom-banners ul li {
    margin: 0;
  }
}
footer {
  border-top: 2px solid #E6E6E6;
  padding: 58px 0 0;
}
footer:after {
  content: "";
  display: block;
  background: #006C71;
  border-left: 60px solid #005C50;
  height: 60px;
  width: 100%;
}
footer .footer-inner {
  padding: 0 15px 20px;
}
footer h3 {
  margin-bottom: 50px;
}
footer h3 img {
  max-width: 257px;
}
footer h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 8px;
}
footer p {
  line-height: 1.68;
  margin-bottom: 15px;
}
footer .footer-branch-address {
  margin-bottom: 15px;
}
footer .footer-branch-tel {
  margin-right: 15px;
}
footer .footer-branch-fax a {
  color: #000;
}
footer .footer-info-branches-box {
  margin-bottom: 50px;
}

.copyright {
  padding: 7px 15px;
  margin-bottom: 74px;
}

@media print, screen and (min-width: 768px) {
  footer {
    padding: 0;
    height: auto;
    background: #006C71;
  }
  footer:after {
    width: 100px;
    height: 100%;
    border-left: none;
    border-bottom: 100px solid #005C50;
    margin: 0 0 0 auto;
  }
  footer .footer-inner {
    background: #fff;
    padding: 53px 0 56px 100px;
    width: calc(100% - 100px);
  }
  footer .footer-info h3 {
    width: 320px;
    height: auto;
    margin-bottom: 70px;
  }
  footer .footer-info h3 img {
    max-width: 100%;
  }
  footer .footer-info h4 {
    margin-bottom: 23px;
  }
  footer .footer-info-branches {
    gap: 50px;
  }
  footer .footer-info-branches-box-cnt {
    padding: 0 19px;
    align-items: flex-end;
    gap: 40px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 960px) {
  footer .footer-info-branches-box-cnt {
    display: flex;
  }
  footer .footer-info-branches-box-cnt .footer-branch-address {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer-info-branches-box-cnt .footer-branch-telfax {
    line-height: 1.4;
  }
  footer .footer-info-branches-box-cnt .footer-branch-telfax .footer-branch-tel {
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1740px) {
  footer .footer-info-branches {
    display: flex;
  }
  footer .footer-info-branches-box {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer nav {
    max-width: 430px;
    margin: 0 75px 0 auto;
  }
  footer nav ul {
    gap: 30px 10px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1230px) {
  footer nav ul {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  footer nav li {
    margin: 0;
    position: relative;
    overflow: hidden;
    display: block;
    width: 180px;
    height: 30px;
  }
  footer nav li a {
    color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: grid;
    align-items: center;
  }
  footer nav li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  footer nav li .filter {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #006C71;
    top: 0;
    left: 0;
    clip: rect(0, 0, 180px, 0);
    transition: clip 0.3s linear;
    z-index: 2;
  }
  footer nav li:hover .filter {
    transition: clip 0.3s linear;
  }
}
@media print, screen and (min-width: 768px) {
  .copyright {
    margin-bottom: 0;
  }
}
.recruit-bnr {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 30;
}
.recruit-bnr a {
  display: block;
  width: 100%;
  text-align: center;
}
.recruit-bnr a img {
  max-height: 74px;
  width: auto;
}

@media print, screen and (min-width: 768px) {
  .recruit-bnr {
    bottom: 30px;
    left: unset;
    right: 30px;
    width: 309px;
    background-color: transparent;
  }
  .recruit-bnr a img {
    box-shadow: 11px 11px 0 #006C71;
    max-height: unset;
  }

  body:not(.page-id-26):not(.page-id-32) .grecaptcha-badge {
    display: none;
  }

  body.page-id-32 .grecaptcha-badge {
    bottom: 170px !important;
  }
}
.sp-navigation {
  background: #fff;
  position: fixed;
  top: 60px;
  left: 100%;
  z-index: 200;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  transition: left 0.8s;
  font-family: "秀英にじみ丸ゴシック B", "Shuei NijimiMGo B", "Noto Sans JP", "Noto Sans", "Segoe UI", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.sp-navigation.active {
  left: 0;
}
.sp-navigation-inner {
  padding: 30px 15px 70px;
  height: 100%;
  overflow-y: scroll;
}
.sp-navigation-contact {
  padding: 0 15px;
  margin-bottom: 13px;
}
.sp-navigation-contact li {
  width: calc(50% - 15px);
  margin-bottom: 0;
}
.sp-navigation-contact li a {
  display: grid;
  place-items: center;
  height: 54px;
  border-radius: 27px;
}
.sp-navigation-contact li a span {
  display: inline-block;
}
.sp-navigation-contact li:nth-of-type(1) a span {
  background: transparent url(../img/common/icon-tel-white.svg) no-repeat 0 0/auto 36px;
  padding-left: 37px;
  height: 36px;
  line-height: 36px;
}
.sp-navigation-contact li:nth-of-type(2) a span {
  background: transparent url(../img/common/icon-mail-white.svg) no-repeat 0 0/auto 23px;
  padding-left: 43px;
  height: 26px;
  line-height: 26px;
}
.sp-navigation-main li {
  margin-bottom: 0;
}
.sp-navigation-main li a {
  display: block;
  padding: 17px 27px 17px;
  border-bottom: 1px solid #799192;
  color: #799192;
}
.sp-navigation-main li a:hover, .sp-navigation-main li a:focus, .sp-navigation-main li a:active {
  color: #799192;
}
.sp-navigation-main li.haschild a {
  padding-right: 15px;
}
.sp-navigation-main li.haschild a .open-close {
  width: 22px;
  height: 12px;
  background: transparent url(../img/common/arrow-bottom-bgreen.svg) no-repeat 0 0;
  transition: 0.8s;
}
.sp-navigation-main li.haschild a.active .open-close {
  background-image: url(../img/common/arrow-top-bgreen.svg);
}
.sp-navigation-main li.haschild ul li a {
  padding-left: 47px;
}

/*# sourceMappingURL=style.css.map */
