@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/* other */
/*transition-timing-function*/
body {
  background-color: #F8F8F8;
  color: #333333;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

i {
  font-style: normal;
}

a {
  color: #333333;
  text-decoration: none;
}

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

.ib {
  display: inline-block !important;
}

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

* {
  box-sizing: border-box;
}

sup, sub {
  font-size: 0.6em;
}

#pageTop {
  border: 2px solid #EF454A;
  border-radius: 50px;
  cursor: pointer;
  position: fixed;
  z-index: 2;
  transition: 0.3s opacity cubic-bezier(0.25, 0.1, 0, 0.72);
  opacity: 0;
}
#pageTop.show {
  opacity: 1;
}
#pageTop span {
  background: url(../img/common/pagetop-arrow.svg) no-repeat;
  background-size: contain;
  display: block;
  transition: 0.3s transform cubic-bezier(0.25, 0.1, 0, 0.72);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#globalfooter {
  background-color: #242424;
  color: #fff;
  position: relative;
}
#globalfooter::after {
  content: "";
  mix-blend-mode: multiply;
  background: url(../img/common/deco-logo-dark.svg) no-repeat right bottom;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#globalfooter .f_inner {
  position: relative;
  z-index: 1;
}
#globalfooter .f_top {
  display: flex;
}
#globalfooter .f_menu > li > a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s opacity cubic-bezier(0.25, 0.1, 0, 0.72);
}
#globalfooter .copyright {
  text-align: center;
  position: relative;
  z-index: 1;
}

.l-highlight {
  color: #EF454A;
}

.page-title .page-title__en {
  font-family: "Hind", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.page-title .page-title__ja {
  color: #EF454A;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.commonBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EF454A;
  border-radius: 50px;
  background-color: #EF454A;
  color: #fff;
  font-family: "Hind", "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  text-align: center;
  transition: 0.3s background, 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72);
}
.commonBtn.btnLeft {
  margin: 0 auto 0 0;
}
.commonBtn.btnCenter {
  margin: 0 auto;
}
.commonBtn.btnRight {
  margin: 0 0 0 auto;
}

.btnCenter {
  display: flex;
  justify-content: center;
}

.scroll-hint-icon {
  font-weight: bold;
  z-index: 10;
}

.flow-block .scroll-hint-icon {
  top: 142px !important;
}

.sec-project .scroll-hint-icon {
  top: 10px !important;
}

.flow-block.flow__block--arrow {
  margin-top: 0;
}
.flow-block.flow__block--arrow .flow__head::before {
  content: "";
  background: url(../img/common/flow-arrow.svg) no-repeat center 0;
  background-size: contain;
  display: block;
  position: absolute;
  transform: translateX(-50%);
}
.flow__list {
  display: flex;
  gap: 10px;
}

.flow__item {
  background-color: #F9F9F9;
  padding: 17px 0px 17px 25px;
  width: 33.3333333333%;
  position: relative;
}
.flow__item::before {
  content: "";
  display: block;
  background-color: #F9F9F9;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25px;
  z-index: 3;
  clip-path: polygon(0 0, 0% 0, 100% 50%, 0% 100%, 0 100%);
}
.flow__item:not(:first-of-type) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 46px;
}
.flow__item:not(:first-of-type)::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 0% 0, 100% 50%, 0% 100%, 0 100%);
}
.flow__item .flow__head {
  display: flex;
  align-items: center;
  width: 100%;
}
.flow__item .flow__number {
  border-radius: 50px;
  background-color: #EF454A;
  color: #fff;
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: center;
}
.flow__item .flow__name {
  width: calc(100% - 45px - 12px);
  line-height: 1;
}
.flow__item .flow__name--ja {
  display: block;
  font-weight: 700;
  margin-top: 8px;
}

.flow-detail__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.flow-detail__item {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: calc(33.3333333333% - 4px);
  text-align: center;
  position: relative;
  font-feature-settings: "palt";
}
.flow-detail__item::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -24px;
  z-index: 3;
  clip-path: polygon(0 0, 0 0, 30% 50%, 0% 100%, 0 100%);
}
.flow-detail__item:not(:first-of-type) {
  padding-left: 5px;
}
.flow-detail__item:not(:first-of-type)::after {
  content: "";
  display: block;
  background-color: #F9F9F9;
  width: 25px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 0% 0, 30% 50%, 0% 100%, 0 100%);
}

