@charset "UTF-8";

:root {
  --Gray1: #f9f9f9;
  --Gray2: #efefef;
  --Gray3: #b1b1b1;
  --Green: #519714;
  --Yellow: #f5d019;
  --Red: #bb4000;
  --Blue1: #e8f2fc;
  --Blue2: #2275c8;
  --Blue3: #034c95;
  --White: #ffffff;
  --Black: #111111;
  --Barlow: 'Barlow',sans-serif;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, figure, figcaption, footer, header, nav, section, time, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.15;
}

@media print {
  html {
    font-size: 40%;
  }
}

/*************************/
@media screen and (max-width: 991px) {
  html, body {
    min-width: 100%;
    height: 100%;
  }
}

/*************************/
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  overflow: auto;
  width: 100%;
  min-width: 320px;
  /* max-width: 1680px; */
  margin: auto;
  letter-spacing: 0.1em;
  color: var(--Black);
  background: var(--White);
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*************************/
@media screen and (max-width: 991px) {
  body {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

/*************************/
a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
  color: var(--Blue2);
  background-color: transparent;
}
a:hover {
  color: #333;
}
button {
  transition: 0.2s ease-in-out;
}
figure {
  margin: 0 0 1rem;
}
iframe {
  max-width: 100%;
  height: auto;
}
ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
sup {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  top: -0.5em;
  left: 0.5em;
}
img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}
.wrap {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.sp-only {
  display: none;
}
p + p {
  margin-top: 2rem;
}

/*************************/
@media screen and (max-width: 991px) {
  .sp-only {
    display: block;
  }
}

/*************************/

/* =======================================================
   LOADER
======================================================== */
#loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #111;
}
.loaded {
  visibility: hidden;
  opacity: 0;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}
/* =======================================================
   HEADER
======================================================== */
header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  margin-bottom: 60px;
  background: #fff;
  padding:  0 clamp(2vw,3.333vw,40px);
  transition: all .3s;
}
@media print {
}
/*************************/
@media screen and (min-width: 992px)
{
  header::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: var(--Black);
    margin: 0 auto;
  }
}
/*************************/
@media screen and (max-width: 991px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
}
/*************************/
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
/*************************/

.header-inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 145px auto 180px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "header-logo gNavi contact-btn";
  align-items: center;
  line-height: 1.4;
}
.header-logo {
  display: block;
  width: 145px;
}

/*************************/
@media screen and (max-width: 991px)
{
  .header-inner .contact-btn a {
    background: #fff;
    max-width: 340px;
    margin: 80px auto 0;
    color: var(--Black);
  }
  .header-logo {
    width: 125px;
  }
}
/*************************/


/* =======================================================
   gNavi
======================================================== */

/*************************/
@media screen and (min-width: 992px)
{
  .gNavi {
    grid-area: gNavi;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 0 40px;
    margin-right: 40px;
    height: 100px;
    align-items: center;
    justify-self: end;
  }
  .contact-btn { grid-area: contact-btn; }
  .header-logo { grid-area: header-logo; }
}
/*************************/
@media screen and (max-width: 991px)
{
  .header-inner .gNavi {
    display: none;
  }
  .gNavi {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100vw;
    padding: 40px clamp(2vw,3.333vw,40px);
    height: calc(100vh - 70px);
    background: var(--Black);
    min-width: 320px;
    overflow-y: auto;
  }
  .active .gNavi {
    margin-left: clamp(-40px,-3.333vw,-2vw);
  }
}
/*************************/



/*======== gNavi-menu ==========================*/

