@charset "UTF-8";
/*
Theme Name: TGCompany 熊本支店 for WP
Description: WordPressテンプレート「TGCompany 熊本支店 for WP」
Version: 1.0.0
Author: TGCompany.
*/
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

*, :after, :before {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[type=button], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=reset], [type=search], [type=submit], [type=tel], [type=text], [type=time], [type=url], [type=week], button, select, textarea {
  min-height: 1.5em;
}

code, kbd, pre, samp {
  font-family: monospace;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #4c2b03;
  text-shadow: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


/*************************************
MIXINS
*************************************/
/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
@font-face {
  font-family: "HiraKakuPW3";
  src: url("css/font/HiraginoSans/HiraKakuPro-W3.otf") format("opentype");
}
@font-face {
  font-family: "HiraKakuPW6";
  src: url("css/font/HiraginoSans/HiraKakuPro-W6.otf") format("opentype");
}
@font-face {
  font-family: "HiraKakuPW8";
  src: url("css/font/HiraginoSans/HiraKakuPro-W8.otf") format("opentype");
}
.f-HiraKakuPW3 {
  font-family: "HiraKakuPW3", sans-serif;
}

.f-HiraKakuPW6 {
  font-family: "HiraKakuPW6", sans-serif;
}

.f-HiraKakuPW8 {
  font-family: "HiraKakuPW8", sans-serif;
}

.alpha {
  font-family: din-2014, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* 300,400,600,700,800 */
}

.f-bold {
  font-weight: bold;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-family: "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-style: normal;
  min-width: 100%;
  width: 100%;
  background: #fff;
}

body {
  color: #000;
  font-size: 1.6rem;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: none;
  transition: all ease-in-out 0.2s;
}

a img {
  transition: all ease-in-out 0.4s;
}

a:hover {
  text-decoration: none;
}

.table,
.tbl {
  display: table;
  width: 100%;
}

.table .th,
.table .td,
.tbl .tblh,
.tbl .tbld {
  display: table-cell;
}

.flex {
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}

.wide {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgb05em {
  margin-bottom: 0.5em;
}

.mgb1em {
  margin-bottom: 1em;
}

.mgb2em {
  margin-bottom: 2em;
}

.mgb3em {
  margin-bottom: 3em;
}

.mgb4em {
  margin-bottom: 4em;
}

.mgb5em {
  margin-bottom: 5em;
}

.mgb10em {
  margin-bottom: 10em;
}

.fwb {
  font-weight: 700;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.scpd {
  padding: 8em 0;
}

p {
  text-align: justify;
  text-justify: distribute;
}

table {
  width: 100%;
  background: #fff;
}

.content-left {
  float: left;
}

.content-right {
  float: right;
}

.easingWrap .easingFade {
  transform: translateY(40px);
  opacity: 0;
  transition: all 1.5s;
}
.easingWrap .easingFade.on {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.easingWrap .easingImg {
  position: relative;
  overflow: hidden;
}
.easingWrap .easingImg::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easingWrap .easingImg::after {
  transition: 1.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #fff;
}
.easingWrap .easingImg.on::after {
  transform: translateY(101%);
}

@keyframes scrollOpen_r {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(-1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(-15deg) translateX(-160%);
    transform-origin: center bottom;
  }
}
@keyframes scrollOpen_l {
  0% {
    transform: rotate(0deg);
    transform-origin: center bottom;
  }
  20% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  21% {
    transform: rotate(1deg);
    transform-origin: center bottom;
  }
  100% {
    transform: rotate(15deg) translateX(160%);
    transform-origin: center bottom;
  }
}
/*
//------------------------------------------------
//	Moadules Setting
//------------------------------------------------
*/
.pageCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.pageCover .bges span {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97) 0.1s;
}
.pageCover .bges span.bg-2 {
  transition: 0.8s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  background: #ffffff;
}
.pageCover.show {
  visibility: hidden;
}
.pageCover.show .bges span {
  transform: translateX(101%);
}

.marker-animation {
  background: -o-linear-gradient(left, transparent 50%, rgb(255, 250, 153) 50%);
  background-image: linear-gradient(to right, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker-animation.active {
  background-position: -100% 0.5em;
}

/*-----------------------------------------------------------------
 Loading
----------------------------------------------------------------- */
body .l-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9000;
}
body .l-transition::after {
  content: "";
  display: block;
  height: 200vh;
  width: 200vw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  transform: translate(0, 0);
}
body.is-loading .l-transition::after {
  transform: translate(0, 0);
}
body.is-loaded .l-transition::after {
  animation: transition-fadein 0.8s linear 0s 1 both;
}
body.is-leave .l-transition::after {
  animation: transition-fadeout 0.8s linear 0.5s 1 both;
}
body .l-transition .transition-wrap {
  position: relative;
  z-index: 9999;
  height: 100%;
  width: 100%;
}
body .l-transition .transition-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 40%;
  min-width: 500px;
}
body .l-transition .transition-logo img {
  width: 100%;
}
body.is-loaded .l-transition .transition-logo {
  animation: logo-fadein 1s linear 0s 1 both;
}
body.is-leave .l-transition .transition-logo {
  animation: logo-fadeout 1s linear 0.5s 1 both;
}
body .l-transition .transition-anime {
  position: relative;
  margin: 8rem auto 0 auto;
  width: 6.7rem;
  height: 6.7rem;
}
body.is-loading .l-transition .transition-anime, body.is-leave .l-transition .transition-anime {
  opacity: 1;
  transition: opacity 0.5s linear;
}
body.is-loaded .l-transition .transition-anime {
  opacity: 0;
}
body .l-transition .transition-anime-logo {
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .l-transition .transition-anime-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.is-loading .l-transition .transition-anime-img img {
  animation: loadingimg 0.5s linear infinite;
}

@keyframes transition-fadein {
  0% {
    transform: skewX(0) translate(0, 0);
  }
  10% {
    transform: skewX(-10deg) translate(10%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(80%, 0);
  }
  100% {
    transform: skewX(0) translate(100%, 0);
  }
}
@keyframes transition-fadeout {
  0% {
    transform: skewX(0) translate(-100%, 0);
  }
  10% {
    transform: skewX(-10deg) translate(-90%, 0);
  }
  80% {
    transform: skewX(-5deg) translate(-20%, 0);
  }
  100% {
    transform: skewX(0) translate(0, 0);
  }
}
@keyframes logo-fadein {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo-fadeout {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingimg {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 896px) {
  body .l-transition .transition-logo {
    width: 90%;
    min-width: inherit;
  }
}
@media screen and (max-width: 480px) {
  body .l-transition .transition-anime {
    width: 10rem;
    height: 10rem;
    margin-top: 3.8rem;
  }
  body .l-transition .transition-anime-logo {
    width: 5rem;
  }
}
.menuArea {
  position: absolute;
  top: 63px;
  right: 100px;
  width: 135px;
  z-index: 999999;
  transition: all linear 0.5s;
}
.menuArea .gigR-parts-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.menuArea .gigR-parts-menu .textArea {
  width: calc(100% - 54px);
  height: 16px;
}
.menuArea .gigR-parts-menu .textArea .text {
  display: block;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 0.7em;
  padding-bottom: 2px;
  font-size: 2.4rem;
  transition: 1s ease;
}
.menuArea .gigR-parts-menu .textArea .text + .text {
  margin-top: 2px;
}
.menuArea .gigR-parts-menu .textArea .text:nth-child(2) {
  opacity: 0;
}
.menuArea .gigR-parts-menu .btnArea {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 44px;
  height: 44px;
}
.menuArea .gigR-parts-menu .btnArea .box {
  transition: 0.5s ease;
  display: block;
  background-color: #000;
  width: 10px;
  height: 10px;
}
.menuArea .gigR-parts-menu .btnArea .box:not(:nth-child(3n+1)) {
  margin-left: 7px;
}
.menuArea .gigR-parts-menu .btnArea .box:nth-child(n+4) {
  margin-top: 7px;
}
.menuArea .gigR-parts-menu .btnArea .close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
}
.menuArea .gigR-parts-menu .btnArea .close img {
  width: 100%;
}

.gigR-menuList {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 499;
  pointer-events: none;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  transition: all ease-in-out 0.8s;
}
.gigR-menuList .gigR-menuList-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.gigR-menuList .gigR-menuList-bg::before, .gigR-menuList .gigR-menuList-bg::after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  background: #fff;
}
.gigR-menuList .gigR-menuList-bg::before {
  left: 0;
  width: calc(100% - 37.2222222222vw);
}
.gigR-menuList .gigR-menuList-bg::after {
  width: 37.2222222222vw;
  right: 0;
  width: 50%;
}
.gigR-menuList .gigR-menuList-col {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 37.2222222222vw);
  align-items: center;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea {
  margin-top: 56px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li {
  margin-bottom: 42px;
  width: 47%;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;*/
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span {
  display: block;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
  width: 36px;
  height: 36px;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #242424;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle .arrow {
  overflow: hidden;
  position: relative;
  height: 11px;
  width: 12px;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle .arrow::before, .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle .arrow::after {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform-origin: bottom center;
  height: 11px;
  width: 2.5px;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle .arrow::before {
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.circle .arrow::after {
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.text {
  line-height: 0.8;
  color: #000;
  letter-spacing: 0.03em;
  font-size: 4.5rem;
  font-weight: 600;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu:hover .arrow::before {
  animation: arrowBB 1s ease forwards;
}
.gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu:hover .arrow::after {
  animation: arrowBA 1s ease forwards;
}

.gigR-menuList-col__con {
  position: relative;
  width: 37.2222222222vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gigR-menuList-col__con::before {
  display: block;
  content: "";
  position: absolute;
  background: #242424;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  transform-origin: top center;
  transform: scaleY(0);
  transition: 1s ease 0.5s;
}
.gigR-menuList-col__con .gigR-menuList-col__con-btn {
  padding: 4.4444444444vw;
}
.gigR-menuList-col__con .gigR-menuList-col__con-btn {
  padding: 4.4444444444vw;
}

.gigR-menuList-col__con-btn__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gigR-menuList-col__con-btn__item .textArea {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 4.5rem;
  font-weight: 700;
  width: 100%;
}
.gigR-menuList-col__con-btn__item .btnArea {
  width: 100%;
  margin-bottom: 20px;
}
.gigR-menuList-col__con-btn__item .btnArea .gigR-parts-btn--menu {
  max-width: 300px;
}
.gigR-menuList-col__con-btn__item + .gigR-menuList-col__con-btn__item {
  margin-top: 40px;
}

.gigR-parts-btn--menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  backface-visibility: hidden;
  padding: 24px;
}
.gigR-parts-btn--menu::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 0;
}
.gigR-parts-btn--menu .download {
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.gigR-parts-btn--menu .download::before, .gigR-parts-btn--menu .download::after {
  display: block;
  content: "";
  position: absolute;
}
.gigR-parts-btn--menu .download::before {
  background-image: url(images/icon-download-arrow--black.svg);
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: 8px 11px;
  width: 8px;
  height: 11px;
}
.gigR-parts-btn--menu .download::after {
  background-image: url(images/icon-download-line--black.svg);
  background-repeat: no-repeat;
  left: 0;
  background-size: 16px 4px;
  width: 16px;
  height: 4px;
  bottom: 0;
}
.gigR-parts-btn--menu .line {
  width: 70px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.gigR-parts-btn--menu .text,
.gigR-parts-btn--menu .textJ {
  display: block;
  color: #fff;
  text-align: center;
  z-index: 1;
  letter-spacing: 0.08em;
  width: calc(100% - 32px - 20px);
  line-height: 0.7;
  padding-bottom: 4px;
  font-weight: 700;
}
.gigR-parts-btn--menu .text {
  font-size: 3rem;
}
.gigR-parts-btn--menu .textJ {
  /*font-size: 2rem;*/
}
.gigR-parts-btn--menu .circle {
  background: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
}
.gigR-parts-btn--menu .circle .arrow {
  display: block;
  overflow: hidden;
  position: relative;
  width: 10px;
  height: 11px;
}
.gigR-parts-btn--menu .circle .arrow::before, .gigR-parts-btn--menu .circle .arrow::after {
  display: block;
  content: "";
  position: absolute;
  background: #242424;
  top: 50%;
  left: 50%;
  transform-origin: center right;
  width: 10px;
  height: 2.5px;
}
.gigR-parts-btn--menu .circle .arrow::before {
  transform: translateX(-50%) translateY(-50%) rotate(20deg);
}
.gigR-parts-btn--menu .circle .arrow::after {
  transform: translateX(-50%) translateY(-50%) rotate(-20deg);
}

.gigR-menuList-col__con-tool {
  position: relative;
  padding: 4.4444444444vw;
}
.gigR-menuList-col__con-tool::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #242424;
  transform-origin: center left;
  transform: scaleX(0);
  transition: 1s ease 0.5s;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .titleArea {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .lineArea {
  width: calc(100% - 41px - 126px - 96px);
  height: 2px;
  margin-left: 48px;
  background: #242424;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea {
  display: flex;
  flex-wrap: wrap;
  margin-left: 48px;
  width: 126px;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  list-style: none;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul li {
  width: 33px;
  height: 33px;
  width: 45px;
  height: 45px;
  list-style: none;
  position: relative;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul li::before {
  display: block;
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%) scale(1.2);
  background: rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: 0.8s ease;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul li a {
  display: block;
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul li img {
  transition: 0.8s ease;
  transform: scale(1);
}
.gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .listArea ul li:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.show .menuArea .gigR-parts-menu .textArea .text {
  transform: translateY(-1.25vw);
}
.show .menuArea .gigR-parts-menu .textArea .text:nth-child(1) {
  opacity: 0;
}
.show .menuArea .gigR-parts-menu .textArea .text:nth-child(2) {
  opacity: 1;
}
.show .menuArea .gigR-parts-menu .btnArea .box {
  transform: scale(0);
}
.show .menuArea .gigR-parts-menu .btnArea .close {
  opacity: 1;
}
.show .gigR-menuList {
  pointer-events: auto;
  opacity: 1;
}
.show .gigR-menuList .gigR-menuList-col .gigR-menuList-col__con:before {
  transform: scaleY(1);
}
.show .gigR-menuList-col__con-tool::before {
  transform: scaleX(1);
}
@keyframes arrowB {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
  50% {
    transform: translateX(100%) translateY(-50%) rotate(20deg);
  }
  51% {
    transform: translateX(-100%) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
}
@keyframes arrowA {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
  50% {
    transform: translateX(100%) translateY(-50%) rotate(-20deg);
  }
  51% {
    transform: translateX(-100%) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
}
@keyframes arrowBB {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
  50% {
    transform: translateX(-50%) translateY(100%) rotate(20deg);
  }
  51% {
    transform: translateX(-50%) translateY(-100%) rotate(20deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(20deg);
  }
}
@keyframes arrowBA {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
  50% {
    transform: translateX(-50%) translateY(100%) rotate(-20deg);
  }
  51% {
    transform: translateX(-50%) translateY(-100%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
  }
}
@keyframes arrowLB {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(22deg);
  }
  50% {
    transform: translateX(-150%) translateY(-50%) rotate(22deg);
  }
  51% {
    transform: translateX(150%) translateY(-50%) rotate(22deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(22deg);
  }
}
@keyframes arrowLA {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(-22deg);
  }
  50% {
    transform: translateX(-150%) translateY(-50%) rotate(-22deg);
  }
  51% {
    transform: translateX(150%) translateY(-50%) rotate(-22deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(-22deg);
  }
}
@keyframes arrowRB {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(22deg);
  }
  50% {
    transform: translateX(150%) translateY(-50%) rotate(22deg);
  }
  51% {
    transform: translateX(-150%) translateY(-50%) rotate(22deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(22deg);
  }
}
@keyframes arrowRA {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(-22deg);
  }
  50% {
    transform: translateX(150%) translateY(-50%) rotate(-22deg);
  }
  51% {
    transform: translateX(-150%) translateY(-50%) rotate(-22deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(-22deg);
  }
}
@keyframes arrowDownload {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(100%);
  }
  51% {
    transform: translateX(-50%) translateY(-100%);
  }
  100% {
    transform: translateX(-50%) translateY(0);
  }
}
.container {
  transition: opacity 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition-property: opacity, transform;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
#hero::before {
  content: "";
  background-color: #000;
  width: 105%;
  height: 150%;
  position: absolute;
  left: -38.5%;
  top: -10%;
  transform: rotate(-15deg);
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  transition: -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
#hero::after {
  content: "";
  background-color: #f6de79;
  width: 1px;
  height: 107vh;
  transform: rotate(-15deg);
  position: absolute;
  left: 160px;
  top: -5vh;
  transform: rotate(-15deg) translateY(0);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
#hero .hero-inner {
  box-sizing: border-box;
  position: relative;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 100vh;
  z-index: 2;
}
#hero .inner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#hero .txt {
  color: #fff;
  width: 40%;
  box-sizing: border-box;
  padding-left: 16%;
  /*position: absolute;
  top: 60%;
  left: 0;
  transform: translateY(-50%);*/
}
#hero .txt .txt-inner {
  transform: translateY(25px);
  opacity: 0;
  transition: all 1.5s;
}
#hero .txt .txt-inner .top {
  font-size: 5.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
#hero .txt .txt-inner .bottom {
  font-size: 2.4rem;
  font-size: 2.2rem;
  font-size: 2rem;
}
#hero .txt .txt-inner.visible {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#hero .box {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 60%;
  height: 100vh;
}
#hero .box .item {
  position: absolute;
  transition: all ease-in-out 0.8s;
  opacity: 0;
}
#hero .box .item:nth-child(1) {
  width: 38.3%;
  left: 0;
  top: 28.5%;
  transform: translateY(25px);
}
#hero .box .item:nth-child(2) {
  width: 35%;
  left: 0;
  bottom: 0;
  transform: translateY(25px);
}
#hero .box .item:nth-child(2) {
  width: 58%;
  left: 16%;
  top: 0;
  transform: translateY(-25px);
}
#hero .box .item:nth-child(3) {
  width: 42%;
  left: 62.5%;
  bottom: 103px;
  transform: translateY(25px);
}
#hero .box .item.visible {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#hero .hero-btn {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 12%;
  display: inline-block;
  border-radius: 50px;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 2.5em;
  transition: all ease-in-out 0.8s;
  opacity: 0;
  transform: translateY(25px);
}
#hero .hero-btn .flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#hero .hero-btn .flex .icon {
  width: 50px;
}
#hero .hero-btn .flex .icon img {
  max-width: 42px;
}
#hero .hero-btn .flex .prj {
  font-size: 1.8rem;
}
#hero .hero-btn .flex .prj span {
  font-size: 3.2rem;
  display: inline-block;
  margin: 0 5px;
}
#hero .hero-btn.visible {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.is_fixed #hero .box .item:nth-child(1) {
  transform: translateY(50px);
}
.is_fixed #hero .box .item:nth-child(2) {
  transform: translateY(80px);
}
.is_fixed #hero .box .item:nth-child(3) {
  transform: translateY(-50px);
}

.is-loading #hero::before {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.is-loading #hero::after {
  transform: rotate(-15deg) translateY(-120vh);
}

#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  transition: all ease-in-out 0.8s;
}
#top .sec-inner {
  transition: transform 0.5s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  z-index: 10;
  position: relative;
}
#top .sec-inner .header-area {
  display: flex;
  justify-content: space-between;
  padding-top: 78px;
  transition: padding-top 0.5s linear;
}
#top .sec-inner .header-area .inner {
  transition: all ease-in-out 0.4s;
}
#top .sec-inner .header-area svg {
  width: 250px;
}
#top.black .sec-inner .header-area svg path {
  fill: #000;
}
#top.white .sec-inner .header-area svg path {
  fill: #fff;
}
#top.is_fixed {
  background: rgba(255, 255, 255, 0.75);
}
#top.is_fixed .sec-inner .header-area {
  padding-top: 25px;
  padding-bottom: 25px;
}
#top.is_fixed .sec-inner .header-area .inner {
  max-width: 95%;
}
#top.is_fixed .sec-inner .header-area svg path {
  fill: #000;
}
#top.is_fixed .menuArea {
  top: 18px;
}

