@charset "UTF-8";
/* =================================================
   RESET
================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
picture, svg {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: "";
  content: none;
}

fieldset, img {
  border: 0;
}

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

input, select {
  vertical-align: middle;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: hsl(0, 0%, 0%);
  text-align: left;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

summary::-webkit-details-marker {
  display: none; /* delete arrow */
}

a, a:link {
  color: hsl(0, 0%, 0%);
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: hsl(0, 0%, 0%);
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    line-height: 1.75;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-weight: normal;
}

/* -------------------------------------
        magnific-popup
*/
.mfp-bg.mfp-popup {
  z-index: 100002;
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-bg.mfp-popup.mfp-ready {
  opacity: 0.8;
}
.mfp-bg.mfp-popup.mfp-removing {
  opacity: 0;
}

.mfp-wrap.mfp-popup {
  z-index: 100003;
}
.mfp-wrap.mfp-popup .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-wrap.mfp-popup.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-popup.mfp-removing .mfp-content {
  opacity: 0;
}

#container {
  /* -------------------------------------
     normal
  */
}
#container::before {
  content: "";
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
#container.open::before {
  display: block;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 20%);
  opacity: 0.9;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#container #header {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  /* -------------------------------------
      b_open
  ------------------------------------- */
}
#container #header #b_openmenu {
  display: block;
  width: 16vw;
  height: 16vw;
  position: absolute;
  z-index: 1;
  bottom: 0;
  top: auto;
  right: 0;
}
#container #header #b_openmenu .icon {
  display: block;
  height: 8vw;
  border-right: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: opacity 0.2s, transform 0.1s;
}
#container #header #b_openmenu .icon:before, #container #header #b_openmenu .icon:after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}
#container #header #b_openmenu .icon:before {
  left: -2.1333333333vw;
}
#container #header #b_openmenu .icon:after {
  left: 2.1333333333vw;
}
#container #header #b_close {
  display: none;
}
#container #header .content.main {
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9;
  bottom: 100vh;
  bottom: 100dvh;
  transition: 0.05s;
}
#container #header .content.main .site_title {
  width: 72vw;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 8vw;
}
#container #header .content.main .site_title a,
#container #header .content.main .site_title a:link {
  text-decoration: none;
  display: block;
  width: 70.6666666667vw;
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 1;
}
#container #header .content.main .site_title span {
  display: block;
  font-family: "秀英角ゴシック銀 B", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: hsl(0, 0%, 0%);
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
#container #header .content.main .site_title span.img {
  width: 62.6666666667vw;
}
#container #header .content.menu nav {
  width: 100%;
  padding: 16vw 0 0;
  margin: 0 auto;
  position: relative;
}
#container #header .content.menu nav ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
#container #header .content.menu nav ul li {
  display: block;
  position: relative;
}
#container #header .content.menu nav ul li a,
#container #header .content.menu nav ul li a:link {
  text-decoration: none;
  display: block;
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
}
#container #header .content.menu #menu_main.menu_1 {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: 100vw;
  padding-top: 2.6666666667vw;
  box-sizing: border-box;
  overflow: auto;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
#container #header .content.menu #menu_main.menu_1 h2 span {
  width: 53.3333333333vw;
  margin: 0 auto;
}
#container #header .content.menu #menu_main.menu_1 .bar {
  /*
  display: grid;
  grid-template-columns: repeat(2,max-content);
  column-gap: size(40);
  align-items: end;
  position: absolute;
  z-index: 9;
  bottom: size(60);
  left: size(40);
  */
  margin-top: 10.6666666667vw;
}
#container #header .content.menu #menu_main.menu_1 .bar small {
  grid-column: 1;
  white-space: nowrap;
  display: block;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 0.9rem;
}
#container #header .content.menu #menu_main.menu_1 .bar ul.sns {
  list-style: none;
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 5.3333333333vw;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.3333333333vw;
}
#container #header .content.menu #menu_main.menu_1 .bar ul.sns li {
  line-height: 1;
  width: 6.4vw;
}
#container #header .content.menu #menu_main.menu_1 .bar ul.sns li a,
#container #header .content.menu #menu_main.menu_1 .bar ul.sns li a:link {
  width: 100%;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu {
  display: block;
  width: max-content;
  margin: 0 auto;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li {
  line-height: 1.25;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_10 a span,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_10 a:link span {
  display: block;
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link {
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  padding: 4vw 0;
}
#container #header .content.menu #menu_main.menu_1 .information {
  margin-top: 5.3333333333vw;
}
#container #header .content.menu #menu_main.menu_1 .information h3 {
  margin-top: 2.6666666667vw;
}
#container #header .content.menu #menu_main.menu_1 .information h3 span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 L", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-size: 1.2rem;
}
#container #header .content.menu #menu_main.menu_1 .information h3 span.date {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
#container #header .content.menu #menu_main.menu_1 .information h3 span.txt {
  letter-spacing: 0.1em;
  margin: 2.6666666667vw 0 0;
}
#container #header .content.menu #menu_main.menu_1 .information ul {
  list-style: none;
  width: 80vw;
  margin: 0 auto;
}
#container #header .content.menu #menu_main.menu_1 .information ul li a,
#container #header .content.menu #menu_main.menu_1 .information ul li a:link {
  color: hsl(0, 0%, 100%);
}
#container #header .content.menu #menu_main.menu_1 .information ul li.new .date::before {
  flex-shrink: 0;
  content: "New";
  display: inline-block;
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.025em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0.1em 0.2em;
  margin: 0 1.0666666667vw 0 0;
  background: #898989;
  transform: translateY(-0.2666666667vw);
}
#container #header.open {
  height: 100vh;
  height: 100dvh;
}
#container #header.open #b_openmenu .icon {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
#container #header.open #b_openmenu .icon:before, #container #header.open #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
  left: 50%;
}
#container #header.open #b_openmenu .icon:before {
  transform: translateX(50%) rotate(140deg);
}
#container #header.open #b_openmenu .icon:after {
  transform: translateX(50%) rotate(-140deg);
}
#container #header.open .content.menu #menu_main.menu_1 {
  opacity: 1;
}
#container.page #header .content.main .site_title span.img.top {
  opacity: 0;
}
#container.header-fullimage, #container.header-fullimage.page {
  padding: 0;
}
#container.header-fullimage #header #b_openmenu .icon, #container.header-fullimage.page #header #b_openmenu .icon {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage #header #b_openmenu .icon:before, #container.header-fullimage #header #b_openmenu .icon:after, #container.header-fullimage.page #header #b_openmenu .icon:before, #container.header-fullimage.page #header #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage #header .content.main .site_title span.img.page, #container.header-fullimage.page #header .content.main .site_title span.img.page {
  opacity: 0;
}
#container.header-fullimage #header .content.main .site_title span.img.top, #container.header-fullimage.page #header .content.main .site_title span.img.top {
  display: block;
  opacity: 1;
}
#container.header-fullimage #header.open #b_openmenu .icon, #container.header-fullimage.page #header.open #b_openmenu .icon {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
#container.header-fullimage #header.open #b_openmenu .icon:before, #container.header-fullimage #header.open #b_openmenu .icon:after, #container.header-fullimage.page #header.open #b_openmenu .icon:before, #container.header-fullimage.page #header.open #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage.fixed #header #b_openmenu .icon, #container.header-fullimage.page.fixed #header #b_openmenu .icon {
  border-right: 1px solid hsl(0, 0%, 0%);
}
#container.header-fullimage.fixed #header #b_openmenu .icon:before, #container.header-fullimage.fixed #header #b_openmenu .icon:after, #container.header-fullimage.page.fixed #header #b_openmenu .icon:before, #container.header-fullimage.page.fixed #header #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 0%);
}
#container.header-fullimage.fixed #header .content.main .site_title span.img.page, #container.header-fullimage.page.fixed #header .content.main .site_title span.img.page {
  opacity: 1;
}
#container.header-fullimage.fixed #header .content.main .site_title span.img.top, #container.header-fullimage.page.fixed #header .content.main .site_title span.img.top {
  opacity: 0;
}
#container.header-fullimage.fixed #header.open #b_openmenu .icon, #container.header-fullimage.page.fixed #header.open #b_openmenu .icon {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
#container.header-fullimage.fixed #header.open #b_openmenu .icon:before, #container.header-fullimage.fixed #header.open #b_openmenu .icon:after, #container.header-fullimage.page.fixed #header.open #b_openmenu .icon:before, #container.header-fullimage.page.fixed #header.open #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage.window-full #header #b_close, #container.header-fullimage.page.window-full #header #b_close {
  display: block;
  width: 16vw;
  height: 16vw;
  position: fixed;
  z-index: 1;
  bottom: 100vh;
  bottom: 100dvh;
  top: auto;
  right: 0;
}
#container.header-fullimage.window-full #header #b_close a,
#container.header-fullimage.window-full #header #b_close a:link, #container.header-fullimage.page.window-full #header #b_close a,
#container.header-fullimage.page.window-full #header #b_close a:link {
  text-indent: 999em;
  display: block;
  width: 8vw;
  height: 8vw;
  position: absolute;
  z-index: 1;
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
#container.header-fullimage.window-full #header #b_close a:before, #container.header-fullimage.window-full #header #b_close a:after,
#container.header-fullimage.window-full #header #b_close a:link:before,
#container.header-fullimage.window-full #header #b_close a:link:after, #container.header-fullimage.page.window-full #header #b_close a:before, #container.header-fullimage.page.window-full #header #b_close a:after,
#container.header-fullimage.page.window-full #header #b_close a:link:before,
#container.header-fullimage.page.window-full #header #b_close a:link:after {
  content: "";
  display: block;
  height: 100%;
  border-right: 1px solid hsl(0, 0%, 100%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
#container.header-fullimage.window-full #header #b_close a:before,
#container.header-fullimage.window-full #header #b_close a:link:before, #container.header-fullimage.page.window-full #header #b_close a:before,
#container.header-fullimage.page.window-full #header #b_close a:link:before {
  transform: translate(50%, -50%) rotate(140deg);
}
#container.header-fullimage.window-full #header #b_close a:after,
#container.header-fullimage.window-full #header #b_close a:link:after, #container.header-fullimage.page.window-full #header #b_close a:after,
#container.header-fullimage.page.window-full #header #b_close a:link:after {
  transform: translate(50%, -50%) rotate(-140deg);
}
#container.header-fullimage.window-full.fixed #header #b_openmenu .icon, #container.header-fullimage.page.window-full.fixed #header #b_openmenu .icon {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage.window-full.fixed #header #b_openmenu .icon:before, #container.header-fullimage.window-full.fixed #header #b_openmenu .icon:after, #container.header-fullimage.page.window-full.fixed #header #b_openmenu .icon:before, #container.header-fullimage.page.window-full.fixed #header #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
}
#container.header-fullimage.window-full.fixed #header .content.main .site_title span.img.page, #container.header-fullimage.page.window-full.fixed #header .content.main .site_title span.img.page {
  opacity: 0;
}
#container.header-fullimage.window-full.fixed #header .content.main .site_title span.img.top, #container.header-fullimage.page.window-full.fixed #header .content.main .site_title span.img.top {
  opacity: 1;
}
#container.header-fullimage.window-full.fixed #header.open #b_openmenu .icon, #container.header-fullimage.page.window-full.fixed #header.open #b_openmenu .icon {
  border-right: 1px solid rgba(255, 255, 255, 0);
}
#container.header-fullimage.window-full.fixed #header.open #b_openmenu .icon:before, #container.header-fullimage.window-full.fixed #header.open #b_openmenu .icon:after, #container.header-fullimage.page.window-full.fixed #header.open #b_openmenu .icon:before, #container.header-fullimage.page.window-full.fixed #header.open #b_openmenu .icon:after {
  border-right: 1px solid hsl(0, 0%, 100%);
}

