@charset "UTF-8";
body {
  color: #2a2f37;
}

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

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

/* FontFamily */
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5640273705vw;
  }
}
@media (min-width: 1440px) {
  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;
  }
}

html {
  scroll-behavior: smooth;
}

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
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;
}

.btn {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.6666666667vw;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}
.btn .section_link {
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
  border-bottom: 3px dashed #080102;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .btn .section_link {
    font-size: 1.6666666667vw;
    padding: 1.35rem 2rem 1.35rem 0;
    text-align: left;
  }
}
.btn .section_link:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 0;
  top: 32.5%;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .btn .section_link:after {
    top: 31%;
    right: 10%;
  }
}
.btn .section_link:hover {
  opacity: 0.7;
}
.btn .section_link:hover:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 0;
  top: 32.5%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btn__fa > img {
    width: 1.3888888889vw;
  }
}

@media screen and (min-width: 768px) {
  .btn__insta > img {
    width: 1.3888888889vw;
  }
}

.button {
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button {
    font-size: 1.5rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin: 0;
    margin: initial;
  }
}
.button .link_item {
  position: relative;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  padding: 1em 3.5em 1em 2.5em !important;
  border: 1px solid #080102;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .button .link_item {
    font-size: 1.25vw;
    padding: 1.35em 2em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .button .link_item::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10%;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent url(../images/common/top__btn.png) no-repeat center center/contain;
  }
}
.button .link_item:hover {
  color: #fff;
  background: #000;
  opacity: 0.7;
}
.button .link_item:hover:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 10%;
  text-align: center;
}

.text {
  color: #2a2f37;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 0.9375rem;
  }
}

.info__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.9285;
}
@media screen and (min-width: 768px) {
  .info__meta {
    line-height: 1.26;
    letter-spacing: 0.09375rem;
  }
}
.info__label {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0.64px 18px;
  padding: 0.04rem 1.125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  background: #e8e8e8;
  border-radius: 3.125rem;
}
@media screen and (min-width: 768px) {
  .info__label {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
    white-space: nowrap;
  }
}
.info__title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
}
@media screen and (min-width: 768px) {
  .info__title {
    max-width: 43.9375rem;
    font-size: 0.9375rem;
    line-height: 1.8;
    letter-spacing: 0.046875rem;
    margin-left: 1.09375rem;
  }
}
.info__published {
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 601px) {
  .info__published {
    letter-spacing: 0.125rem;
  }
}

.media__img > img {
  width: 22.1527777778vw;
}
.media__body {
  margin-top: 14px;
  margin-top: 0.875rem;
}
.media__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
}
@media screen and (min-width: 768px) {
  .media__title {
    line-height: 0.05rem;
  }
}
.media__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7857;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  margin-top: 3.2px;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .media__text {
    width: 22.66666vw;
    font-size: 1.1111111111vw;
  }
}

.card__items {
  margin-top: -7vw;
}
@media screen and (min-width: 768px) {
  .card__items {
    position: relative;
    width: 71.5277777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4.8611111111vw;
    z-index: 1;
  }
}

.card__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .card__item {
    width: 21.6666666667vw;
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .card__item + .card__item {
    margin-left: 2.0833333333vw;
  }
}

@media screen and (min-width: 768px) {
  .bgSquare {
    width: 72.0833333333vw;
    position: absolute;
    top: 60%;
    left: -23%;
    z-index: -1;
  }
}

.c_text {
  text-align: center;
}

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

.l-inner-second {
  width: 100%;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-second {
    max-width: 1545px;
    padding-right: 0;
    padding-left: 0;
  }
}

.title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 1.6666666667vw;
    line-height: 2.66;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .title__line {
    width: 2.0833333333vw;
    height: 2px;
    background: #1f2428;
  }
}
@media screen and (min-width: 768px) {
  .title__line-next {
    width: 2.0833333333vw;
    height: 2px;
    background: #1f2428;
    margin-top: 0.3125rem;
  }
}

.subTitle {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .subTitle {
    font-size: 2.5vw;
    line-height: 2;
    font-weight: 400;
  }
}

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

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