#subpage {
  padding-top: 140px;
}
#subpage #top .sec-inner .header-area svg path {
  fill: #000;
}
#subpage.is_works {
  padding-top: 80px;
}
#subpage.is_works #top {
  background: rgba(255, 255, 255, 0.75);
}
#subpage.is_works #top .sec-inner .header-area {
  padding-top: 25px;
  padding-bottom: 25px;
}
#subpage.is_works #top .sec-inner .header-area .inner {
  max-width: 95%;
}
#subpage.is_works #top .sec-inner .header-area svg path {
  fill: #000;
}
#subpage.is_works #top .menuArea {
  top: 18px;
}
#subpage.is_works #contents {
  padding-top: 0;
}

#narrow-hero .narrow-hero-ttl {
  text-align: center;
}
#narrow-hero .narrow-hero-ttl span {
  display: block;
}
#narrow-hero .narrow-hero-ttl span.en {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
#narrow-hero .narrow-hero-ttl span.ja {
  font-size: 1.6rem;
}

.changeColor #top .sec-inner .header-area svg path {
  fill: #000;
}

.show #top .sec-inner .header-area svg path {
  fill: #000;
}

#side-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 65px;
  box-sizing: border-box;
  z-index: 9999;
}
#side-btn a {
  display: block;
  width: 100%;
  text-align: center;
  /*padding: 1.5em 0;*/
  height: 128px;
  height: 19.5vh;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#side-btn a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  left: auto;
  right: -163px;
  top: -10px;
}
#side-btn svg {
  width: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
}
#side-btn .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 38px;
  bottom: 0;
  padding: 1em 0;
  display: inline-block;
  /*display: table-cell;*/
  writing-mode: vertical-rl;
  text-align: center;
  margin: auto;
  /*font-size: 1.6rem;*/
  font-size: 1.6vh;
  font-weight: 700;
  z-index: 99;
  line-height: 1.4;
  width: 100%;
  vertical-align: middle;
  position: relative;
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
#side-btn .item:nth-child(1) {
  margin-bottom: 3px;
}
#side-btn .item:nth-child(1) .txt {
  right: 20px;
  right: 0px;
}
#side-btn .item:nth-child(1) a {
  background: #000;
  color: #fff;
}
#side-btn .item:nth-child(1) a svg path {
  fill: #fff;
}
#side-btn .item:nth-child(2) {
  margin-bottom: 3px;
}
#side-btn .item:nth-child(2) a {
  background: #000;
  color: #fff;
}
#side-btn .item:nth-child(2) a svg path {
  fill: #fff;
}
#side-btn .item:nth-child(3) {
  margin-bottom: 3px;
}
#side-btn .item:nth-child(3) .txt {
  right: 20px;
  right: 0px;
}
#side-btn .item:nth-child(3) a {
  background: #000;
  color: #fff;
}
#side-btn .item:nth-child(3) a svg path {
  fill: #fff;
}
#side-btn .item:nth-child(4) {
  margin-bottom: 3px;
}
#side-btn .item:nth-child(4) a {
  background: #ecd946;
}
#side-btn .item:nth-child(4) a svg path {
  fill: #000;
}
#side-btn .item:nth-child(5) a {
  background: #ecd946;
}
#side-btn .item:nth-child(5) a svg path {
  fill: #000;
}
#side-btn a:hover::after {
  width: 250px;
  height: 250px;
  opacity: 1;
}
#side-btn .item:nth-child(1) a:hover, #side-btn .item:nth-child(2) a:hover, #side-btn .item:nth-child(3) a:hover {
  color: #000;
}
#side-btn .item:nth-child(1) a:hover svg path, #side-btn .item:nth-child(2) a:hover svg path, #side-btn .item:nth-child(3) a:hover svg path {
  fill: #000;
}

