@charset "UTF-8";
/******************************* Preface ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
a:hover {
  color: #0BAAFF;
}

/********************************* 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: 4rem;
}
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:not(:nth-last-child(-n+2))::after {
  content: "";
}
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 {
  width: 100%;
  font-size: 1.3rem;
  padding: 2rem;
  text-align: center;
}
body header.header .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  right: 1.5rem;
  width: 50px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  background-color: white;
  transition: all 0.5s;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(1) {
  top: 0;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(2) {
  top: 14px;
}
body header.header .inner .menu-wrapper .toggle-btn span:nth-child(3) {
  bottom: 0;
}
body header.header .inner .menu-wrapper .toggle-btn span.scrolled {
  background-color: white;
}
body header.header .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn {
  margin-top: 0;
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span {
  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(17px) 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(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
body header.header .inner .menu-wrapper.menu-open .toggle-btn span.scroll {
  background-color: #4C4948;
}
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 .slider {
  height: 100%;
}
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: 7vw;
}
body header.header .mainvi .copy h1 span.sub {
  font-size: 4vw;
}
body header.header.back-head .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.back-head .inner .menu-wrapper nav.gnav .menu-container {
  width: 100%;
}
body header.header.back-head .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.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item {
  position: static;
  width: 100%;
  height: auto;
}
body header.header.back-head .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.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:last-child {
  margin-left: auto;
  border-bottom: 1px solid white;
}
body header.header.back-head .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.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item a > span {
  display: block;
  font-weight: normal;
  color: white;
}
body header.header.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item:not(:nth-last-child(-n+2))::after {
  content: "";
}
body header.header.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button {
  padding-top: 2em;
  padding-left: 0;
  border-bottom: none;
}
body header.header.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button a,
body header.header.back-head .inner .menu-wrapper nav.gnav .menu-container .menu .menu-item.button .btn {
  width: 100%;
  font-size: 1.3rem;
}
body header.header.back-head .inner .menu-wrapper .toggle-btn {
  display: block;
  position: fixed;
  right: 1.5rem;
  width: 50px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
body header.header.back-head .inner .menu-wrapper .toggle-btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 40px;
  height: 2px;
  border-radius: 3px;
  background-color: white;
  transition: all 0.5s;
}
body header.header.back-head .inner .menu-wrapper.menu-open .gnav {
  right: 0;
  opacity: 1;
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn {
  margin-top: 0;
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn span {
  background-color: white;
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) {
  -webkit-transform: translateY(17px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) {
  opacity: 0;
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(315deg);
  transform: translateY(-11px) rotate(315deg);
}
body header.header.back-head .inner .menu-wrapper.menu-open .toggle-btn span.scroll {
  background-color: #4C4948;
}
body header.header.back-head .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.back-head .inner .menu-wrapper #mask {
  display: none;
  transition: all 0.3s;
}
body header.header.back-head .mainvi {
  height: 250px;
  padding: 0 1.5rem;
}
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 .inner.content-left {
  margin: 0;
  margin-left: auto;
  padding: 0;
}
body .content-wrap.sec-bgleft-img {
  position: relative;
  padding: 4rem 1.5rem;
}
body .content-wrap.sec-bgleft-img::before {
  content: "";
  background-position: left;
  background-size: cover;
  max-width: 100%;
}
body .content-wrap.sec-bgright-img {
  position: relative;
  padding: 4rem 1.5rem;
}
body .content-wrap.sec-bgright-img::before {
  content: "";
  background-image: url(../img/bg_right.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
}
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: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.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: 1.1rem;
}
body .content-wrap h1.section-title-02,
body .content-wrap h2.section-title-02,
body .content-wrap h3.section-title-02,
body .content-wrap h4.section-title-02,
body .content-wrap h5.section-title-02,
body .content-wrap h6.section-title-02 {
  margin-bottom: 3rem;
}
body .content-wrap h1.section-title-02 span,
body .content-wrap h2.section-title-02 span,
body .content-wrap h3.section-title-02 span,
body .content-wrap h4.section-title-02 span,
body .content-wrap h5.section-title-02 span,
body .content-wrap h6.section-title-02 span {
  display: block;
}
body .content-wrap h1.section-title-02 span.main,
body .content-wrap h2.section-title-02 span.main,
body .content-wrap h3.section-title-02 span.main,
body .content-wrap h4.section-title-02 span.main,
body .content-wrap h5.section-title-02 span.main,
body .content-wrap h6.section-title-02 span.main {
  font-size: 2rem;
  font-weight: bold;
  color: #0BAAFF;
}
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 .top-text-flex {
  display: block;
}
body .content-wrap .top-text-flex .text {
  width: 100%;
}
body .content-wrap .top-text-flex .btn-wrap {
  margin-top: 2rem;
}
body .content-wrap .contact-wrap {
  position: relative;
  padding: 0;
}
body .content-wrap .contact-wrap .contact-link {
  display: block;
}
body .content-wrap .contact-wrap .contact-link li {
  color: white;
  text-align: center;
  padding: 2em 1.5rem;
  border-right: none;
  border-bottom: 1px solid white;
}
body .content-wrap .contact-wrap .contact-link li:first-child {
  border-left: none;
  border-top: 1px solid white;
}
body .content-wrap .contact-wrap .contact-link li a {
  display: block;
  width: 70%;
  margin: 0 auto;
}
body .content-wrap .contact-wrap .contact-link li a.form {
  display: block;
  position: relative;
  text-align: center;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  color: #4664D7;
  background: white;
  transition: all 0.3s;
}
body .content-wrap .contact-wrap .contact-link li a.form::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid;
}
body .content-wrap .contact-wrap .contact-link li a.tel {
  font-size: 2.5rem;
  line-height: 1;
}
body .content-wrap .contact-wrap .contact-link li p.ttl {
  padding-bottom: 1rem;
}
body .content-wrap .tab-nav-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
body .content-wrap .tab-nav-list li {
  width: calc((100% - 1em) / 2);
}
body .content-wrap .tab-nav-list li a {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  padding-right: 1.5rem;
  margin-right: 1em;
  margin-bottom: 1em;
  font-size: 0.9rem;
  text-align: left;
}
body .content-wrap .tab-nav-list li a::after {
  content: "∨";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
body .content-wrap .tab-nav-list li:nth-child(2n) a {
  margin-right: 0;
}
body .content-wrap .text-list-wrap {
  border: 1px solid #0BAAFF;
  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: #0BAAFF;
  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 .service-box-01 {
  padding: 2rem 1rem;
  border-radius: 5px;
}
body .content-wrap .service-box-01 h4 {
  font-weight: bold;
  font-size: 1.3rem;
}
body .content-wrap .case-flex-box {
  display: block;
  padding: 2rem 0;
}
body .content-wrap .case-flex-box .item {
  width: 100%;
}
body .content-wrap .case-flex-box .item .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
body .content-wrap .case-flex-box .item p {
  padding: 1.5rem 0 1rem;
  font-size: 1.4rem;
}
body .content-wrap .case-flex-box .item p.detail {
  font-size: 1rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem !important;
}
body .content-wrap .case-flex-box .arrow {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8%;
}
body .content-wrap .case-flex-box .arrow img {
  display: block;
  padding: 0 1em;
  width: 100%;
  max-height: 62px;
}
body .content-wrap .mark-text p {
  position: relative;
  padding-left: 30px;
}
body .content-wrap .mark-text p::after {
  position: absolute;
  content: "●";
  font-size: 18px;
  line-height: 1.4;
  color: #004A9E;
  left: 0;
  top: 0;
}
body .content-wrap .pdf-wrap .item {
  display: flex;
  align-items: center;
  background: #EEF2F5;
  border-radius: 5px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
body .content-wrap .pdf-wrap .item .thumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}
body .content-wrap .pdf-wrap .item .text {
  padding-left: 2em;
}
body .content-wrap .pdf-wrap .item .text .main {
  padding-bottom: 1rem;
  font-weight: bold;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a {
  color: #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a span {
  border-color: #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a::after {
  width: 30px;
  height: 30px;
  background: #004A9E;
  border: 1px solid #004A9E;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a:hover {
  opacity: 0.7;
}
body .content-wrap .pdf-wrap .item .text .btn-wrap a:hover::after {
  content: url(../img/arrow_white.svg);
}
body .content-wrap .step-list-wrap {
  display: block;
  height: auto;
}
body .content-wrap .step-list-wrap .item {
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
  padding: 1.5rem;
}
body .content-wrap .step-list-wrap .item::after {
  content: "";
  display: block;
  background-image: url(../img/step_arrow_sp.svg);
  top: auto;
  bottom: -2.5rem;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 30px;
}
body .content-wrap .step-list-wrap .item:nth-child(3n) {
  margin-right: 0;
}
body .content-wrap .step-list-wrap .item:nth-child(3n)::after {
  display: inherit;
}
body .content-wrap .step-list-wrap .item:last-child::after {
  display: none;
}
body .content-wrap .step-list-wrap .item .text img {
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
}
body .content-wrap .step-list-wrap .item .text .main {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
body .content-wrap .step-list-wrap .item .text a {
  text-decoration: underline;
}
body .content-wrap .box-1col.box-1col-01 {
  display: block;
}
body .content-wrap .box-1col.box-1col-01 .thumb {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-01 .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 4rem 0 0;
  padding-right: 0;
}
body .content-wrap .box-1col.box-1col-01 .text h3.section-title {
  margin-bottom: 3rem;
}
body .content-wrap .box-1col.box-1col-01 .text > p {
  font-size: 1rem;
  line-height: 1.8;
}
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 .main {
  font-size: 3.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.reverse {
  flex-direction: row;
}
body .content-wrap .box-1col.box-1col-02.reverse .thumb {
  margin-right: 0;
  margin-left: 0;
}
body .content-wrap .box-1col.box-1col-02.reverse .text {
  padding-right: 0;
  padding-left: 0;
}
body .content-wrap .box-1col.box-1col-02 .text-link {
  width: 70%;
  padding: 2rem 0;
}
body .content-wrap .box-1col.box-1col-02 .text-link li {
  border-top: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text-link li:last-child {
  border-bottom: 1px solid white;
}
body .content-wrap .box-1col.box-1col-02 .text-link li a {
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  padding: 1.5rem;
}
body .content-wrap .box-1col.box-1col-02 .text-link li a::after {
  content: "→";
  font-size: 1.2rem;
  font-weight: bold;
  color: #0BAAFF;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  display: block;
}
body .content-wrap .box-1col.box-1col-03 .item {
  display: block;
}
body .content-wrap .box-1col.box-1col-03 .item .thumb {
  width: 100%;
}
body .content-wrap .box-1col.box-1col-03 .item .text {
  width: 100%;
  padding-top: 1.5rem;
}
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-2col.box-2col-01 {
  display: block;
}
body .content-wrap .box-2col.box-2col-01 .item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1.5rem;
}
body .content-wrap .box-free-wrap a {
  display: block;
  transition: 0.3s;
}
body .content-wrap .box-free-wrap a:hover {
  opacity: 0.7;
  color: inherit;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul {
  display: flex;
  flex-wrap: wrap;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li {
  position: relative;
  width: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  border: 1px solid white;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(odd) {
  border-left: none;
  border-right: none;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(even) {
  border-right: none;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(n+3) {
  border-top: none;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
  color: white;
  text-align: center;
  line-height: 1.1;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .main {
  font-size: 3.5rem;
  padding-bottom: 1rem;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .sub {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
}
body .content-wrap .box-free-wrap.box-free-wrap-02 ul li .text .link-btn {
  width: 60%;
}
body .content-wrap .btn-wrap {
  width: 100%;
}
body .content-wrap .btn-wrap a {
  justify-content: flex-end;
}
body .content-wrap .btn-wrap a::after {
  width: 60px;
  height: 60px;
}
body .content-wrap .btn-wrap.center a {
  justify-content: center;
}
body .content-wrap .link-btn {
  width: 100%;
}
body .content-wrap .link-btn.link-btn-03 a {
  font-size: 1.4rem;
}
body .content-wrap .tab-link-btn a {
  display: inline-block;
  position: relative;
  padding-left: 3.5rem;
}
body .content-wrap .tab-link-btn a::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #0BAAFF;
  color: white;
  border-radius: 50%;
  font-size: 0.9rem;
}
body .content-wrap .tab-link-btn a::after {
  content: "";
  background-image: url(../img/icon_tab.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -3em;
  transform: translateY(-50%);
}
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 {
  padding: 1rem;
}
body .content-wrap .accordion-wrap .card-header .btn-link {
  font-size: 0.9rem;
  padding-right: 1rem;
}
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 .footer-catchcopy {
  margin-bottom: 2em;
}
body footer.footer .inner .footer-catchcopy h3 {
  font-size: 6.5vw;
  font-weight: 500;
}
body footer.footer .inner .info .logo img {
  display: block;
  width: 100%;
  max-width: 150px;
}
body footer.footer .inner .info .add {
  padding-bottom: 3rem;
}
body footer.footer .inner .info .add h1 {
  font-weight: bold;
  line-height: 2;
}
body footer.footer .inner .info .add > p {
  font-size: 0.9rem;
}
body footer.footer .inner .info .footer-nav {
  display: flex;
}
body footer.footer .inner .info .footer-nav li {
  width: 25%;
}
body footer.footer .inner .info .footer-nav li a {
  display: block;
  border-top: 1px solid black;
  margin-right: 1rem;
  font-weight: 500;
  transition: all 0.3s;
}
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: #0BAAFF !important;
  padding: 1rem 0 !important;
  font-size: 1.1rem;
}
body #page-top a {
  width: 60px;
  height: 60px;
}
body #page-top {
  position: fixed;
  right: 20px;
  bottom: 120px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}