@media screen and (min-width: 768px) {
  #container {
    /* -------------------------------------
       normal
    */
  }
  #container.open::before {
    opacity: 0.8;
  }
  #container #header {
    width: 100%;
    height: 0px;
    transition: height 0.3s;
  }
  #container #header #b_openmenu {
    width: 80px;
    height: 80px;
    cursor: pointer;
  }
  #container #header #b_openmenu .icon {
    height: 30px;
  }
  #container #header #b_openmenu .icon:before {
    left: -12px;
  }
  #container #header #b_openmenu .icon:after {
    left: 12px;
  }
  #container #header .content.main {
    grid-column: 1;
    width: 100%;
    height: auto;
    bottom: 100vh;
    bottom: 100dvh;
    background: transparent;
  }
  #container #header .content.main .site_title {
    width: 100%;
    width: 235px;
    margin: 0 auto;
    top: 40px;
    left: 46px;
  }
  #container #header .content.main .site_title a,
  #container #header .content.main .site_title a:link {
    width: 235px;
    padding: 0;
  }
  #container #header .content.main .site_title span.img {
    width: 235px;
  }
  #container #header .content.menu {
    grid-column: 2;
    width: 100%;
  }
  #container #header .content.menu #menu_main.menu_1 {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    min-height: 500px;
    padding: 96px 0 0;
    padding: 0;
  }
  #container #header .content.menu #menu_main.menu_1 h2 {
    align-self: end;
  }
  #container #header .content.menu #menu_main.menu_1 h2 span {
    width: 31.4vw;
    max-width: 800px;
  }
  #container #header .content.menu #menu_main.menu_1 .bar {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    column-gap: 40px;
    align-items: end;
    margin-top: 0;
    position: absolute;
    z-index: 9;
    bottom: 30px;
    left: 27px;
  }
  #container #header .content.menu #menu_main.menu_1 .bar small {
    grid-row: 1;
    grid-column: 1;
    writing-mode: vertical-rl;
    font-size: 1rem;
  }
  #container #header .content.menu #menu_main.menu_1 .bar ul {
    grid-row: 1;
  }
  #container #header .content.menu #menu_main.menu_1 .bar ul.sns {
    column-gap: 20px;
    justify-content: start;
    margin-bottom: 0;
  }
  #container #header .content.menu #menu_main.menu_1 .bar ul.sns li {
    width: 30px;
  }
  #container #header .content.menu #menu_main.menu_1 nav {
    grid-row: 1/-1;
    grid-column: 2;
    justify-self: center;
    padding: 100px 0 0;
    /*
    top: auto;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    */
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li {
    text-align: left;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link {
    white-space: nowrap;
    font-size: 1.2rem;
    padding: 16px 0;
  }
  #container #header .content.menu #menu_main.menu_1 .information {
    grid-row: 2;
    grid-column: 1/-1;
    align-self: end;
    margin: 0 0 80px 208px;
  }
  #container #header .content.menu #menu_main.menu_1 .information h3 {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 32px;
    margin: 16px 0 0;
  }
  #container #header .content.menu #menu_main.menu_1 .information h3 span {
    font-size: 1.2rem;
  }
  #container #header .content.menu #menu_main.menu_1 .information h3 span.txt {
    padding: 0;
    margin: 0;
  }
  #container #header .content.menu #menu_main.menu_1 .information ul {
    width: 100%;
  }
  #container #header .content.menu #menu_main.menu_1 .information ul li {
    width: 100%;
    margin: 0;
  }
  #container #header .content.menu #menu_main.menu_1 .information ul li a,
  #container #header .content.menu #menu_main.menu_1 .information ul li a:link {
    display: block;
  }
  #container #header .content.menu #menu_main.menu_1 .information ul li.new .date:before {
    margin: 0 8px 0 0;
    transform: translateY(-1px);
  }
  #container.header-fullimage, #container.header-fullimage.page {
    position: relative;
    z-index: 1;
    /*
    &::before{
        content: "";
        display: block;
        width: 100%;
        height: 400px;
        @include gra;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        opacity: 0.4;
    }
    */
  }
  #container.header-fullimage.window-full #header #b_close, #container.header-fullimage.page.window-full #header #b_close {
    width: 80px;
    height: 80px;
  }
  #container.header-fullimage.window-full #header #b_close a,
  #container.header-fullimage.window-full #header #b_close a:link, #container.header-fullimage.page.window-full #header #b_close a,
  #container.header-fullimage.page.window-full #header #b_close a:link {
    width: 30px;
    height: 30px;
    top: 100px;
  }
}
/* -------------------------------------
   Contents Common
------------------------------------- */
#container aside {
  /* -------------------------------------
     bnr-performance
  */
  /* -------------------------------------
     fmenu
  */
  /* -------------------------------------
     access
  */
  /* -------------------------------------
     sns
  */
  /* -------------------------------------
     concept_in
  */
  /* -------------------------------------
     contact_txt_in
  */
}
#container aside.bnr-performance {
  overflow: hidden;
}
#container aside.bnr-performance .content {
  position: relative;
}
#container aside.bnr-performance .content a,
#container aside.bnr-performance .content a:link {
  display: grid;
}
#container aside.bnr-performance .content figure {
  grid-row: 1;
  grid-column: 1;
  aspect-ratio: 5/4;
  background: hsl(0, 0%, 0%);
  overflow: hidden;
}
#container aside.bnr-performance .content figure img {
  opacity: 0.3;
}
#container aside.bnr-performance .content h2.content_title {
  text-align: center;
  margin-bottom: 0;
}
#container aside.bnr-performance .content h2.content_title span {
  color: hsl(0, 0%, 100%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
#container aside.bnr-performance .content h2.content_title span.txt::after {
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container aside.bnr-performance .content h2.content_title span.txt_2 {
  line-height: 3;
  margin-top: 32px;
}
#container aside.bnr-performance .content .link {
  margin-top: 0;
}
#container aside.bnr-performance .content .link span {
  color: hsl(0, 0%, 100%);
}
#container aside.bnr-performance .content .link span::after {
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container aside.bnr-performance .content .item {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  grid-template-rows: repeat(2, auto);
  width: 100%;
  padding: 13.3333333333vw 0 0;
  position: relative;
  z-index: 1;
}
#container aside.fmenu {
  padding: 0;
}
#container aside.fmenu .content {
  display: grid;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#container aside.fmenu .content figure {
  grid-row: 1;
  grid-column: 1/-1;
  aspect-ratio: 5/4;
  background: hsl(0, 0%, 0%);
}
#container aside.fmenu .content figure img {
  opacity: 0.4;
}
#container aside.fmenu .content h2 span {
  color: hsl(0, 0%, 100%);
}
#container aside.fmenu .content h2 span::after {
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container aside.fmenu .content h3 {
  padding-bottom: 0.5em;
}
#container aside.fmenu .content h3 span {
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
#container aside.fmenu .content ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6.6666666667vw;
  column-gap: 8vw;
  width: 88vw;
  padding: 0;
  margin: 14.6666666667vw auto 0;
}
#container aside.fmenu .content ul li a::after,
#container aside.fmenu .content ul li a:link::after {
  content: "";
  display: block;
  border-bottom: 1px solid hsl(0, 0%, 100%);
}
#container aside.fmenu .content .item {
  grid-row: 1;
  grid-column: 1/-1;
  padding: 16vw 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}
#container aside.access {
  padding: 0;
}
#container aside.access .content {
  width: 100%;
}
#container aside.access .content .map {
  height: 106.6666666667vw;
}
#container aside.bnr_sns nav {
  margin: 0 auto;
}
#container aside.bnr_sns nav ul {
  list-style: none;
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 5.3333333333vw;
  align-items: center;
  justify-content: center;
}
#container aside.bnr_sns nav ul li {
  line-height: 1;
  width: 6.4vw;
}
#container aside.bnr_sns nav ul li a,
#container aside.bnr_sns nav ul li a:link {
  width: 100%;
}
#container aside.concept_in {
  padding: 0 0 8vw;
  margin: 16.6666666667vw auto 0;
  overflow: visible !important;
}
#container aside.concept_in h3,
#container aside.concept_in h3.fade_block {
  display: grid;
  align-items: end;
  height: 8vw;
  margin: 0 auto 4.6666666667vw;
  transform: translateY(-6vw);
}
#container aside.concept_in h3 span,
#container aside.concept_in h3.fade_block span {
  text-align: center;
  font-size: 1.8rem;
}
#container aside.concept_in .content.content_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 8vw;
  column-gap: 4vw;
  width: 88vw;
  margin: 0 auto;
}
#container aside.concept_in .content.content_2 a,
#container aside.concept_in .content.content_2 a:link {
  text-decoration: none;
}
#container aside.concept_in .content.content_2 figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#container aside.concept_in .content.content_2 figure img {
  height: 100%;
  object-fit: cover;
}
#container aside.concept_in .content.content_2 h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 9.3333333333vw;
  margin: 2.6666666667vw auto;
}
#container aside.concept_in .content.content_2 h4 span {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
}
#container aside.concept_in .content.content_2 .link span {
  width: 32vw;
  height: 6.6666666667vw;
}
#container aside.concept_in .content.content_2 .link span:before, #container aside.concept_in .content.content_2 .link span:after {
  content: "";
  display: block;
  border-top: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
#container aside.concept_in .content.content_2 .link span:before {
  width: 4vw;
  transform: rotate(40deg);
}
#container aside.concept_in .content.content_2 .link span:after {
  width: 100%;
}
#container aside.concept_in .content.content_2 .link span:before, #container aside.concept_in .content.content_2 .link span:after {
  right: -4vw;
}
#container aside.concept_in .content.content_2 .link span:before {
  width: 2.6666666667vw;
}
#container aside.concept_in .content.content_2 .link span:after {
  width: 8vw;
}
#container aside.contact_txt_in {
  margin: 0 auto 8vw;
}
#container aside.contact_txt_in .content h2.h2_2 span {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
}
#container aside.contact_txt_in .content h3.h3_3 {
  margin: 0 auto 2.6666666667vw;
}
#container aside.contact_txt_in .content h3.h3_3 span {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
#container aside.contact_txt_in .content p {
  display: flex;
  align-items: baseline;
  font-family: "AGaramondPro-Italic", Helvetica, Arial, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "AGaramondPro-Italic", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 1.2rem;
}
#container aside.contact_txt_in .content p i {
  display: block;
  font-size: 1rem;
  margin: 0 2vw 0 0;
}
#container aside.contact_txt_in .content p i img {
  width: 3.7333333333vw;
}
#container aside.contact_txt_in .content p.tel strong a,
#container aside.contact_txt_in .content p.tel strong a:link {
  color: hsl(0, 0%, 0%);
}
#container aside.contact_txt_in .content .item {
  width: 88vw;
  padding: 2.6666666667vw 0;
  margin: 0 auto;
  border: 1px solid hsl(0, 0%, 0%);
}
#container aside.contact_txt_in .content .item.float {
  display: flex;
}
#container aside.contact_txt_in .content .item .float_l {
  width: 29.3333333333vw;
  border-right: 1px solid hsl(0, 0%, 0%);
}
#container aside.contact_txt_in .content .item .float_r {
  width: 62.6666666667vw;
  padding: 0 4vw;
}