.sec-header {
  margin-bottom: 6em;
}
.sec-header .sec-ttl {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sec-header .sec-ttl span {
  position: relative;
  z-index: 2;
}
.sec-header .sec-ttl::before {
  position: absolute;
  width: 78px;
  height: 64px;
  background: #ecd946;
  content: "";
  -webkit-clip-path: polygon(75% 0, 100% 0, 38% 100%, 13% 100%);
          clip-path: polygon(75% 0, 100% 0, 38% 100%, 13% 100%);
  top: -7px;
  right: -5px;
  z-index: 1;
}
.sec-header .sec-ttl.smaller {
  font-size: 3.2rem;
}
.sec-header .sec-ttl.smaller::before {
  top: -14px;
}

.md-service-list .flex-wrap {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  list-style: none;
}
.md-service-list .flex-wrap .item {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 15px;
  width: 47.5%;
}
.md-service-list .flex-wrap .item .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-self: flex-start;
  -o-align-self: flex-start;
  align-self: flex-start;
}
.md-service-list .flex-wrap .item .thumb,
.md-service-list .flex-wrap .item .txt {
  width: 50%;
  box-sizing: border-box;
}
.md-service-list .flex-wrap .item .thumb {
  overflow: hidden;
}
.md-service-list .flex-wrap .item .thumb img {
  transition: all ease-in-out 0.4s;
}
.md-service-list .flex-wrap .item .thumb img.img-sp {
  display: none;
}
.md-service-list .flex-wrap .item:hover .thumb img {
  transform: scale(1.1);
}
.md-service-list .flex-wrap .item:not(:first-child) {
  margin-top: 85px;
}
.md-service-list .flex-wrap .item:nth-child(2) {
  margin-top: 190px;
}
.md-service-list .flex-wrap .item:nth-child(3), .md-service-list .flex-wrap .item:nth-child(5) {
  margin-top: -105px;
}
.md-service-list .flex-wrap .item .txt {
  padding: 1.5em;
  position: relative;
}
.md-service-list .flex-wrap .item .txt::before {
  position: absolute;
  width: 78px;
  height: 2px;
  background: #000;
  content: "";
  bottom: 1.7em;
  right: 0;
}
.md-service-list .flex-wrap .item .txt .ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.md-service-list .flex-wrap .item .txt .ttl span {
  display: block;
  color: #707070;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.md-service-list .flex-wrap .item .txt p {
  font-size: 1.4rem;
}
.md-service-list.easingView .item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
  transition-property: opacity, transform;
  overflow: hidden;
}
.md-service-list.easingView .item .flex::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.md-service-list.easingView.on .item {
  opacity: 1;
  transform: translateY(0);
}
.md-service-list.easingView.on .item .flex::after {
  transform: translateX(100%);
}

#index-service .inner {
  position: relative;
}

.easingLine {
  position: relative;
  overflow: hidden;
}
.easingLine::before {
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  transform: rotate(15deg) translateX(-50%);
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  width: 660px;
  height: 200%;
  top: -10em;
  left: 30%;
}
.easingLine.on::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.easingLineReverse {
  position: relative;
  overflow: hidden;
}
.easingLineReverse::before {
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  transform: rotate(-15deg) translateX(-50%);
  z-index: -1;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  transition: clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s, -webkit-clip-path 1.5s cubic-bezier(0.475, 0.425, 0, 0.995) 0.2s;
  width: 660px;
  height: 200%;
  top: -20em;
  left: 40%;
}
.easingLineReverse.on::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.easingLineReverse.narrow::before {
  width: 330px;
  left: 70%;
}

.bl-line {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.bl-line .bl-line-content {
  transform: translateY(40px);
  opacity: 0;
  transition: all ease-in-out 0.4s;
  transition-delay: 1s;
  position: relative;
}
.bl-line::before {
  content: "";
  background-color: #000;
  width: 105%;
  height: 150%;
  position: absolute;
  left: -38.5%;
  top: -10%;
  transform: rotate(-15deg);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  transition: -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
.bl-line.on::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.bl-line.on .bl-line-content {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.bl-line.reverse::before {
  left: inherit;
  right: -38.5%;
  transform: rotate(15deg);
}

#index-works {
  color: #fff;
}
#index-works .inner {
  position: relative;
  z-index: 1;
}
#index-works .sec-header {
  color: #fff;
  margin-bottom: 3.5em;
}
#index-works .sec-header .sec-ttl::before {
  right: -0.75em;
}
#index-works .lead {
  margin-bottom: 8em;
  color: #fff;
  position: relative;
}
#index-works .btn {
  background: #ecd946;
  color: #000;
}
#index-works .btn::before {
  background: #000;
}
#index-works .box {
  width: 330px;
}
#index-works .box .btn {
  width: 100%;
}
#index-works .box .logos-sp {
  display: none;
}
#index-works .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#index-works .logos {
  background: #fff;
  z-index: 5;
  width: calc(100% - 430px);
}

.btn {
  font-size: 1.4rem;
  min-width: 265px;
  height: 71px;
  line-height: 71px;
  box-sizing: border-box;
  background: #707070;
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
}
.btn::before {
  position: absolute;
  width: 78px;
  height: 2px;
  background: #fff;
  content: "";
  bottom: 1em;
  right: 0;
  z-index: 3;
}
.btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -70px;
  bottom: -60px;
}
.btn span {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn:hover {
  color: #000;
}
.btn:hover::before {
  background: #000;
}
.btn:hover::after {
  width: 350px;
  height: 350px;
  opacity: 1;
}

#index-about .flex {
  list-style: none;
}
#index-about .flex .item {
  width: 33.333333%;
  box-sizing: border-box;
  font-size: 2.7rem;
  font-weight: 700;
  overflow: hidden;
}
#index-about .flex .item:not(:last-child) {
  border-right: #d2d2d2 2px solid;
}
#index-about .flex .item a {
  display: block;
  text-align: center;
  background: #f4f4f4;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index-about .flex .item a span {
  position: relative;
  z-index: 1;
}
#index-about .flex .item a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #d2d2d2 transparent;
  right: 5px;
  bottom: 5px;
  content: "";
}
#index-about .flex .item a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ecd946;
  border-radius: 50%;
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -140px;
  bottom: -120px;
}
#index-about .flex .item a:hover::after {
  width: 700px;
  height: 700px;
  opacity: 1;
}
#index-about .flex .item:nth-child(1) a, #index-about .flex .item:nth-child(3) a {
  padding-top: 6em;
  padding-bottom: 6em;
}
#index-about .flex .item:nth-child(2) a {
  padding-top: 7em;
}

#index-price {
  color: #fff;
  position: relative;
  padding-bottom: 18em;
}
#index-price .box {
  float: right;
  width: 460px;
}
#index-price .thumb {
  width: 47%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-price .sec-header {
  margin-bottom: 3.5em;
}
#index-price .sec-header .sec-ttl::before {
  right: -0.8em;
}
#index-price .lead {
  margin-bottom: 8em;
}
#index-price .sp-thumb {
  display: none;
}
#index-price .more {
  text-align: right;
}
#index-price .more .btn {
  width: 100%;
  max-width: 330px;
  background: #ecd946;
  color: #000;
}
#index-price .more .btn::before {
  background: #000;
}

#index-review {
  /*margin-bottom: 6em;*/
}
#index-review .sec-header {
  margin-bottom: 3em;
}
#index-review .md-google-review {
  max-height: 300px;
  overflow: auto;
  box-sizing: border-box;
  padding: 2em;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  background: #fff;
}

#index-insta-blog .sec-header {
  margin-bottom: 3em;
}
#index-insta-blog .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#index-insta-blog .flex #index-instagram {
  width: 526px;
}
#index-insta-blog .flex #index-blog {
  width: 300px;
}

#toc_container {
  margin-bottom: 2.5em;
}

.md-blog .flex .item .thumb {
  margin-bottom: 1em;
  overflow: hidden;
}
.md-blog .flex .item .thumb a:hover img {
  transform: scale(1.2);
}
.md-blog .flex .item .date {
  color: #707070;
  font-weight: 700;
  font-size: 1.8rem;
}
.md-blog .flex .item .ttl {
  margin-bottom: 1em;
  line-height: 1.6;
}
.md-blog .flex .item .more {
  text-align: right;
  font-weight: 700;
}
.md-blog .flex .item .more a {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
  line-height: 1;
}
.md-blog .flex .item .more a:hover {
  text-decoration: underline;
}
.md-blog .flex .item .more a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #000 transparent;
  content: "";
}

#index-office {
  position: relative;
  padding-top: 12em;
}
#index-office .box {
  float: right;
  width: 413px;
}
#index-office .box .sec-header {
  margin-bottom: 3em;
}
#index-office .box .office .ttl {
  font-size: 2.6rem;
  color: #707070;
}
#index-office .box .office .ttl span {
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1em;
}
#index-office .box .office .excerpt {
  margin-bottom: 3.5em;
  margin-bottom: 1em;
}
#index-office .box .office .more {
  margin-bottom: 1em;
}
#index-office .box .office .more .btn {
  width: 100%;
  max-width: 330px;
  max-width: 265px;
  height: 50px;
  line-height: 50px;
  background: #ecd946;
  color: #000;
}
#index-office .box .office .more .btn::before {
  background: #000;
}
#index-office .box .office .more .btn::after {
  background: #f4f4f4;
}
#index-office .thumbs {
  position: absolute;
  top: 8em;
  left: 5%;
}

#site-footer {
  background: #000;
  margin-top: 8em;
}
#site-footer .logo-tel {
  margin-bottom: 2.5em;
}
#site-footer .logo-tel .logo {
  text-align: center;
  margin-bottom: 2.5em;
}
#site-footer .logo-tel .tel {
  text-align: center;
  color: #fff;
  font-size: 4.5rem;
}
#site-footer .logo-tel .tel span {
  font-size: 3rem;
}
#site-footer .logo-tel .tel a {
  color: #fff;
}
#site-footer .logo-tel .more {
  text-align: center;
}
#site-footer .logo-tel .more .btn {
  font-size: 1.6rem;
  background: #ecd946;
  color: #000;
  border: #ecd946 1px solid;
}
#site-footer .logo-tel .more .btn::before {
  bottom: 10px;
  background: #000;
}
#site-footer .logo-tel .more .btn::after {
  background: #fff;
}
#site-footer .footer-links-nav {
  border-top: #fff 1px solid;
}
#site-footer .footer-links-nav ul {
  list-style: none;
  text-align: center;
  margin-top: 1.5em;
}
#site-footer .footer-links-nav ul li {
  display: inline-block;
  color: #fff;
  position: relative;
}
#site-footer .footer-links-nav ul li:not(:last-child)::after {
  display: inline-block;
  margin: 0 1em;
  content: "／";
}
#site-footer .footer-links-nav ul li a {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
}
#site-footer .footer-links-nav ul li a:hover {
  text-decoration: underline;
}
#site-footer .address {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
#site-footer .address address {
  font-style: normal;
}

#sub-hero {
  position: relative;
}
#sub-hero .sub-hero-inner {
  position: relative;
  height: 325px;
}
#sub-hero .sub-hero-inner .sub-hero-section {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  height: 100%;
  padding: 91px 0 36px 0;
  box-sizing: border-box;
}
#sub-hero .sub-hero-inner .sub-hero-section::before {
  width: 2090px;
  height: 325px;
  background-color: #000;
  position: absolute;
  left: -1150px;
  top: 0;
  z-index: -10;
  transform: translateX(-100vw);
  transition: transform 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  content: "";
  -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
#sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s cubic-bezier(0.79, 0.17, 0.15, 0.96) 0.5s;
  transition-property: opacity, transform;
}
#sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span {
  display: block;
  color: #fff;
}
#sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.en {
  font-size: 5rem;
  letter-spacing: 6.25px;
  text-transform: uppercase;
}
#sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.ja {
  font-size: 1.6rem;
}

.is-loaded #sub-hero .sub-hero-inner .sub-hero-section::before {
  transform: translateX(0);
}
.is-loaded #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt {
  opacity: 1;
  transform: translateY(0);
}

