@charset "UTF-8";
.js_scroll {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.48s 0.12s, -webkit-transform 0.6s;
  transition: opacity 0.48s 0.12s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.48s 0.12s;
  transition: transform 0.6s, opacity 0.48s 0.12s, -webkit-transform 0.6s;
}

.js_scroll-show {
  opacity: 1;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.js_humburger {
  -webkit-transition: background-color 0.24s;
  transition: background-color 0.24s;
}

.js_humburger > span {
  -webkit-transition: background-color 0.24s, -webkit-transform 0.24s;
  transition: background-color 0.24s, -webkit-transform 0.24s;
  transition: background-color 0.24s, transform 0.24s;
  transition: background-color 0.24s, transform 0.24s, -webkit-transform 0.24s;
}

.js_humburger-active {
  background: #fafafa !important;
}

.js_humburger-active > span:first-child {
  background: #303030;
  -webkit-transform: translate(-50%, -50%) rotate(225deg) !important;
      -ms-transform: translate(-50%, -50%) rotate(225deg) !important;
          transform: translate(-50%, -50%) rotate(225deg) !important;
}

.js_humburger-active > span:nth-child(2) {
  -webkit-transform: translate(-50%, 16px) !important;
      -ms-transform: translate(-50%, 16px) !important;
          transform: translate(-50%, 16px) !important;
}

.js_humburger-active > span:last-child {
  background: #303030;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg) !important;
      -ms-transform: translate(-50%, -50%) rotate(-225deg) !important;
          transform: translate(-50%, -50%) rotate(-225deg) !important;
}

.js_header {
  -webkit-transition: -webkit-transform 0.12s;
  transition: -webkit-transform 0.12s;
  transition: transform 0.12s;
  transition: transform 0.12s, -webkit-transform 0.12s;
}

.js_header-hidden {
  -webkit-transform: translateY(-100%) !important;
      -ms-transform: translateY(-100%) !important;
          transform: translateY(-100%) !important;
}

.js_header_logo {
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

.js_header_logo-active {
  color: #fafafa !important;
}

.js_troubles_catBtn {
  -webkit-transition: -webkit-box-shadow 0.48s;
  transition: -webkit-box-shadow 0.48s;
  transition: box-shadow 0.48s;
  transition: box-shadow 0.48s, -webkit-box-shadow 0.48s;
}

.js_troubles_catBtn-active {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36) !important;
}

.js_troubles_catArrow {
  -webkit-transition: -webkit-transform 0.48s;
  transition: -webkit-transform 0.48s;
  transition: transform 0.48s;
  transition: transform 0.48s, -webkit-transform 0.48s;
}

.js_troubles_catArrow-active {
  -webkit-transform: rotate(-225deg) !important;
      -ms-transform: rotate(-225deg) !important;
          transform: rotate(-225deg) !important;
}

.js_troubles_trouble {
  -webkit-transition: background-color 0.48s, color 0.48s, -webkit-box-shadow 0.48s;
  transition: background-color 0.48s, color 0.48s, -webkit-box-shadow 0.48s;
  transition: box-shadow 0.48s, background-color 0.48s, color 0.48s;
  transition: box-shadow 0.48s, background-color 0.48s, color 0.48s, -webkit-box-shadow 0.48s;
}

.js_troubles_trouble-active {
  color: #303030 !important;
  background: #fafafa !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36) !important;
}

.js_troubles_troubleCross {
  -webkit-transition: background-color 0.48s, -webkit-transform 0.48s;
  transition: background-color 0.48s, -webkit-transform 0.48s;
  transition: transform 0.48s, background-color 0.48s;
  transition: transform 0.48s, background-color 0.48s, -webkit-transform 0.48s;
}

.js_troubles_troubleCross-active {
  -webkit-transform: rotate(-315deg);
      -ms-transform: rotate(-315deg);
          transform: rotate(-315deg);
}

.js_troubles_troubleCross-active > span {
  background: #303030 !important;
}

.js_menuList_navItem {
  opacity: 0.8;
  -webkit-transition: opacity 0.48s;
  transition: opacity 0.48s;
}

.js_menuList_navItem-active {
  opacity: 1 !important;
}

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

@media screen and (min-width: 1280px) {
  .js_menuList_panelsWrapper {
    overflow: hidden;
  }
}

.js_menuList_panels {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js_menuList_panel {
  max-width: 1024px;
  width: 89vw;
}

.js_menuList_panel:not(:first-child) {
  margin-left: 80px;
}

html {
  color: #000;
  background: #fff;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

button {
  border: 0;
  background-color: transparent;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/* iOSでのデフォルトスタイルをリセット */
[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

[type='submit']::-webkit-search-decoration,
[type='button']::-webkit-search-decoration {
  display: none;
}

[type='submit']::focus,
[type='button']::focus {
  outline-offset: -2px;
}

/* ----- /common ----- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #303030;
  line-height: 1.8em;
}

html {
  font-size: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

@media screen and (min-width: 640px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background: #fafafa;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

video {
  width: 100%;
  height: 100%;
}

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

button {
  cursor: pointer;
  outline: none;
}

/* ----- /common ----- */
.hp_w800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.hp_w1024 {
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}

.txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 640px) {
  .break-sm {
    display: none;
  }
}

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

.break-lg {
  display: none;
}

@media screen and (min-width: 768px) {
  .break-lg {
    display: inline;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fafafa;
}

@media screen and (min-width: 1024px) {
  .header {
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
}

.header_inner {
  width: 90%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .header_inner {
    width: calc(100% - 175px);
    padding-left: 16px;
    height: 100%;
    margin: 0;
  }
}

.header_nav {
  background: #222;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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 (min-width: 1024px) {
  .header_nav {
    padding-top: 0;
    display: block;
    background: transparent;
    position: static;
  }
}

.header_navLogo {
  height: 75px;
  position: absolute;
  top: 0;
  left: 5%;
}

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

.header_navItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .header_navItems {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
}

.header_navItem {
  color: #fafafa;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.header_navItem:not(:first-child) {
  margin-top: 4vh;
}

@media screen and (min-width: 1024px) {
  .header_navItem:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .header_navItem {
    color: #303030;
    font-size: 16px;
  }
}

.header_navItem a {
  color: inherit;
  padding: 6px 12px;
}

.header_contact {
  color: #fafafa;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  height: 80px;
  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-right: 10%;
  background: #222;
  position: relative;
  z-index: 999;
  -webkit-box-shadow: 0 3px 6px rgba(250, 250, 250, 0.16);
          box-shadow: 0 3px 6px rgba(250, 250, 250, 0.16);
}

@media screen and (min-width: 1024px) {
  .header_contact {
    height: 100%;
    width: 176px;
    padding-right: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.header_contact::before {
  content: '';
  width: 24px;
  height: 12px;
  background: url("./img/deco_arrow-white.png") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .header_contact::before {
    width: 18px;
    right: 16px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0;
  background: url("./img/bg_footer.jpg") center/cover;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .footer_cta {
    width: 50%;
  }
}

.footer_cta::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.footer_ctaInner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footer_conts {
  padding: 32px 5%;
  background: #303030;
}

@media screen and (min-width: 1024px) {
  .footer_conts {
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.footer_nav {
  margin-top: 40px;
  margin-left: 5%;
}

@media screen and (min-width: 1024px) {
  .footer_nav {
    margin-left: 40px;
  }
}

.footer_navTitle {
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.16em;
}

.footer_navItemsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 10% 0 5%;
}

.footer_navItems {
  color: #fafafa;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.footer_navItems:not(:first-child) {
  margin-left: 40px;
}

@media screen and (min-width: 1024px) {
  .footer_navItems:not(:first-child) {
    margin-left: 56px;
  }
}

.footer_navItem {
  color: #fafafa;
  font-size: 1.6rem;
}

.footer_navItem:not(:first-child) {
  margin-top: 40px;
}

.footer_navChildren {
  margin-top: 16px;
}

.footer_navChild {
  color: #fafafa;
  margin-left: 1.6rem;
  position: relative;
}

.footer_navChild::before {
  content: '-';
  position: absolute;
  top: 1.44rem;
  left: -1.6rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_sns {
  margin-top: 80px;
  margin-left: 5%;
}

@media screen and (min-width: 1024px) {
  .footer_sns {
    margin-left: 40px;
  }
}

.footer_snsTitle {
  color: #fafafa;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: 0.16em;
}

.footer_snsItems {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_snsItem {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
}

.footer_snsItem:not(:first-child) {
  margin-left: 16px;
}

.footer_snsLink {
  display: block;
}

.footer_snsImg-facebook {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: contain;
     object-position: contain;
}

.footer_snsImg-instagram {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  height: 70%;
  margin: 15%;
}

.footer_copyright {
  text-align: center;
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .footer_copyright {
    text-align: right;
  }
}

.footer_copyright > small {
  color: #fafafa;
  font-size: 12px;
  letter-spacing: 0.16em;
}

.section {
  padding: 80px 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 160px 0;
  }
}

.page_catch {
  width: 100%;
  height: 600px;
  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;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.page_catch-bodyTroubles {
  background-image: url("./img/bg_body-troubles_sm.jpg");
}

@media screen and (min-width: 768px) {
  .page_catch-bodyTroubles {
    background-image: url("./img/bg_body-troubles_md.jpg");
  }
}

.page_catch-menuList {
  background-image: url("./img/bg_menu-list_sm.jpg");
}

@media screen and (min-width: 768px) {
  .page_catch-menuList {
    background-image: url("./img/bg_menu-list_md.jpg");
  }
}

.page_catch::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}

.page_title {
  color: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page_title-sub {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 9vw;
  display: block;
}

@media screen and (min-width: 768px) {
  .page_title-sub {
    font-size: 80px;
  }
}

.cta {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cta {
    width: 480px;
  }
}

.cta_txt {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.24em;
  position: relative;
}

.cta_txt-black {
  color: #303030;
}

.cta_txt-white {
  color: #fafafa;
}

.cta_txt::before {
  content: '';
  width: 1px;
  height: 32px;
  -webkit-transform: translate(calc(-12.4rem - 26px), -50%) rotate(-30deg);
      -ms-transform: translate(calc(-12.4rem - 26px), -50%) rotate(-30deg);
          transform: translate(calc(-12.4rem - 26px), -50%) rotate(-30deg);
  background: #303030;
  position: absolute;
  top: 50%;
  left: 50%;
}

.cta_txt::after {
  content: '';
  width: 1px;
  height: 32px;
  -webkit-transform: translate(calc(12.4rem + 26px), -50%) rotate(30deg);
      -ms-transform: translate(calc(12.4rem + 26px), -50%) rotate(30deg);
          transform: translate(calc(12.4rem + 26px), -50%) rotate(30deg);
  background: #303030;
  position: absolute;
  top: 50%;
  right: 50%;
}

.cta_btn {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.24em;
  height: 100px;
  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;
  margin-top: 32px;
  margin-bottom: 44px;
  position: relative;
  border-radius: 1px;
}

.cta_btn::before {
  content: '';
  width: 18px;
  height: 6px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cta_btn::after {
  content: 'click to contact';
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: inherit;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.cta_btn-black {
  color: #303030;
  border: 1px solid #303030;
}

.cta_btn-black::before {
  background: url("./img/deco_arrow-black.png") center/contain no-repeat;
}

.cta_btn-black::after {
  color: #303030;
}

.cta_btn-white {
  color: #fafafa;
  border: 1px solid #fafafa;
}

.cta_btn-white::before {
  background: url("./img/deco_arrow-white.png") center/contain no-repeat;
}

.cta_btn-white::after {
  color: #fafafa;
}

.humburger {
  width: 80px;
  height: 76px;
  overflow: hidden;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}

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

.humburger > span {
  width: 40px;
  height: 4px;
  display: block;
  background: #fafafa;
  position: absolute;
  top: 50%;
  left: 50%;
}

.humburger > span:first-child {
  -webkit-transform: translate(-50%, calc(-50% - 8px));
      -ms-transform: translate(-50%, calc(-50% - 8px));
          transform: translate(-50%, calc(-50% - 8px));
}

.humburger > span:nth-child(2) {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.humburger > span:last-child {
  -webkit-transform: translate(-50%, calc(-50% + 12px));
      -ms-transform: translate(-50%, calc(-50% + 12px));
          transform: translate(-50%, calc(-50% + 12px));
}

.title {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.title_sub {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  letter-spacing: 0.16em;
  display: block;
}

.title::before {
  content: '';
  width: 32px;
  height: 1px;
  background: #2891fa;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.btn {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  letter-spacing: 0.16em;
  width: 260px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  margin-left: auto;
  border-radius: 40px;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
  -webkit-transition: -webkit-box-shadow 0.24s ease;
  transition: -webkit-box-shadow 0.24s ease;
  transition: box-shadow 0.24s ease;
  transition: box-shadow 0.24s ease, -webkit-box-shadow 0.24s ease;
}

@media screen and (min-width: 768px) {
  .btn {
    width: 320px;
    min-height: 98px;
    border-radius: 49px;
    padding: 24px 40px;
    -webkit-transition: -webkit-box-shadow 0.36s ease-out;
    transition: -webkit-box-shadow 0.36s ease-out;
    transition: box-shadow 0.36s ease-out;
    transition: box-shadow 0.36s ease-out, -webkit-box-shadow 0.36s ease-out;
  }
}

.btn:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.24);
}

.btn::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.24s ease;
  transition: right 0.24s ease;
}

@media screen and (min-width: 768px) {
  .btn::before {
    right: 40px;
  }
}

.btn:hover::before {
  right: 16px;
  -webkit-transition: right 0.36s ease-out;
  transition: right 0.36s ease-out;
}

@media screen and (min-width: 768px) {
  .btn:hover::before {
    right: 32px;
  }
}

.btn-white {
  color: #303030;
  border: 1px solid #303030;
  background: rgba(250, 250, 250, 0.9);
}

.btn-white::before {
  background: url("./img/deco_btnArrow-black.png") center/contain no-repeat;
}

.btn-black {
  color: #fafafa;
  border: 1px solid #fafafa;
  background: rgba(48, 48, 48, 0.9);
}

.btn-black::before {
  background: url("./img/deco_btnArrow-white.png") center/contain no-repeat;
}

.logo {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .logo {
    width: 320px;
  }
}

.logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kv {
  margin-bottom: 56px;
  position: relative;
  overflow: hidden;
}

.kv::before {
  width: 80px;
  height: 80px;
  background: url("./img/deco_heart.png") center/contain;
  position: absolute;
  top: 72px;
  right: 140px;
}

@media screen and (min-width: 1024px) {
  .kv::before {
    content: '';
  }
}

.kv_catch {
  height: 680px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .kv_catch {
    width: 924px;
    min-width: 72vw;
  }
}

.kv_catch::before {
  content: '';
  width: 90%;
  height: 80%;
  position: absolute;
  bottom: -32px;
  right: 0;
  z-index: 0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 12px, #303030 12px, #303030 13px);
}

@media screen and (min-width: 768px) {
  .kv_catch::before {
    width: 80%;
    right: -54px;
  }
}

.kv_panels {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fafafa;
}

.kv_panels::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(48, 48, 48, 0.8);
}

.kv_panel {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.kv_contsWrapper {
  height: 100%;
  padding: 8px 4px;
}

@media screen and (min-width: 768px) {
  .kv_contsWrapper {
    padding: 24px 32px;
  }
}

.kv_conts {
  height: 100%;
  border: 1px solid #fafafa;
  position: relative;
  z-index: 1;
  border-radius: 1px;
}

.kv_txts {
  width: 90%;
  margin: 200px auto 0;
  position: relative;
}

.kv_copy {
  color: #fafafa;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 5.4rem;
  letter-spacing: 0.24em;
}

.kv_copy-attention {
  color: #303030;
  font-family: inherit;
  font-size: 4rem;
  letter-spacing: inherit;
  display: inline-block;
  padding: 0 4px;
  background: #fafafa;
}

.kv_copyEnglish {
  margin-top: 32px;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .kv_copyEnglish {
    width: 460px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 12px;
  }
}

.kv_copyEnglish > img {
  -o-object-fit: contain;
     object-fit: contain;
}

.kv_txt {
  color: #fafafa;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 0.16em;
  line-height: 2.4em;
  margin-top: 40px;
}

.kv_btn {
  margin-top: 48px;
}

.kv_scrollBar {
  width: 1px;
  height: 360px;
  background: #303030;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

@media screen and (min-width: 1280px) {
  .kv_scrollBar {
    display: block;
  }
}

@-webkit-keyframes _moveScrollBar {
  0% {
    top: 16px;
  }
  80% {
    top: calc(100% - 32px);
  }
  100% {
    top: calc(100% - 32px);
  }
}

@keyframes _moveScrollBar {
  0% {
    top: 16px;
  }
  80% {
    top: calc(100% - 32px);
  }
  100% {
    top: calc(100% - 32px);
  }
}

.kv_scrollBar::before {
  content: 'SCROLL';
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  position: absolute;
  top: -48px;
  left: 0;
}

.kv_scrollBar::after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #303030;
  background: #fafafa;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: _moveScrollBar 2.4s infinite;
          animation: _moveScrollBar 2.4s infinite;
}

.news_inner {
  padding: 40px 0;
  position: relative;
}

.news_inner::before {
  content: '';
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, transparent 7px, #303030 7px, #303030 11px) left/11px 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.news_inner::after {
  content: '';
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, transparent 7px, #303030 7px, #303030 11px) left/11px 1px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.news_cont {
  max-width: 680px;
  width: 90%;
  height: 240px;
  margin: 0 auto;
  overflow-y: scroll;
}

.news_item {
  width: 100%;
}

.news_item:not(:first-child) {
  margin-top: 20px;
}

.news_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .news_article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news_date {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  width: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news_articleCout {
  margin-left: 20px;
}

@media screen and (min-width: 768px) {
  .news_articleCout {
    margin-left: 0;
  }
}

.news_articleTitle {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.news_articleTxt {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-left: 40px;
  position: relative;
}

.news_articleTxt::before {
  content: '';
  height: 100%;
  width: 8px;
  background: #96c8fa;
  position: absolute;
  top: 0;
  left: -8px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.about_headingWrapper {
  position: relative;
  z-index: 1;
}

.about_headingWrapper::before {
  content: '';
  height: 1px;
  width: 94vw;
  background: url("./img/deco_dotted.png") center/6px;
  position: absolute;
  top: 50%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .about_headingWrapper::before {
    width: 90%;
  }
}

.about_headingWrapper-yakuzen::before {
  left: 0;
}

@media screen and (min-width: 768px) {
  .about_headingWrapper-yakuzen::before {
    left: 10%;
  }
}

.about_headingWrapper-recommend {
  text-align: right;
}

.about_headingWrapper-recommend::before {
  right: 0;
}

@media screen and (min-width: 768px) {
  .about_headingWrapper-recommend::before {
    right: 10%;
  }
}

.about_heading {
  font-size: 3.2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.6em;
  display: inline-block;
  background: #fafafa;
}

.about_yakuzen {
  position: relative;
}

@media screen and (min-width: 768px) {
  .about_yakuzen {
    padding-right: 264px;
  }
}

.about_yakuzenImg {
  margin-top: 24px;
  margin-left: auto;
  width: 72%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .about_yakuzenImg {
    width: 240px;
    height: 340px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.about_yakuzenTxt {
  line-height: 2.4em;
  text-align: center;
  margin-top: 40px;
}

.about_recommend {
  margin-top: 80px;
}

.about_recommendTxt {
  line-height: 2.4em;
  margin-top: 40px;
}

.about_recommendBtnWrapper {
  margin-top: 80px;
  position: relative;
}

.about_recommendBtnWrapper::after {
  content: '';
  width: 140px;
  height: 87px;
  background: repeating-linear-gradient(135deg, transparent, transparent 4px, #96c8fa 4px, #96c8fa 5px);
  position: absolute;
  top: -24px;
  right: -8px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .about_recommendBtnWrapper::after {
    width: 192px;
    height: 120px;
    top: -40px;
    right: -32px;
  }
}

.about_recommendBtn {
  margin-left: auto;
  z-index: 1;
}

.about_bottom {
  width: 90%;
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
  .about_bottom {
    width: 100%;
  }
}

.about_bottomTxt {
  font-size: 2.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  padding: 8px 24px;
  display: inline-block;
  width: 100%;
  border: 2px solid #303030;
  border-radius: 1px;
  -webkit-box-shadow: 12px 8px 0 rgba(40, 145, 250, 0.16);
          box-shadow: 12px 8px 0 rgba(40, 145, 250, 0.16);
}

@media screen and (min-width: 768px) {
  .about_bottomTxt {
    width: auto;
  }
}

.stuff_person {
  max-width: 800px;
  height: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.24);
}

.stuff_comment {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 5vw;
  padding-bottom: 24px;
  background: #fafafa;
  position: relative;
}

@media screen and (min-width: 768px) {
  .stuff_comment {
    width: 25%;
    padding-left: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.stuff_comment::before {
  content: '';
  border-width: 160px 18px;
  border-style: solid;
  border-color: transparent transparent #fafafa #fafafa;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@media screen and (min-width: 768px) {
  .stuff_comment::before {
    border-width: 160px 24px;
  }
}

.stuff_commentTxt {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  display: inline-block;
  padding: 4rem 0 6.4rem;
  position: relative;
}

.stuff_commentTxt::before {
  content: '“';
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 6.4rem;
  position: absolute;
  top: 0;
  left: 0;
}

.stuff_commentTxt::after {
  content: '”';
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 6.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.stuff_img {
  width: 60%;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .stuff_img {
    width: 75%;
  }
}

.stuff_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10%;
     object-position: 10%;
}

.stuff_personInfo {
  position: absolute;
  bottom: 16px;
  right: 5vw;
}

@media screen and (min-width: 768px) {
  .stuff_personInfo {
    bottom: 24px;
    right: 32px;
  }
}

.stuff_personInfo::before {
  content: '';
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 4px, #2891fa 4px, #2891fa 5px);
  position: absolute;
  top: 8px;
  left: 16px;
}

.stuff_personInfoInner {
  padding: 12px 16px;
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.stuff_name {
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.stuff_certification {
  font-size: 1.2rem;
  font-family: inherit;
  line-height: 1.2em;
}

.stuff_greeting {
  margin-top: 24px;
  padding: 64px 32px 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .stuff_greeting {
    padding: 80px 72px 40px;
  }
}

.stuff_greeting::before {
  content: '';
  width: 120px;
  height: 100px;
  background: url("./img/deco_bracket-01.svg") top right/contain no-repeat;
  position: absolute;
  top: 0;
  right: 8px;
}

@media screen and (min-width: 768px) {
  .stuff_greeting::before {
    width: 160px;
    height: 120px;
    right: 16px;
  }
}

.stuff_greeting::after {
  content: '';
  width: 56px;
  height: 56px;
  background: url("./img/deco_bracket-02.svg") bottom left/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 8px;
}

@media screen and (min-width: 768px) {
  .stuff_greeting::after {
    width: 80px;
    height: 80px;
    left: 16px;
  }
}

.stuff_greetingTxt {
  line-height: 2.4em;
}

.menu_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .menu_conts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .menu_conts:nth-child(odd) {
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.menu_conts:not(:first-child) {
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .menu_conts:not(:first-child) {
    margin-top: 0;
  }
}

.menu_cont {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .menu_cont {
    width: 50%;
    margin-top: 56px;
    padding: 0 16px 16px;
  }
}

@media screen and (min-width: 1024px) {
  .menu_cont {
    width: 50%;
    margin-top: 56px;
    padding: 0 80px 16px;
  }
}

.menu_contTitle {
  font-size: 3.2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.6em;
  display: block;
  padding-left: 20px;
  position: relative;
}

.menu_contTitle::before {
  content: '';
  width: 12px;
  height: 80%;
  background: #2891fa;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menu_contInfos {
  padding: 0 20px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_contInfo {
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.menu_contInfo:nth-child(2) {
  padding-left: 40px;
  margin-left: auto;
}

.menu_desc {
  margin-top: 32px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .menu_desc {
    padding-left: 40px;
  }
}

.menu_thumb {
  height: 61vw;
  margin-top: 16px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
  padding-right: 5%;
}

@media screen and (min-width: 768px) {
  .menu_thumb {
    width: 50%;
    min-height: 30.5vw;
    height: auto;
    margin-top: 0;
  }
}

.menu_bottom {
  margin-top: 80px;
  position: relative;
}

.menu_bottom::before {
  content: '';
  width: 240px;
  height: 180px;
  background: url("./img/deco_menuBottom-sm.svg") top left/contain no-repeat;
  position: absolute;
  top: -64px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .menu_bottom::before {
    width: 480px;
    height: 360px;
    background: url("./img/deco_menuBottom-lg.svg") top left/contain no-repeat;
    top: -40px;
  }
}

.contact_decoration {
  display: block;
  position: relative;
  width: 80%;
  height: 1px;
  background: linear-gradient(to right, transparent, transparent 7px, #303030 7px, #303030 11px) left/11px 1px;
}

.contact_decoration::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #303030;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact_decoration:first-of-type {
  margin-left: auto;
}

.contact_decoration:first-of-type::before {
  left: 0;
}

.contact_decoration:nth-of-type(2)::before {
  right: 0;
}

.contact_inner {
  padding: 120px 0;
}

.school_cont {
  width: 100%;
}

.school_bnr {
  display: block;
}

.access_conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 640px) {
  .access_conts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 640px) {
  .access_list {
    width: 40%;
  }
}

.access_listUnit {
  padding: 24px 0;
  border-top: 1px solid #303030;
}

.access_listUnit:last-child {
  border-bottom: 1px solid #303030;
}

.access_listTitle {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
}

.access_listData {
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.16em;
  margin-top: 16px;
}

.access_map {
  height: 375px;
  margin-top: 80px;
  position: relative;
}

@media screen and (min-width: 640px) {
  .access_map {
    height: auto;
    width: 50%;
    margin-top: 0;
  }
}

.access_map::before {
  content: '';
  width: 95%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 6px, #96c8fa 6px, #96c8fa 7px);
  position: absolute;
  top: 24px;
  left: 10%;
  z-index: 0;
}

@media screen and (min-width: 640px) {
  .access_map::before {
    width: 100%;
    left: 56px;
  }
}

.access_map > iframe {
  border: none;
  position: relative;
  z-index: 1;
}

.troubles_cats {
  margin-top: 80px;
}

.troubles_cat {
  position: relative;
}

.troubles_cat:not(:first-child) {
  margin-top: 80px;
}

.troubles_catBtn {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background: #222;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .troubles_catBtn {
    height: 120px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.troubles_catIcon {
  width: 32px;
  height: 32px;
}

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

.troubles_catIcon > img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.troubles_catTitle {
  color: #fafafa;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.24em;
  line-height: 1.6em;
  text-align: left;
  margin-left: 16px;
  padding-right: 8px;
  display: block;
}

@media screen and (min-width: 768px) {
  .troubles_catTitle {
    font-size: 3.2rem;
    margin-left: 24px;
  }
}

.troubles_catArrow {
  width: 20px;
  height: 20px;
  display: block;
  border-width: 6px;
  border-style: none none solid solid;
  border-color: #fafafa;
  -webkit-transform: translateY(-10%) rotate(-45deg);
      -ms-transform: translateY(-10%) rotate(-45deg);
          transform: translateY(-10%) rotate(-45deg);
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .troubles_catArrow {
    width: 24px;
    height: 24px;
    border-width: 8px;
  }
}

.troubles_trouble {
  color: #fafafa;
  width: 92%;
  height: 80px;
  padding: 0 20px;
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #303030;
  border-radius: 40px;
  border: 1px solid #303030;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .troubles_trouble {
    width: 86%;
    height: 100px;
    padding: 0 48px;
    margin-top: 24px;
    border-radius: 50px;
  }
}

.troubles_troubleTitle {
  color: inherit;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6em;
  text-align: left;
  display: block;
  width: calc(100% - 4rem);
  padding-right: 8px;
}

.troubles_troubleCross {
  width: 4rem;
  height: 4rem;
  position: relative;
  margin-left: auto;
}

.troubles_troubleCross > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fafafa;
}

.troubles_troubleCross > span:first-child {
  width: 100%;
  height: 6px;
}

@media screen and (min-width: 768px) {
  .troubles_troubleCross > span:first-child {
    height: 8px;
  }
}

.troubles_troubleCross > span:nth-child(2) {
  width: 6px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .troubles_troubleCross > span:nth-child(2) {
    width: 8px;
  }
}

.troubles_solutions {
  width: 80%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .troubles_solutions {
    width: 72%;
  }
}

.troubles_itemHead {
  font-size: 2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .troubles_itemHead {
    margin-top: 24px;
  }
}

.troubles_itemDesc {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.4em;
  margin-left: 5%;
}

.menuList {
  overflow: hidden;
  padding-bottom: 160px;
}

.menuList_conts {
  padding: 160px 0;
}

.menuList_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menuList_arrow {
  width: 64px;
  height: 64px;
  background: #303030;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.24);
}

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

.menuList_arrow::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url("./img/deco_btnArrowRound.png") center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .menuList_arrow::before {
    width: 36px;
    height: 36px;
  }
}

.menuList_arrow-prev::before {
  -webkit-transform: translate(-42%, -50%) rotate(180deg);
      -ms-transform: translate(-42%, -50%) rotate(180deg);
          transform: translate(-42%, -50%) rotate(180deg);
}

.menuList_arrow-next::before {
  -webkit-transform: translate(-58%, -50%);
      -ms-transform: translate(-58%, -50%);
          transform: translate(-58%, -50%);
}

.menuList_navItems {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .menuList_navItems {
    width: 520px;
  }
}

.menuList_navItem {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #303030;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .menuList_navItem {
    width: 240px;
    height: 64px;
    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;
    border-radius: 32px;
  }
}

.menuList_navItem::before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .menuList_navItem::before {
    left: 32px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.menuList_navItem-lunch {
  border: 1px solid #fa9f28;
}

.menuList_navItem-lunch::before {
  background: url("./img/icon_sun.svg") center/contain;
}

.menuList_navItem-dinner {
  border: 1px solid #3828fa;
}

.menuList_navItem-dinner::before {
  background: url("./img/icon_moon.svg") center/contain;
}

.menuList_navItem > span {
  display: none;
  color: #fafafa;
  font-size: 2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
}

@media screen and (min-width: 768px) {
  .menuList_navItem > span {
    display: inline-block;
  }
}

.menuList_item {
  margin-top: 80px;
}

.menuList_drink {
  text-align: center;
  margin-top: 40px;
}

.menuList_drink-link {
  font-size: 2rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  text-decoration: underline;
}

.menuList_cta {
  margin-top: 80px;
  position: relative;
}

.menuList_cta::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("./img/deco_attention.png") center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(10%, -120%);
      -ms-transform: translate(10%, -120%);
          transform: translate(10%, -120%);
}

@media screen and (min-width: 768px) {
  .menuList_cta::before {
    right: 50%;
    -webkit-transform: translate(260px, -120%);
        -ms-transform: translate(260px, -120%);
            transform: translate(260px, -120%);
  }
}

.menuList_ctaBtn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.menuCont_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menuCont_title {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4rem;
  letter-spacing: 0.24em;
  line-height: 1.6em;
  padding-left: 20px;
  position: relative;
}

.menuCont_title::before {
  content: '';
  width: 12px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menuCont_title-lunch::before {
  background: #fa9f28;
}

.menuCont_title-dinner::before {
  background: #3828fa;
}

.menuCont_time {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
  padding-left: 40px;
  margin-left: auto;
}

.menuCont_takeout {
  margin-top: 24px;
}

.menuCont_takeoutHead {
  color: #fafafa;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.16em;
  display: inline-block;
  background: #fa9f28;
}

.menuCont_takeoutDesc {
  margin-top: 8px;
  margin-left: 5%;
}

@media screen and (min-width: 768px) {
  .menuCont_takeoutDesc {
    margin-left: 32px;
  }
}

.menuCont_main-dinner_thumb {
  width: 100%;
  height: 300px;
}

.menuCont_main-dinner_thumb img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.menuCont_main-dinner h2 {
  font-size: 3.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-top: 16px;
}

.menuCont_main-dinner h3 {
  font-size: 2.4em;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  margin-top: 16px;
}

.menuCont_main-dinner h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 8px;
}

.menuCont_main-dinner h5,
.menuCont_main-dinner h6 {
  font-size: 2rem;
  margin-top: 8px;
}

.menuCont_main-dinner img,
.menuCont_main-dinner video,
.menuCont_main-dinner iframe {
  width: 56vw;
  height: 33.6vw;
  position: relative;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .menuCont_main-dinner img,
  .menuCont_main-dinner video,
  .menuCont_main-dinner iframe {
    width: 491.52px;
    height: 294.912px;
  }
}

.menuCont_main-dinner img::before,
.menuCont_main-dinner video::before,
.menuCont_main-dinner iframe::before {
  content: '';
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, transparent, transparent 4px, #96c8fa 4px, #96c8fa 5px);
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .menuCont_main-dinner img::before,
  .menuCont_main-dinner video::before,
  .menuCont_main-dinner iframe::before {
    top: 16px;
    left: 40px;
  }
}

.menuCont_main-dinner p {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 8px;
}

.menuUnit {
  margin-top: 80px;
}

.menuUnit_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.menuUnit_head::before {
  content: '';
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, transparent 7px, #303030 7px, #303030 11px) left/11px 1px;
  position: absolute;
  left: 0;
  bottom: calc(3.2rem * 1.8 / 2);
  z-index: -1;
}

.menuUnit_name {
  font-size: 3.2rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  width: 100%;
  display: inline-block;
  padding-right: 2.4rem;
  background: #fafafa;
}

@media screen and (min-width: 768px) {
  .menuUnit_name {
    width: auto;
  }
}

.menuUnit_price {
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.14em;
  display: inline-block;
  margin-left: auto;
  padding-left: 2.4rem;
  background: #fafafa;
}

.menuUnit_cont {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .menuUnit_cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menuUnit_img {
  width: 56vw;
  height: 33.6vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .menuUnit_img {
    width: 491.52px;
    height: 294.912px;
  }
}

.menuUnit_img::before {
  content: '';
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, transparent, transparent 4px, #96c8fa 4px, #96c8fa 5px);
  position: absolute;
  top: 10px;
  left: 16px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .menuUnit_img::before {
    top: 16px;
    left: 40px;
  }
}

.menuUnit_img-diary {
  position: relative;
}

@media screen and (min-width: 768px) {
  .menuUnit_img-diary {
    margin-bottom: 144px;
  }
}

.menuUnit_img-diary::after {
  content: '';
  width: 24vw;
  height: 24vw;
  background: url("./img/label_daialyLunch.svg") center/contain no-repeat;
  position: absolute;
  top: 72px;
  left: 90vw;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media screen and (min-width: 768px) {
  .menuUnit_img-diary::after {
    width: 120px;
    height: 120px;
    top: calc(100% + 24px);
    left: calc(100% + 40px);
  }
}

.menuUnit_img > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 1;
}

.menuUnit_desc {
  margin-top: 56px;
}

@media screen and (min-width: 768px) {
  .menuUnit_desc {
    margin-left: 80px;
    width: 452.48px;
  }
}

.menuUnit_descHead {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.16em;
}

.menuUnit_descHead:not(:first-child) {
  margin-top: 40px;
}

.menuUnit_descTxt {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2.4em;
  margin-top: 8px;
  margin-left: 16px;
}

.menuTakeout {
  margin-top: 80px;
}

.menuTakeout_title {
  font-size: 32px;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

.menuTakeout_items {
  padding-left: 40px;
  margin-top: 16px;
}

.menuTakeout_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menuTakeout_name {
  font-size: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.menuTakeout_price {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
/*# sourceMappingURL=style.css.map */