@charset "UTF-8";
body {
  font-weight: 400;
}

body {
  background-color: #fff;
  color: #1E1E1E;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc-br {
    display: block;
  }
}

.sp-br {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-br {
    display: inline;
  }
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  }
}

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

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

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* safariの青い線を消す */
*:focus {
  outline: none;
}

*,
*::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;
}

.contact__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 36px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .contact__title {
    font-size: 30px;
  }
}

.contact__tel {
  display: inline-block;
  color: #FFEB00;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .contact__tel {
    font-size: 48px;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__tel {
    font-size: 40px;
  }
}

.contact__time {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .contact__time {
    font-size: 24px;
    font-weight: 500;
    margin-top: 1.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact__time {
    font-size: 20px;
  }
}

.contact__sns-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .contact__sns-icon {
    margin-top: 1.4375rem;
  }
}

.contact__facebook a img {
  width: 35px;
}

.contact__Instagram {
  margin-left: 24px;
  margin-left: 1.5rem;
}

.contact__Instagram a img {
  width: 32px;
}

.footer {
  text-align: center;
  color: #fff;
  padding-top: 82px;
  padding-top: 5.125rem;
  background: url(/images/common/seikaiha-navy.png);
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 6.875rem;
  }
}

.footer__bg {
  background-color: #202F55;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer__bg {
    padding-bottom: 1.625rem;
  }
}

.footer__privacypolicy {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__privacypolicy {
    margin-top: 2.25rem;
  }
}

.footer__privacypolicy a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer__privacypolicy a {
    font-size: 20px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .footer__privacypolicy a {
    font-size: 16px;
  }
}

.footer__copy {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
    font-weight: 500;
    margin-top: 1.1875rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    font-size: 12px;
  }
}

.hamburger__button {
  display: inline-block;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  cursor: pointer;
  visibility: visible;
}

.hamburger {
  position: fixed;
  top: 8px;
  top: 0.5rem;
  right: 28px;
  right: 1.75rem;
  z-index: 2;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border-radius: 50%;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: #202F55;
  -webkit-transition: inherit;
  transition: inherit;
}
.hamburger__line::before, .hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before {
  top: -6px;
  top: -0.375rem;
}

.hamburger__line::after {
  top: 6px;
  top: 0.375rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}
.hamburger[aria-expanded=true] .hamburger__line::before, .hamburger[aria-expanded=true] .hamburger__line::after {
  top: 0;
  background-color: #202F55;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (min-width: 768px) {
  .hamburger__button {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  height: 3.5rem;
  background-color: #202F55;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
  }
}

.header__inner {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 1170px;
    padding: 0 1.5625rem;
    margin: 0 auto;
  }
}

.header__wrapper {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #fff;
  }
}

.header__logo {
  height: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__logo {
    text-align: unset;
  }
}

.header__logo a {
  display: inline-block;
  height: inherit;
}