.breadcrumbs {
  padding: 1em 0;
  position: relative;
  margin-top: -1.5em;
  margin-bottom: 10px;
}
.breadcrumbs::before {
  width: 65%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  background: #f4f4f4;
  transition: transform 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  content: "";
  z-index: -1;
}
.breadcrumbs .inner {
  list-style: none;
}
.breadcrumbs .inner li {
  display: inline-block;
  position: relative;
  font-size: 1.2rem;
}
.breadcrumbs .inner li::after {
  content: "/";
  display: inline-block;
  margin: 0 1em;
}
.breadcrumbs .inner li:last-child::after {
  display: none;
}

#contents {
  padding: 4em 0 0 0;
}

.gp-entry-header {
  margin: 0 0 40px;
}
.gp-entry-header .gp-entry-title {
  color: #000;
  font-size: 2.4rem;
  font-display: swap;
  margin-bottom: 20px;
}
.gp-entry-header .gp-entry-meta {
  position: relative;
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
}
.gp-entry-header .gp-entry-meta .gp-post-meta {
  margin-right: 10px;
}
.gp-entry-header .gp-entry-meta .gp-post-meta::before {
  font-family: "Font Awesome 5 Free", FontAwesome;
  margin-right: 5px;
  -webkit-font-smoothing: antialiased;
  content: "\f007";
}
.gp-entry-header .gp-entry-meta .gp-post-meta.gp-meta-date:before {
  content: "\f017";
}
.gp-entry-header .gp-entry-meta .gp-post-meta.gp-meta-cats:before {
  content: "\f07c";
}

#sns_share_btn {
  width: 100%;
  margin: -15px 0 10px;
}
#sns_share_btn h2 {
  color: #666666;
  font-weight: 400;
}
#sns_share_btn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sns_share_btn ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#sns_share_btn ul li a {
  min-width: 27px;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
  text-shadow: none;
  text-align: center;
  line-height: 25px;
  padding: 1px 5px 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sns_share_btn ul li a i {
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.1);
}
#sns_share_btn ul li a .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}
#sns_share_btn ul li a .share-count {
  display: inline;
  font-size: 9px;
  color: #fff;
  padding: 0;
  line-height: 25px;
  margin: 0;
  border-radius: 0 1px 1px 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sns_share_btn ul li > a:hover {
  transform: translate3d(0, 1px, 0);
}
#sns_share_btn ul li.twitter a {
  color: #fff;
  background-color: #55acee;
}

@media screen and (max-width: 480px) {
  #sns_share_btn {
    width: 100%;
    margin: -15px 0 15px;
  }
  #sns_share_btn ul li a {
    margin-right: 2px;
  }
  #sns_share_btn ul li a i {
    left: 1px;
  }
  #sns_share_btn ul li a .share-count {
    margin-left: 3px;
  }
  #sns_share_btn ul li > a span {
    display: none;
  }
}
/* Twitter */
#share_btm1 ul li.twitter a {
  color: #fff;
  background-color: #55acee;
}

#sns_share_btn ul li.twitter a:hover {
  background-color: #468ec5;
}

/* Facebook */
#sns_share_btn ul li.facebook a {
  background-color: #35629a;
}

#sns_share_btn ul li.facebook a:hover {
  background-color: #1f3669;
}

/* Google+ */
#sns_share_btn ul li.googleplus a {
  background-color: #dd4b39;
}

#sns_share_btn ul li.googleplus a:hover {
  background-color: #b94031;
}

#sns_share_btn ul li.googleplus a i {
  top: 4px;
}
#sns_share_btn ul li.hatebu > a {
  background-color: #3c7dd1;
}

/* Hatena */
#share_btm1 ul li.hatebu a {
  background-color: #3c7dd1;
}

#sns_share_btn ul li.hatebu > a:hover {
  background-color: #0270ac;
}

/* Pocket */
#sns_share_btn ul li.pocket a {
  background-color: #ee4056;
}

#sns_share_btn ul li.pocket a:hover {
  background-color: #c53648;
}

/* rss */
#sns_share_btn ul li.rss a {
  background-color: #ffb53c;
}

#sns_share_btn ul li.rss a:hover {
  background-color: #e09900;
}

/* Pinterest */
#sns_share_btn ul li.pinterest a {
  background-color: #d4121c;
}

#sns_share_btn ul li.pinterest a:hover {
  background-color: #a42f35;
}

.sentry p {
  line-height: 2;
  margin: 0 0 2em 0;
}
.sentry p.center {
  text-align: center;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 24px 0;
}
.sentry h1 {
  font-size: 150%;
}
.sentry h2 {
  font-size: 140%;
}
.sentry h3 {
  font-size: 130%;
}
.sentry h4 {
  font-size: 120%;
}
.sentry h5 {
  font-size: 110%;
}
.sentry h6 {
  font-size: 100%;
}
.sentry img {
  height: auto;
  max-width: 100%;
}
.sentry img.centered {
  display: block;
  margin: 15px auto;
}

div.centered, .sentry img.aligncenter, div.aligncenter {
  display: block;
  margin: 15px auto;
}

.sentry img.alignright, div.alignright {
  margin: 10px 0 30px 30px;
  display: inline;
}

.sentry img.alignleft, div.alignleft {
  margin: 10px 30px 30px 0;
  display: inline;
}

.sentry .wp-caption {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 96%;
  padding: 14px 3px 1px;
  border-radius: 5px;
}
.sentry .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.sentry .wp-caption .wp-caption-text {
  padding: 10px 0 0;
}
.sentry table {
  margin: 0 0 24px 0;
}
.sentry td {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
}
.sentry th {
  border: 1px solid #ccc;
  padding: 10px 15px 7px;
  line-height: 2;
  background: #f2f2f2;
  font-weight: normal;
}
.sentry blockquote {
  margin: 0 0 24px 0;
  padding: 27px 30px 1px;
  background: #f2f2f2;
  border-radius: 5px;
  position: relative;
  border: #d0d0d0 1px solid;
}
.sentry blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #999;
}
.sentry blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #999;
}
.sentry li, .sentry dt, .sentry dd {
  line-height: 2;
}
.sentry ul, .sentry ol, .sentry dl {
  margin-bottom: 24px;
}
.sentry ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}
.sentry ul {
  list-style: disc outside none;
  margin-left: 1.3em;
}
.sentry ul.checked {
  list-style: none;
}
.sentry ul.checked li {
  position: relative;
  padding-left: 2em;
  font-size: 1.8rem;
}
.sentry ul.checked li::before {
  top: 43%;
  left: 0;
  width: 1.4em;
  height: 1.6em;
  transform: translateY(-50%);
  background: url(images/icon-check-bk.png) center top/contain no-repeat;
  content: "";
  position: absolute;
}
.sentry ul.checked.colored li::before {
  background-image: url(images/icon-check-yl.png);
}
.sentry ul.checked.bigger li {
  font-size: 2.4rem;
}
.sentry ul.checked.bordered {
  padding: 3.5em;
  background: #fff;
  border: #d0d0d0 1px solid;
}
.sentry ul.checked.flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.sentry ul.checked.flex li {
  width: 30%;
}
.sentry li > ul, .sentry li > ol {
  margin-bottom: 0;
}
.sentry dt {
  font-weight: bold;
}
.sentry dd {
  margin-bottom: 1em;
}
.sentry .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  border-radius: 5px;
}
.sentry .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  margin: 9px auto;
}
.sentry .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
.sentry pre {
  margin: 0 0 24px 0;
  line-height: 1.5;
  background: #f2f2f2;
  padding: 15px;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#contents-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contents-flex #content-left {
  width: 65%;
}
#contents-flex #content-right {
  width: 30%;
}
#contents-flex.wide #content-left {
  width: calc(100% - 324px - 5%);
}
#contents-flex.wide #content-right {
  width: 324px;
}

.widget {
  margin-bottom: 2em;
  background: #fff;
}
.widget .widget-header {
  padding: 0.5em 1em;
  border: #d0d0d0 1px solid;
  background: #f7f7f7;
}
.widget .widget-header .widget-ttl {
  font-weight: 400;
}
.widget .widget-body {
  padding: 1em;
  border: #d0d0d0 1px solid;
  border-top: none;
}
.widget .news_widget_list {
  list-style: none;
}
.widget .news_widget_list li:not(:last-child) {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: #d0d0d0 1px dashed;
}
.widget .news_widget_list li .thumb {
  margin-bottom: 0.5em;
}
.widget .news_widget_list li .news_date {
  font-size: 1.2rem;
  color: #666;
}
.widget .news_widget_list li .news_title {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
.widget .news_widget_list li .news_title:hover {
  text-decoration: underline;
}
.widget .pages_widget_list {
  list-style: none;
}
.widget .pages_widget_list li:not(:last-child) a {
  border-bottom: #d0d0d0 1px dashed;
}
.widget .pages_widget_list li a {
  display: block;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
.widget .pages_widget_list li a::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 4.3px;
  border-color: transparent transparent transparent #333333;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  content: "";
}
.widget .pages_widget_list li a:hover {
  padding-left: 1.5em;
}
.widget .pages_widget_list li a.current-page {
  padding-left: 1.5em;
  background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 5px, #fff 5px, #fff 10px);
}

.eyecatch {
  margin-bottom: 2em;
}

.cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.md-news .flex {
  padding: 2em 0;
  border-bottom: #000 1px solid;
}
.md-news .flex:first-child {
  border-top: #000 1px solid;
}
.md-news .flex:last-child {
  margin-bottom: 6em;
}
.md-news .flex dt {
  width: 6em;
  color: #666;
}
.md-news .flex dd {
  width: calc(100% - 6em);
}
.md-news .flex dd a:hover {
  text-decoration: underline;
}

.lead-header {
  font-size: 4rem;
  position: relative;
  font-weight: 700;
  padding-top: 50px;
  padding-left: 40px;
  margin-bottom: 2em;
}
.lead-header::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0 180px 160px;
  border-color: transparent transparent #ECD946 transparent;
  position: absolute;
  z-index: -1;
  transform: rotate(30deg);
  top: -20px;
  left: -30pxpx;
}
.lead-header span {
  font-weight: 700;
}
.lead-header .lead-sub {
  font-size: 1.8rem;
  color: #666;
}

.symbol-header {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 150px;
  border: 3px solid #000;
  font-size: 2.4rem;
  margin-bottom: 3em;
}
.symbol-header::before {
  position: absolute;
  top: -107%;
  left: -24px;
  content: "";
  width: 150px;
  height: 230%;
  transform: rotate(35deg);
  background: #000;
}
.symbol-header span {
  font-size: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 18px;
  color: #fff;
}

.fl {
  font-size: 2rem;
}

.fll {
  font-size: 2.4rem;
}

.content-row {
  margin-bottom: 3em;
}

.section-row {
  margin-bottom: 5.5em;
}