.u-section {
  margin-top: 80px;
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .u-mg30 {
    margin-top: 2.4305555556vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg20 {
    margin-top: 1.3888888889vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg70 {
    margin-top: 4.8611111111vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg50 {
    margin-top: 3.8194444444vw;
  }
}

@media screen and (min-width: 768px) {
  .u-ml30 {
    margin-left: 2.0833333333vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mr50 {
    margin-right: 3.4722222222vw;
  }
}

@media screen and (min-width: 768px) {
  .u-ml100 {
    margin-left: 7.2916666667vw;
  }
}

@media screen and (min-width: 768px) {
  .u-mg100 {
    margin-top: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mg160 {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .u-desktopLeft {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .u-desktopRight {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u-right {
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .u-center {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .u-center5 {
    margin: 5px auto;
  }
}

@media screen and (min-width: 768px) {
  .u-mg0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-width {
    width: 26vw;
  }
}

.u-fontSmall {
  font-size: 11.2px;
  font-size: 0.7rem;
}
@media screen and (min-width: 768px) {
  .u-fontSmall {
    font-size: 1.1111111111vw !important;
  }
}

.u-fontMedium {
  font-size: 17.6px;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .u-fontMedium {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .access {
    padding-left: 15.27777vw;
    padding-right: 15.27777vw;
    margin: 8.5vw auto;
  }
}
@media screen and (min-width: 768px) {
  .access__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4.5138888889vw;
  }
}
@media screen and (min-width: 768px) {
  .access__map > img {
    width: 27.7777777778vw;
    margin-left: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) {
  .access__content {
    font-size: 1.1111111111vw;
    margin-left: 4.5138888889vw;
  }
}
@media screen and (min-width: 768px) {
  .access__address p > a:last-child {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .access__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) {
  .access__remark {
    font-size: 1.1111111111vw;
  }
}

.concept {
  margin-top: 67.2px;
  margin-top: 4.2rem;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: 4.0625rem;
    padding-left: 19.4444444444vw;
    padding-right: 15.27777vw;
    background: url(../images/common/img__bgwave1.png) 100% no-repeat;
    background-position: 20.125vw 17.5vw;
  }
}
@media screen and (min-width: 768px) {
  .concept__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .concept__message {
    font-size: 1.25vw;
    line-height: 1.85;
    margin-left: 3.4722222222vw;
  }
}
@media screen and (min-width: 768px) {
  .concept__img > img {
    width: 23.6111111111vw;
    margin-top: -4.43vw;
    margin-left: -4.43vw;
  }
}
@media screen and (min-width: 768px) {
  .concept__wave {
    margin: -5vw calc(50% - 3vw);
    width: 50vw;
  }
}

@media screen and (min-width: 768px) {
  .bg__circle {
    background: url(../images/common/top__bgimg1.png) 100% no-repeat;
    background-position: 0rem -9rem;
  }
}

.footer {
  background: #e6e1d9;
}
@media screen and (min-width: 768px) {
  .footer {
    margin-top: 16.1111vw;
  }
}
.footer__inner {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-top: 6.9444444444vw;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    margin-top: 5.5555555556vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10.0694444444vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__fa {
    width: 31.9444444444vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    margin-left: 3.8194444444vw;
    width: 32.2222222222vw;
  }
}
@media screen and (min-width: 768px) {
  .footer__message {
    font-size: 1.1111111111vw;
    text-align: center;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .footer__info {
    font-size: 1.1111111111vw;
    color: #000;
  }
}
@media screen and (min-width: 768px) {
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 2.2222222222vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px) {
  .footer__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__nav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.07;
  margin-left: -30px;
  margin-left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__nav-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.1111111111vw;
    margin-left: -1.875rem;
  }
}
.footer__nav-pc li {
  margin-left: 28.8px;
  margin-left: 1.8rem;
}
.footer__nav-pc li:first-child {
  margin-left: 3vw;
}
@media screen and (min-width: 768px) {
  .footer__nav-pc li {
    margin-left: 4.5vw;
  }
  .footer__nav-pc li:first-child {
    margin-left: 2.5rem;
  }
}
.footer__logo {
  font-size: 38px;
  font-size: 2.375rem;
  text-align: center;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    font-size: 2.375rem;
    letter-spacing: 0.0625rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    font-size: 2.6388888889vw;
    letter-spacing: 0.2em;
  }
}
.footer__copyright {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  margin-top: 19.2px;
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 2.25rem;
  }
}

.header {
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 2.7777777778vw;
    padding-left: 15.2777777778vw;
    padding-right: 34.7222222222vw;
  }
}
@media screen and (min-width: 768px) {
  .header__inner {
    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) {
  .header__nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.0416666667vw;
    color: #2a2f37;
    line-height: 1;
    letter-spacing: 0.05rem;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (min-width: 768px) {
  .header__nav a {
    font-size: 1.1111111111vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav a:hover {
    opacity: 1;
  }
  .header__nav a::after {
    position: absolute;
    bottom: -0.1875rem;
    left: 50%;
    content: "";
    width: 0;
    height: 2px;
    background-color: #2a2f37;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header__nav a:hover::after {
    width: 100%;
  }
}
.header__logo {
  font-size: 2.2222222222vw;
  color: #2a2f37;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .header__logo {
    font-weight: 400;
    font-size: 2.6388888889vw;
    letter-spacing: 0.2em;
    margin-top: 0;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .header__logo a {
    font-size: inherit;
  }
}
@media screen and (min-width: 768px) {
  .header__info {
    font-size: 0.9722222222vw;
    color: #636a75;
    margin-left: auto;
  }
}
.header__info-text {
  letter-spacing: 0.56em;
  border: 1px solid #636a75;
  padding: 0.2em 2em;
  width: 14.5833333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__info-text {
    margin-top: 0.6944444444vw;
  }
}

@media screen and (min-width: 768px) {
  .nav__item + .nav__item {
    margin-left: 3.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .style {
    padding-left: 15.27777vw;
    padding-right: 15.27777vw;
    margin-top: 17.11111vw;
  }
}

.card__wrapper-style {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .card__wrapper-style {
    padding: 0 15.2777777778vw;
  }
}

.card__items-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 768px) {
  .card__items-style {
    width: 70vw;
  }
}

@media screen and (min-width: 768px) {
  .card__item-style {
    width: 16.468vw;
    margin-right: 0.6944444444vw;
    margin-top: 2.6666vw;
    margin-bottom: 1.6666666667vw;
  }
}
.card__item-style:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .banner__wrapper {
    margin-top: 17.03vw;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .card__items-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.3888888889vw;
  }
}

@media screen and (min-width: 768px) {
  .card__item-bnr {
    width: 22.5vw;
    margin-right: 0.6944444444vw;
  }
}
.card__item-bnr:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .bnr__sudare {
    width: 33.75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .media__img-bnr {
    width: 24.157vw;
  }
}

/* headerの色を変える */
.header.change-color {
  background-color: #21054D;
}

@media screen and (min-width: 768px) {
  .top {
    margin-top: 1.3888888889vw;
    position: relative;
  }
}
.top__img-noren {
  position: absolute;
  width: 33.6805555556vw;
  right: 0;
  margin-top: -13%;
  -webkit-box-shadow: 2px 2px 2px 2px;
          box-shadow: 2px 2px 2px 2px;
}
@media screen and (min-width: 768px) {
  .top__img > img {
    width: 33.8194444444vw;
    position: absolute;
    top: 50%;
    right: 0%;
  }
}
.top__noren__logo {
  position: absolute;
  width: 20vw;
  right: 8%;
  margin-top: 4%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .top__inner {
    padding-left: 15.2777777778vw;
  }
}
@media screen and (min-width: 768px) {
  .top__mv > img {
    width: 64.5833333333vw;
  }
}
.top__wrapper {
  padding-top: 227.2px;
  padding-top: 14.2rem;
  padding-bottom: 228.8px;
  padding-bottom: 14.3rem;
}
@media screen and (min-width: 768px) {
  .top__wrapper {
    text-align: center;
    padding-top: 16.375rem;
    padding-bottom: 16.5rem;
  }
}
.top__message {
  padding-left: 50px;
  padding-left: 3.125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top__message {
    padding-left: 0.9375rem;
  }
}
.top__message__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.29;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .top__message__title {
    font-size: 4.5rem;
    line-height: 1.25;
  }
}
.top__message__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8125;
  letter-spacing: 2.59px;
  letter-spacing: 0.161875rem;
}
@media screen and (min-width: 768px) {
  .top__message__text {
    font-size: 1.5rem;
    line-height: 1.583;
    letter-spacing: 0.161875rem;
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .tel {
    font-size: 1.6666666667vw;
    letter-spacing: 0.1em;
    position: absolute;
    top: 55%;
    right: 12%;
    z-index: 3;
  }
}

.button-top {
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button-top {
    position: absolute;
    top: 84%;
    right: 8%;
    font-size: 1.5rem;
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    margin: 0;
    margin: initial;
  }
}
.button-top .link_item-top {
  position: relative;
  line-height: 1.25;
  font-weight: 400;
  display: inline-block;
  padding: 1em 3.5em 1em 2.5em !important;
  border: 1px solid #080102;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .button-top .link_item-top {
    font-size: 1.25vw;
    padding: 1.35em 2em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .button-top .link_item-top::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10%;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent url(../images/common/top__btn.png) no-repeat center center/contain;
  }
}
.button-top .link_item-top:hover {
  color: #fff;
  background: #000;
  opacity: 0.7;
}
.button-top .link_item-top:hover:after {
  width: 20px;
  width: 1.25rem;
  position: absolute;
  right: 10%;
  text-align: center;
}

.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 65%;
  right: 16%;
  z-index: 3;
}

.icon_fa,
.icon_insta {
  width: 1.3888888889vw;
}

.icon_insta {
  margin-left: 2.4305555556vw;
}

.test {
  padding: 10px;
  margin: 0 auto;
  color: #f00;
  background-color: #fff;
}

body {
  font-size: 60px;
  font-size: 3.75rem;
}