@charset "UTF-8";
body {
  font-family: "source-han-sans-japanese", sans-serif;
}

body {
  font-weight: 400;
}

main {
  letter-spacing: 0.7px;
}

.u-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block !important;
  }
}

.u-desktop {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none !important;
  }
}

.phrase {
  display: inline-block;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 1060px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.bg {
  background-color: #F1F2ED;
  position: relative;
}

.bg::after {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 100%;
  right: 0;
  top: 0;
  background: #E8D083;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg::after {
    display: none;
  }
}

.btn-white {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 330px;
  width: 20.625rem;
  color: #396375;
  background-color: #fff;
  padding: 10px 0;
  padding: 0.625rem 0;
  letter-spacing: 0.25em;
  font-size: 23px;
  font-size: 1.4375rem;
  text-align: center;
  font-family: "century-gothic", sans-serif;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .btn-white {
    width: 12.5rem;
    font-size: 0.875rem;
    padding: 0.5rem 0;
  }
}

.btn-yellow {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 200px;
  width: 12.5rem;
  color: #396375;
  background-color: #E8D083;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-family: "century-gothic", sans-serif;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-radius: 4px;
  letter-spacing: 0.2em;
}

.btn {
  width: 180px;
  width: 11.25rem;
  max-width: 100%;
  display: inline-block;
  background-color: #396375;
  color: white;
  padding: 5px 0;
  padding: 0.3125rem 0;
  border-radius: 4px;
}

.concept {
  margin-top: 170px;
  margin-top: 10.625rem;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .concept {
    margin-top: 3.6875rem;
  }
}
.concept .inner {
  width: 690px;
  width: 43.125rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .concept .inner {
    width: 34.375rem;
  }
}
.concept p {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #77828E;
  line-height: 2;
}
.concept p:first-of-type {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #77828E;
}
.concept p:nth-of-type(2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .concept p:nth-of-type(2) {
    margin-top: 3.75rem;
  }
}