@media screen and (min-width: 768px) {
  #container aside {
    /* -------------------------------------
       bnr-performance
    */
    /* -------------------------------------
       fmenu
    */
    /* -------------------------------------
       access
    */
    /* -------------------------------------
       sns
    */
    /* -------------------------------------
       concept_in
    */
    /* -------------------------------------
       contact_txt_in
    */
  }
  #container aside.bnr-performance {
    width: 100%;
    margin: 0 auto;
  }
  #container aside.bnr-performance .content a:hover figure img {
    opacity: 0.4;
  }
  #container aside.bnr-performance .content a:hover .link span:before, #container aside.bnr-performance .content a:hover .link span:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container aside.bnr-performance .content figure {
    justify-self: center;
    width: 100%;
    max-width: 1920px;
    height: 300px;
    aspect-ratio: none;
  }
  #container aside.bnr-performance .content figure img {
    transition: 0.3s;
  }
  #container aside.bnr-performance .content h2.content_title span.txt_2 {
    margin: 32px 0 0;
  }
  #container aside.bnr-performance .content .link {
    margin: 0;
  }
  #container aside.bnr-performance .content .item {
    padding: 48px 40px 0;
  }
  #container aside.fmenu .content {
    width: 100%;
  }
  #container aside.fmenu .content figure {
    height: 300px;
    aspect-ratio: inherit;
  }
  #container aside.fmenu .content figure img {
    opacity: 0.4;
  }
  #container aside.fmenu .content h3 span {
    font-size: 1.2rem;
  }
  #container aside.fmenu .content ul {
    grid-template-columns: repeat(auto-fit, minmax(106px, 120px));
    row-gap: 0;
    column-gap: 48px;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 48px auto 0;
  }
  #container aside.fmenu .content ul li a,
  #container aside.fmenu .content ul li a:link {
    overflow: hidden;
  }
  #container aside.fmenu .content ul li a::after,
  #container aside.fmenu .content ul li a:link::after {
    content: "";
    display: block;
    transform-origin: left bottom;
    border-bottom: 1px solid hsl(0, 0%, 100%);
  }
  #container aside.fmenu .content ul li a:hover:after,
  #container aside.fmenu .content ul li a:link:hover:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container aside.fmenu .content .item {
    max-width: 1200px;
    width: 100%;
    padding-top: 64px;
    margin: 0 auto;
  }
  #container aside.access .content .map {
    height: 400px;
  }
  #container aside.bnr_sns nav ul {
    column-gap: 20px;
    justify-content: center;
    margin-bottom: 0;
  }
  #container aside.bnr_sns nav ul li {
    width: 30px;
  }
  #container aside.concept_in {
    width: 100vw;
    width: 100dvw;
    width: calc(var(--vw) * 100);
    padding: 0 0 48px;
    margin: 80px 0 0;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
  }
  #container aside.concept_in h3,
  #container aside.concept_in h3.fade_block {
    height: 60px;
    margin: 0 auto;
    transform: translateY(-45px);
  }
  #container aside.concept_in h3 span,
  #container aside.concept_in h3.fade_block span {
    font-size: 2.4rem;
  }
  #container aside.concept_in .content.content_2 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
    column-gap: 32px;
    width: 100%;
    max-width: 1056px;
  }
  #container aside.concept_in .content.content_2 h4 {
    display: block;
    min-height: auto;
    margin: 16px 0;
  }
  #container aside.concept_in .content.content_2 h4 span {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #container aside.concept_in .content.content_2 .link {
    margin: 16px auto 0;
  }
  #container aside.concept_in .content.content_2 .link span {
    font-size: 1.2rem;
    width: 144px;
    height: 32px;
    margin: 0 auto;
  }
  #container aside.concept_in .content.content_2 .link span:before {
    width: 24px;
  }
  #container aside.concept_in .content.content_2 .link span:before, #container aside.concept_in .content.content_2 .link span:after {
    right: -32px;
  }
  #container aside.concept_in .content.content_2 .link span:before {
    width: 16px;
  }
  #container aside.concept_in .content.content_2 .link span:after {
    width: 48px;
  }
  #container aside.concept_in .content.content_2 a:hover .link span:before, #container aside.concept_in .content.content_2 a:hover .link span:after,
  #container aside.concept_in .content.content_2 a:link:hover .link span:before,
  #container aside.concept_in .content.content_2 a:link:hover .link span:after {
    animation-fill-mode: backwards;
    animation-name: motion-concept-link;
    animation-delay: 0s;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
  }
  #container aside.concept_in .content.content_2 .item {
    margin: 0;
  }
  #container aside.contact_txt_in {
    width: 1056px;
    margin: 0 auto 48px;
  }
  #container aside.contact_txt_in .content {
    width: 1056px;
    margin: 0 auto;
  }
  #container aside.contact_txt_in .content h2.h2_2 span {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
  }
  #container aside.contact_txt_in .content h3.h3_3 {
    margin: 0 auto 16px;
  }
  #container aside.contact_txt_in .content h3.h3_3 span {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
  }
  #container aside.contact_txt_in .content p {
    font-size: 1.8rem;
  }
  #container aside.contact_txt_in .content p i {
    display: block;
    font-size: 1.4rem;
    margin: 0 8px 0 0;
  }
  #container aside.contact_txt_in .content p i img {
    width: 20px;
  }
  #container aside.contact_txt_in .content .item {
    width: 100%;
    padding: 32px 0;
  }
  #container aside.contact_txt_in .content .item .float_l {
    width: 208px;
  }
  #container aside.contact_txt_in .content .item .float_r {
    width: 848px;
    padding: 0 48px;
  }
}
/* -------------------------------------
   footer
------------------------------------- */
#footer {
  margin: 0 auto;
  background: hsl(0, 0%, 90%);
  position: relative;
  z-index: 1;
  /* -------------------------------------
     pagetop
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
}
#footer.single {
  display: none;
}
#footer #pagetop {
  display: none;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
#footer #pagetop .inner {
  width: 100%;
}
#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border-radius: 50%;
}
#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-top: 1px solid #898989;
  border-right: 1px solid #898989;
  transform: translateY(0.8vw) rotate(-45deg);
}
#footer #pagetop .inner a span.txt,
#footer #pagetop .inner a:link span.txt {
  display: none;
}
#footer aside {
  /* -------------------------------------
     aside_1
  */
  /* -------------------------------------
     aside_2
  */
}
#footer aside.aside_1 {
  width: 100%;
}
#footer aside.aside_1 .inner {
  width: 100%;
  margin: 0 auto;
}
#footer aside.aside_1 .inner .content.content_1 p {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1em;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  margin-top: 1em;
}
#footer aside.aside_1 .inner .content.content_1 p span {
  line-height: 1.5;
}
#footer aside.aside_1 .inner .content.content_1 p span.txt {
  letter-spacing: 0.15em;
  font-weight: bold;
}
#footer aside.aside_1 .inner .content.content_2 {
  display: grid;
  grid-template-columns: 26.6666666667vw 1fr;
  column-gap: 8vw;
  padding-left: 10.6666666667vw;
  margin-top: 9.3333333333vw;
}
#footer aside.aside_1 .inner .content.content_2 h3 {
  font-family: "秀英角ゴシック銀 M", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.35em;
}
#footer aside.aside_1 .inner .content.content_2 h3 span {
  letter-spacing: 0.2em;
  font-size: 0.9rem;
}
#footer aside.aside_1 .inner .content.content_2 p {
  font-size: 0.9rem;
  line-height: 1.75;
}
#footer aside.aside_1 .inner .content.content_2 p.tel span {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  letter-spacing: 0.075em;
  font-size: 1.7rem;
}
#footer aside.aside_1 .inner .content.content_3 {
  width: 84vw;
  margin: 2.6666666667vw auto 0;
}
#footer aside.aside_1 .inner .content.content_3 .site_title a,
#footer aside.aside_1 .inner .content.content_3 .site_title a:link {
  display: grid;
  grid-template-columns: 35.2vw 1fr;
  column-gap: 4vw;
  align-items: center;
  justify-content: center;
}
#footer aside.aside_1 .inner .content.content_3 .site_title span.txt {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}
#footer aside.aside_1 .inner .content.content_3 .site_title span.txt:before, #footer aside.aside_1 .inner .content.content_3 .site_title span.txt:after {
  content: "";
  display: block;
  border-top: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 9;
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
#footer aside.aside_1 .inner .content.content_3 .site_title span.txt:before {
  width: 4vw;
  transform: rotate(40deg);
}
#footer aside.aside_1 .inner .content.content_3 .site_title span.txt:after {
  width: 100%;
}
#footer aside.aside_1 .inner .content.content_4 {
  margin-top: 8vw;
}
#footer aside.aside_1 .inner .content.content_4 h3 {
  margin-bottom: 1.5em;
}
#footer aside.aside_1 .inner .content.content_4 h3 span {
  font-family: "秀英角ゴシック銀 M", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  font-size: 1.1rem;
}
#footer aside.aside_1 .inner .content.content_4 nav ul li {
  width: 66.6666666667vw;
  margin: 0 auto 8vw;
}
#footer aside.aside_1 .inner .content.content_4 nav ul li a,
#footer aside.aside_1 .inner .content.content_4 nav ul li a:link {
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
}
#footer aside.aside_1 .inner .content.content_4 nav ul li a::after,
#footer aside.aside_1 .inner .content.content_4 nav ul li a:link::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#footer aside.aside_2 {
  width: 100%;
}
#footer aside.aside_2 .inner {
  padding: 0;
}
#footer aside.aside_2 .inner small {
  display: block;
  font-family: "秀英角ゴシック銀 B", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  width: 100%;
  padding: 2em 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  /* -------------------------------------
             animation
  */
  @keyframes motion-arrow-link {
    0% {
      transform: translateX(-260px);
      opacity: 1;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes motion-arrow-link2 {
    0% {
      transform: translateX(-260px) rotate(40deg);
      opacity: 1;
    }
    100% {
      transform: translateX(0) rotate(40deg);
      opacity: 1;
    }
  }
  #footer {
    width: 100%;
    padding-top: 64px;
    margin: 0 auto;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    display: none;
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 50px;
  }
  #footer #pagetop .inner {
    width: 100%;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    width: 60px;
    height: 60px;
    margin: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    width: 20px;
    height: 20px;
    border-top: 1px solid #898989;
    border-right: 1px solid #898989;
    transform: translateY(6px) rotate(-45deg);
  }
  #footer aside {
    /* -------------------------------------
       aside_1
    */
    /* -------------------------------------
       aside_2
    */
  }
  #footer aside.aside_1 {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
  #footer aside.aside_1 .inner {
    display: grid;
    grid-template-rows: repeat(3, max-content);
    grid-template-columns: 1fr minmax(300px, 1fr);
    column-gap: 32px;
    width: 100%;
    max-width: 900px;
  }
  #footer aside.aside_1 .inner .content.content_1 {
    grid-row: 1/-1;
    grid-column: 2;
  }
  #footer aside.aside_1 .inner .content.content_1 figure {
    aspect-ratio: 2/1;
  }
  #footer aside.aside_1 .inner .content.content_1 p {
    justify-content: start;
    text-align: left;
    font-size: 1rem;
  }
  #footer aside.aside_1 .inner .content.content_2 {
    grid-row: 1;
    grid-column: 1;
    grid-template-columns: 120px 1fr;
    column-gap: 32px;
    padding-left: 16px;
    margin-top: 0;
  }
  #footer aside.aside_1 .inner .content.content_2 h3 {
    justify-content: start;
    margin-bottom: 0.5em;
  }
  #footer aside.aside_1 .inner .content.content_2 h3 span {
    font-size: 1.2rem;
  }
  #footer aside.aside_1 .inner .content.content_2 p {
    white-space: nowrap;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #footer aside.aside_1 .inner .content.content_2 p.tel span {
    justify-content: start;
    font-size: 1.8rem;
  }
  #footer aside.aside_1 .inner .content.content_3 {
    grid-row: 2;
    grid-column: 1;
    width: 100%;
    margin: 32px 0 0;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title a,
  #footer aside.aside_1 .inner .content.content_3 .site_title a:link {
    grid-template-columns: 160px minmax(100px, 220px);
    justify-content: start;
    column-gap: 16px;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title:hover span::before, #footer aside.aside_1 .inner .content.content_3 .site_title:hover span:after {
    animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title:hover span::before {
    animation-name: motion-arrow-link2;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title:hover span:after {
    animation-name: motion-arrow-link;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title span.txt {
    font-size: 1.4rem;
    overflow: hidden;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title span.txt:before {
    width: 24px;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title span.txt::before {
    width: 16px;
  }
  #footer aside.aside_1 .inner .content.content_3 .site_title span.txt:after {
    transform-origin: left bottom;
  }
  #footer aside.aside_1 .inner .content.content_4 {
    grid-row: 3;
    grid-column: 1;
    padding-left: 16px;
    margin-top: 24px;
  }
  #footer aside.aside_1 .inner .content.content_4 h3 {
    margin-bottom: 1em;
  }
  #footer aside.aside_1 .inner .content.content_4 h3 span {
    text-align: left;
    font-size: 1rem;
  }
  #footer aside.aside_1 .inner .content.content_4 nav ul li {
    width: 185px;
    margin: 0 0 24px;
  }
  #footer aside.aside_1 .inner .content.content_4 nav ul li:last-of-type {
    margin-bottom: 0;
  }
  #footer aside.aside_1 .inner .content.content_4 nav ul li a,
  #footer aside.aside_1 .inner .content.content_4 nav ul li a:link {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1;
    overflow: hidden;
  }
  #footer aside.aside_1 .inner .content.content_4 nav ul li a::after,
  #footer aside.aside_1 .inner .content.content_4 nav ul li a:link::after {
    content: "";
    display: block;
    width: 100%;
    transform-origin: left bottom;
    border-bottom: 1px solid hsl(0, 0%, 0%);
  }
  #footer aside.aside_1 .inner .content.content_4 nav ul li a:hover:after,
  #footer aside.aside_1 .inner .content.content_4 nav ul li a:link:hover:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #footer aside.aside_2 {
    width: 100%;
  }
  #footer aside.aside_2 .inner {
    width: 100%;
  }
  #footer aside.aside_2 .inner small {
    font-size: 1rem;
    padding: 20px 0;
  }
}
@media screen and (min-width: 860px) {
  #footer aside.aside_1 {
    padding: 0 48px;
  }
}
/* -------------------------------------
   Contents.Page
------------------------------------- */
#container.page .title_page {
  width: 100%;
  padding: 1em 0;
}
#container.page .title_page h2.page_title {
  grid-column: 1/-1;
  text-align: center;
  font-size: 2.2rem;
  width: 88vw;
  margin: 0 auto 1.5em;
  transform: 0;
}
#container.page .title_page h2.page_title span.txt {
  letter-spacing: 0.075em;
  line-height: 0.6;
  position: relative;
}
#container.page .title_page h2.page_title span.txt::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#container.page .title_page h2.page_title span.txt_2 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 L", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
#container.page .title_page.imagefull {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  padding: 0;
}
#container.page .title_page.imagefull figure {
  grid-row: 1/-1;
  grid-column: 1;
  display: block;
  width: 100%;
}
#container.page .title_page.imagefull figure::after {
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.7;
}
#container.page .title_page.imagefull h2.page_title {
  grid-row: 1/-1;
  grid-column: 1;
  align-self: center;
  color: hsl(0, 0%, 100%);
  width: 80vw;
  margin-bottom: 0;
  transform: translateY(5.3333333333vw);
}
#container.page .title_page.imagefull h2.page_title span.txt::after {
  border-bottom: 1px solid hsl(0, 0%, 100%);
}