/*************************/
@media screen and (min-width: 992px)
{
  .gNavi-menu {
    height: 100px;
  }
  .gNavi-menu {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .gNavi-menu__parent {
    display: grid;
    grid-template-columns: auto 30px;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      "en arrow"
      "ja arrow";
    place-items: center;
    color: var(--Black);
    position: relative;
    pointer-events: none;
  }
  .gNavi-menu__parent .en {
    grid-area: en;
    font-family: var(--Barlow);
    font-weight: 700;
    font-size: 1.6rem;
  }
  
  .gNavi-menu__parent .ja {
    grid-area: ja;
    font-size: 1.2rem;
    color: var(--Gray3)
  }
  .gNavi-menu__parent .arrow
    { grid-area: arrow; }
  
  .gNavi-menu__parent .arrow i {
    display: inline-block;
    transform: rotate(90deg);
    font-size: 2rem;
    font-weight: bold;
  }
  .has-child .gNavi-menu__parent::after {
    content: '';
    background: var(--Black);
    height: 11px;
    width: 12px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: -29px;
    left: 38%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .4s;
  }
  .gNavi-menu__parent.active::after {
    opacity: 1;
  }
}
/*************************/
@media screen and (max-width: 991px)
{
  .gNavi-menu {
    max-width: 600px;
    margin: 0 auto;
  }
  .gNavi-menu:not(:last-child) {
    margin-bottom: 40px;
  }
  .gNavi-menu__parent {
    color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    position: relative;
  }
  .gNavi-menu__parent .en {
    font-family: var(--Barlow);
    font-weight: 500;
    font-size: 1.8rem;
  }
  .gNavi-menu__parent .ja {
    font-size: 1.2rem;
    color: var(--Gray3)
  }
  .gNavi-menu__parent .arrow i {
    display: none;
  }
}
/*************************/



/* =======================================================
   menu-child
======================================================== */

/*************************/
@media screen and (min-width: 992px)
{
  .menu-child {
    position: absolute;
    top: 100px;
    left: 50%;
    width: calc(100% - 80px);
    transform: translateX(-50%);
    display: none;
  }
  .menu-child ul {
    background: var(--Black);
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .menu-child ul li {
    white-space: nowrap;
    position: relative;
  }
  .menu-child ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1.4rem;
    background: #fff;
  }
  .menu-child ul li a {
    color: #fff;
    font-size: 1.4rem;
    display: block;
    padding: 14px 50px;
  }
  .menu-child ul li a:hover {
    color: var(--Blue2)
  }
}
/*************************/
@media screen and (max-width: 991px)
{
  .menu-child {
    padding: 0 clamp(0px,2.018vw,20px);
  }
  .menu-child__item a {
    color: #fff;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid rgb(255 255 255 / 40%);
    padding: 20px clamp(0px,2.018vw,20px);
    position: relative;
  }
  .menu-child__item a::before {
    content: 'ー';
    display: inline-block;
    margin-right: 10px;
    color: var(--Blue2);
  }
  .menu-child__item a::after,
  .no-child .gNavi-menu__parent::after {
      font-family: webfont;
  font-size: 1.4rem;
  content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
/*************************/



/*************************/
@media screen and (max-width: 991px)
{
  header {
    height: 70px;
  }
}
/*************************/

/* =======================================================
   toggle
======================================================== */
.toggle {
  display: none;
}
/*************************/
@media screen and (max-width: 991px)
{
.toggle {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: clamp(2vw,3.333vw,40px);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  width: clamp(70px,5.952vw,100px);
  height: clamp(70px,5.952vw,100px);
  cursor: pointer;
  opacity: 0.6;
}
.toggle span {
  position: relative;
  width: 57px;
  height: 1px;
  transition: all 0.3s;
  background: var(--Black);
}
.toggle span:first-child {
  top: -10px;
}
.toggle span:nth-child(2) {
  width: 47px;
}
.toggle span:last-child {
  bottom: -10px;
  width: 37px;
}

/*======== open ==========================*/
  .toggle.open {
    right: 0;
  }
  .toggle.open span:first-child {
    top: 0;
    width: 47px;
    transform: rotate(45deg);
  }
  .toggle.open span:nth-child(2) {
    display: none;
  }
  .toggle.open span:last-child {
    top: -2px;
    width: 47px;
    transform: rotate(-45deg);
  }
}
/*************************/


/*======== header-menu ==========================*/
.header-menu {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  width: 100%;
  width: min(800px,100%);
  height: 100vh;
  padding: clamp(70px,5.952vw,100px) min(80px,4vw) 0;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  opacity: 0;
  background: rgb(0 0 0 / 88%);
}
.header-menu__item {
  position: relative;
  z-index: 998;
  order: 1;
  width: min(800px,100%);
  margin: 40px auto min(80px,4vw);
}
.header-menu__item ul {
  flex-direction: column;
  height: auto;
}
.header-menu__item ul li::before {
  display: none;
  margin: 0;
  content: '';
}
.header-menu__item ul li {
  line-height: 1;
  width: 100%;
}
.header-menu__item ul li a {
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: min(20px,5vh);
  padding-right: 3px;
  padding-bottom: min(20px,5vh);
  padding-left: 3px;
  color: #fff;
  border-bottom: 1px solid #ddd;
}
.header-menu__item ul li a:hover {
  color: #a38839;
}
.header-menu__item ul li a::after {
  font-family: katachi-font;
  font-size: 1rem;
  content: '\e901';
}

@media screen and (max-width: 1199px) {
  .header-menu__item ul li {
    font-size: 1.4rem;
  }
  .header-menu__item ul li::before {
    display: inline-block;
    margin-left: 2rem;
  }
}
/*************************/

/*======== active ==========================*/
.header-menu.active {
  pointer-events: auto;
  opacity: 1;
}
.header-menu__item ul li:not(:last-child)::after {
  content: '';
}


/* =======================================================
   layout
======================================================== */
section {
  position: relative;
}
.c-sec {
  overflow: hidden;
  margin-bottom: clamp(80px,11.765vw,160px); /*1360*/
}
.service .c-sec,
.about .c-sec {
  margin-bottom: 0;
  padding-bottom: clamp(80px,11.765vw,160px); /*1360*/
}
.item .c-sec {
  margin-bottom: clamp(80px,8.824vw,120px); /*1360*/
}
.c-sec.sv-sec {
  margin-bottom: 0;
}
.c-container {
  width: 100%;
  margin: 0 auto;
}

.-full {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.-wide {
  position: relative;
  z-index: 2;
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: clamp(10px,3.333vw,40px); /*1200*/
  padding-left: clamp(10px,3.333vw,40px);
}

.bg-w {
  position: relative;
}
.bg-w::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.8;
  background: #fff;
}
.page-sec > *, .bg-w > * {
  position: relative;
  z-index: 2;
}
.page-sec:first-child {
  padding-bottom: clamp(100px,8.333vw,140px); /*1680*/
}
.page-sec:not(:first-child):not(.order) {
  padding-top: clamp(100px,8.333vw,140px); /*1680*/
}

.vision .page-sec:nth-child(2) {
  padding-top: clamp(0px,4.762vw,80px); /*1680*/
}
@media screen and (max-width: 599px) {
  main section:first-child {
    padding-top: 60px;
  }
}
/*************************/

/* =======================================================
   b-contact,mfp_buttons
======================================================== */
.b-contact {
  background: var(--Gray2);
  border-top: 1px solid var(--Black);
  text-align: center;
  padding: clamp(40px,6.054vw,60px) 0;
  line-height: 1;
}
.b-contact h2 span {
  display: block;
}
.b-contact .en {
  font-family: var(--Barlow);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.b-contact .btn,
.mfp_buttons {
  display: inline-block;
  margin-top: 40px;
}
.b-contact .btn a,
.mfp_buttons button {
  padding: 20px 60px;
}

/* =======================================================
   footer
======================================================== */
footer {
  background: var(--Black);
  padding: clamp(40px,6.054vw,60px) 0 20px;
}
footer a,
.copy{
  color: #fff;
}
footer a:hover {
  color: var(--Blue2)
}
.ft-cat + .ft-cat {
  margin-top: 40px;
}
.ft-cat__child {
  display: flex;
  flex-wrap: wrap;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: 10px;
}
.ft-cat__child li {
  margin-right: 40px;
  margin-bottom: 10px;
}
.ft-cat__child li a::before {
  content: 'ー';
  color: var(--Blue2);
  display:inline-block;
  margin-right: 5px;
}

/*== ft-btm ================*/
.ft-btm {
  margin-top: 60px;
  text-align: center;
}
.ft-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.ft-link li:not(:last-child) a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  background: #fff;
  position: relative;
  top: 1px;
  margin: 0 30px;
}
/*************************/
@media screen and (max-width: 599px)
{
  .ft-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .ft-link li + li {
    margin-top: 10px;
  }
  .ft-link li:not(:last-child) a::after {
    display: none;
  }
}
/*************************/

/*== ft-logo ================*/
.ft-logo {
  text-align: center;
  margin-bottom: 60px;
  display: block;
}
.ft-logo img {
  width: clamp(180px,29.263vw,290px);
  display: inline-block;
}

/*== copy ================*/
.copy {
  font-family: var(--Barlow);
  font-weight:  300;
}


/* =======================================================
   breadclumb
======================================================== */

/*************************/
@media screen and (min-width: 992px)
{
  .breadclumb {
    position: absolute;
    bottom: -30px;
    right: 2vw;
    font-size: 1.2rem;
    color: var(--Gray3);
    z-index: 2;
  }
  .breadclumb a {
    color: var(--Gray3);
  }
  .breadclumb a:hover {
    color: var(--Blue2);
  }
}
/*************************/
@media screen and (max-width: 1199px)
{
  .breadclumb {
    /* bottom: 0px; */
  }
}
/*************************/

/* =======================================================
   btn
======================================================== */
.btn a {
  display: block;
  background: var(--Black);
  color: var(--White);
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 40px;
  white-space: nowrap;
  border: 1px solid;
}
.btn a:hover {
  background: #fff;
  color: var(--Black)
}

.btn a i {
  margin-left: 30px;
}
.btn a:hover i::before {
  color: var(--Black);
}

/*== more ================*/
.btn.more {
  display: block;
}
.btn.more a {
  display: inline-block;
}
.btn.more.right-c {
  text-align: right;
}
/*************************/
@media screen and (max-width: 499px)
{
  .btn.more.right-c {
    text-align: center;
  }
}
/*************************/

/*======== other ==========================*/
.btn.other {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.btn.other a {
  margin-right: 40px;
  margin-bottom: 20px;
}

/* =======================================================
   head01
======================================================== */
.head01 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

/* =======================================================
   head02
======================================================== */
.head02 {
  background: var(--Gray2);
  width: 100%;
  text-align: center;
  font-family: var(--Barlow);
  font-weight: 700;
  font-size: 2.4rem;
  padding: 15px;
}

/* =======================================================
   head03
======================================================== */
.head03 {
  font-weight: 500;
  font-size: 1.8rem;
}

/* =======================================================
   head04
======================================================== */
.head04 {
  border-top: 1px solid var(--Black);
  font-size: clamp(2rem,2.22vw,2.2rem); /*991*/
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: clamp(30px,4.412vw,60px);  /*1360*/
}

/* =======================================================
   head04-2
======================================================== */
.head04-2 {
  font-size: clamp(2rem,2.22vw,2.2rem); /*991*/
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: clamp(20px,2.206vw,30px);  /*1360*/
}

/* =======================================================
   head05
======================================================== */
.head05 {
  color: var(--Blue2);
  font-weight: 500;
  font-size: clamp(1.6rem,1.816vw,1.8rem);
  margin-bottom: clamp(20px,2.941vw,40px); /*1360*/
}

/* =======================================================
   head06
======================================================== */
.head06 {
  font-weight: 500;
  background: var(--Gray2);
  padding: 15px 30px;
  font-size: clamp(1.6rem,1.816vw,1.8rem);
  margin-bottom: clamp(20px,2.941vw,40px); /*1360*/
}

/* =======================================================
   head07
======================================================== */
.head07 {
  font-size: clamp(1.8rem,2.604vw,2rem);
  border-bottom: 2px solid var(--Black);
  padding-bottom: 3px;
  color: var(--Blue2);
  display: inline-block;
  margin-bottom: 20px;
}

/* =======================================================
   head08
======================================================== */
.head08 {
  font-weight: 600;
  margin-bottom: 5px;
}

/* =======================================================
   emphasis
======================================================== */
.emphasis01 {
  display: inline-block;
  margin: 10px 0;
  color: var(--Blue2)
}

/* =======================================================
   MARGIN,PADDIN
======================================================== */
.mt_20 { margin-top: clamp(10px,1.471vw,20px); } /*1360*/

.mt_40 { margin-top: clamp(20px,2.941vw,40px); } /*1360*/

.mt_60 { margin-top: clamp(30px,4.412vw,60px); } /*1360*/

.mt_80 { margin-top: clamp(40px,5.882vw,80px); } /*1360*/

.mb_20 { margin-bottom: clamp(10px,1.471vw,20px); } /*1360*/

.mb_40 { margin-bottom: clamp(20px,2.941vw,40px); } /*1360*/

.mb_60 { margin-bottom: clamp(30px,4.412vw,60px); } /*1360*/

.mb_80 { margin-bottom: clamp(40px,5.882vw,80px); } /*1360*/

.mt_5 { margin-top: 5px; }
.mb_5 { margin-bottom: 5px; }
.mt_10 { margin-top: 10px; }
.mb_10 { margin-bottom: 10px; }

/* =======================================================
   TEXT-ALIGN
======================================================== */
.center {
  text-align: center;
}

/* =======================================================
   LINE-HEIGHT
======================================================== */
.lh-14 {
  line-height: 1.4;
}

/* =======================================================
   FONT
======================================================== */
.ft-small {
  font-size: 90%;
}
.fs_20 {
  font-size: 2rem;
}
.ft_bold {
  font-weight: bold;
}
.under {
  text-decoration: underline;
}

/* =======================================================
   COLOR
======================================================== */
.bg-gray {
  background: var(--Gray1);
}
.ft_red {
  color: var(--Red);
}
._blue {
  color: var(--Blue2);
}

/* =======================================================
   DISPLAY
======================================================== */
.dp-ilbk {
  display: inline-block;
}
.dp-bk {
  display: block;
}

/* =======================================================
   only
======================================================== */
.pc-only_767 {
  display: block;
}

/*************************/
@media screen and (max-width: 767px) {
  .pc-only_767 {
    display: none;
  }
}

/*************************/
.sp-only_767 {
  display: none;
}

/*************************/
@media screen and (max-width: 767px) {
  .sp-only_767 {
    display: block;
  }
}

/*************************/
/* =======================================================
   WEB-FONT
======================================================== */
@font-face {
  font-family: 'webfont';
  font-weight: normal;
  font-style: normal;

  src: url('fonts/webfont.eot?txxr3j');
  src: url('fonts/webfont.eot?txxr3j#iefix') format('embedded-opentype'), url('fonts/webfont.ttf?txxr3j') format('truetype'), url('fonts/webfont.woff?txxr3j') format('woff'), url('fonts/webfont.svg?txxr3j#webfont') format('svg');
  font-display: block;
}

[class^='icon-'], [class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webfont' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;

  speak: never;

/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before {
  content: "\f104";
}
.icon-download2:before {
  content: "\e900";
}
.icon-lock:before {
  content: "\e901";
}
.icon-brackets:before {
  content: "\e902";
}
.icon-uniF479:before {
  content: "\e903";
}
.icon-location:before {
  content: "\e947";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}
.icon-arrow-bold:before {
  content: "\f054";
}
.icon-arrow-light:before {
  content: "\f105";
}
.icon-circle:before {
  content: "\f111";
}

.menu-toggle {
  margin-bottom: 30px;
}
/*************************/
@media screen and (min-width: 992px) {
  .menu-toggle ul {
    display: none;
    margin-top: 10px;
  }
}
/*************************/
@media screen and (max-width: 991px) {
  ul.main.menu-toggle .gnavi-cat {
    margin-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
  }
  .menu-toggle ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px dashed #fff;
  }
}
/*************************/
/* =======================================================
   Inview
======================================================== */
.Inview {
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
  opacity: 0;
}
.active {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

/* =======================================================
   page-top
======================================================== */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 5;
}
.page-top__img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--Black);
  border-radius: 50%;
  position: relative;
  background: #fff;
  color: var(--Black);
  transition: 0.2s ease-in-out;
}
.page-top__img::before {
  display: block;
  font-family: webfont;
  font-size: 2.4rem;
  content: "\f105";
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(-90deg);
}

.page-top__img:hover {
  background: var(--Black);
  color: #fff;
}
/*************************/
@media screen and (max-width: 991px) {
  #page-top {
    display: none;
  }
}
/*************************/