.header__logo a img {
  width: 106px;
  width: 6.625rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .header__nav {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .header__items {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .header__item {
    height: inherit;
  }
}

@media screen and (min-width: 768px) {
  .header__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 0 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__item a {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header__contact {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .header__sns-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header__facebook a img {
    width: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .header__Instagram {
    margin-left: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .header__Instagram a img {
    width: 2rem;
  }
}

.header__space {
  height: 56px;
  height: 3.5rem;
  background-color: #202F55;
}
@media screen and (min-width: 768px) {
  .header__space {
    height: 5rem;
  }
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1390px;
    padding-right: 35px;
    padding-left: 35px;
  }
}

.pagetop {
  position: fixed;
  right: 28px;
  right: 1.75rem;
  bottom: 28px;
  bottom: 1.75rem;
  cursor: pointer;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .pagetop {
    right: 6.25rem;
    bottom: 6.25rem;
  }
}

.pagetop img {
  width: 41px;
  width: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .pagetop img {
    width: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .pagetop img {
    width: 75px;
  }
}

@media screen and (min-width: 768px) {
  .pagetop:hover {
    opacity: 0.8;
  }
}

.section-header__title {
  color: #202F55;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-header__title {
    font-size: 38px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .section-header__title {
    font-size: 32px;
  }
}

.section-header {
  scroll-margin-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  .section-header {
    scroll-margin-top: 6.25rem;
  }
}

.sp-global-menu {
  z-index: 1;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding-top: 56px;
  padding-top: 3.5rem;
}

.sp-global-menu__inner {
  width: 100%;
  height: 100vh;
  background-color: #202F55;
  display: block;
  padding-top: 64px;
  padding-top: 4rem;
}

.sp-global-menu__wrapper {
  text-align: center;
  color: #fff;
}

.sp-global-menu__item:not(:last-child) {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
}

.sp-global-menu__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}

.sp-global-menu__contact {
  margin-top: 77px;
  margin-top: 4.8125rem;
}

.is-drawerActive .sp-global-menu {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.privacy {
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .privacy {
    padding-bottom: 4.25rem;
  }
}

.privacy__bg {
  height: 199px;
  height: 12.4375rem;
  background-color: #202F55;
  position: relative;
}
@media screen and (min-width: 768px) {
  .privacy__bg {
    height: 12.25rem;
  }
}

.privacy__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  height: 9.375rem;
  bottom: -1px;
  left: 0;
  background: url(/images/common/seikaiha-white.png);
  background-repeat: repeat-x;
}

@media screen and (min-width: 768px) {
  .privacy__inner.inner {
    max-width: 890px;
  }
}

.privacy__section-header-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: -5px;
  margin-top: -0.3125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .privacy__section-header-title {
    font-size: 46px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__section-header-title {
    font-size: 38px;
  }
}

.privacy__section-header-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy__section-header-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__section-header-text {
    font-size: 16px;
  }
}

.privacy__items {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy__items {
    margin-top: 5.0625rem;
  }
}

.privacy__item:nth-child(n+2) {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy__item:nth-child(n+2) {
    margin-top: 4.25rem;
  }
}

.privacy__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .privacy__title {
    font-size: 32px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__title {
    font-size: 26px;
  }
}

.privacy__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .privacy__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__text {
    font-size: 16px;
  }
}

.privacy__date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .privacy__date {
    font-size: 20px;
    font-weight: 500;
    margin-top: 3.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .privacy__date {
    font-size: 16px;
  }
}

.about__inner.inner {
  padding-left: 15px;
  padding-right: 15px;
}

.about__inner {
  padding-top: 215px;
  padding-top: 13.4375rem;
  position: relative;
}

.about__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  width: 318px;
  width: 19.875rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana2.png);
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 768px) {
  .about__inner::before {
    width: 31.25rem;
    height: 25rem;
  }
}

.about__inner::after {
  content: "";
  position: absolute;
  top: 130px;
  top: 8.125rem;
  right: 0;
  width: 303px;
  width: 18.9375rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana3.png);
  background-size: cover;
  background-position: left;
}
@media screen and (min-width: 768px) {
  .about__inner::after {
    width: 31.25rem;
    height: 25rem;
  }
}

.about__bg {
  position: relative;
}

.about__bg::before {
  content: "";
  position: absolute;
  top: 450px;
  top: 28.125rem;
  left: -15px;
  width: 318px;
  width: 19.875rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana5.png);
  background-size: cover;
  background-position: right;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__bg::before {
    top: 33.125rem;
    left: 20px;
    width: 31.25rem;
    height: 25rem;
  }
}

.about__bg::after {
  content: "";
  position: absolute;
  bottom: 470px;
  bottom: 29.375rem;
  right: -15px;
  width: 303px;
  width: 18.9375rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana4.png);
  background-size: cover;
  background-position: left;
}
@media screen and (min-width: 768px) {
  .about__bg::after {
    bottom: 18.75rem;
    right: 20px;
    width: 31.25rem;
    height: 25rem;
  }
}

.about__section-header {
  position: relative;
  z-index: 1;
}