.md-border-box {
  position: relative;
  padding: 3.5em;
  border: #000 5px double;
}
.md-border-box .ttl {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #ECD946;
  text-shadow: #000 1px 1px 0;
}
.md-border-box .centered {
  text-align: center;
  font-size: 3.2rem;
}
.md-border-box .btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2em;
}
.md-border-box .btn-box .more .btn {
  background: #ecd946;
  color: #000;
  background: #ecd946;
  color: #000;
  font-size: 0.75em;
  height: 56px;
  min-width: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md-border-box .btn-box .more .btn::before {
  background: #000;
}
.md-border-box .btn-box .more .btn:hover::after {
  width: 275px;
  height: 275px;
}
.md-border-box .btn-box .more:not(:first-child) {
  margin-top: 0.5em;
}

.back-text-header {
  margin-bottom: 3.5em;
}
.back-text-header .back-text-ttl {
  font-size: 4.2rem;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
.back-text-header .back-text-ttl::before {
  content: "Contents";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
  font-family: din-2014, sans-serif;
  font-style: italic;
  color: #ECD946;
  font-size: 6rem;
  z-index: -1;
}

.md-content-box {
  padding: 3em 0;
}
.md-content-box .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.md-content-box .flex .item {
  position: relative;
  width: 31%;
  background-color: #fff;
  box-shadow: 11px 13px 27px 6px rgba(0, 0, 0, 0.08);
}
.md-content-box .flex .item .ttl-box {
  position: relative;
  border-bottom: solid 1px #e9e9e9;
  overflow: hidden;
  padding: 2em 1em;
}
.md-content-box .flex .item .ttl-box .icon {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  width: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #ECD946;
}
.md-content-box .flex .item .ttl-box .num {
  margin-bottom: 1em;
  text-align: center;
}
.md-content-box .flex .item .ttl-box .num .val {
  font-size: 4.2rem;
  font-weight: 800;
  color: #ecd946;
  line-height: 1;
  text-align: center;
}
.md-content-box .flex .item .ttl-box .ttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
}
.md-content-box .flex .item .ttl-box .ttl span {
  display: block;
  font-size: 1.6rem;
  color: #666;
  margin-bottom: 10px;
}
.md-content-box .flex .item .ttl-box .ttl.bigger {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.md-content-box .flex .item .ttl-box .ttl.f-bold {
  font-weight: bold;
}
.md-content-box .flex .item .txt-box {
  padding: 2em;
}
.md-content-box .flex .item .txt-box p {
  font-size: 1.4rem;
}
.md-content-box .flex .item:first-child .num .val {
  color: #00DE12;
}
.md-content-box .flex .item:first-child .TCIPrice .TCTAmount {
  color: #00DE12;
}
.md-content-box .flex .item:nth-child(2) .num .val {
  color: #00D8F5;
}
.md-content-box .flex .item:nth-child(2) .TCIPrice .TCTAmount {
  color: #00D8F5;
}
.md-content-box .flex .item:nth-child(3) .num .val {
  color: #FF4800;
}
.md-content-box .flex .item:nth-child(3) .TCIPrice .TCTAmount {
  color: #FF4800;
}
.md-content-box .flex .item:last-child .num .val {
  color: #1200DE;
}
.md-content-box .flex .item:last-child .TCIPrice .TCTAmount {
  color: #1200DE;
}
.md-content-box .flex.half {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-content-box .flex.half .item {
  width: 47.5%;
}
.md-content-box .flex.half .item:not(:nth-last-child(1)), .md-content-box .flex.half .item:not(:nth-last-child(2)) {
  margin-bottom: 2.5em;
}

.centered-header {
  margin-bottom: 3em;
}
.centered-header .centered-ttl {
  text-align: center;
}
.centered-header .centered-ttl span {
  display: block;
}
.centered-header .centered-ttl span.sub {
  font-size: 2rem;
}
.centered-header .centered-ttl span.ttl {
  font-size: 3.2rem;
}

.md-wide-box {
  background: #fff;
  border: #000 3px solid;
  padding: 3em;
}
.md-wide-box p,
.md-wide-box h3 {
  text-align: center;
}
.md-wide-box .ttl {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
.md-wide-box p {
  line-height: 2.4;
}
.md-wide-box p:not(:last-child) {
  margin-bottom: 1.5em;
}
.md-wide-box ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.md-section-tab {
  position: relative;
  margin-bottom: 3em;
}
.md-section-tab ul {
  list-style: none;
}
.md-section-tab ul li {
  width: 33.333333%;
  box-sizing: border-box;
}
.md-section-tab ul li:nth-child(2) {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
.md-section-tab ul li a {
  display: block;
  text-align: center;
  padding: 1em;
  background: #666;
  color: #fff;
}
.md-section-tab ul li a:hover {
  background: #333;
}
.md-section-tab ul li a.current {
  background: #000;
}

.md-styled-content .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-styled-content .flex .thumb,
.md-styled-content .flex .txt {
  width: 45%;
}

.TCIPrice {
  margin-bottom: 0 !important;
}
.TCIPrice .TCTotal {
  font-size: 2rem;
  letter-spacing: 0.07em;
}
.TCIPrice .TCTPrice {
  font-size: 2rem;
  letter-spacing: 0.07em;
  margin-left: 8px;
}
.TCIPrice .TCTAmount {
  font-size: 3.2rem;
  font-style: normal;
  letter-spacing: 0.07em;
  margin-left: 3px;
  font-weight: 800;
  color: #ecd946;
  /*text-shadow: $base-color 1px 1px 0;*/
}

#advantage-03 .sentry ul {
  margin-left: 0;
}
#advantage-03 .sentry ul.checked li {
  font-size: 1.4rem;
}

#maintenance {
  padding-top: 79px;
  margin-top: -79px;
}

.md-box-frame {
  padding: 2.5em;
  background: #fff;
  border: #000 3px solid;
}
.md-box-frame .price {
  margin-bottom: 2em;
}
.md-box-frame .price .ttl {
  background: #000;
  color: #fff;
  padding: 0.7em 1em;
  text-align: center;
}
.md-box-frame .price .txt {
  background: #f7f7f7;
  padding: 2em;
}
.md-box-frame .price .txt p {
  text-align: center;
}
.md-box-frame .price .txt p .plan_largeLetter {
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 3.2rem;
  font-weight: 800;
}
.md-box-frame .notice {
  font-size: 1.2rem !important;
}

#archives-works {
  padding: 4em 0;
}

.is_works #archives-works {
  overflow: hidden;
  padding-top: 2em;
}

.archives-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.md-works-list {
  list-style: none;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: #d0d0d0 1px solid;
  overflow: hidden;
}
.md-works-list .service {
  width: 33.333333%;
  box-sizing: border-box;
  border-right: #d0d0d0 1px solid;
  border-bottom: #d0d0d0 1px solid;
  /*margin-right: 2%;
  margin-bottom: 2.5em;*/
  margin: 0 !important;
  position: relative;
  /*
  &.on{
  	a{
  		&::before{
  			width: 100%;
  		}
  	}
  }
  */
}
.md-works-list .service:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.md-works-list .service a {
  display: block;
  position: relative;
  background: #fff;
  animation-name: serviceBackground;
  animation-duration: 0.01s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
.md-works-list .service a::before {
  /*
  content: '';
  background: rgb(252,246,195);
  background: linear-gradient(0deg, rgba(254,249,207,1) 0%, rgba(255,254,248,1) 100%);
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 1s;
  transition-delay: 0.6s !important;
  */
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: 1s;
  animation: curtainOpen 0.7s ease-in-out 1.5s forwards;
  z-index: -1;
  background: linear-gradient(332deg, rgb(254, 249, 207) 0%, rgb(236, 217, 70) 36%, rgb(254, 249, 207) 66%, rgb(255, 254, 248) 100%);
  background: linear-gradient(332deg, rgb(254, 249, 207) 0%, rgb(236, 217, 70) 36%, rgb(254, 249, 207) 50%, rgb(254, 249, 207) 66%, rgb(255, 254, 248) 100%);
}
.md-works-list .service a .bg {
  position: relative;
}
.md-works-list .service a figure {
  position: absolute;
  overflow: hidden;
  z-index: 2;
}
.md-works-list .service a figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease-in-out 0.4s;
}
.md-works-list .service a figure.pc_monitor {
  top: 18.4%;
  left: 13.1%;
  width: 55.1%;
  height: 35.72%;
}
.md-works-list .service a figure.sp_monitor {
  top: 41%;
  right: 11.3%;
  width: 15%;
  height: 27.2%;
}
.md-works-list .service a figure.ph_monitor {
  top: 13.23%;
  right: 5.5%;
  width: 89%;
  height: 59%;
}
.md-works-list .service a .txt {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100%;
  height: 4em;
  transform: translateX(-50%);
}
.md-works-list .service a .txt p {
  text-align: center;
  font-size: 1.4rem;
}
.md-works-list .service a .txt p.poName {
  font-size: 2rem;
  font-weight: bold;
}
.md-works-list .service a:hover {
  /*
  &::before{
  	width: 100%;
  }
  */
}
.md-works-list .service a:hover figure img {
  transform: scale(1.1);
}

@keyframes serviceBackground {
  0% {
    background: #fff;
  }
  100% {
    background: linear-gradient(332deg, rgba(254, 249, 207, 0.85) 0%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0.3) 100%);
  }
}
@keyframes curtainOpen {
  0% {
    width: 0%;
  }
  100% {
    width: 1000%;
  }
}
.archives-category-ttl-area {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.5em;
}

.md-archive-tabs {
  margin-bottom: 2.5em;
}
.md-archive-tabs .flex {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
.md-archive-tabs .flex li {
  margin: 2px 2px 0px;
}
.md-archive-tabs .flex li a {
  display: block;
  padding: 1em 2.5em;
  background: #ecd946;
  color: #000;
}
.md-archive-tabs .flex li a:hover {
  background: #b4a63b;
  color: #fff;
}
.md-archive-tabs .flex li a.current {
  background: #000;
  color: #fff;
}

.archives-category-lead-area {
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 3em;
}
.archives-category-lead-area .archives-category-lead-box .archives-category-lead-text .lead-text-block {
  display: inline-block;
}

.md-archives-filter {
  margin-bottom: 4.5em;
}
.md-archives-filter .archives-filter-area .archives-filter-box {
  background: #f4f4f4;
  padding: 45px 35px 40px 35px;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item {
  width: 47.5%;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link {
  position: relative;
  text-decoration: none;
  font-weight: 700;
  color: #000;
  background-color: #fff;
  padding: 1.25em 1.5em 1.25em 1.5em;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  transition: all linear 0.5s;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area {
  transition: all linear 0.5s;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 22px;
  height: 20px;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .box {
  transition: 0.5s ease;
  display: block;
  background-color: #000;
  width: 5px;
  height: 5px;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .box:not(:nth-child(3n+1)) {
  margin-left: 2px;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .box:nth-child(n+4) {
  margin-top: 2px;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .close {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-20%) translateX(-10%);
  display: block;
  opacity: 0;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .close img {
  width: 100%;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-ttl-area {
  margin-left: 0.5em;
  margin: 0 auto;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link.filter-open {
  background-color: #ecd946;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link.filter-open .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .box {
  transform: scale(0);
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link.filter-open .archives-filter-item-link-inner .archives-filter-item-link-flex .archives-filter-item-link-icon-area .gigR-parts-menu .btnArea .close {
  opacity: 1;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area {
  display: none;
  margin-top: 2rem;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box {
  position: relative;
  background-color: #fff;
  padding: 1em;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(-99%) translateX(-50%);
  width: 0;
  height: 0;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.5rem solid #fff;
  border-left: 1.2rem solid transparent;
  transition: all 0.3s;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item {
  width: 50%;
  padding: 0.5em 1em;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area {
  width: 1.65em;
  height: 1.65em;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area .archives-filter-item-body-item-link-arrow-box {
  position: relative;
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area .archives-filter-item-body-item-link-arrow-box::before, .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area .archives-filter-item-body-item-link-arrow-box:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area .archives-filter-item-body-item-link-arrow-box::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f4f4f4;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-arrow-area .archives-filter-item-body-item-link-arrow-box::after {
  width: 37%;
  height: 37%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 50%;
  left: 40%;
  transform: translateY(-50%) translateX(-40%) rotate(45deg);
}
.md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item .archives-filter-item-body-item-link .archives-filter-item-body-item-link-flex .archives-filter-item-body-item-link-ttl-area {
  margin-left: 0.75em;
  font-weight: 600;
}

#service-link.md-archive-tabs .flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#service-link.md-archive-tabs .flex li {
  width: 33.333333%;
  box-sizing: border-box;
  margin: 0;
  border: #fff 1px solid;
  text-align: center;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 3em;
  font-size: 1.4rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #707070;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #ecd946;
  font-weight: bold;
}

.works-header .works-ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.works-header .type {
  text-align: center;
  margin-bottom: 1.5em;
}

#works-single {
  padding: 0 0 4em 0;
}
#works-single .works-single-flex {
  position: relative;
}
#works-single .works-single-flex .works-single-flex-body {
  width: 70%;
  margin: 60px 0 0 30%;
  padding: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  background: linear-gradient(332deg, rgb(254, 249, 207) 0%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  background: linear-gradient(332deg, rgba(254, 249, 207, 0.85) 0%, rgba(255, 255, 255, 0.5) 66%, rgba(255, 255, 255, 0.3) 100%);
  overflow: hidden;
}
#works-single .works-single-flex .works-single-flex-body::before {
  content: "";
  background: #fcf6c3;
  background: linear-gradient(0deg, #fef9cf 0%, #fffef8 100%);
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  transition: all 1s;
  transition-delay: 1.5s !important;
  z-index: -1;
  background: linear-gradient(332deg, rgb(254, 249, 207) 0%, rgb(236, 217, 70) 36%, rgb(254, 249, 207) 66%, rgb(255, 254, 248) 100%);
  background: linear-gradient(332deg, rgb(254, 249, 207) 0%, rgb(236, 217, 70) 36%, rgb(254, 249, 207) 50%, rgb(254, 249, 207) 66%, rgb(255, 254, 248) 100%);
}
#works-single .works-single-flex .works-single-flex-body.on::before {
  width: 1000%;
}
#works-single .works-single-flex .works-single-flex-head {
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  left: 5%;
  background: #fff;
  width: 30%;
  padding: 5em 1.5em;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#single-more {
  text-align: center;
}
#single-more .btn {
  border: transparent 1px solid;
  background: #ecd946;
  color: #000;
}
#single-more .btn::before {
  background: #000;
}
#single-more .btn:hover {
  border-color: #000;
}

#portDetail {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#portDetail figure {
  position: absolute;
  overflow: hidden;
  background: #fff;
}
#portDetail figure img {
  display: block;
  width: 100%;
  transition: all ease 8s;
  top: 0;
  position: relative;
}
#portDetail figure.pc_monitor {
  width: 55.1%;
  height: 44.3%;
  top: 17.56%;
  left: 13.1%;
}
#portDetail figure.sp_monitor {
  width: 15%;
  height: 33.5%;
  top: 46.1%;
  left: 73.8%;
}

/*
#works-single{
	#portDetail{
		figure{
			img{
				height: 100%;
				object-fit: cover;
			}
		}
	}
}
*/
#portData {
  border: #d0d0d0 1px solid;
  padding: 2.5em;
  background: #fff;
  box-sizing: border-box;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4em;
}
#portData .txt {
  margin-bottom: 2.5em;
}
#portData .data {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#portData .data .flex {
  width: 47.5%;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
#portData .data .flex dt,
#portData .data .flex dd {
  padding: 10px 0;
  border-bottom: 1px dashed #d0d0d0;
}
#portData .data .flex dt {
  width: 32%;
}
#portData .data .flex dd {
  width: 66%;
  margin-left: 0;
}

