@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover {
  color: #005098;
}

/********************************* body ***************************************/
body {
  /******************************** header **************************************/
  /********************************  Main Content ******************************/
  /***********************************  footer ********************************/
  /******************************** nav modal **************************************/
  /*========= ページトップのためのCSS ===============*/
}
body header.header .inner {
  padding: 1.5rem;
  min-width: 100%;
}
body header.header .inner .logo {
  margin: 0;
  margin-right: auto;
}
body header.header .inner .logo a {
  display: block;
}
body header.header .inner .logo a img {
  margin-right: 0;
  height: 2rem;
}
body header.header .inner .menu-wrapper nav.gnav {
  display: block;
  position: fixed !important;
  top: 0;
  right: -310px;
  bottom: 0;
  width: 310px;
  padding: 6.5rem 1rem;
  background: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
  margin-right: 0;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container {
  width: 100%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:nth-child(n+1) {
  margin-left: auto;
  border-top: 1px solid white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a {
  position: relative;
  display: block;
  padding: 2rem 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a > span {
  display: block;
  font-weight: normal;
  color: white;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button {
  padding-top: 2em;
  padding-left: 0;
  border-bottom: none;
}
body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button a, body header.header .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button .btn {
  width: 100%;
  font-size: 1.3rem;
}
body header.header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: #4C4948;
  transition: all 0.5s;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 20px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 30px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 28px;
}
body header.header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn {
  top: 0;
  margin-top: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span {
  left: 25%;
  background-color: white;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-17px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
body header.header .inner .menu-wrapper.menu-open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
}
body header.header .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
body header.header .mainvi .copy {
  align-items: center;
  bottom: auto;
  left: 0;
  height: auto;
  width: 100%;
  padding: 0 1.5rem;
}
body header.header .mainvi .copy h1 {
  padding: 0;
}
body header.header .mainvi .copy h1 span {
  font-size: 10vw;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 4vw;
}
body header.header.back-head .mainvi {
  padding-left: 30px;
  height: 250px;
}
body .breadcrumb-wrap {
  padding: 0;
}
body .breadcrumb-wrap ul {
  padding: 1em 1.5rem;
}
body .content-wrap {
  padding: 4rem 0;
}
body .content-wrap .inner {
  padding: 0 1.5rem;
}
body .content-wrap .inner.inner-l {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-m {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap .inner.inner-s {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .content-wrap.sec-bg-img {
  position: relative;
  padding: 4rem 1.5rem;
}
body .content-wrap.sec-bg-img::before {
  content: "";
  background-image: url(../img/business_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
body .content-wrap h1.section-title,
body .content-wrap h2.section-title,
body .content-wrap h3.section-title,
body .content-wrap h4.section-title,
body .content-wrap h5.section-title,
body .content-wrap h6.section-title {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title span.main,
body .content-wrap h2.section-title span.main,
body .content-wrap h3.section-title span.main,
body .content-wrap h4.section-title span.main,
body .content-wrap h5.section-title span.main,
body .content-wrap h6.section-title span.main {
  font-size: 2rem;
}
body .content-wrap h1.section-title span.sub,
body .content-wrap h2.section-title span.sub,
body .content-wrap h3.section-title span.sub,
body .content-wrap h4.section-title span.sub,
body .content-wrap h5.section-title span.sub,
body .content-wrap h6.section-title span.sub {
  font-size: 1rem;
}
body .content-wrap h1.content-title,
body .content-wrap h2.content-title,
body .content-wrap h3.content-title,
body .content-wrap h4.content-title,
body .content-wrap h5.content-title,
body .content-wrap h6.content-title {
  margin-bottom: 2.5rem;
}
body .content-wrap h1.content-title.boder-left-01,
body .content-wrap h2.content-title.boder-left-01,
body .content-wrap h3.content-title.boder-left-01,
body .content-wrap h4.content-title.boder-left-01,
body .content-wrap h5.content-title.boder-left-01,
body .content-wrap h6.content-title.boder-left-01 {
  font-size: 1.3rem;
}
body .content-wrap .banner-area-wrap {
  padding: 2rem 0 0;
}
body .content-wrap .top-bridge-wrap {
  position: relative;
  padding-bottom: 0;
}
body .content-wrap .top-bridge-wrap .contents {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  right: 0;
  padding: 90vw 0 70vw;
}
body .content-wrap .top-bridge-wrap .contents h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
body .content-wrap .top-bridge-wrap .contents h2 > span {
  color: #005098;
}
body .content-wrap .top-bridge-wrap .parallax-img {
  position: absolute;
  overflow: hidden;
}
body .content-wrap .top-bridge-wrap .parallax-img.img01 {
  top: 0;
  left: 0;
  margin-left: -150px;
}
body .content-wrap .top-bridge-wrap .parallax-img.img01 img {
  max-width: 100%;
  aspect-ratio: 16/10;
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(-10%);
}
body .content-wrap .top-bridge-wrap .parallax-img.img02 {
  overflow-x: hidden;
  top: 155vw;
  left: 15%;
  margin-left: 0;
  width: 100%;
}
body .content-wrap .top-bridge-wrap .parallax-img.img02 img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  transform: translateX(0);
  object-fit: cover;
}
body .content-wrap .bridge-img img {
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
}
body .content-wrap .content-flex {
  display: block;
}
body .content-wrap .content-flex .content-left {
  width: 100%;
}
body .content-wrap .content-flex .content-right {
  width: 100%;
  max-width: 100%;
}
body .content-wrap .top-fac-wrap {
  display: block;
}
body .content-wrap .top-fac-wrap .text {
  width: 100%;
  padding-right: 0;
  padding-top: 2rem;
}
body .content-wrap .top-fac-wrap .text h3.section-title {
  margin-bottom: 3rem;
}
body .content-wrap .top-fac-wrap .text h3.section-title .main {
  font-size: 2.5rem;
}
body .content-wrap .top-fac-wrap .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
body .content-wrap .recruit-wrap {
  margin-bottom: 3rem;
}
body .content-wrap .recruit-wrap a {
  position: relative;
  display: block;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 3rem 0;
  transition: all 0.3s;
}
body .content-wrap .recruit-wrap a::after {
  content: "→";
  right: 0;
}
body .content-wrap .recruit-wrap a > h3 {
  width: 100%;
  margin-bottom: 3rem;
  line-height: 1;
}
body .content-wrap .recruit-wrap a .text {
  width: 100%;
  padding-right: 4em;
}
body .content-wrap .fac-slider {
  width: 100%;
  margin-left: auto;
  position: relative;
  overflow: visible;
}
body .content-wrap .fac-slider .slick-list {
  overflow: visible;
}
body .content-wrap .fac-slider .slick-item img {
  height: auto;
  width: 100%;
  aspect-ratio: 16/10;
}
body .content-wrap .news-list-wrap li a {
  padding-right: 2.5rem;
}
body .content-wrap .news-list-wrap li a .date {
  font-weight: 500;
  font-size: 0.9rem;
}
body .content-wrap .news-list-wrap li a .title {
  width: 100%;
  padding-top: 1rem;
  padding-right: 0;
}
body .content-wrap .article-detail .ttl h2 {
  font-size: 1.3rem;
}
body .content-wrap .tab-nav-wrap ul {
  display: block;
  width: 100%;
  margin: 0 auto;
}
body .content-wrap .tab-nav-wrap ul li {
  width: 100%;
}
body .content-wrap .tab-nav-wrap ul li a {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
  color: #D5D5D5;
  font-size: 1.2rem;
  font-weight: bold;
}
body .content-wrap .area .rec-list {
  padding: 2rem 0;
}
body .content-wrap .area .rec-list li {
  display: block;
}
body .content-wrap .area .rec-list li .ttl {
  width: 100%;
}
body .content-wrap .text-list-wrap {
  border: 1px solid #005098;
  border-radius: 5px;
  padding: 2rem 3rem;
}
body .content-wrap .text-list-wrap li {
  display: block;
  padding-bottom: 2rem;
}
body .content-wrap .text-list-wrap li:last-child {
  padding-bottom: 0;
}
body .content-wrap .text-list-wrap li .main {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #005098;
  margin-right: 0;
}
body .content-wrap .text-list-wrap li .main::after {
  display: none;
}
body .content-wrap .text-list-wrap li .detail {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-02 {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
body .content-wrap .box-1col.box-1col-02 .thumb {
  width: 100%;
  margin-right: 0;
}
@media screen and (min-width: 678px) and (max-width: 1024px) {
  body .content-wrap .box-1col.box-1col-02 .thumb {
    margin-right: 0;
  }
}
body .content-wrap .box-1col.box-1col-02 .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
}
body .content-wrap .box-1col.box-1col-02 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
}
body .content-wrap .box-1col.box-1col-02 .text h3.section-title {
  margin-bottom: 3rem;
}
body .content-wrap .box-1col.box-1col-02 .text h3.section-title .main {
  font-size: 2.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link li {
  border-top: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link li:last-child {
  border-bottom: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link li a {
  position: relative;
  display: flex;
  color: white;
  padding: 1rem 0.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link li a .title {
  font-weight: bold;
  font-size: 1.2rem;
}
body .content-wrap .box-1col.box-1col-02 .text .text-link li a::after {
  content: url(../img/arrow_white.svg);
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  display: block;
}
body .content-wrap .box-1col.box-1col-03 > ul li a {
  display: block;
  margin-bottom: 1.5rem;
}
body .content-wrap .box-1col.box-1col-03 > ul li a:hover {
  opacity: 0.7;
}
body .content-wrap .box-1col.box-1col-03 > ul li a .logo img {
  display: block;
  width: 100%;
  max-width: 100%;
}
body .content-wrap .box-1col.box-1col-03 > ul li a .text {
  padding: 0 1rem 1rem;
}
body .content-wrap .box-1col.box-1col-03 > ul li a .text p {
  font-size: 1rem;
}
body .content-wrap .box-1col.box-1col-03 > ul li a .text p.main {
  font-weight: bold;
  font-size: 1.3rem;
}
body .content-wrap .box.box-2 .item {
  display: block;
}
body .content-wrap .box.box-2 .item.reverse {
  flex-direction: row-reverse;
}
body .content-wrap .box.box-2 .item.reverse .text {
  padding-right: 0;
  padding-left: 0;
}
body .content-wrap .box.box-2 .item > * {
  width: 100%;
}
body .content-wrap .box .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
body .content-wrap .box .store-map {
  aspect-ratio: 16/10;
}
body .content-wrap .box .store-map iframe {
  width: 100%;
  height: 100%;
}
body .content-wrap .box .text {
  padding: 1.5rem 0;
}
body .content-wrap .box .text p {
  font-size: 1rem;
}
body .content-wrap .box .text .main {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body .content-wrap .box .text .address > p,
body .content-wrap .box .text .address a {
  font-size: 0.9rem;
}
body .content-wrap .box .text .store-banner a {
  display: block;
}
body .content-wrap .box .text .store-banner a img {
  margin: 0 auto;
}
body .content-wrap .box-col2-wrap-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .content-wrap .box-col2-wrap-01 .item {
  width: 48%;
  margin-right: 1rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .box-col2-wrap-01 .item:nth-child(2n) {
  margin-right: 0;
}
body .content-wrap .box-col2-wrap-01 .item .thumb img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/10;
  overflow: hidden;
}
body .content-wrap .box-col2-wrap-01 .item .text {
  padding: 0.8rem 0;
}
body .content-wrap .box-col2-wrap-01 .item .text .title {
  font-weight: bold;
  font-size: 1rem;
}
body .content-wrap .box-col2-wrap-01 .item .text .detail {
  font-size: 0.8rem;
}
body .content-wrap .box-col2-wrap-02 .item {
  display: block;
  align-items: center;
  background: #EEF2F5;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .box-col2-wrap-02 .item .thumb img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
body .content-wrap .box-col2-wrap-02 .item .text {
  padding-left: 0;
}
body .content-wrap .box-col2-wrap-02 .item .text .main {
  text-align: center;
  padding: 1rem 0;
}
body .content-wrap .box-3col.box-3col-01 ul.list li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 5%;
}
body .content-wrap .box-3col.box-3col-01 ul.list li .text {
  padding: 1.5rem;
}
body .content-wrap .btn-wrap {
  width: 100%;
}
body .content-wrap .btn-wrap a {
  position: relative;
  display: block;
  color: #005098;
}
body .content-wrap .btn-wrap a::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: 7em;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  line-height: 1;
  color: white;
  font-size: 14px;
}
body .content-wrap .btn-wrap.right a {
  text-align: right;
  padding-right: 4em;
}
body .content-wrap .btn-wrap.right a::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  padding: 8px;
}
body .content-wrap .link-btn {
  width: 100%;
}
body .content-wrap .link-btn.link-btn-03 a {
  font-size: 1.4rem;
}
body .content-wrap .table tr th {
  width: 28%;
  padding: 1.5rem;
}
body .content-wrap .table tr td {
  padding: 1.5rem;
}
body .content-wrap form {
  padding: 0 2rem;
}
body .content-wrap form .row {
  border-bottom: 1px solid #eef3f1;
}
body .content-wrap form .row:first-child {
  border-top: 1px solid #eef3f1;
}
body .content-wrap form .row .col-12 {
  display: block;
  flex-wrap: wrap;
  padding: 1rem 0;
}
body .content-wrap form .row .col-12 label {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}
body .content-wrap form .row .col-12 label.reqire::after {
  content: "*";
  color: red;
  font-size: 1.2rem;
}
body .content-wrap form .row .col-12 select,
body .content-wrap form .row .col-12 input,
body .content-wrap form .row .col-12 textarea {
  width: 100%;
  font-size: 16px;
}
body .content-wrap form .link-btn a,
body .content-wrap form .link-btn input[type=submit] {
  width: 80%;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  font-size: 0.9rem;
  padding-right: 3rem;
}
body .content-wrap .accordion-wrap .card-body {
  padding: 1rem;
}
body .content-wrap .accordion-wrap .card-body img {
  width: 100%;
}
body .content-wrap .map {
  aspect-ratio: 1/1;
}
body .content-wrap .map iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
body footer.footer .inner {
  padding: 4rem 1.5rem;
}
body footer.footer .inner .flex-wrap {
  display: block;
}
body footer.footer .inner .flex-wrap .info {
  width: 100%;
  padding-bottom: 1.5rem;
}
body footer.footer .inner .flex-wrap .info .logo img {
  max-width: 130px;
}
body footer.footer .inner .flex-wrap .info .add {
  line-height: 2;
}
body footer.footer .inner .flex-wrap .contact a, body footer.footer .inner .flex-wrap .contact .btn {
  width: 100%;
  font-size: 1.3rem;
}
body .modal-content .modal-body > h5 {
  font-size: 1.1rem;
}
body .modal-content .modal-body > ul {
  display: block;
  padding: 1.5rem 0 2rem;
}
body .modal-content .modal-body > ul li {
  width: 100%;
  margin-bottom: 0.5rem;
}
body .modal-content .modal-body > ul li a {
  color: #005098 !important;
  padding: 1rem 0 !important;
  font-size: 1.1rem;
}
body #page-top a {
  width: 60px;
  height: 60px;
  font-size: 0.7rem;
}