@media screen and (min-width: 768px) {
  #container.page .title_page {
    padding: 48px 0 0;
    margin: 0 auto;
  }
  #container.page .title_page h2.page_title {
    font-size: 2.2rem;
    width: 100%;
    max-width: 486px;
    margin: 0 auto 48px;
  }
  #container.page .title_page h2.page_title span.txt {
    text-transform: uppercase;
  }
  #container.page .title_page h2.page_title span.txt_2 {
    margin-top: 0.5em;
  }
  #container.page .title_page.imagefull {
    width: 100vw;
    width: 100dvw;
    width: calc(var(--vw) * 100);
  }
  #container.page .title_page.imagefull h2.page_title {
    transform: translateY(30px);
  }
  #container.page .title_page.imagefull h2.page_title span.img {
    width: 31.4vw;
    max-width: 800px;
  }
}
/* -------------------------------------
    nav_pankuzu
------------------------------------- */
#container.page .nav_txt {
  display: block;
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
#container.page .nav_txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 88vw;
  padding: 0;
  margin: 0 auto;
}
#container.page .nav_txt ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1em 0.5em 0 0;
}
#container.page .nav_txt ul li a,
#container.page .nav_txt ul li a:link {
  font-family: "秀英角ゴシック銀 B", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 0%);
}
#container.page .nav_txt ul li:before {
  content: "＞ ";
  color: hsl(0, 0%, 80%);
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.5em 0 0;
}
#container.page .nav_txt ul li:first-of-type:before {
  display: none;
}

@media screen and (min-width: 768px) {
  #container.page .nav_txt {
    width: 100%;
    padding: 0 16px;
    margin: 0 auto 32px;
  }
  #container.page .nav_txt ul {
    width: 100%;
    padding: 0 !important;
  }
}
/* -------------------------------------
    page_control
------------------------------------- */
#container.page {
  /* -------------------------------------
      page_control
  ------------------------------------- */
  /* -------------------------------------
      pager
  ------------------------------------- */
}
#container.page .page_control {
  padding: 0 0 8vw;
}
#container.page .page_control .inner {
  width: 100%;
  margin: 5.3333333333vw auto 0;
}
#container.page .page_control .inner .b_backforw {
  width: 100%;
  /* -------------------------------------
      pager
  ------------------------------------- */
}
#container.page .page_control .inner .b_backforw .back,
#container.page .page_control .inner .b_backforw .forw {
  width: 35.9375%;
  margin: 0 auto;
}
#container.page .page_control .inner .b_backforw .back span.txt,
#container.page .page_control .inner .b_backforw .forw span.txt {
  width: 100%;
}
#container.page .page_control .inner .b_backforw .back a,
#container.page .page_control .inner .b_backforw .back a:link,
#container.page .page_control .inner .b_backforw .forw a,
#container.page .page_control .inner .b_backforw .forw a:link {
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #898989;
  position: relative;
}
#container.page .page_control .inner .b_backforw .back a:before, #container.page .page_control .inner .b_backforw .back a:after,
#container.page .page_control .inner .b_backforw .back a:link:before,
#container.page .page_control .inner .b_backforw .back a:link:after,
#container.page .page_control .inner .b_backforw .forw a:before,
#container.page .page_control .inner .b_backforw .forw a:after,
#container.page .page_control .inner .b_backforw .forw a:link:before,
#container.page .page_control .inner .b_backforw .forw a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  position: absolute;
  z-index: 1;
  top: 0;
}
#container.page .page_control .inner .b_backforw .back a:before,
#container.page .page_control .inner .b_backforw .back a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #898989;
}
#container.page .page_control .inner .b_backforw .back a:after,
#container.page .page_control .inner .b_backforw .back a:link:after {
  display: none;
}
#container.page .page_control .inner .b_backforw .forw a:before,
#container.page .page_control .inner .b_backforw .forw a:link:before {
  display: none;
}
#container.page .page_control .inner .b_backforw .forw a:after,
#container.page .page_control .inner .b_backforw .forw a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #898989;
}
#container.page .page_control .inner .b_backforw .pager {
  display: flex;
  width: 88vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#container.page .page_control .inner .b_backforw .pager a,
#container.page .page_control .inner .b_backforw .pager a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  width: max-content;
  height: max-content;
  padding: 0 1em;
  margin: 0 auto;
  position: relative;
}
#container.page .page_control .inner .b_backforw .pager .parent {
  width: 28vw;
  margin: 0 2.6666666667vw;
}
#container.page .page_control .inner .b_backforw .pager .prev,
#container.page .page_control .inner .b_backforw .pager .next {
  width: 24vw;
}
#container.page .page_control .inner .b_backforw .pager .prev a::after,
#container.page .page_control .inner .b_backforw .pager .prev a:link::after,
#container.page .page_control .inner .b_backforw .pager .next a::after,
#container.page .page_control .inner .b_backforw .pager .next a:link::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
  opacity: 0;
}
#container.page .page_control .inner .b_backforw .pager .parent span.txt::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
}
#container.page .page_control .inner .b_backforw .pager.thumb {
  align-items: stretch;
}
#container.page .page_control .inner .b_backforw .pager.thumb a,
#container.page .page_control .inner .b_backforw .pager.thumb a:link {
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.25;
  height: 100%;
  padding: 0;
  background: none;
}
#container.page .page_control .inner .b_backforw .pager.thumb .parent a,
#container.page .page_control .inner .b_backforw .pager.thumb .parent a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(0, 0%, 90%);
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev,
#container.page .page_control .inner .b_backforw .pager.thumb .next {
  width: 33.3333333333vw;
  margin: 0;
  position: relative;
  z-index: 1;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link,
#container.page .page_control .inner .b_backforw .pager.thumb .next a,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link {
  text-align: left;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:before,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
  display: none;
  border: none;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a figure,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link figure,
#container.page .page_control .inner .b_backforw .pager.thumb .next a figure,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link figure {
  width: 28vw;
  aspect-ratio: 1.5;
  margin: 0 auto 0.5rem;
  overflow: hidden;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link {
  padding: 0 0 0 5.3333333333vw;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 0%);
  border-right: 1px solid hsl(0, 0%, 0%);
  z-index: 9;
  right: 5.3333333333vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after {
  right: auto;
  left: 2vw;
  transform: translateY(-50%) rotate(-135deg);
}
#container.page .page_control .inner .b_backforw .pager.thumb .next a,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link {
  padding: 0 5.3333333333vw 0 0;
}
#container.page .page_control .inner .b_backforw .pager.thumb .next a:before, #container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
}
#container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid hsl(0, 0%, 0%);
  border-right: 1px solid hsl(0, 0%, 0%);
  z-index: 9;
  right: 5.3333333333vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
}
#container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
  right: 2vw;
  transform: translateY(-50%) rotate(45deg);
}
#container.page .pager-infinite {
  padding: 5.3333333333vw 0;
}
#container.page .pager-infinite #more-button {
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: hsl(0, 0%, 0%);
  font-size: 1.5rem;
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0 1em;
  margin: 0 auto;
  background-color: hsl(0, 0%, 100%);
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#container.page .pager-infinite #more-button::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 0.1em;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  bottom: -0.5333333333vw;
  left: 0;
}
#container.page .pager-infinite .scroller-status .infinite-scroll-request,
#container.page .pager-infinite .scroller-status .infinite-scroll-last,
#container.page .pager-infinite .scroller-status .infinite-scroll-error {
  display: none;
}
#container.page .pager_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 2em 0;
}
#container.page .pager_list .page-numbers {
  display: block;
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  padding: 0.5em 1em;
  margin: 0.3em 0.3em;
  border: solid 1px hsl(0, 0%, 80%);
  border-radius: 5px;
  background: hsl(0, 0%, 95%);
}
#container.page .pager_list .page-numbers.prev, #container.page .pager_list .page-numbers.next, #container.page .pager_list .page-numbers.dots {
  background: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 0%, 100%);
}
#container.page .pager_list .page-numbers.current {
  color: hsl(0, 0%, 100%);
  background: #898989;
  border: solid 1px hsl(0, 0%, 80%);
}
#container.page .pager_list a,
#container.page .pager_list a:link {
  text-decoration: none;
}
#container.page .pager_list a:hover {
  color: hsl(0, 0%, 100%);
  background: #898989;
  border: solid 1px hsl(0, 0%, 80%);
}

@media screen and (min-width: 768px) {
  #container.page {
    /* -------------------------------------
        page_control
    ------------------------------------- */
    /* -------------------------------------
        pager
    ------------------------------------- */
  }
  #container.page .page_control {
    padding: 0 0 96px;
  }
  #container.page .page_control .inner {
    width: 100%;
    max-width: 1056px;
    margin: 64px auto 0;
  }
  #container.page .page_control .inner .b_backforw {
    /* -------------------------------------
        section
    ------------------------------------- */
  }
  #container.page .page_control .inner .b_backforw .back,
  #container.page .page_control .inner .b_backforw .forw {
    width: 350px;
  }
  #container.page .page_control .inner .b_backforw .back a,
  #container.page .page_control .inner .b_backforw .back a:link,
  #container.page .page_control .inner .b_backforw .forw a,
  #container.page .page_control .inner .b_backforw .forw a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page .page_control .inner .b_backforw .back a:before, #container.page .page_control .inner .b_backforw .back a:after,
  #container.page .page_control .inner .b_backforw .back a:link:before,
  #container.page .page_control .inner .b_backforw .back a:link:after,
  #container.page .page_control .inner .b_backforw .forw a:before,
  #container.page .page_control .inner .b_backforw .forw a:after,
  #container.page .page_control .inner .b_backforw .forw a:link:before,
  #container.page .page_control .inner .b_backforw .forw a:link:after {
    border: 20px solid transparent;
  }
  #container.page .page_control .inner .b_backforw .back a:before,
  #container.page .page_control .inner .b_backforw .back a:link:before {
    left: -40px;
    border-right: 20px solid #898989;
  }
  #container.page .page_control .inner .b_backforw .forw a:after,
  #container.page .page_control .inner .b_backforw .forw a:link:after {
    right: -40px;
    border-left: 20px solid #898989;
  }
  #container.page .page_control .inner .b_backforw .pager {
    width: 100%;
    justify-content: center;
  }
  #container.page .page_control .inner .b_backforw .pager a,
  #container.page .page_control .inner .b_backforw .pager a:link {
    font-size: 1.4rem;
  }
  #container.page .page_control .inner .b_backforw .pager .prev,
  #container.page .page_control .inner .b_backforw .pager .next {
    width: 144px;
  }
  #container.page .page_control .inner .b_backforw .pager .prev a:after,
  #container.page .page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page .page_control .inner .b_backforw .pager .next a:after,
  #container.page .page_control .inner .b_backforw .pager .next a:link:after {
    bottom: -4px;
  }
  #container.page .page_control .inner .b_backforw .pager .prev a:hover:after,
  #container.page .page_control .inner .b_backforw .pager .prev a:link:hover:after,
  #container.page .page_control .inner .b_backforw .pager .next a:hover:after,
  #container.page .page_control .inner .b_backforw .pager .next a:link:hover:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container.page .page_control .inner .b_backforw .pager .parent {
    width: 240px;
    margin: 0 24px;
  }
  #container.page .page_control .inner .b_backforw .pager .parent span.txt::after {
    bottom: -4px;
  }
  #container.page .page_control .inner .b_backforw .pager .parent a:hover span:after,
  #container.page .page_control .inner .b_backforw .pager .parent a:link:hover span:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .parent a,
  #container.page .page_control .inner .b_backforw .pager.thumb .parent a:link {
    height: 60px;
    transform: translateY(25px);
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .prev,
  #container.page .page_control .inner .b_backforw .pager.thumb .next {
    width: 200px;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a figure,
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:link figure,
  #container.page .page_control .inner .b_backforw .pager.thumb .next a figure,
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:link figure {
    width: 160px;
    height: 106.6666666667px;
    margin: 0 auto 10px;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a,
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:link {
    padding: 0 0 0 40px;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:after,
  #container.page .page_control .inner .b_backforw .pager.thumb .prev a:link:after {
    top: 50px;
    right: auto;
    left: 0;
    transform: rotate(-135deg);
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .next a,
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:link {
    padding: 0 40px 0 0;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
    width: 10px;
    height: 10px;
    right: 40px;
  }
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:after,
  #container.page .page_control .inner .b_backforw .pager.thumb .next a:link:after {
    top: 50px;
    right: 0;
    transform: rotate(45deg);
    opacity: 1;
  }
  #container.page .pager-infinite {
    grid-column: 2/3;
    padding: 0;
    margin: 48px auto;
  }
  #container.page .pager-infinite #more-button {
    font-size: 1.6rem;
    opacity: 1;
    transition: 0.5s;
  }
  #container.page .pager-infinite #more-button::after {
    bottom: -4px;
  }
  #container.page .pager-infinite #more-button:hover {
    opacity: 0.6;
  }
  #container.page .pager-infinite #more-button:hover:after {
    animation-fill-mode: backwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container.page .pager_list {
    grid-column: 2/3;
    padding: 70px 0 30px 0;
  }
}
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
#container .pc {
  display: none !important;
}
#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}
#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}
#container .cover img,
#container .cover video,
#container img.cover,
#container video.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .fade_block {
  opacity: 0;
  transform: translateY(5.3333333333vw);
  transition: opacity 1.5s, transform 1s;
}
#container .fade_block.active {
  opacity: 1;
  transform: translateY(0);
}