#contactform .row {
  margin-bottom: 2em;
}
#contactform .ttl {
  color: #000;
  margin-bottom: 0.5em;
}
#contactform .ttl a {
  text-decoration: underline;
}
#contactform .sub {
  margin-bottom: 1em;
  font-size: 1.4rem;
  padding: 0.5em 1em;
  background: #f0f0f0;
}
#contactform .sub.mgt {
  margin-top: 1em;
}
#contactform .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
#contactform .flex .item {
  width: 48%;
}
#contactform input[type=text], #contactform input[type=password], #contactform input[type=email], #contactform input[type=url], #contactform input[type=tel], #contactform input[type=number], #contactform input[type=range], #contactform input[type=date], #contactform textarea, #contactform input.text {
  background: #fff;
  border: 1px solid #e3e3e3;
  color: inherit;
  padding: 12px 15px;
  display: block;
  font-size: 16px !important;
  margin: 10px 0 10px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none !important;
}
#contactform .selection-box {
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(images/select-box.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  border: 1px solid #e3e3e3;
  color: #808080;
  cursor: pointer;
  display: block;
  height: 50px;
  margin: 10px 0;
  padding: 0 10px;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#contactform .selection-box::before, #contactform .selection-box::after {
  content: "";
  pointer-events: none;
  position: absolute;
}
#contactform .selection-box::before {
  z-index: 1;
  right: 20px;
  top: 3px;
  bottom: 0;
  height: 0;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
}
#contactform .selection-box::after {
  width: 48px;
  height: 47px;
  right: 0px;
  top: 1px;
  border-left: 1px solid #e3e3e3;
  background: #fff;
}
#contactform .selection-box select {
  background: #fff;
  display: block;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}
#contactform .selection-box select:focus {
  outline: none;
}
#contactform .selection-box.inline {
  display: inline-block;
  width: auto;
  min-width: 120px;
  margin-right: 5px;
  margin-left: 5px;
}
#contactform .btns {
  text-align: center;
}
#contactform input[type=submit] {
  font-size: 1.4rem;
  min-width: 265px;
  height: 71px;
  line-height: 71px;
  box-sizing: border-box;
  background: #000;
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all ease 0.4s;
  border: #000 1px solid;
}
#contactform input[type=submit]:hover {
  background: #ecd946;
  color: #000;
}
#contactform span.wpcf7-not-valid-tip,
#contactform span.error {
  font-size: 1em;
  display: block;
  background: #ffb0af;
  border: 1px solid #ff7b79;
  color: #cc0000;
  left: 0;
  padding: 4px 10px;
  position: relative;
  top: 0;
  font-size: 1.4rem;
}
#contactform span.wpcf7-not-valid-tip:before,
#contactform span.error:before {
  content: "";
  background-image: url(images/error-arrow.png);
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: -6px;
  height: 6px;
  width: 16px;
}
#contactform.border .row {
  padding-bottom: 2em;
  border-bottom: #ddd 1px dashed;
}
#contactform .half {
  width: 50%;
}
#contactform .narrow {
  width: 25%;
}
#contactform .row-box {
  padding: 1em;
  margin-bottom: 0.5em;
  background: #f8f8f8;
}
#contactform .row-box .flx {
  display: flex;
}
#contactform .row-box .flx .item {
  width: 35%;
  margin-right: 2%;
}
#contactform .row-box .flx .item:nth-child(3n) {
  margin-right: 0;
  width: 15%;
}
#contactform .table .th {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
#contactform .table .td {
  padding-left: 1.5em;
}
#contactform .pdn-row {
  padding: 1.5em;
  border: #d0d0d0 1px solid;
  margin-bottom: 2.5em;
  background: #eeffff;
  color: #ecd946;
  font-weight: 400;
}
#contactform .md-timeline {
  margin-bottom: 4.5em;
}
#contactform ul.circle {
  font-size: 1.4rem;
  padding-left: 2.5em;
}
#contactform input[type=file] {
  font-size: 1.4rem;
}

span.req {
  display: inline-block;
  margin-left: 8px;
  color: red;
  font-size: 1.2rem;
}

.mwform-checkbox-field {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  border: #d0d0d0 3px solid;
  box-sizing: border-box;
  min-width: 250px;
  margin-top: 1em;
  margin-right: 10px;
  background: #fff;
}
.mwform-checkbox-field span {
  font-size: 1.4rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.content-header {
  text-align: center;
  margin-bottom: 3em;
}
.content-header-inner {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}
.content-header-inner .en {
  color: #707070;
  margin-left: 1.2em;
  font-size: 1.8rem;
}
.content-header-inner .content-ttl {
  font-size: 3.6rem;
  color: #ecd946;
  font-weight: 400;
  margin-left: 1em;
}
.content-header-inner .excerpt {
  font-size: 1.8rem;
}

.white-area {
  position: relative;
  background-color: #fff;
  padding: 3.5em 80px;
  box-sizing: border-box;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  border-top: #f7f7f7 1px solid;
}
.white-area .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.white-area .excerpt {
  margin-bottom: 2.5em;
  line-height: 2.4;
}
.white-area .excerpt.centered {
  text-align: center;
}
.white-area .flex-item-list {
  margin-bottom: 3.5em;
}
.white-area .flex-item-list .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.white-area .flex-item-list .flex .flex-item-list-header {
  width: 40%;
}
.white-area .flex-item-list .flex .flex-item-list-body {
  width: 55%;
}
.white-area .flex-item-list .flex .flex-item-list-body .excerpt {
  margin-bottom: 0;
}
.white-area .flex-item-list .flex .flex-item-list-header .flex-item-list-ttl {
  font-size: 2.4rem;
  font-weight: 400;
}
.white-area .flex-item-list.reverse .flex .flex-item-list-header {
  order: 2;
}
.white-area .flex-item-list.reverse .flex .flex-item-list-body {
  order: 1;
}
.white-area .checked-list-box {
  margin-bottom: 3.5em;
}
.white-area .checked-list-box ul {
  list-style: none;
  padding-left: 1.3em;
}
.white-area .checked-list-box ul.checked {
  list-style: none;
}
.white-area .checked-list-box ul.checked li {
  position: relative;
  padding-left: 2em;
}
.white-area .checked-list-box ul.checked li:not(:last-child) {
  margin-bottom: 0.5em;
}
.white-area .checked-list-box ul.checked li::before {
  top: 43%;
  left: 0;
  width: 1.2em;
  height: 1.4em;
  transform: translateY(-50%);
  background: url(images/icon-check-bk.png) center top/contain no-repeat;
  content: "";
  position: absolute;
}
.white-area .checked-list-box ul.checked.colored li::before {
  background-image: url(images/icon-check-yl.png);
}
.white-area .checked-list-box ul.checked.bigger li {
  font-size: 2.4rem;
}
.white-area .checked-list-box ul.checked.bordered {
  padding: 3.5em;
  background: #fff;
  border: #d0d0d0 1px solid;
}
.white-area .checked-list-box ul.checked.flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.white-area .checked-list-box ul.checked.flex li {
  width: 30%;
}
.white-area .checked-list-box ul.checked.flex li.half {
  width: 47.5%;
}

.box-header {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 0 0 3.5em 0;
}
.box-header .box-header-ttl {
  width: 500px;
  height: 80px;
  line-height: 80px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  padding: 0 50px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  box-sizing: border-box;
}
.box-header .box-header-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cb-banner {
  margin-bottom: 3.5em;
}
.cb-banner .flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.cb-banner .flex .cb-content {
  width: 50%;
  box-sizing: border-box;
  padding: 6em 2em;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cb-banner .flex .cb-content::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  content: "";
}
.cb-banner .flex .cb-content .cb-ttl,
.cb-banner .flex .cb-content .cb-num,
.cb-banner .flex .cb-content .cb-desc {
  position: relative;
  text-align: center;
  color: #fff;
}
.cb-banner .flex .cb-content .cb-ttl {
  margin-bottom: 5px;
}
.cb-banner .flex .cb-content .cb-num {
  margin-bottom: 10px;
}
.cb-banner .flex .cb-content .cb-num span {
  display: inline-block;
}
.cb-banner .flex .cb-content .cb-num span.num {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 8px;
}
.cb-banner .flex .cb-content .cb-desc {
  font-size: 1.4rem;
}
.cb-banner .flex .cb-content.full {
  width: 100%;
}

#hero .sp-box {
  display: none;
}

.for-sp {
  display: none;
}

#footer-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 3;
  display: flex;
  transition: all ease-in-out 0.4s;
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
  transform: translateY(90px);
  box-sizing: border-box;
  border-top: #fff 1px solid;
}
#footer-btn .item {
  width: 50%;
  height: 45px;
  box-sizing: border-box;
}
#footer-btn .item:nth-child(2) {
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
}
#footer-btn .item.third {
  width: 33.333333%;
}
#footer-btn .item a {
  display: block;
  height: 45px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
#footer-btn .item a img,
#footer-btn .item a svg {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
#footer-btn .item:nth-child(1) a, #footer-btn .item:nth-child(2) a, #footer-btn .item:nth-child(3) a {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  border-bottom: #fff 1px solid;
}
#footer-btn .item:nth-child(1) a, #footer-btn .item:nth-child(3) a {
  padding-top: 4px;
}
#footer-btn .item:nth-child(2) a {
  padding-top: 1.2em;
}
#footer-btn .item:nth-child(4) a, #footer-btn .item:nth-child(5) a {
  background: #ecd946;
  color: #000;
  font-size: 1.4rem;
  padding-top: 1em;
}
#footer-btn .item:nth-child(4) {
  border-right: #000 1px solid;
}