.about__items {
  margin-top: 18px;
  margin-top: 1.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about__items {
    width: 100%;
    max-width: 1060px;
    margin: 3.125rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .about__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.about__item:nth-child(n+2) {
  margin-top: 110px;
  margin-top: 6.875rem;
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(n+2) {
    margin-top: -3.125rem;
  }
}

.about__img {
  position: relative;
  width: 100%;
  max-width: 345px;
  max-width: 21.5625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__img {
    max-width: 37.5rem;
    margin: unset;
  }
}

.about__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about__info {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .about__info {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about__item:nth-child(odd) .about__info {
    margin-left: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .about__item:nth-child(even) .about__info {
    margin-right: 1.25rem;
  }
}

.about__title {
  color: #202F55;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 32px;
    font-weight: 700;
    text-align: unset;
  }
}
@media screen and (min-width: 1024px) {
  .about__title {
    font-size: 26px;
  }
}

.about__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  margin: 32px auto 0;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    max-width: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .about__text {
    font-size: 16px;
  }
}

.access__inner {
  padding-top: 194px;
  padding-top: 12.125rem;
  padding-bottom: 88px;
  padding-bottom: 5.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .access__inner {
    padding-top: 13.625rem;
    padding-bottom: 6.0625rem;
  }
}

.access__inner::before {
  content: "";
  position: absolute;
  top: -30px;
  top: -1.875rem;
  left: 0;
  width: 318px;
  width: 19.875rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana1.png);
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 768px) {
  .access__inner::before {
    width: 31.25rem;
    height: 25rem;
  }
}

.access__inner::after {
  content: "";
  position: absolute;
  bottom: -54px;
  bottom: -3.375rem;
  right: 0;
  width: 303px;
  width: 18.9375rem;
  height: 297px;
  height: 18.5625rem;
  background-image: url(/images/nami-sakana3.png);
  background-size: cover;
  background-position: left;
}
@media screen and (min-width: 768px) {
  .access__inner::after {
    width: 31.25rem;
    height: 25rem;
  }
}

.access__map {
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  height: 217px;
  height: 13.5625rem;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .access__map {
    max-width: 690px;
    height: 460px;
    margin: 2.5rem auto 0;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__items {
  margin-top: 27px;
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__items {
    margin-top: 2.5rem;
  }
}

.access__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.access__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.8666;
}
@media screen and (min-width: 768px) {
  .access__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .access__title {
    font-size: 16px;
  }
}

.access__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
}
@media screen and (min-width: 768px) {
  .access__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1024px) {
  .access__text {
    font-size: 16px;
  }
}

.greeting {
  margin-top: 128px;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .greeting {
    margin-top: 9.25rem;
  }
}

.greeting__img {
  position: relative;
  width: 100%;
  max-width: 240px;
  max-width: 15rem;
  margin: 46px auto 0;
  margin: 2.875rem auto 0;
}
@media screen and (min-width: 768px) {
  .greeting__img {
    max-width: 325px;
  }
}

.greeting__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.greeting__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
  -o-object-position: -34px;
     object-position: -34px;
}

.greeting__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
  width: 100%;
  max-width: 326px;
  max-width: 20.375rem;
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .greeting__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    margin: 2.875rem auto 0;
    width: 100%;
    max-width: 620px;
  }
}
@media screen and (min-width: 1024px) {
  .greeting__text {
    font-size: 16px;
  }
}

.mv {
  position: relative;
}

.mv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  height: 9.375rem;
  bottom: -1px;
  left: 0;
  background: url(/images/common/seikaiha-white.png);
  background-repeat: repeat-x;
}

.mv__img {
  position: relative;
  width: 100%;
}

.mv__img:before {
  content: "";
  display: block;
  padding-top: 53.3333%;
}
@media screen and (min-width: 768px) {
  .mv__img:before {
    padding-top: 37.8787%;
  }
}

.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__info {
  background-color: #202F55;
  color: #fff;
  text-align: center;
  padding: 34px 0 192px;
  padding: 2.125rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .mv__info {
    padding: 5.625rem 0 15.625rem;
  }
}

.mv__title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .mv__title {
    font-size: 46px;
  }
}
@media screen and (min-width: 1024px) {
  .mv__title {
    font-size: 38px;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .mv__title .sp-br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .mv__title .sp-br {
    display: inline;
  }
}

.mv__text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8666;
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .mv__text {
    font-size: 16px;
  }
}

.news {
  margin-top: -28px;
  margin-top: -1.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .news {
    margin-top: 0;
  }
}

.news__facebook {
  max-width: 326px;
  margin: 35px auto 0;
  margin: 2.1875rem auto 0;
}
@media screen and (min-width: 768px) {
  .news__facebook {
    max-width: 500px;
    margin: 2.625rem auto 0;
  }
}

.news__facebook > .fb-page {
  width: 100%;
}

.news__facebook > .fb-page > span,
.news__facebook iframe {
  width: 100% !important;
}
/*# sourceMappingURL=styles.css.map */