/* -------------------------------------
   Gloal Layout
------------------------------------- */
#container {
  display: grid;
  align-items: stretch;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "header" "main" "footer_group" "footer";
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  padding: 13.3333333333vw 0 0;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
}
#container #py {
  width: 100%;
  height: 200vh;
  height: 200vh;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#container .anchor {
  position: relative;
  z-index: 1;
}
#container .anchor a,
#container .anchor a:link {
  text-decoration: none;
  display: block !important;
  position: absolute !important;
  z-index: -1;
  top: -18.6666666667vw;
}
#container .anchor a#aform,
#container .anchor a:link#aform {
  top: -29.3333333333vw;
}
#container .anchor.nopos {
  position: static;
}
#container #header {
  grid-area: header;
}
#container #main {
  grid-area: main;
}
#container .footer_group {
  grid-area: footer_group;
}
#container #footer {
  grid-area: footer;
}
#container.page {
  padding-top: 22.6666666667vw;
}
#container.page #py {
  height: 22.6666666667vw;
}

/* -------------------------------------
   Contents Common
------------------------------------- */
#container {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container a,
#container a:link {
  display: block;
}
#container a.txtlink,
#container a:link.txtlink {
  display: inline-block;
  color: hsl(0, 0%, 40%);
  text-decoration: underline;
}
#container a.txtlink:hover,
#container a:link.txtlink:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-feature-settings: "palt";
  line-height: 1.5;
}
#container h2 span,
#container h3 span,
#container h4 span,
#container h5 span,
#container h6 span {
  display: block;
  letter-spacing: 0.075em;
}
#container h2.content_title {
  grid-column: 1/-1;
  text-align: center;
  font-size: 1.8rem;
  width: 88vw;
  margin: 0 auto 1.5em;
}
#container h2.content_title span.txt {
  letter-spacing: 0.075em;
  line-height: 0.6;
  position: relative;
}
#container h2.content_title span.txt::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#container h2.content_title span.txt_2 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.1em;
  margin-top: 1em;
}
#container p {
  color: hsl(0, 0%, 20%);
  font-size: 1.1rem;
  line-height: 2.25;
  margin-top: 0.5em;
}
#container p:first-of-type {
  margin-top: 0;
}
#container ul li,
#container ol li {
  color: hsl(0, 0%, 20%);
  font-size: 1.1rem;
  line-height: 2.25;
}
#container table tr th,
#container table tr td {
  color: hsl(0, 0%, 20%);
  font-size: 1.1rem;
  line-height: 2.25;
}
#container img,
#container svg {
  display: block;
  width: 100%;
  height: auto;
}
#container img.border,
#container svg.border {
  border: 1px solid hsl(0, 0%, 80%);
}
#container figure.border {
  border: 1px solid hsl(0, 0%, 80%);
}
#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
  filter: grayscale(100%);
}
#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container .youtube .pc {
  width: 100%;
  height: 200px;
}
#container .youtube iframe,
#container .youtube video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container .link {
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.5rem;
  width: 100%;
  margin: 8vw auto 0;
}
#container .link span {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  display: block;
  color: hsl(0, 0%, 0%);
  line-height: 1;
  width: max-content;
  height: max-content;
  padding: 0 1em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container .link span::after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 0.1em;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  bottom: -0.8vw;
  left: 0;
}
#container .link.close {
  width: 5.6vw;
  margin: 0;
  position: fixed;
  z-index: 999;
  top: 5.3333333333vw;
  right: 4vw;
}
#container .link.close a,
#container .link.close a:link {
  width: 5.6vw;
  height: 5.6vw;
}
#container .link.close a::before, #container .link.close a::after,
#container .link.close a:link::before,
#container .link.close a:link::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}
#container .link.close a::before,
#container .link.close a:link::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#container .link.close a::after,
#container .link.close a:link::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#container aside {
  width: 100%;
}
#container aside.bgc {
  background: hsl(0, 0%, 95%);
}
#container aside h2.h2_1 {
  display: flex;
  align-items: center;
  width: 88vw;
  height: 20vw;
  margin: 0 auto;
}
#container aside h2.h2_1 span {
  line-height: 1;
}
#container aside h2.h2_1 span.txt {
  font-family: "AGaramondPro-Italic", Helvetica, Arial, sans-serif;
  font-size: 2.1rem;
  width: auto;
}
#container aside h2.h2_1 span.txt_2 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0 0 1em;
}
#container aside h2.h2_1 span.txt_2:before {
  flex-shrink: 0;
  content: "";
  display: block;
  height: 1.2em;
  margin: 0 1em 0 0;
  border-left: 1px solid hsl(0, 0%, 0%);
}
#container aside h3.h3_1 {
  line-height: 1;
}
#container section.underline {
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section.bgc {
  background: hsl(0, 0%, 95%);
}
#container section .item.underline {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section .item.framed {
  padding: 1em;
  border: 1px solid hsl(0, 0%, 80%);
}

/* -------------------------------------
   Contents.Page
------------------------------------- */
#container.page {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #main {
  grid-row: 2;
  padding: 0;
  margin: 0;
}
#container.page .content {
  width: 100%;
}
#container.page aside {
  width: 100%;
  overflow: hidden;
}
#container.page section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#container.page section .inner .user_editer {
  min-height: 20vh;
  /*
  select, 
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
      width: 100%;
  }
  */
}
#container.page section .inner .user_editer .example p {
  font-size: 12pt;
}
#container.page section .inner .user_editer .wp-block-columns-is-layout-flex {
  display: flex;
}
#container.page section .inner .user_editer .wpcf7-form table td p {
  display: flex;
  padding: 0;
}
#container.page section .inner .user_editer h1,
#container.page section .inner .user_editer h2,
#container.page section .inner .user_editer h3,
#container.page section .inner .user_editer h4,
#container.page section .inner .user_editer h5,
#container.page section .inner .user_editer h6 {
  line-height: 1.5;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
#container.page section .inner .user_editer h1 {
  font-size: 2.4rem;
}
#container.page section .inner .user_editer h2 {
  font-size: 2.1rem;
}
#container.page section .inner .user_editer h3 {
  font-size: 1.8rem;
}
#container.page section .inner .user_editer h4 {
  font-size: 1.6rem;
}
#container.page section .inner .user_editer h5 {
  font-size: 1.4rem;
}
#container.page section .inner .user_editer h6 {
  font-size: 1.4rem;
}
#container.page section .inner .user_editer strong {
  font-weight: bold;
}
#container.page section .inner .user_editer em {
  -webkit-transform: skewX(-5deg);
  -moz-transform: skewX(-5deg);
  -o-transform: skewX(-5deg);
  transform: skewX(-5deg);
}
#container.page section .inner .user_editer ul, #container.page section .inner .user_editer ol {
  padding: 0 0 0 1.5em;
}
#container.page section .inner .user_editer blockquote {
  padding: 0 0 0 1em;
}
#container.page section .inner .user_editer p {
  display: block;
  font-size: 1.4rem;
}
#container.page section .inner .user_editer img {
  display: inline-block;
  max-width: 100%;
  width: auto;
  height: auto;
}
#container.page section .inner .user_editer a,
#container.page section .inner .user_editer a:link {
  display: inline-block;
  color: hsl(0, 0%, 40%);
  text-decoration: underline;
}
#container.page section .inner .user_editer a:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container.page section .inner .user_editer iframe {
  max-width: 100%;
  max-height: 47.25vw;
}
#container.page section .inner.form_inner .content h2.h2_1 span.txt, #container.page section .inner.section_inner .content h2.h2_1 span.txt {
  font-size: 1.8rem;
}
#container.page section .inner.form_inner .content h2.h2_2 span.txt, #container.page section .inner.section_inner .content h2.h2_2 span.txt {
  font-size: 1.6rem;
}
#container.page section .inner.section_inner .content {
  position: relative;
  z-index: 1;
  /* -------------------------------------
     content_1
  */
  /* -------------------------------------
     lead
  */
  /* -------------------------------------
     lead
  */
}
#container.page section .inner.section_inner .content.e404 {
  padding: 0 10.6666666667vw 10.6666666667vw;
}
#container.page section .inner.section_inner .content.e404 h2 {
  margin-bottom: 1em;
}
#container.page section .inner.section_inner .content.lead .item figure {
  width: 100%;
  aspect-ratio: 1.778;
  overflow: hidden;
}
#container.page section .inner.section_inner .content.lead .item .float_c {
  width: 84vw;
  padding: 10.6666666667vw 0;
  margin: 0 auto;
}
#container.page section .inner.section_inner .content .h4_1,
#container.page section .inner.section_inner .content .linitial_title {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em;
}
#container.page section .inner.section_inner .content .h4_1 span.num,
#container.page section .inner.section_inner .content .linitial_title span.num {
  letter-spacing: -0.025em;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 1em 0 0;
}
#container.page section .inner.section_inner .content .h4_1 span.num.circle,
#container.page section .inner.section_inner .content .linitial_title span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  background: #898989;
  border-radius: 100%;
}
#container.page section .inner.section_inner .content .h4_1 span.txt,
#container.page section .inner.section_inner .content .linitial_title span.txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.5em 0;
}
#container.page section .inner.section_inner .content .h4_1.underline,
#container.page section .inner.section_inner .content .linitial_title.underline {
  margin: 0 0 0.75em 0;
  border-bottom: 2px solid #898989;
}
#container.page section .inner.section_inner .content .h4_1.underline span.num,
#container.page section .inner.section_inner .content .linitial_title.underline span.num {
  font-size: 5.5rem;
  margin: 0 1.4rem -0.17em 0;
}
#container.page section .inner.section_inner .content .h4_1.underline span.num.circle,
#container.page section .inner.section_inner .content .linitial_title.underline span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  margin: 0 1.4rem 0 0;
  background: #898989;
  border-radius: 100%;
}
#container.page section .inner.section_inner .content ul {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
#container.page section .inner.section_inner .content ul li {
  padding-bottom: 0.5em;
}
#container.page section .inner.section_inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #898989;
}
#container.page section .inner.section_inner .content ul.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}
#container.page section .inner.section_inner .content ul.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}
#container.page section .inner.section_inner .content ul.nostyle {
  list-style: none;
  padding: 0;
  margin: 0;
}
#container.page section .inner.section_inner .content .item {
  margin: 0 auto;
}
#container.page section .inner.section_inner .content table.base {
  width: 84vw;
  margin: 2.6666666667vw auto;
  border-top: 1px solid hsl(0, 0%, 80%);
}
#container.page section .inner.section_inner .content table.base th,
#container.page section .inner.section_inner .content table.base td {
  display: block;
  width: 100%;
}
#container.page section .inner.section_inner .content table.base th {
  letter-spacing: 0.2em;
  font-family: "FOT-筑紫Aヴィンテージ明L Pr6 R", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  padding: 2.6666666667vw 4vw 0.6666666667vw;
}
#container.page section .inner.section_inner .content table.base td {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.6666666667vw 4vw 2.6666666667vw;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container.page section .inner.section_inner .content table.base td p {
  padding: 0 0 1em;
}
#container.page section .inner.section_inner .content table.base td ul {
  list-style: none;
  padding: 0 0 0 0;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     form
  */
}
#article section .inner.form_inner {
  /* -------------------------------------
      content
  ------------------------------------- */
}
#article section .inner.form_inner h2.h2_1 {
  text-align: center;
  font-size: 1.6rem;
  margin: 2em 0;
}
#article section .inner.form_inner h2.h2_1 span.txt_3 {
  font-size: 2.2rem;
}
#article section .inner.form_inner .content {
  /* -------------------------------------
      form_header
  */
  /* -------------------------------------
      form
  */
}
#article section .inner.form_inner .content.form_header {
  padding: 8vw 0;
  background: hsl(0, 0%, 95%);
}
#article section .inner.form_inner .content.form_header.border-top {
  border-top: 1px solid hsl(0, 0%, 0%);
}
#article section .inner.form_inner .content.form_header h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}
#article section .inner.form_inner .content.form_header p {
  text-align: center;
}
#article section .inner.form_inner .content.form_header ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.6666666667vw;
  padding: 0;
  margin: 0 auto 5.3333333333vw;
}
#article section .inner.form_inner .content.form_header ul li {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1em 0;
  background: hsl(0, 0%, 100%);
}
#article section .inner.form_inner .content.form_header .item {
  width: 88vw;
  margin: 0 auto;
}
#article section .inner.form_inner .content.form {
  width: 100%;
}
#article section .inner.form_inner .content.form h2.h2_1 {
  text-align: center;
  font-size: 1.6rem;
  width: 88vw;
  padding-bottom: 0.5em;
  margin: 2em auto;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#article section .inner.form_inner .content.form h2.h2_1 span.txt_3 {
  font-size: 2.2rem;
}
#article section .inner.form_inner .content.form h3.h3_1.wpcf7c-elm-step2 {
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}
#article section .inner.form_inner .content.form h3.h3_1 {
  text-align: center;
}
#article section .inner.form_inner .content.form h3.h3_1 span {
  display: inline-block;
}
#article section .inner.form_inner .content.form h3.h3_1 span.txt strong {
  font-size: 1.4rem;
}
#article section .inner.form_inner .content.form ul {
  list-style: disc;
  width: 88vw;
  padding-left: 2em;
  margin: 0 auto 10.6666666667vw;
}
#article section .inner.form_inner .content.form .item {
  padding: 1rem 0;
}
#article section .inner {
  /* -------------------------------------
     form
  */
}
#article section .inner .mw_wp_form .step2 {
  display: none;
}
#article section .inner .mw_wp_form .horizontal-item.mwform-checkbox-field {
  white-space: nowrap;
  margin: 0 1em 0 0;
}
#article section .inner .mw_wp_form.mw_wp_form_confirm .step2 {
  display: block;
}
#article section .inner .mw_wp_form.mw_wp_form_confirm .btn_reset,
#article section .inner .mw_wp_form.mw_wp_form_confirm input[type=reset] {
  display: none;
}
#article section .inner form {
  position: relative;
  z-index: 1;
  /* alert-text */
  /* alert-messege */
}
#article section .inner form.wpcf7-form {
  margin: 2.6666666667vw auto 0;
}
#article section .inner form.wpcf7-form .wpcf7c-cfm-tit {
  display: none !important;
}
#article section .inner form.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none;
}
#article section .inner form.wpcf7-form.init .thanks {
  display: none !important;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm {
  margin: 13.3333333333vw auto 0;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm.wpcf7cp-form-hide {
  visibility: visible !important;
  position: static;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm.wpcf7cp-form-hide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm .wpcf7c-cfm-tit {
  display: block !important;
  font-weight: bold;
  width: 84vw;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
#article section .inner form.wpcf7-form.invalid {
  margin: 16vw auto 0;
}
#article section .inner form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}
#article section .inner form.wpcf7-form.invalid .wpcf7-response-output {
  display: block !important;
}
#article section .inner form.wpcf7-form.sent .thanks {
  display: block !important;
}
#article section .inner form.wpcf7-form.sent .thanks .h2_1,
#article section .inner form.wpcf7-form.sent .thanks .txt,
#article section .inner form.wpcf7-form.sent .thanks p {
  display: block !important;
}
#article section .inner form.wpcf7-form .wpcf7-response-output {
  color: #f00;
  font-weight: bold;
  width: 84vw;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 1;
  top: -13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#article section .inner form .h2_1 {
  margin: 0 auto 5.3333333333vw;
}
#article section .inner form .thanks {
  width: 84vw;
  margin: 0 auto;
}
#article section .inner form .imperative {
  display: inline-block;
  color: #f00;
  line-height: 1;
  padding: 0.35em 0.5em;
  margin: 0 0 0 0.5em;
  border: 1px solid #f00;
}
#article section .inner form .arbitrarily {
  color: hsl(0, 0%, 80%);
}
#article section .inner form .confirm {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  width: 84vw;
  padding: 8vw 0;
  margin: 5.3333333333vw auto 8vw;
  background: hsl(0, 0%, 95%);
}
#article section .inner form .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 1em 0 0;
}
#article section .inner form .wpcf7-list-item-label {
  margin: 0 0 0 0.5em;
}
#article section .inner form table {
  color: hsl(0, 0%, 20%);
  width: 84vw;
  margin: 0 auto;
}
#article section .inner form table th,
#article section .inner form table td {
  display: block;
  font-size: 1.4rem;
  vertical-align: top;
}
#article section .inner form table th {
  letter-spacing: 0.125em;
  width: 100%;
  padding: 1.3333333333vw 0;
}
#article section .inner form table td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 1.3333333333vw 0;
  margin: 0 0 2.6666666667vw;
}
#article section .inner form table td .horizontal-item + .horizontal-item {
  margin-left: 4vw;
}
#article section .inner form table td .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#article section .inner form table td .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
#article section .inner form table td .wpcf7-checkbox label,
#article section .inner form table td .wpcf7-radio label {
  cursor: pointer;
  position: relative;
}
#article section .inner form table td .wpcf7-checkbox label span,
#article section .inner form table td .wpcf7-radio label span {
  display: flex;
  align-items: center;
}
#article section .inner form table td .wpcf7-checkbox label span::before, #article section .inner form table td .wpcf7-checkbox label span::after,
#article section .inner form table td .wpcf7-radio label span::before,
#article section .inner form table td .wpcf7-radio label span::after {
  content: "";
  display: block;
}
#article section .inner form table td .wpcf7-checkbox label span::before,
#article section .inner form table td .wpcf7-radio label span::before {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin: 0 2vw 0 0;
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 80%);
}
#article section .inner form table td .wpcf7-checkbox label span::after,
#article section .inner form table td .wpcf7-radio label span::after {
  position: absolute;
  opacity: 0;
}
#article section .inner form table td .wpcf7-checkbox label input[type=checkbox],
#article section .inner form table td .wpcf7-checkbox label input[type=radio],
#article section .inner form table td .wpcf7-radio label input[type=checkbox],
#article section .inner form table td .wpcf7-radio label input[type=radio] {
  margin: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#article section .inner form table td .wpcf7-checkbox label input[type=checkbox]:checked + span::after,