#PDGraph {
  width: 400px;
  height: 400px;
  position: relative;
}
#PDGraph .rota340 {
  animation: rota340 1.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#PDGraph .PDGraph-pie {
  position: absolute;
  top: 8.5%;
  right: -6%;
}
#PDGraph .PDGraph-letter {
  position: relative;
  top: 8px;
  left: 22px;
}
#PDGraph .slidein-rotate {
  transform: rotate(-180deg);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
#PDGraph .slidein-top {
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
#PDGraph #priceItemImage {
  width: 400px;
}
#PDGraph .transition-delay-1s {
  transition-delay: 1s;
}

#PDGraph.on .slidein-rotate {
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}
#PDGraph.on .slidein-top {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

@keyframes rota340 {
  0% {
    transform: rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
#advantage-04 .btn {
  background: #ecd946;
  color: #000;
  border: #ecd946 1px solid;
}
#advantage-04 .btn::before {
  bottom: 10px;
  background: #000;
}
#advantage-04 .btn::after {
  background: #fff;
}

.hidden-content {
  display: none;
}
.hidden-content .ttl {
  font-size: 1.8rem;
  padding-left: 0.5em;
  border-left: #ecd946 5px solid;
  margin-bottom: 1em;
}
.hidden-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.hidden-content table th,
.hidden-content table td {
  padding: 1em 1.5em;
  border: #d0d0d0 1px solid;
  font-weight: 500;
  vertical-align: top;
}
.hidden-content table th {
  background: #f4f4f4;
  width: 150px;
}
.hidden-content table td .underline {
  text-decoration: underline;
}