.news-card__list .news-card__item {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
.news-card__list .news-card__item a {
  color: #333333;
  display: block;
}
.news-card__list .news-card__item .news-card__date {
  color: #989898;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
.news-card__list .news-card__item .news-card__date::before {
  content: "";
  background-color: #989898;
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-card__list .news-card__item .news-card__date + .news-card__title {
  margin-top: 10px;
}
.news-card__list .news-card__item .news-card__title {
  color: #333333;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
}
.news-card__list .news-card__item .news-card__title::before {
  content: "";
  background-color: #989898;
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.news-card__list .news-card__item .news-card__text {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.contactbox {
  background-color: #FFFFFF;
  text-align: center;
}
#globalheader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72) all;
  width: 100%;
}
#globalheader .headInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#globalheader .headInner .logo a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 80px;
  }
  body {
    font-size: 15px;
  }
  #pageTop {
    border-width: 1px;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 10px;
  }
  #pageTop.show {
    opacity: 1;
  }
  #pageTop span {
    width: 20px;
    height: 10px;
  }
  #globalfooter {
    padding-bottom: 10px;
    width: 100%;
  }
  #globalfooter::after {
    width: 296px;
    height: 192px;
  }
  #globalfooter .f_inner {
    padding: 40px 30px 76px;
  }
  #globalfooter .f_top {
    flex-flow: wrap;
  }
  #globalfooter .credit {
    font-size: 12px;
    width: 100%;
  }
  #globalfooter .f_logo {
    margin-bottom: 20px;
  }
  #globalfooter .f_logo img {
    max-width: 188px;
  }
  #globalfooter .f_info {
    font-size: 12px;
    line-height: 1.75;
    margin-top: 20px;
  }
  #globalfooter .f_text_area {
    margin-top: 30px;
    width: 100%;
  }
  #globalfooter .f_menu + .f_menu {
    margin-top: 20px;
  }
  #globalfooter .f_menu > li + li {
    margin-top: 20px;
  }
  #globalfooter .copyright {
    font-size: 10px;
  }
  .page-title .page-title__en {
    font-size: 35px;
  }
  .page-title .page-title__ja {
    font-size: 14px;
    margin-top: 4px;
  }
  .btn-wrap {
    margin-top: 40px;
  }
  .commonBtn {
    font-size: 14px;
    width: 215px;
    margin: auto;
    padding: 13px 40px 12px;
  }
  .flow-block .scroll-hint-icon {
    top: 142px !important;
  }
  .sec-project .scroll-hint-icon {
    top: 10px !important;
  }
  .flow-block {
    margin: 40px calc(50% - 50vw) 0;
    margin-left: 0;
    padding-right: 50px;
  }
  .flow-block.flow__block--arrow {
    margin-top: 0;
  }
  .flow-block.flow__block--arrow .flow__list {
    margin-top: 105px;
  }
  .flow-block.flow__block--arrow .flow__head::before {
    width: 66px;
    height: 73px;
    top: -90px;
    left: 50%;
  }
  .flow-block .flow__list + .case-card__list {
    margin-top: 7px;
  }
  .flow-block .case-card__list {
    display: flex;
    gap: 7px;
    max-width: none;
    width: 840px;
  }
  .flow__list {
    width: 840px;
  }
  .flow__item .flow__number {
    font-size: 25px;
    width: 38px;
    height: 38px;
    padding-top: 8px;
    margin-right: 10px;
  }
  .flow__item .flow__name--en {
    font-size: 8px;
  }
  .flow__item .flow__name--ja {
    font-size: 14px;
  }
  .flow-detail__list {
    margin-top: 15px;
  }
  .flow-detail__item {
    font-size: 9px;
    min-height: 26px;
  }
  .flow-detail__item:not(:first-of-type) {
    padding-left: 5px;
  }
  .news-card__list {
    margin-top: 35px;
    margin-inline: auto;
    max-width: 540px;
  }
  .news-card__list .news-card__item + .news-card__item {
    margin-top: 30px;
  }
  .news-card__list .news-card__item .news-card-content {
    padding: 30px 25px;
  }
  .news-card__list .news-card__item .news-card__date {
    font-size: 14px;
  }
  .news-card__list .news-card__item .news-card__date::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .news-card__list .news-card__item .news-card__date + .news-card__title {
    margin-top: 10px;
  }
  .news-card__list .news-card__item .news-card__title {
    font-size: 14px;
  }
  .news-card__list .news-card__item .news-card__title::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .news-card__list .news-card__item .news-card__text {
    line-height: 1.5;
  }
  .contactbox {
    padding: 60px 0;
  }
  .contactbox .contactbox__text {
    font-size: 15px;
    margin-top: 30px;
    text-align: left;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 751px) {
  html {
    scroll-padding-top: 100px;
  }
  body {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  #pageTop {
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
  }
  #pageTop:hover span {
    transform: translate(-50%, calc(-50% - 8px));
  }
  #pageTop.show {
    opacity: 1;
  }
  #pageTop span {
    width: 32px;
    height: 16px;
  }
  #globalfooter {
    padding-bottom: 20px;
  }
  #globalfooter::after {
    width: 688px;
    height: 433px;
  }
  #globalfooter .f_inner {
    padding: 115px 0 340px;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
  }
  #globalfooter .f_top {
    justify-content: space-between;
  }
  #globalfooter .credit {
    font-size: 14px;
    width: 240px;
  }
  #globalfooter .credit p {
    line-height: 1.6;
    margin-top: 15px;
  }
  #globalfooter .f_logo {
    margin-bottom: 27px;
  }
  #globalfooter .f_logo img {
    max-width: 250px;
  }
  #globalfooter .f_info {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 26px;
  }
  #globalfooter .f_text_area {
    margin-left: 20px;
  }
  #globalfooter .f_menu_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #globalfooter .f_menu:not(:last-child) {
    margin-right: 86px;
  }
  #globalfooter .f_menu > li > a:hover {
    opacity: 0.5;
  }
  #globalfooter .f_menu > li + li {
    margin-top: 25px;
  }
  #globalfooter .copyright {
    font-size: 12px;
  }
  .page-title .page-title__en {
    font-size: 64px;
  }
  .page-title .page-title__ja {
    font-size: 18px;
    margin-top: 2px;
  }
  .btn-wrap {
    margin-top: 60px;
  }
  .commonBtn {
    font-size: 18px;
    width: 270px;
    padding: 22px 20px 18px;
    margin: 0 auto;
    line-height: 1.3;
    transition: all 0.3s;
  }
  .commonBtn:hover {
    background-color: #B30000;
  }
  .btnS {
    width: 25%;
    min-width: 346px;
  }
  .btnM {
    width: 40%;
  }
  .btnL {
    width: 60%;
  }
  .flow-block .scroll-hint-icon {
    top: 142px !important;
  }
  .sec-project .scroll-hint-icon {
    top: 10px !important;
  }
  .flow-block {
    margin-top: 40px;
  }
  .flow-block.flow__block--arrow {
    margin-top: 0;
  }
  .flow-block.flow__block--arrow .flow__list {
    margin-top: 110px;
  }
  .flow-block.flow__block--arrow .flow__head::before {
    width: 53px;
    height: 70px;
    top: -75px;
    left: 50%;
  }
  .flow-block .flow__list + .case-card__list {
    margin-top: 9px;
  }
  .flow__item .flow__number {
    font-size: 31px;
    width: 46px;
    height: 46px;
    padding-top: 10px;
    margin-right: 12px;
  }
  .flow__item .flow__name--en {
    font-size: 10px;
  }
  .flow__item .flow__name--ja {
    font-size: 18px;
  }
  .flow-detail__list {
    margin-top: 18px;
  }
  .flow-detail__item {
    font-size: 12px;
    min-height: 56px;
  }
  .flow-detail__item:not(:first-of-type) {
    padding-left: 5px;
  }
  .news-card__list {
    margin-top: 60px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .news-card__list .news-card__item {
    width: calc(25% - 30px);
  }
  .news-card__list .news-card__item a:hover .news-card__text {
    text-decoration: underline;
  }
  .news-card__list .news-card__item .news-card-content {
    padding: 30px 25px;
  }
  .news-card__list .news-card__item .news-card__date {
    font-size: 12px;
  }
  .news-card__list .news-card__item .news-card__date::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .news-card__list .news-card__item .news-card__date + .news-card__title {
    margin-top: 10px;
  }
  .news-card__list .news-card__item .news-card__title {
    font-size: 16px;
  }
  .news-card__list .news-card__item .news-card__title::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .news-card__list .news-card__item .news-card__text {
    line-height: 2;
  }
  .contactbox {
    padding: 88px 10px;
  }
  .contactbox .contactbox__text {
    font-size: 16px;
    margin-top: 40px;
  }
  .contactbox .commonBtn {
    font-size: 20px;
    border-radius: 60px;
    padding: 42px 20px 38px;
    width: 498px;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  #pageTop.show {
    opacity: 1;
  }
  .flow-block .scroll-hint-icon {
    top: 142px !important;
  }
  .sec-project .scroll-hint-icon {
    top: 10px !important;
  }
  .flow-block.flow__block--arrow {
    margin-top: 0;
  }
  .flow-detail__item:not(:first-of-type) {
    padding-left: 5px;
  }
  .news-card__list .news-card__item {
    width: calc(50% - 30px);
  }
  .news-card__list .news-card__item .news-card__date::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .news-card__list .news-card__item .news-card__date + .news-card__title {
    margin-top: 10px;
  }
  .news-card__list .news-card__item .news-card__title::before {
    content: "";
    background-color: #989898;
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1200px) {
  #globalheader + main {
    margin-top: 60px;
  }
  #globalheader {
    height: 60px;
  }
  #globalheader .headInner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
  }
  #globalheader .headInner .logo {
    margin-left: 14px;
    position: relative;
    z-index: 10;
  }
  #globalheader .headInner .logo a img {
    width: 136px;
  }
  #globalheader .headInner #menubtn {
    width: 60px;
    height: 60px;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
  }
  #globalheader .headInner #menubtn span {
    width: 20px;
    height: 3px;
    background-color: #595959;
    position: absolute;
    right: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #globalheader .headInner #menubtn span:nth-of-type(1) {
    top: 19px;
  }
  #globalheader .headInner #menubtn span:nth-of-type(2) {
    top: 27px;
  }
  #globalheader .headInner #menubtn span:nth-of-type(3) {
    top: 35px;
  }
  #globalheader .headInner #menubtn.isOpen span:nth-of-type(1) {
    top: 24px;
    transform: rotate(-45deg);
  }
  #globalheader .headInner #menubtn.isOpen span:nth-of-type(2) {
    opacity: 0;
  }
  #globalheader .headInner #menubtn.isOpen span:nth-of-type(3) {
    top: 24px;
    transform: rotate(45deg);
  }
  #globalheader .headInner .gNav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 30px 0 60px;
    margin: 60px auto 0;
    top: 0;
    left: 0;
    z-index: 4;
    transition: all 0.3s;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
  }
  #globalheader .headInner .gNav::-webkit-scrollbar {
    display: none;
  }
  #globalheader .headInner .gNav.isOpen {
    opacity: 1;
    visibility: visible;
  }
  #globalheader .headInner .gNav .navInner {
    padding: 0 28px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li {
    position: relative;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li a {
    color: #333333;
    font-family: "Hind", "Noto Sans JP", sans-serif;
    font-weight: 500;
    display: block;
    padding: 20px 30px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.gNavContact {
    margin-top: 20px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.gNavContact a {
    border: 1px solid #EF454A;
    border-radius: 50px;
    background-color: #EF454A;
    color: #fff;
    margin-inline: auto;
    padding: 12px 20px 10px;
    width: 200px;
    text-align: center;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li a {
    padding: 15px 30px;
    padding-left: 35px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li a::before {
    content: "・";
  }
  .forPC1200 {
    display: none !important;
  }
}
@media print, screen and (min-width: 1201px) {
  #globalheader + main {
    margin-top: 86px;
  }
  #globalheader {
    height: 86px;
  }
  #globalheader .headInner .logo {
    margin-left: 35px;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #globalheader .headInner .logo a img {
    width: 196px;
  }
  #globalheader .headInner #menubtn {
    display: none;
  }
  #globalheader .headInner .gNav {
    height: 86px;
  }
  #globalheader .headInner .gNav .navInner .gNavList {
    display: flex;
    align-items: center;
    height: 86px;
    padding: 0 30px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li {
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li:hover.menu-item-has-children > a::after {
    top: calc(50% + 0px);
    transform: translateY(-50%) rotate(-45deg);
  }
  #globalheader .headInner .gNav .navInner .gNavList > li:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li a {
    display: flex;
    align-items: center;
    font-family: "Hind", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 31px 25px;
    position: relative;
    transition: 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #globalheader .headInner .gNav .navInner .gNavList > li a:hover {
    color: #EF454A;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.gNavContact {
    margin-left: 25px;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.gNavContact a {
    border: 1px solid #EF454A;
    border-radius: 50px;
    background-color: #EF454A;
    color: #fff;
    display: block;
    margin-inline: auto;
    font-family: "Hind", "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 20px 10px;
    width: 200px;
    transition: 0.3s background, 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72);
    text-align: center;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.gNavContact:hover a {
    background-color: #B30000;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.current_page_item a, #globalheader .headInner .gNav .navInner .gNavList > li.current-page-parent a, #globalheader .headInner .gNav .navInner .gNavList > li.current-post-ancestor a {
    color: #EF454A;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.menu-item-has-children > a {
    position: relative;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #EF454A;
    border-right: solid 2px #EF454A;
    transform: translateY(-50%) rotate(135deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 12px;
    z-index: 2;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu {
    position: absolute;
    top: 76px;
    left: 0;
    z-index: 2;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    border-radius: 12px;
    width: 206px;
    padding: 10px 20px;
    transform: translateY(20px);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    pointer-events: none;
    opacity: 0;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -8px;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li {
    line-height: 1.2;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li a {
    font-family: "Hind", "Noto Sans JP", sans-serif;
    font-size: 16px;
    display: block;
    padding: 8px 20px;
    position: relative;
    text-decoration: none;
    transition: 0.3s color cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li a::before {
    content: "";
    display: block;
    background-color: #EF454A;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
  }
  #globalheader .headInner .gNav .navInner .gNavList > li .sub-menu li a:hover {
    color: #EF454A;
  }
  .forSP1200 {
    display: none !important;
  }
}
/*# sourceMappingURL=map/common.css.map */