#article section .inner form table td .wpcf7-checkbox label input[type=radio]:checked + span::after,
#article section .inner form table td .wpcf7-radio label input[type=checkbox]:checked + span::after,
#article section .inner form table td .wpcf7-radio label input[type=radio]:checked + span::after {
  opacity: 1;
}
#article section .inner form table td .wpcf7-checkbox label span::before {
  border-radius: 3px;
}
#article section .inner form table td .wpcf7-checkbox label span::after {
  width: 2.6666666667vw;
  height: 1.6vw;
  border-left: 2px solid hsl(0, 0%, 40%);
  border-bottom: 2px solid hsl(0, 0%, 40%);
  top: 2vw;
  left: 3.0666666667vw;
  transform: rotate(-45deg);
}
#article section .inner form table td .wpcf7-radio label span::before {
  border-radius: 50%;
}
#article section .inner form table td .wpcf7-radio label span::after {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: hsl(0, 0%, 40%);
  border-radius: 50%;
  top: 2vw;
  left: 3.0666666667vw;
}
#article section .inner form table td label {
  display: flex;
  align-items: baseline;
}
#article section .inner form table td .float {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*
  label{
      display: block;
      word-wrap: normal;
      text-align: center;
      width: 20%;
  }
  */
}
#article section .inner form table td .float .wpcf7-form-control-wrap {
  display: inline;
  width: auto;
}
#article section .inner form table td p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#article section .inner form table td ul {
  list-style: none;
  padding: 0 0 0 0;
}
#article section .inner form .button_area {
  margin: 3rem auto 0;
}
#article section .inner form .button_area label {
  display: flex;
  justify-content: center;
}
#article section .inner form .consent {
  text-align: center;
  margin: 2rem auto 0;
}
#article section .inner form .consent p.notice {
  margin: 0 auto 1rem;
}
#article section .inner form .consent .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: auto auto;
}
#article section .inner form .consent .wpcf7-acceptance label input[type=checkbox],
#article section .inner form .consent .wpcf7-acceptance label input[type=radio] {
  align-self: center;
  margin: 0;
}
#article section .inner form p.privacy {
  line-height: 1.5;
  padding: 1em;
  margin: 3rem auto 0;
}
#article section .inner form p.privacy strong {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1rem;
}
#article section .inner form select,
#article section .inner form input[type=text],
#article section .inner form input[type=number],
#article section .inner form input[type=email],
#article section .inner form input[type=tel],
#article section .inner form input[type=date],
#article section .inner form textarea {
  width: 100%;
  padding: 1em;
  border: 2px solid hsl(0, 0%, 80%);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#article section .inner form select.size80,
#article section .inner form input[type=text].size80,
#article section .inner form input[type=number].size80,
#article section .inner form input[type=email].size80,
#article section .inner form input[type=tel].size80,
#article section .inner form input[type=date].size80,
#article section .inner form textarea.size80 {
  width: 80vw;
}
#article section .inner form select.size70,
#article section .inner form input[type=text].size70,
#article section .inner form input[type=number].size70,
#article section .inner form input[type=email].size70,
#article section .inner form input[type=tel].size70,
#article section .inner form input[type=date].size70,
#article section .inner form textarea.size70 {
  width: 69.3333333333vw;
}
#article section .inner form select.size60,
#article section .inner form input[type=text].size60,
#article section .inner form input[type=number].size60,
#article section .inner form input[type=email].size60,
#article section .inner form input[type=tel].size60,
#article section .inner form input[type=date].size60,
#article section .inner form textarea.size60 {
  width: 60vw;
}
#article section .inner form select.size50,
#article section .inner form input[type=text].size50,
#article section .inner form input[type=number].size50,
#article section .inner form input[type=email].size50,
#article section .inner form input[type=tel].size50,
#article section .inner form input[type=date].size50,
#article section .inner form textarea.size50 {
  width: 56vw;
}
#article section .inner form select.size40,
#article section .inner form input[type=text].size40,
#article section .inner form input[type=number].size40,
#article section .inner form input[type=email].size40,
#article section .inner form input[type=tel].size40,
#article section .inner form input[type=date].size40,
#article section .inner form textarea.size40 {
  width: 40vw;
}
#article section .inner form select.size30,
#article section .inner form input[type=text].size30,
#article section .inner form input[type=number].size30,
#article section .inner form input[type=email].size30,
#article section .inner form input[type=tel].size30,
#article section .inner form input[type=date].size30,
#article section .inner form textarea.size30 {
  width: 33.3333333333vw;
}
#article section .inner form select.size20,
#article section .inner form input[type=text].size20,
#article section .inner form input[type=number].size20,
#article section .inner form input[type=email].size20,
#article section .inner form input[type=tel].size20,
#article section .inner form input[type=date].size20,
#article section .inner form textarea.size20 {
  width: 26.6666666667vw;
}
#article section .inner form select::placeholder,
#article section .inner form input[type=text]::placeholder,
#article section .inner form input[type=number]::placeholder,
#article section .inner form input[type=email]::placeholder,
#article section .inner form input[type=tel]::placeholder,
#article section .inner form input[type=date]::placeholder,
#article section .inner form textarea::placeholder {
  color: hsl(0, 0%, 80%);
}
#article section .inner form input[type=date] {
  padding: 0.86em;
}
#article section .inner form .wpcf7c-conf,
#article section .inner form input[type=text].wpcf7c-conf,
#article section .inner form input[type=number].wpcf7c-conf,
#article section .inner form input[type=tel].wpcf7c-conf,
#article section .inner form input[type=email].wpcf7c-conf,
#article section .inner form input[type=date].wpcf7c-conf,
#article section .inner form textarea.wpcf7c-conf {
  color: hsl(0, 0%, 60%);
  border: 2px solid hsl(0, 0%, 80%);
  background-color: hsl(0, 0%, 80%);
}
#article section .inner form input[type=text]:focus,
#article section .inner form input[type=number]:focus,
#article section .inner form input[type=email]:focus,
#article section .inner form input[type=tel]:focus,
#article section .inner form input[type=date]:focus,
#article section .inner form textarea:focus {
  border: solid 2px hsl(0, 0%, 60%);
}
#article section .inner form input[type=radio].wpcf7c-conf,
#article section .inner form input[type=checkbox].wpcf7c-conf {
  background-color: transparent;
}
#article section .inner form input[type=radio],
#article section .inner form input[type=checkbox] {
  margin-top: 0;
  margin-bottom: 0;
}
#article section .inner form #submit {
  -webkit-appearance: none;
  text-align: center;
  padding: 3em 0 0 0;
}
#article section .inner form .btn_reset,
#article section .inner form input[type=submit],
#article section .inner form input[type=reset],
#article section .inner form input[type=button],
#article section .inner form button[type=button] {
  display: block;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  line-height: 1;
  height: 10.6666666667vw;
  border: none;
  cursor: pointer;
}
#article section .inner form input[type=submit] {
  width: 62.6666666667vw;
  margin: 5.3333333333vw auto 0;
  background: #7D7F80;
}
#article section .inner form .btn_reset,
#article section .inner form input[type=reset],
#article section .inner form input[type=button],
#article section .inner form input.b_back,
#article section .inner form button[type=button] {
  width: 40vw;
  margin: 0 auto;
  background-color: hsl(0, 0%, 80%);
}
#article section .inner form .wpcf7-not-valid-tip {
  padding: 0.5em 0 0 0;
}
#article section .inner form .wpcf7-validation-errors {
  color: #f00;
  border: none;
}
#article section .inner #wpcf7cpcnf table {
  color: hsl(0, 0%, 20%);
  width: 84vw;
  margin: 0 auto;
}
#article section .inner #wpcf7cpcnf table th,
#article section .inner #wpcf7cpcnf table td {
  display: block;
  font-size: 1.4rem;
  vertical-align: top;
}
#article section .inner #wpcf7cpcnf table th {
  letter-spacing: 0.125em;
  width: 100%;
  padding: 1.3333333333vw 0;
}
#article section .inner #wpcf7cpcnf table td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 1.3333333333vw 2.6666666667vw;
  margin: 0 0 2.6666666667vw;
  background: hsl(0, 0%, 95%);
}
#article section .inner #wpcf7cpcnf table td p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns {
  -webkit-appearance: none;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding: 3em 0 0 0;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns button {
  display: block;
  -webkit-appearance: none;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.2em;
  line-height: 1;
  border: none;
  cursor: pointer;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  font-family: "秀英角ゴシック銀 B", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  font-size: 1.8rem;
  width: 62.6666666667vw;
  padding: 1.5em 0;
  margin: 0 auto;
  background-color: hsl(0, 0%, 0%);
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  font-size: 1.4rem;
  width: 40vw;
  padding: 1em 0;
  margin: 5.3333333333vw auto 0;
  background-color: hsl(0, 0%, 80%);
}
#article section.form__contact h2, #article section.form__section h2 {
  margin-bottom: 8vw;
}
#article section.form__contact h2 span, #article section.form__section h2 span {
  text-align: center;
}
#article section.form__contact h2 span.img, #article section.form__section h2 span.img {
  width: max-content;
  margin: 0 auto;
}
#article section.form__contact h2 span.img img, #article section.form__section h2 span.img img {
  width: auto;
  height: 8vw;
  margin-bottom: 0.5em;
}
#article section.form__contact h2 span.txt, #article section.form__section h2 span.txt {
  font-size: 2rem;
}
#article section.form__contact {
  padding-bottom: 8vw;
  background: hsl(0, 0%, 95%);
}
#article section.form__contact h3 {
  margin-bottom: 8vw;
}
#article section.form__contact h3 span {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2;
}
#article section.form__contact h3 span.txt_2 {
  font-size: 1.6rem;
}
#article section.form__contact h4 {
  margin-bottom: 1em;
}
#article section.form__contact h4 span {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
#article section.form__contact p {
  text-align: center;
}
#article section.form__contact p.tel {
  margin-bottom: 8vw;
}
#article section.form__contact p.tel span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
#article section.form__contact p.tel span.txt {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 0.5em;
  justify-content: center;
  align-items: baseline;
  letter-spacing: 0.075em;
}
#article section.form__contact p.tel span.txt i {
  display: block;
  transform: translateY(-0.2666666667vw);
}
#article section.form__contact p.tel span.txt .tellink {
  font-size: 2.4rem;
}
#article section.form__contact p.tel span.txt_2 {
  margin-top: 1.5em;
}
#article section.form__contact .link {
  margin-bottom: 8vw;
}
#article section.form__contact .link a,
#article section.form__contact .link a:link {
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.075em;
  line-height: 1;
  width: 66.6666666667vw;
  padding: 0.5em 0;
  margin: 0 auto;
  background: hsl(0, 0%, 40%);
}
#article section.form__section {
  width: 88vw;
  padding: 10.6666666667vw 0;
  margin: 0 auto;
}
#article section.form__section .kc-calender-title {
  font-size: 1.8rem;
}
#article section.form__section #kc-calendar001.kc-calendar {
  background: none;
}
#article section.form__section .form__domainNote {
  padding: 8vw;
  background: hsl(0, 0%, 95%);
}
#article section.form__section .form__domainNote h3 {
  padding-bottom: 1em;
  border-bottom: 1px solid hsl(0, 0%, 0%);
  margin-bottom: 1em;
}
#article section.form__section .form__domainNote p {
  font-size: 1.2rem;
}