.footer {
  background-color: #396375;
  padding: 45px 0 11px;
  padding: 2.8125rem 0 0.6875rem;
  min-height: 270px;
  min-height: 16.875rem;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 5.9375rem;
  }
}
.footer .logo {
  width: 200px;
  width: 12.5rem;
  margin-right: auto;
  margin-left: auto;
}
.footer .logo-wrap {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
.footer .logo-wrap a:first-of-type {
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.footer .logo-wrap a img {
  width: 23px;
  width: 1.4375rem;
  display: inline-block;
}
.footer .logo-wrap a:nth-of-type(2) img {
  width: 27px;
  width: 1.6875rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.footer p {
  margin-top: 40px;
  margin-top: 2.5rem;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer .space {
    display: none;
  }
}
.footer .copyright {
  margin-top: 15px;
  margin-top: 0.9375rem;
  color: white;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
.footer .pagetop {
  position: absolute;
  width: 100px;
  width: 6.25rem;
  top: -52px;
  top: -3.25rem;
  right: 110px;
  right: 6.875rem;
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    top: -1.8125rem;
    width: 3.75rem;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.footer .btn-yellow {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.hamburger-outer {
  position: absolute;
  top: 51px;
  top: 3.1875rem;
  right: 88px;
  right: 5.5rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .hamburger-outer {
    top: 0.225rem;
    right: 0.225rem;
    z-index: 500;
  }
}

.hamburger {
  z-index: 502;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: calc(50% - 0.5px);
}
@media screen and (max-width: 767px) {
  .hamburger span {
    background-color: #396375;
    width: 38%;
    height: 2px;
  }
}

.hamburger span:nth-child(1) {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.hamburger span:nth-child(3) {
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.hamburger-outer .text {
  position: absolute;
  display: inline-block;
  left: -150px;
  left: -9.375rem;
  bottom: 20px;
  bottom: 1.25rem;
  color: #fff;
  font-family: "century-gothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.hamburger__close {
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.hamburger__open {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  top: 9px;
  top: 0.5625rem;
  right: 20px;
  right: 1.25rem;
  width: 150px;
  width: 9.375rem;
  height: 150px;
  height: 9.375rem;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hamburger__open {
    right: 0.375rem;
    top: -0.0625rem;
    padding-top: 1.25rem;
    height: 3.125rem;
  }
}
.hamburger__open p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #396375;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .hamburger__open p {
    font-size: 0.875rem;
  }
}

/*OPEN時の動き*/
.js-open .hamburger__close {
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 0;
  visibility: hidden;
}

.js-open .hamburger {
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 0;
  visibility: hidden;
}

.js-open .hamburger__open {
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 100;
  visibility: visible;
}

.iPhone {
  height: 100%;
}

body.noscroll {
  overflow: hidden;
}

.header {
  position: relative;
  width: 100%;
  max-height: 100%;
  height: 150px;
  height: 9.375rem;
  z-index: 450;
}
@media screen and (max-width: 767px) {
  .header {
    height: 4.0625rem;
  }
}
.header .inner {
  z-index: 1;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: inherit;
  padding-left: 100px;
  padding-left: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .header .inner {
    padding-left: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    padding-left: 0.625rem;
  }
}
.header .logo {
  width: 197px;
  width: 12.3125rem;
  margin-right: 47.792px;
  margin-right: 2.987rem;
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .header .logo {
    padding-top: 1.25rem;
    width: 8.0625rem;
    padding-left: 0.9375rem;
  }
}

.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__contact {
    display: none;
  }
}

.header__instagram {
  margin-right: 65.6px;
  margin-right: 4.1rem;
}
@media screen and (max-width: 767px) {
  .header__instagram {
    display: none;
  }
}
.header__instagram img {
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .header__instagram img {
    width: 1.875rem;
  }
}

.noscroll .header__inner {
  background-color: #fff;
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 640px;
  width: 40rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.875rem;
  }
}
.images div:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .images div:not(:last-child) {
    margin-bottom: 0.75rem;
    margin-right: 0;
  }
}
.images img {
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .images img {
    width: 100%;
  }
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1110px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.modal {
  position: fixed;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.modal .btn-white {
  margin-top: 222px;
  margin-top: 13.875rem;
}
@media screen and (max-width: 1600px) {
  .modal .btn-white {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .modal .btn-white {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .modal .btn-white {
    margin-top: 3.125rem;
  }
}
.modal .logo-wrap {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal .logo-wrap {
    margin-top: 2.25rem;
  }
}
.modal .logo-wrap a {
  display: inline-block;
}
.modal .logo-wrap a:first-of-type {
  margin-right: 23px;
  margin-right: 1.4375rem;
  width: 26px;
  width: 1.625rem;
}
.modal .logo-wrap a:nth-of-type(2) {
  width: 33px;
  width: 2.0625rem;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.modal .wrap {
  padding-top: 253px;
  padding-top: 15.8125rem;
  height: 100vh;
  width: 100%;
  background-color: rgba(232, 208, 131, .95);
}
@media screen and (max-width: 1600px) {
  .modal .wrap {
    padding-top: 11.25rem;
  }
}
@media screen and (max-width: 1110px) {
  .modal .wrap {
    padding-top: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .modal .wrap {
    height: 100vh;
    padding-top: 7.0625rem;
  }
}
.modal .box {
  padding: 15px;
  padding: 0.9375rem;
}
.modal .modal__inner {
  width: 500px;
  width: 31.25rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.modal.js-open {
  opacity: 100;
  visibility: visible;
}

.mv {
  position: relative;
  width: 1770px;
  width: 110.625rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv img {
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.nav {
  text-align: center;
}

.nav-item > a {
  display: block;
  color: #0083e1;
  padding: 19px 0;
  padding: 1.1875rem 0;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.09em;
}

.nav-ttl {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  color: #396375;
  font-family: "century-gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .nav-ttl {
    font-size: 1.125rem;
  }
}

.news {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding-top: 66px;
  padding-top: 4.125rem;
}
.news .inner {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  width: 1110px;
  width: 69.375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .news .inner {
    width: 34.375rem;
  }
}
.news .title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #396375;
  font-weight: 400;
}
.news p {
  margin-top: 9px;
  margin-top: 0.5625rem;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #77828E;
  line-height: 2;
}
.news .btn {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
.news .instagram-wrap {
  width: 1060px;
  width: 66.25rem;
  max-width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news .instagram-wrap {
    margin-top: 3.5625rem;
  }
}
.news .instagram-wrap iframe {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.pc-nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .pc-nav {
    display: none;
  }
}

.pc-nav__items {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__item a {
  display: block;
  font-size: max(17px, 14px);
  font-size: max(1.0625rem, 14px);
  font-weight: 700;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16.8px;
  padding: 0 1.05rem;
  position: relative;
  letter-spacing: 0.1em;
  color: #0083e1;
}
@media screen and (max-width: 1024px) {
  .pc-nav__item a {
    padding: 0 0.75rem;
  }
}
@media screen and (max-width: 1000px) {
  .pc-nav__item a {
    font-size: 0.75rem;
  }
}

.pc-nav__item a:before {
  background-color: #0083e1;
  bottom: 60px;
  bottom: 3.75rem;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 70%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  /*左上基点*/
}

.pc-nav__item a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.js-fixed .pc-nav__item a:before {
  bottom: 28px;
  bottom: 1.75rem;
}

.profile {
  margin-top: 140px;
  margin-top: 8.75rem;
  width: 690px;
  width: 43.125rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  z-index: 5;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .profile {
    width: 34.375rem;
    margin-top: 7.5625rem;
    padding-bottom: 6.25rem;
  }
}
.profile h3 {
  margin-top: 60px;
  margin-top: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #396375;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.profile h3 span {
  display: block;
  font-weight: 400;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}
.profile dl {
  margin-top: 60px;
  margin-top: 3.75rem;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .profile dl {
    margin-top: 2.8125rem;
  }
}
.profile .wrap {
  width: 100%;
}
.profile .wrap:not(:first-child) {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .profile .wrap:not(:first-child) {
    margin-top: 1.4375rem;
  }
}
.profile .wrap .line-height {
  line-height: 1.6;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .profile .wrap .line-height {
    line-height: 1.7;
  }
}
.profile dt,
.profile dd {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  color: #77828E;
  letter-spacing: 0.7px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .profile dt,
.profile dd {
    line-height: 1.7;
  }
}
.profile dt {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .profile dt {
    width: 18%;
  }
}
.profile dd {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .profile dd {
    width: 80%;
  }
}
.profile p {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  color: #77828E;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .profile p {
    margin-top: 2.9375rem;
    line-height: 2.2;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-nav {
    display: block;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
    background: #fff;
    z-index: 451;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    color: #fff;
    opacity: 0;
    visibility: hidden;
  }
}

.sp-nav__bg {
  position: relative;
  padding-bottom: 300px;
  padding-bottom: 18.75rem;
}

.sp-nav__bg:before {
  position: absolute;
  content: "";
  width: 320px;
  width: 20rem;
  height: 487px;
  height: 30.4375rem;
  top: 0;
  right: 0;
  background: url(../img/sv-nav01.png) center center/cover no-repeat;
  z-index: -1;
}

.sp-nav__bg:after {
  position: absolute;
  content: "";
  width: 375px;
  width: 23.4375rem;
  height: 375px;
  height: 23.4375rem;
  bottom: 0px;
  bottom: 0rem;
  left: 0px;
  left: 0rem;
  background: url(../img/sp-nav02.png) center center/cover no-repeat;
  z-index: -1;
}

.sp-nav__inner {
  position: relative;
}

.sp-nav__logo {
  position: absolute;
  top: 25px;
  top: 1.5625rem;
  left: 11px;
  left: 0.6875rem;
  width: 147px;
  width: 9.1875rem;
}

@media screen and (max-width: 767px) {
  .sp-nav__items {
    margin: 2rem auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sp-nav__item {
    color: #333;
    list-style-type: none;
    padding: 0;
    width: 100%;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    position: relative;
  }
}

.sp-nav__item > a {
  display: block;
  color: #0083e1;
  padding: 16px 0;
  padding: 1rem 0;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #d9dee1;
  padding-left: 32px;
  padding-left: 2rem;
}

.sp-nav__item:before {
  color: #2c94de;
  font-size: 16px;
  font-size: 1rem;
  left: 4.8px;
  left: 0.3rem;
  top: 1.6px;
  top: 0.1rem;
  position: absolute;
}

.sp-nav__item:nth-of-type(1)::before {
  content: "01";
}

.sp-nav__item:nth-of-type(2)::before {
  content: "02";
}

.sp-nav__item:nth-of-type(3)::before {
  content: "03";
}

.sp-nav__item:nth-of-type(4)::before {
  content: "04";
}

.sp-nav__item:nth-of-type(5)::before {
  content: "05";
}

.sp-nav__item:nth-of-type(6)::before {
  content: "06";
}

.sp-nav__item:nth-of-type(7)::before {
  content: "07";
}

@media screen and (max-width: 767px) {
  .sp-nav__arrow a::after {
    position: absolute;
    content: "";
    width: 0.8125rem;
    height: 0.8125rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/arrow-right.svg) center center/cover no-repeat;
  }
}

.sp-nav__ttl-sub {
  font-size: 24px;
  font-size: 1.5rem;
}

.sp-nav__ttl-main {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}

.sp-nav__icon {
  display: block;
  text-align: center;
  margin-top: 34px;
  margin-top: 2.125rem;
  width: 27px;
  width: 1.6875rem;
  margin-right: auto;
  margin-left: auto;
}

.sp-nav.js-open {
  opacity: 100;
  visibility: visible;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 0 3px -36px;
  margin: 0 0.1875rem -2.25rem;
}

.swiper-pagination-bullet {
  background-color: #fff;
  border-radius: 0;
  height: 3px;
  width: 20px;
  width: 1.25rem;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  background-color: #396375;
}

.title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #E8D083;
  letter-spacing: 0.2em;
  text-align: center;
  display: inline-block;
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*# sourceMappingURL=styles.css.map */