@media screen and (max-width: 1679px) {
  #index-office {
    display: flex;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #index-office .thumbs,
  #index-office .inner {
    width: 48%;
    position: inherit;
  }
  #index-office .inner {
    order: 2;
  }
  #index-office .thumbs {
    order: 1;
    top: inherit;
    left: inherit;
  }
  #index-office .box {
    width: 100%;
    float: none;
  }
  #hero .txt {
    padding-left: 7%;
  }
  #hero .txt .txt-inner .top {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1280px) {
  #hero .box .item:nth-child(2) {
    top: 7%;
  }
  #hero .box .item:nth-child(3) {
    top: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .wide {
    max-width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .inner {
    max-width: 90%;
  }
  #hero::before {
    left: -50%;
  }
  #hero .txt {
    padding-left: 5%;
  }
  #hero .txt .txt-inner .top {
    font-size: 4.2rem;
  }
  #hero .txt .txt-inner .bottom {
    font-size: 1.8rem;
  }
  #hero .box {
    display: none;
  }
  #hero .sp-box {
    display: block;
    width: 60%;
    position: relative;
  }
  #sub-hero .sub-hero-inner .sub-hero-section {
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
    padding-left: 5%;
  }
  #contents-flex.wide #content-left {
    width: calc(100% - 250px - 5%);
  }
  #contents-flex.wide #content-right {
    width: 250px;
  }
  .lead-header {
    font-size: 2.8rem;
  }
  .lead-header::before {
    border-width: 0px 0 120px 100px;
    top: 5px;
  }
  .white-area {
    padding: 2.5em;
  }
  #side-btn {
    display: none;
  }
  .is_fixed #footer-btn {
    transform: translateY(0);
  }
  .md-archive-tabs .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-archive-tabs .flex li {
    width: 33.333333%;
    margin: 0;
    box-sizing: border-box;
    border: #fff 1px solid;
    text-align: center;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item {
    width: 100%;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item:not(:first-child) {
    margin-top: 4rem;
  }
  .gigR-menuList-col__con-btn {
    padding: 16px 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 812px) {
  #subpage {
    padding-top: 60px;
  }
  #top .sec-inner .header-area {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  #top .sec-inner .header-area .inner {
    max-width: 90% !important;
  }
  #top .sec-inner .header-area svg {
    width: 170px;
  }
  .menuArea {
    width: 90px;
    top: 20px !important;
    right: 20px;
  }
  .menuArea .gigR-parts-menu .textArea {
    width: calc(100% - 31px);
  }
  .menuArea .gigR-parts-menu .textArea .text {
    font-size: 1.8rem;
  }
  .menuArea .gigR-parts-menu .btnArea {
    width: 21px;
    height: 21px;
  }
  .menuArea .gigR-parts-menu .btnArea .box {
    width: 5px;
    height: 5px;
  }
  .menuArea .gigR-parts-menu .btnArea .box:nth-child(1), .menuArea .gigR-parts-menu .btnArea .box:nth-child(2), .menuArea .gigR-parts-menu .btnArea .box:nth-child(3) {
    margin-top: 0 !important;
  }
  .menuArea .gigR-parts-menu .btnArea .box:not(:nth-child(3n+1)) {
    margin-left: 3px;
  }
  .menuArea .gigR-parts-menu .btnArea .box:not(:nth-child(n+4)) {
    margin-top: 3px;
  }
  .menuArea .gigR-parts-menu .btnArea .box:nth-child(n+4) {
    margin-top: 3px;
  }
  .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list {
    width: 100%;
    padding: 20.2666666667vw 24px 0;
    height: calc(100% - 115px - 80px);
  }
  .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li {
    margin-bottom: 20px;
  }
  .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li .gigR-parts-link--menu span.text {
    font-size: 2.4rem;
  }
  .show .gigR-menuList .gigR-menuList-col .gigR-menuList-col__con:before {
    display: none;
  }
  .gigR-menuList-col__con-btn::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #242424;
    transform-origin: center left;
    transform: scaleX(0);
    transition: 1s ease 0.5s;
  }
  .show .gigR-menuList-col__con-btn::before {
    transform: scaleX(1);
  }
  .gigR-menuList-col__con {
    width: 100%;
  }
  .min {
    max-width: 90%;
  }
  #hero {
    /*
    .box{
    	display: none;
    }
    .sp-box{
    	display: block;
    	position: absolute;
    	width: 80%;
    	bottom: 0;
    	right: -10%;
    	z-index: 0;
    }
    */
  }
  #hero::before {
    left: -20%;
  }
  #hero::after {
    left: 64%;
  }
  #hero .hero-inner {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
    z-index: 2;
  }
  #hero .txt {
    width: 100%;
  }
  #hero .inner {
    z-index: 1;
  }
  #hero .hero-btn {
    z-index: 2;
  }
  #hero .sp-box {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .md-service-list .flex-wrap .item .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-service-list .flex-wrap .item .flex .thumb,
  .md-service-list .flex-wrap .item .flex .txt {
    width: 100%;
  }
  .md-service-list .flex-wrap .item .flex .thumb img.img-pc {
    display: none;
  }
  .md-service-list .flex-wrap .item .flex .thumb img.img-sp {
    display: block;
  }
  .md-service-list .flex-wrap .item .flex .txt {
    padding-bottom: 4em;
  }
  #index-works .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-works .flex .box,
  #index-works .flex .logos {
    width: 100%;
  }
  #index-works .flex .logos {
    display: none;
  }
  #index-works .flex .box .logos-sp {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
  }
  #index-works .lead {
    margin-bottom: 2.5em;
  }
  .scpd {
    padding: 4em 0;
  }
  .sec-header {
    margin-bottom: 3em;
  }
  #index-about .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-about .flex .item {
    width: 100%;
    border-right: none !important;
    border-bottom: #d2d2d2 2px solid;
  }
  #index-about .flex .item a {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  #index-price {
    padding-bottom: 4em;
  }
  #index-price .box {
    float: none;
    width: 100%;
  }
  #index-price .thumb {
    position: inherit;
    width: 70%;
    text-align: center;
    left: inherit;
    top: inherit;
    display: none;
  }
  #index-price .more {
    text-align: left;
  }
  #index-price .lead {
    margin-bottom: 2.5em;
  }
  #index-price .sp-thumb {
    display: block;
    margin-bottom: 2.5em;
  }
  .bl-line.reverse::before {
    content: "";
    background-color: #000;
    width: 105%;
    height: 150%;
    position: absolute;
    left: -38.5%;
    top: -10%;
    transform: rotate(-15deg);
  }
  #index-insta-blog .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #index-insta-blog .flex #index-instagram,
  #index-insta-blog .flex #index-blog {
    width: 100%;
  }
  #index-insta-blog .flex #index-instagram {
    margin-bottom: 3.5em;
  }
  #index-office {
    position: relative;
    padding-top: 4em;
  }
  #index-office .thumbs,
  #index-office .inner {
    width: 100%;
  }
  #index-office .box {
    float: none;
    width: 100%;
  }
  #index-office .thumbs {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    width: 50%;
    left: inherit;
  }
  #site-footer {
    margin-top: 0;
  }
  #sub-hero .sub-hero-inner {
    height: 22.56vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section {
    padding: 6.3vw 8.3vw 2.5vw 8.3vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section::before {
    width: 165vw;
    height: 22.56vw;
    left: -79.8vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.en {
    font-size: 3.47222vw;
    letter-spacing: 0.4vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.ja {
    font-size: 1.11111vw;
    margin-top: 1.2vw;
  }
  .breadcrumbs {
    padding: 0.5em 0;
  }
  .breadcrumbs .inner li {
    font-size: 1rem;
  }
  #contents-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contents-flex #content-left,
  #contents-flex #content-right {
    width: 100% !important;
  }
  #contents-flex #content-left {
    margin-bottom: 2.5em;
  }
  .white-area {
    box-shadow: 16px 16px 40px 0px rgba(0, 0, 0, 0.2);
  }
  .white-area .ttl {
    font-size: 2rem;
  }
  .white-area .excerpt {
    font-size: 1.4rem;
  }
  .white-area .flex-item-list .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .white-area .flex-item-list .flex .flex-item-list-header,
  .white-area .flex-item-list .flex .flex-item-list-body {
    width: 100%;
  }
  .white-area .flex-item-list .flex .flex-item-list-header {
    margin-bottom: 1em;
  }
  .white-area .flex-item-list .flex .flex-item-list-header .flex-item-list-ttl {
    font-size: 2rem;
  }
  .white-area .flex-item-list.reverse .flex .flex-item-list-header {
    order: 1;
  }
  .white-area .flex-item-list.reverse .flex .flex-item-list-body {
    order: 2;
  }
  .box-header .box-header-ttl {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
  }
  .lead-header {
    font-size: 2.4rem;
  }
  #maintenance {
    padding-top: 59px;
    margin-top: -59px;
  }
  .md-works-list .service {
    width: 48%;
    margin-right: 4%;
  }
  .md-works-list .service:nth-child(3n) {
    margin-right: 4%;
  }
  .md-works-list .service:nth-child(2n) {
    margin-right: 0;
  }
  .md-works-list .service a .txt {
    bottom: 5%;
  }
  .md-archive-tabs .flex {
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md-archive-tabs .flex li {
    font-size: 1.4rem;
    width: 50%;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item {
    width: 100%;
  }
  #works-single .works-single-flex {
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #works-single .works-single-flex .works-single-flex-head {
    width: 90%;
    position: inherit;
    transform: none;
    top: inherit;
    left: inherit;
    margin-left: auto;
    margin-right: auto;
    order: 2;
    margin-top: -2.5em;
  }
  #works-single .works-single-flex .works-single-flex-body {
    width: 100%;
    margin: 3em 0 0 0;
    order: 1;
  }
}
@media screen and (max-width: 480px) {
  #hero::before {
    width: 115%;
  }
  #hero::after {
    left: 84%;
  }
  #hero .hero-inner {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #hero .txt {
    width: 100%;
    padding-top: 2em;
  }
  #hero .txt .txt-inner .top {
    font-size: 2.8rem;
  }
  #hero .txt .txt-inner .bottom {
    font-size: 1.6rem;
    font-size: 1.4rem;
  }
  #hero .sp-box {
    width: 100%;
    bottom: 13%;
  }
  #hero .hero-btn {
    bottom: 5%;
    right: 0;
    left: 0;
    width: 90%;
    margin: auto;
    border: #fff 1px solid;
  }
  #hero .hero-btn .flex .icon {
    width: 30px;
  }
  #hero .hero-btn .flex .icon img {
    max-width: 25px;
  }
  #hero .hero-btn .flex .prj {
    font-size: 1.4rem;
  }
  .md-service-list .flex-wrap {
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .md-service-list .flex-wrap .item {
    /*width: 85%;*/
    width: 100%;
    margin-top: 0 !important;
    /*
    &:nth-child(2n){
    	margin-left: 20%;
    }
    */
  }
  .md-service-list .flex-wrap .item:not(:last-child) {
    margin-bottom: 2em;
  }
  .sec-header .sec-ttl {
    font-size: 3.2rem;
  }
  .sec-header .sec-ttl::before {
    height: 52px;
    width: 50px;
  }
  .bl-line::before {
    width: 130%;
  }
  #index-works .lead {
    width: 70%;
    font-size: 1.4rem;
  }
  #index-about .flex .item {
    font-size: 2rem;
  }
  #index-about .flex .item a {
    padding: 1.5em 0 !important;
  }
  .bl-line.reverse::before {
    width: 140%;
  }
  #index-price .lead {
    width: 70%;
    font-size: 1.4rem;
  }
  .md-blog .flex .item .thumb img {
    width: 100%;
  }
  #index-office .box .office .excerpt {
    font-size: 1.4rem;
  }
  #site-footer .logo-tel .tel {
    font-size: 3.6rem;
  }
  #site-footer .logo-tel .tel span {
    font-size: 2.4rem;
  }
  .breadcrumbs {
    margin-top: 0;
    padding: 0;
  }
  .breadcrumbs::before {
    width: 100%;
  }
  #contents {
    padding: 2em 0 4em 0;
  }
  .lead-header {
    font-size: 2rem;
    padding-left: 0;
    padding-top: 0;
  }
  .lead-header::before {
    top: -54px;
  }
  .lead-header .lead-sub {
    font-size: 1.2rem;
  }
  .white-area {
    padding: 1.5em;
  }
  .white-area .ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .box-header {
    height: 250px;
    border: #000 1px solid;
  }
  .box-header .box-header-ttl {
    width: 100%;
    height: auto;
    line-height: 1.4;
    position: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    font-size: 2rem;
    padding: 0.5em 1em;
    background: #000;
    color: #fff;
  }
  .white-area .excerpt {
    line-height: 1.8;
  }
  .white-area .checked-list-box ul.checked.bordered {
    padding: 1.5em;
  }
  .white-area .checked-list-box ul.checked.bordered li {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .white-area .checked-list-box ul.checked.bordered li::before {
    top: 3px;
    transform: none;
  }
  .cb-banner .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cb-banner .flex .cb-content {
    width: 100%;
  }
  .widget {
    font-size: 1.4rem;
  }
  .widget .news_widget_list li .thumb img {
    width: 100%;
  }
  #sub-hero .sub-hero-inner {
    height: 42.6vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section::before {
    height: 42.6vw;
  }
  #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.en {
    font-size: 6.93333vw;
    letter-spacing: 0.8vw;
  }
  .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea {
    max-width: 90%;
    margin-top: 0;
  }
  .gigR-menuList .gigR-menuList-col .gigR-menuList-col__list .listArea ul li {
    /*width: 100%;*/
  }
  .gigR-menuList-col__con-btn__item .textArea,
  .gigR-menuList-col__con-tool .gigR-menuList-col__con-tool__item .titleArea {
    font-size: 2.4rem;
  }
  #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt .sub-hero-ttl span.ja {
    font-size: 3.2vw;
  }
  .white-area .flex-item-list .flex .flex-item-list-header .flex-item-list-ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .md-works-list .service {
    width: 100%;
    margin-right: 0 !important;
  }
  .md-works-list .service a .txt {
    bottom: 5%;
  }
  .md-works-list .service a .txt p.poName {
    font-size: 1.6rem;
  }
  .md-works-list .service a .txt p .poType {
    font-size: 1.2rem;
  }
  .md-archive-tabs {
    margin-bottom: 2em;
  }
  .md-archive-tabs .inner {
    max-width: 100%;
  }
  .md-archive-tabs .flex {
    -ms-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md-archive-tabs .flex li {
    font-size: 1.2rem;
  }
  .md-archive-tabs .flex li a {
    padding: 0.5em 1em;
  }
  .md-archives-filter {
    margin-bottom: 3em;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box {
    background: #f4f4f4;
    padding: 35px 20px 30px 20px;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-link {
    padding: 1em 1.25em 1em 1.25em;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area {
    margin-top: 1.6rem;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box::before {
    border-right: 1rem solid transparent;
    border-bottom: 1.2rem solid #fff;
    border-left: 1rem solid transparent;
  }
  .md-archives-filter .archives-filter-area .archives-filter-box .archives-filter-inner .archives-filter-flex .archives-filter-item .archives-filter-item-body-area .archives-filter-item-body-box .archives-filter-item-body-inner .archives-filter-item-body-flex .archives-filter-item-body-item {
    padding: 0.5em 0;
  }
  #archives-works {
    padding-top: 0;
  }
  .archives-category-ttl-area {
    font-size: 2rem;
  }
  .archives-category-lead-area {
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  .wp-pagenavi {
    font-size: 1.2rem;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 8px;
  }
  .wp-pagenavi span.pages {
    display: none;
  }
  .btn {
    height: 50px;
    line-height: 50px;
  }
  .btn::before {
    width: 50px;
    bottom: 7px;
  }
  #portData {
    padding: 1.5em;
    font-size: 1.3rem;
  }
  #portData .txt {
    margin-bottom: 1.5em;
  }
  #portData .data {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #portData .data .flex {
    width: 100%;
  }
  .works-header .works-ttl {
    font-size: 2.4rem;
  }
  .works-header .type {
    font-size: 1.4rem;
  }
  #advantage-01,
  #advantage-02,
  #advantage-03 {
    padding-top: 2em;
  }
  .sentry {
    font-size: 1.4rem;
  }
  .sentry h3 {
    font-size: 1.5rem;
  }
  .sentry ul.checked li {
    font-size: 1.4rem;
  }
  .sentry ul.checked li::before {
    transform: none;
    top: 3px;
  }
  .sentry ul.checked.flex li {
    width: 100%;
  }
  .sentry ul.checked.bordered {
    margin-left: 0;
    padding: 1.5em;
  }
  .sentry ul.checked.bigger li {
    font-size: 1.4rem;
  }
  .centered-header {
    margin-bottom: 1.5em;
  }
  .centered-header .centered-ttl span.sub {
    font-size: 1.4rem;
  }
  .centered-header .centered-ttl span.ttl {
    font-size: 1.8rem;
  }
  .content-row {
    margin-bottom: 1.5em;
  }
  .section-row {
    margin-bottom: 2.5em;
  }
  .md-section-tab ul {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-section-tab ul li {
    width: 100%;
    font-size: 1.2rem;
    border: #fff 1px solid !important;
  }
  .md-styled-content .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-styled-content .flex .thumb,
  .md-styled-content .flex .txt {
    width: 100%;
  }
  .md-styled-content .flex .thumb {
    margin-bottom: 2.5em;
    text-align: center;
  }
  .md-styled-content .flex .thumb img {
    max-width: 70%;
  }
  .md-content-box {
    padding: 0 0 1.5em 0;
  }
  .md-content-box .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .md-content-box .flex.half .item {
    width: 100%;
  }
  .md-content-box .flex .item {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .md-content-box .flex .item .ttl-box .num .val {
    font-size: 2.4rem;
  }
  .md-content-box .flex .item .ttl-box .ttl {
    font-size: 1.6rem;
  }
  .md-content-box .flex .item .ttl-box .ttl.bigger {
    font-size: 1.8rem;
  }
  .md-content-box .flex .item .ttl-box .ttl span {
    font-size: 1.2rem;
  }
  .TCIPrice .TCTotal {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
  .TCIPrice .TCTPrice {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
  .TCIPrice .TCTAmount {
    font-size: 2.4rem;
    letter-spacing: inherit;
  }
  .sec-header {
    margin-bottom: 2em;
  }
  .sec-header .sec-ttl.smaller {
    font-size: 2.4rem;
  }
  .md-box-frame {
    padding: 1em;
  }
  .md-box-frame .price .txt {
    padding: 1em;
  }
  .md-box-frame .price .txt p .plan_largeLetter {
    font-size: 2.4rem;
  }
  .symbol-header {
    font-size: 1.6rem;
    padding-left: 80px;
  }
  .symbol-header span {
    font-size: 2.4rem;
  }
  .symbol-header::before {
    width: 142px;
    height: 194%;
    left: -68px;
  }
  .md-border-box {
    padding: 1.5em;
  }
  .md-border-box .ttl {
    font-size: 2.4rem;
  }
  .md-border-box .centered {
    font-size: 1.8rem;
  }
  .fl {
    font-size: 1.4rem;
  }
  .fll {
    font-size: 1.6rem;
  }
  .back-text-header {
    margin-bottom: 2em;
  }
  .back-text-header .back-text-ttl {
    font-size: 2rem;
  }
  .back-text-header .back-text-ttl::before {
    font-size: 2.8rem;
    top: -32px;
  }
  .md-wide-box {
    padding: 1.5em;
    font-size: 1.4rem;
  }
  .md-wide-box .ttl {
    font-size: 2rem;
  }
  #contactform .flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #contactform .flex .item {
    width: 100%;
  }
  #PDGraph {
    width: 300px;
    height: 300px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #PDGraph .PDGraph-letter {
    position: relative;
    top: 5px;
    left: 16px;
  }
  #PDGraph #priceItemImage {
    width: 300px;
  }
  #PDGraph #priceItemImage img {
    max-width: 100%;
  }
  #PDGraph {
    left: -20px;
  }
  body.show #wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #fff;
    z-index: 300;
  }
  body.show #footer-btn {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .gigR-menuList-col__con-btn__item {
    width: 100%;
    box-sizing: border-box;
  }
  .gigR-menuList-col__con-btn__item .btnArea {
    margin-bottom: 8px;
  }
  #single-more {
    margin-top: 0;
    margin-bottom: 2em;
  }
  .md-content-box .flex .item .ttl-box .ttl.bigger {
    height: auto !important;
  }
  #service-link.md-archive-tabs .flex li {
    width: 50%;
  }
  #service-link.md-archive-tabs .flex li a {
    padding: 0.5em 0;
  }
  .white-area .checked-list-box ul.checked.flex li.half {
    width: 100%;
  }
  #sub-hero .sub-hero-inner .sub-hero-section .sub-hero-section-txt {
    position: relative;
    top: 17px;
  }
  .md-service-list .flex-wrap .item .txt .ttl {
    font-size: 2rem;
  }
  #works-single .works-single-flex {
    display: flex;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #works-single .works-single-flex .works-single-flex-head {
    margin-top: -1em;
    padding: 2.5em 1em;
  }
  #works-single .works-single-flex .works-single-flex-body {
    width: 100%;
    margin: 3em 0 0 0;
    order: 1;
  }
  #portData {
    margin-top: 2em;
  }
  #single-more {
    margin-bottom: 0;
  }
  #narrow-hero .narrow-hero-ttl span.en {
    font-size: 3.6rem;
  }
  .hidden-content {
    padding: 2.5em 1.5em;
    padding: 40px 24px;
  }
  .hidden-content .ttl {
    font-size: 1.6rem;
  }
  .hidden-content table {
    font-size: 1.3rem;
  }
  .hidden-content table th,
  .hidden-content table td {
    padding: 1em;
  }
  .hidden-content table th {
    width: 100px;
  }
}/*# sourceMappingURL=style.css.map */