/* -------------------------------------
   ui-datepicker-div
------------------------------------- */
#ui-datepicker-div.ui-datepicker {
  font-size: 1.4rem;
  width: auto;
  padding: 0.8em 0.8em 0.4em;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: hsl(0, 0%, 100%);
  border: none;
}
#ui-datepicker-div.ui-datepicker thead th.ui-datepicker-week-end span {
  color: #f00;
}
#ui-datepicker-div.ui-datepicker thead th.ui-datepicker-week-end:last-of-type span {
  color: #00f;
}
#ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default {
  padding: 0.2em 0.6em;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 90%);
}
#ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default:hover, #ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
  color: hsl(0, 0%, 100%);
  background: hsl(0, 0%, 80%);
  border: 1px solid hsl(0, 0%, 90%);
}
#ui-datepicker-div.ui-datepicker tbody tr td.ui-datepicker-days-cell-over .ui-state-default {
  /*
  color: $monocolor2;
  background: $monocolor5;
  border: 1px solid $monocolor4;
  */
}
@media screen and (min-width: 768px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-link {
    0% {
      transform: translateX(-50px) scaleX(0);
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      transform: translateX(0) scaleX(1);
      opacity: 1;
    }
  }
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .fade_block {
    transform: translateY(48px);
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container .transhover,
  #container .transhover:link,
  #container .transhover2,
  #container .transhover2:link {
    transition: 0.3s;
  }
  #container .transhover figure img,
  #container .transhover:link figure img,
  #container .transhover2 figure img,
  #container .transhover2:link figure img {
    transition: 0.5s;
  }
  #container .transhover:hover figure img,
  #container .transhover2:hover figure img {
    transform: scale(1.1) !important;
  }
  #container .transhover:hover {
    opacity: 0.6;
  }
  #container .transhover:hover figure img {
    opacity: 0.6;
  }
  #container .transhover2:hover figure img {
    opacity: 1 !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure figure img {
    height: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  /* -------------------------------------
     Gloal Layout
  ------------------------------------- */
  #container {
    grid-template-columns: 100%;
    padding: 0;
  }
  #container .anchor a,
  #container .anchor a:link {
    top: -120px;
  }
  #container .anchor a#aform,
  #container .anchor a:link#aform {
    top: -120px;
  }
  #container.page #py {
    height: 160px;
  }
  /* -------------------------------------
     Contents Common
  ------------------------------------- */
  #main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container h2.content_title {
    font-size: 2.2rem;
    width: 100%;
    max-width: 486px;
    margin-bottom: 48px;
  }
  #container h2.content_title span {
    line-height: 1.75;
  }
  #container p {
    font-size: 1.4rem;
  }
  #container p:first-of-type {
    margin-top: 0.5em;
  }
  #container .link {
    margin: 48px auto 0;
  }
  #container .link span {
    cursor: pointer;
  }
  #container .link span::after {
    bottom: -3px;
  }
  #container .link a:hover span:after,
  #container .link a:link:hover span:after {
    animation-fill-mode: forwards;
    animation-name: motion-btn-link;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
  }
  #container .link.close {
    width: 42px;
    top: 44px;
    right: 44px;
  }
  #container .link.close a,
  #container .link.close a:link {
    width: 42px;
    height: 42px;
  }
  #container aside {
    width: 100%;
    margin: 0 auto;
  }
  #container aside h2.h2_1 {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 208px;
  }
  #container aside h2.h2_1 span.txt {
    font-size: 3.2rem;
  }
  #container aside h2.h2_1 span.txt_2 {
    display: block;
    font-size: 1.8rem;
    margin: 16px 0 0;
  }
  #container aside h2.h2_1 span.txt_2:before {
    display: none;
  }
  #container section .item {
    width: 100%;
    margin: 0 0 40px;
  }
  #container section .item.float {
    display: flex;
  }
  #container section .item.float.justify {
    justify-content: space-between;
  }
  #container section .item.float.wrap {
    flex-wrap: wrap;
  }
  #container section .item.float.reverse {
    flex-direction: row-reverse;
  }
  #container section .item.float .float_l {
    width: 340px;
  }
  #container section .item.float .float_r {
    width: 540px;
  }
  #container section .item.underline {
    padding: 0 0 40px;
  }
  #container section .item.framed {
    padding: 40px;
  }
  #container section .item.framed.float .float_l {
    width: 340px;
  }
  #container section .item.framed.float .float_r {
    width: 460px;
  }
  /* -------------------------------------
     Contents.Page
  ------------------------------------- */
  #container.page {
    padding: 80px 0 0;
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page aside,
  #container.page .content {
    grid-column: 2/3;
  }
  #container.page aside {
    width: 100%;
  }
  #container.page section {
    width: 100%;
  }
  #container.page section .inner {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #container.page section .inner .user_editer .example {
    font-size: 1.8rem;
  }
  #container.page section .inner .user_editer .example p {
    font-size: 1.8rem;
  }
  #container.page section .inner .user_editer h1 {
    font-size: 3rem;
  }
  #container.page section .inner .user_editer h2 {
    font-size: 2.8rem;
  }
  #container.page section .inner .user_editer h3 {
    font-size: 2.4rem;
  }
  #container.page section .inner .user_editer h4 {
    font-size: 2rem;
  }
  #container.page section .inner .user_editer h5 {
    font-size: 1.8rem;
  }
  #container.page section .inner .user_editer h6 {
    font-size: 1.6rem;
  }
  #container.page section .inner .user_editer p {
    font-size: 1.4rem;
    padding: 0 0 0.5em 0;
  }
  #container.page section .inner.form_inner .content h2.h2_1 span.txt, #container.page section .inner.section_inner .content h2.h2_1 span.txt {
    font-size: 2.4rem;
  }
  #container.page section .inner.form_inner .content h2.h2_2 span.txt, #container.page section .inner.section_inner .content h2.h2_2 span.txt {
    font-size: 2.4rem;
  }
  #container.page section .inner.section_inner .content {
    margin: 0;
    /* -------------------------------------
       lead
    */
    /* -------------------------------------
       lead
    */
  }
  #container.page section .inner.section_inner .content.e404, #container.page section .inner.section_inner .content.thanks {
    max-width: 1056px;
    padding: 80px 48px;
    margin: 0 auto;
  }
  #container.page section .inner.section_inner .content.e404 h2, #container.page section .inner.section_inner .content.thanks h2 {
    margin-bottom: 1em;
  }
  #container.page section .inner.section_inner .content.lead .item figure {
    height: 512px;
    padding: 0 0 32px;
  }
  #container.page section .inner.section_inner .content.lead .item p.lead {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
  }
  #container.page section .inner.section_inner .content.lead .item .float_c {
    width: 100%;
    padding: 16px 0 64px;
  }
  #container.page section .inner.section_inner .content .h4_1,
  #container.page section .inner.section_inner .content .linitial_title {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.num,
  #container.page section .inner.section_inner .content .linitial_title span.num {
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 16px 0 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.num.circle,
  #container.page section .inner.section_inner .content .linitial_title span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.txt,
  #container.page section .inner.section_inner .content .linitial_title span.txt {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline,
  #container.page section .inner.section_inner .content .linitial_title.underline {
    margin: 0 0 30px 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline span.num,
  #container.page section .inner.section_inner .content .linitial_title.underline span.num {
    font-size: 9rem;
    margin: 0 2.5rem -0.15em 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline span.num.circle,
  #container.page section .inner.section_inner .content .linitial_title.underline span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page section .inner.section_inner .content ul {
    margin-bottom: 1em;
  }
  #container.page section .inner.section_inner .content table.base {
    display: table;
    width: 100%;
    margin: 16px auto;
    border: none;
  }
  #container.page section .inner.section_inner .content table.base th,
  #container.page section .inner.section_inner .content table.base td {
    display: table-cell;
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #container.page section .inner.section_inner .content table.base th {
    width: 272px;
    padding: 32px 16px 32px 48px;
  }
  #container.page section .inner.section_inner .content table.base td {
    width: 784px;
    padding: 32px 48px 32px 0;
  }
  #container.page section .inner.section_inner .content table.base td ul {
    padding: 0 3em 0 0;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section .inner.form_inner {
    /* -------------------------------------
        content
    ------------------------------------- */
  }
  #article section .inner.form_inner h2.h2_1 {
    font-size: 1.8rem;
    margin: 2em 0;
  }
  #article section .inner.form_inner h2.h2_1 span.txt_3 {
    font-size: 2.4rem;
    margin-top: 0.5em;
  }
  #article section .inner.form_inner .content {
    /* -------------------------------------
        form_header
    */
    /* -------------------------------------
        form
    */
  }
  #article section .inner.form_inner .content.form_header {
    padding: 48px 0;
  }
  #article section .inner.form_inner .content.form_header h2 {
    margin-bottom: 2em;
  }
  #article section .inner.form_inner .content.form_header ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin: 0 auto 32px;
  }
  #article section .inner.form_inner .content.form_header ul li {
    display: grid;
    align-items: center;
    font-size: 1.4rem;
    height: 100%;
  }
  #article section .inner.form_inner .content.form_header .item {
    width: 100%;
    max-width: 1056px;
  }
  #article section .inner.form_inner .content.form {
    width: 1056px;
    padding: 0;
    margin: 0 auto;
  }
  #article section .inner.form_inner .content.form h2.h2_1 {
    text-align: left;
    font-size: 2rem;
    width: 100%;
    margin: 4em auto 1em;
  }
  #article section .inner.form_inner .content.form h2.h2_1 span.txt_3 {
    font-size: 2.2rem;
  }
  #article section .inner.form_inner .content.form h3.h3_1.wpcf7c-elm-step2 {
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form h3.h3_1 {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  #article section .inner.form_inner .content.form h3.h3_1 span {
    display: inline-block;
  }
  #article section .inner.form_inner .content.form h3.h3_1 span.txt strong {
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form ul {
    margin: 0 auto 48px;
  }
  #article section .inner.form_inner .content.form .item {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #article section .inner {
    /* -------------------------------------
       form
    */
  }
  #article section .inner form {
    /* alert-text */
    /* alert-messege */
  }
  #article section .inner form.wpcf7-form {
    margin: 16px auto 0;
  }
  #article section .inner form.wpcf7-form.custom-wpcf7cp-confirm {
    margin: 80px auto 0;
  }
  #article section .inner form.wpcf7-form.custom-wpcf7cp-confirm .wpcf7c-cfm-tit {
    width: 100%;
    top: -40px;
  }
  #article section .inner form.wpcf7-form.invalid {
    margin: 64px auto 0;
  }
  #article section .inner form.wpcf7-form .wpcf7-response-output {
    width: 1056px;
    top: -40px;
  }
  #article section .inner form .h2_1 {
    margin: 0 auto 32px;
  }
  #article section .inner form .thanks {
    width: 100%;
  }
  #article section .inner form .imperative2 {
    line-height: 1.5;
    padding: 0 16px 0 0;
    margin: 8px 0 0;
  }
  #article section .inner form .confirm {
    width: 940px;
    padding: 12px 0 !important;
    margin: 32px auto 32px;
  }
  #article section .inner form .wpcf7-form-control-wrap {
    display: block;
  }
  #article section .inner form table {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner form table th,
  #article section .inner form table td {
    display: table-cell;
    font-size: 1.4rem;
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner form table th {
    font-weight: bold;
    width: 256px;
    padding: 30px 0 30px 1.5em;
  }
  #article section .inner form table td {
    vertical-align: middle;
    width: 800px;
    padding: 30px 30px;
    margin: 0;
    background: hsl(0, 0%, 95%);
    overflow: hidden;
  }
  #article section .inner form table td .horizontal-item + .horizontal-item {
    margin-left: 16px;
  }
  #article section .inner form table td .wpcf7-form-control-wrap {
    margin: 0 0.5rem 0;
  }
  #article section .inner form table td .wpcf7-list-item {
    width: 100%;
  }
  #article section .inner form table td .wpcf7-checkbox label span::before,
  #article section .inner form table td .wpcf7-radio label span::before {
    width: 20px;
    height: 20px;
    margin: 0 16px 0 0;
    border: 2px solid hsl(0, 0%, 80%);
  }
  #article section .inner form table td .wpcf7-checkbox label input[type=checkbox],
  #article section .inner form table td .wpcf7-checkbox label input[type=radio],
  #article section .inner form table td .wpcf7-radio label input[type=checkbox],
  #article section .inner form table td .wpcf7-radio label input[type=radio] {
    top: 10px;
    left: 13px;
  }
  #article section .inner form table td .wpcf7-checkbox label span::before {
    border-radius: 3px;
  }
  #article section .inner form table td .wpcf7-checkbox label span::after {
    width: 13px;
    height: 8px;
    border-left: 2px solid hsl(0, 0%, 40%);
    border-bottom: 2px solid hsl(0, 0%, 40%);
    top: 6px;
    left: 12px;
  }
  #article section .inner form table td .wpcf7-radio label span::after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 12px;
  }
  #article section .inner form table td .float p {
    width: 100%;
  }
  #article section .inner form table td .float .wpcf7-list-item {
    width: auto;
  }
  #article section .inner form table td .float select.size80, #article section .inner form table td .float select.size70, #article section .inner form table td .float select.size60, #article section .inner form table td .float select.size50, #article section .inner form table td .float select.size40, #article section .inner form table td .float select.size30, #article section .inner form table td .float select.size20,
  #article section .inner form table td .float input[type=text].size80,
  #article section .inner form table td .float input[type=text].size70,
  #article section .inner form table td .float input[type=text].size60,
  #article section .inner form table td .float input[type=text].size50,
  #article section .inner form table td .float input[type=text].size40,
  #article section .inner form table td .float input[type=text].size30,
  #article section .inner form table td .float input[type=text].size20,
  #article section .inner form table td .float input[type=number].size80,
  #article section .inner form table td .float input[type=number].size70,
  #article section .inner form table td .float input[type=number].size60,
  #article section .inner form table td .float input[type=number].size50,
  #article section .inner form table td .float input[type=number].size40,
  #article section .inner form table td .float input[type=number].size30,
  #article section .inner form table td .float input[type=number].size20,
  #article section .inner form table td .float input[type=email].size80,
  #article section .inner form table td .float input[type=email].size70,
  #article section .inner form table td .float input[type=email].size60,
  #article section .inner form table td .float input[type=email].size50,
  #article section .inner form table td .float input[type=email].size40,
  #article section .inner form table td .float input[type=email].size30,
  #article section .inner form table td .float input[type=email].size20,
  #article section .inner form table td .float input[type=tel].size80,
  #article section .inner form table td .float input[type=tel].size70,
  #article section .inner form table td .float input[type=tel].size60,
  #article section .inner form table td .float input[type=tel].size50,
  #article section .inner form table td .float input[type=tel].size40,
  #article section .inner form table td .float input[type=tel].size30,
  #article section .inner form table td .float input[type=tel].size20,
  #article section .inner form table td .float input[type=date].size80,
  #article section .inner form table td .float input[type=date].size70,
  #article section .inner form table td .float input[type=date].size60,
  #article section .inner form table td .float input[type=date].size50,
  #article section .inner form table td .float input[type=date].size40,
  #article section .inner form table td .float input[type=date].size30,
  #article section .inner form table td .float input[type=date].size20,
  #article section .inner form table td .float textarea.size80,
  #article section .inner form table td .float textarea.size70,
  #article section .inner form table td .float textarea.size60,
  #article section .inner form table td .float textarea.size50,
  #article section .inner form table td .float textarea.size40,
  #article section .inner form table td .float textarea.size30,
  #article section .inner form table td .float textarea.size20 {
    width: 100%;
  }
  #article section .inner form table td p {
    margin: 0;
  }
  #article section .inner form table td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #article section .inner form .button_area {
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #article section .inner form .button_area p {
    padding: 0;
  }
  #article section .inner form .consent {
    margin: 0 auto;
  }
  #article section .inner form .consent p.notice {
    margin: 0 auto 10px;
  }
  #article section .inner form p.privacy {
    width: 780px;
    margin: 50px auto 0;
  }
  #article section .inner form p.privacy strong {
    margin: 0 0 10px;
  }
  #article section .inner form select,
  #article section .inner form input[type=text],
  #article section .inner form input[type=number],
  #article section .inner form input[type=email],
  #article section .inner form input[type=tel],
  #article section .inner form input[type=date],
  #article section .inner form textarea {
    padding: 0.75em 1em 0.5em 1em;
  }
  #article section .inner form select.size80,
  #article section .inner form input[type=text].size80,
  #article section .inner form input[type=number].size80,
  #article section .inner form input[type=email].size80,
  #article section .inner form input[type=tel].size80,
  #article section .inner form input[type=date].size80,
  #article section .inner form textarea.size80 {
    width: 80%;
  }
  #article section .inner form select.size70,
  #article section .inner form input[type=text].size70,
  #article section .inner form input[type=number].size70,
  #article section .inner form input[type=email].size70,
  #article section .inner form input[type=tel].size70,
  #article section .inner form input[type=date].size70,
  #article section .inner form textarea.size70 {
    width: 70%;
  }
  #article section .inner form select.size60,
  #article section .inner form input[type=text].size60,
  #article section .inner form input[type=number].size60,
  #article section .inner form input[type=email].size60,
  #article section .inner form input[type=tel].size60,
  #article section .inner form input[type=date].size60,
  #article section .inner form textarea.size60 {
    width: 60%;
  }
  #article section .inner form select.size50,
  #article section .inner form input[type=text].size50,
  #article section .inner form input[type=number].size50,
  #article section .inner form input[type=email].size50,
  #article section .inner form input[type=tel].size50,
  #article section .inner form input[type=date].size50,
  #article section .inner form textarea.size50 {
    width: 50%;
  }
  #article section .inner form select.size40,
  #article section .inner form input[type=text].size40,
  #article section .inner form input[type=number].size40,
  #article section .inner form input[type=email].size40,
  #article section .inner form input[type=tel].size40,
  #article section .inner form input[type=date].size40,
  #article section .inner form textarea.size40 {
    width: 40%;
  }
  #article section .inner form select.size30,
  #article section .inner form input[type=text].size30,
  #article section .inner form input[type=number].size30,
  #article section .inner form input[type=email].size30,
  #article section .inner form input[type=tel].size30,
  #article section .inner form input[type=date].size30,
  #article section .inner form textarea.size30 {
    width: 30%;
  }
  #article section .inner form select.size20,
  #article section .inner form input[type=text].size20,
  #article section .inner form input[type=number].size20,
  #article section .inner form input[type=email].size20,
  #article section .inner form input[type=tel].size20,
  #article section .inner form input[type=date].size20,
  #article section .inner form textarea.size20 {
    width: 20%;
  }
  #article section .inner form select {
    padding: 0.75em 1em 0.75em 1em;
  }
  #article section .inner form .btn_reset,
  #article section .inner form input[type=submit],
  #article section .inner form input[type=reset],
  #article section .inner form input[type=button],
  #article section .inner form button[type=button] {
    line-height: 1;
    height: 80px;
    transition: 0.5s;
  }
  #article section .inner form .btn_reset:hover,
  #article section .inner form input[type=submit]:hover,
  #article section .inner form input[type=reset]:hover,
  #article section .inner form input[type=button]:hover,
  #article section .inner form button[type=button]:hover {
    opacity: 0.6;
  }
  #article section .inner form input[type=submit] {
    font-size: 1.8rem;
    width: 288px;
    margin: 20px auto 0;
  }
  #article section .inner form .btn_reset,
  #article section .inner form input[type=reset],
  #article section .inner form input[type=button],
  #article section .inner form input.b_back,
  #article section .inner form button[type=button] {
    font-size: 1.4rem;
    width: 200px;
    height: 60px;
    margin: 10px auto 0;
  }
  #article section .inner form .wpcf7-validation-errors {
    color: #f00;
    text-align: center;
    width: 790px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  #article section .inner #wpcf7cpcnf table {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner #wpcf7cpcnf table th,
  #article section .inner #wpcf7cpcnf table td {
    display: table-cell;
    font-size: 1.4rem;
    border-bottom: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner #wpcf7cpcnf table th {
    font-weight: bold;
    width: 256px;
    padding: 30px 0 30px 1.5em;
  }
  #article section .inner #wpcf7cpcnf table td {
    width: 800px;
    padding: 30px 30px;
    margin: 0;
    background: hsl(0, 0%, 95%);
    overflow: hidden;
  }
  #article section .inner #wpcf7cpcnf table td p {
    margin: 0;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns button {
    transition: 0.5s;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns button:hover {
    opacity: 0.6;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
    width: 260px;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
    width: 200px;
    margin: 40px auto 0;
  }
  #article section.form__contact h2, #article section.form__section h2 {
    margin-bottom: 48px;
  }
  #article section.form__contact h2 span.img img, #article section.form__section h2 span.img img {
    height: 30px;
    margin-bottom: 1em;
  }
  #article section.form__contact {
    padding-bottom: 48px;
  }
  #article section.form__contact h3 {
    margin-bottom: 32px;
  }
  #article section.form__contact h3 span {
    font-size: 1.4rem;
  }
  #article section.form__contact h3 span.txt_2 {
    font-size: 2rem;
  }
  #article section.form__contact h4 span {
    font-size: 1.8rem;
  }
  #article section.form__contact p.tel {
    margin-bottom: 64px;
  }
  #article section.form__contact p.tel span {
    font-size: 1.4rem;
  }
  #article section.form__contact p.tel span.txt i {
    transform: translateY(-1px);
  }
  #article section.form__contact .link {
    margin: -32px 0 48px;
  }
  #article section.form__contact .link a,
  #article section.form__contact .link a:link {
    color: hsl(0, 0%, 100%);
    width: 300px;
    padding: 0.75em 0;
  }
  #article section.form__section {
    width: 100%;
    max-width: 1056px;
    padding: 48px 0;
  }
  #article section.form__section .kc-calender-title {
    font-size: 2rem;
  }
  #article section.form__section .form__domainNote {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 2em;
    width: 100%;
    max-width: 1056px;
    padding: 16px 32px;
    box-sizing: border-box;
  }
  #article section.form__section .form__domainNote h3 {
    display: grid;
    align-items: center;
    height: 100%;
    padding: 0 2em 0 0;
    margin: 0;
    border-bottom: none;
    border-right: 1px solid hsl(0, 0%, 0%);
  }
}/*# sourceMappingURL=global.css.map */