@charset "utf-8";
@import url("https://use.typekit.net/wli7wan.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
/* font-weight: 400; */
/* Regular */
/* font-weight: 500; */
/* Medium */
/* font-weight: 700; */
/* Bold */
/* font-weight: 900; */
/* Black */
/* -----------------------------------------------------------------
 reset
 ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;700&text=0123456789&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&text=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&display=swap');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, section, summary, input, select {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  /* font: inherit; */
  box-sizing: border-box;
}
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%;
  font-size: 56.25%;
  font-size: 58.75%;
  touch-action: manipulation;
  box-sizing: border-box;
  height: 100%;
}
body {
  font-size: 1.4rem !important;
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 2.6rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  /* color: #5d737e; */
  font-feature-settings: "palt";
  overflow-x: hidden;
  height: 100%;
  background: white !important;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 2.4rem;
    /* letter-spacing: 0.05; */
  }
}
.wrap {
  min-height: 100vh;
  position: relative;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
.img-fluid {
  width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  /* color: #5d737e; */
  color: #5e5e5e;
  transition: 0.3s ease-in-out;
}
a:hover, a:active {
  color: #A1272E;
  opacity: 0.8;
}
input[type=text], input[type=email], select, option {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #F7F8F8;
  border: none;
  padding: 1rem;
}
input, select, option {
  padding: 1rem;
}
/*
 ::-webkit-scrollbar{
 width: 4px;
 }
 */
::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}
#cnt .entry-content {
  margin: 0;
}
/* font-family: dnp-shuei-gothic-gin-std, sans-serif; */
/* font-weight: 400; */
/* L */
/* font-weight: 500; */
/* M */
/* font-weight: 600; */
/* B */
.tophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
.shophd-box {
  text-align: center;
}
.shophd-box .hx {
  width: 18rem;
  margin: 1.6rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .shophd-box .hx {
    width: 15rem;
  }
}
.shophd-box .hx .sub-hx {
  letter-spacing: 0.12em;
  margin-top: 0.4em;
  display: inline-block;
}
.breadcrumb-box .breadCrumbHolder {
  margin: 0 auto;
  padding: 0.25em 0 0.35em;
}
.breadcrumb-box .breadCrumb {
  padding: 0;
  background: none;
  width: auto;
  /* max-width: 650px; */
}
.breadcrumb-box ul li a {
  color: #212529;
}
#wp {
  background: white;
  overflow: hidden;
}
#wp .sb-toggle-right {
  position: fixed;
  top: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  cursor: pointer;
}
#wp .sb-toggle-left {
  left: 0;
  z-index: 20;
}
#wp .cart-button {
  right: 50px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  #wp .cart-button {
    width: 30px;
    right: 40px;
  }
}
#wp.inactive .cart-button {
  color: white;
}
#wp .cart-button .material-icons {
  font-size: 2.2rem;
}
#wp .hbg-button {
  right: 10px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #wp .hbg-button {
    top: 0;
    right: 0;
  }
}
#wp .hbg-button span {
  display: block;
  position: relative;
  width: 50%;
  height: 1px;
  margin: 0;
  background: #333333;
  transition: 0.2s;
}
#wp .hbg-button span:after, #wp .hbg-button span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
  transition: 0.75s;
}
#wp .hbg-button span:before {
  margin-top: -26%;
}
#wp .hbg-button span:after {
  margin-top: 26%;
}
#wp.inactive .hbg-button span {
  background: transparent;
  opacity: 1;
}
#wp.inactive .hbg-button span:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 0px;
}
#wp.inactive .hbg-button span:after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
#wp.inactive .hbg-button span:before, #wp.inactive .hbg-button span:after {
  margin-top: 0;
  background: white;
}
#hd {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
#hd .hx {
  font-size: 2.4rem;
  margin: 2rem 2.3rem;
  transition: 0.2s linear;
}
@media screen and (max-width: 575px) {
  #hd .hx {
    font-size: 2rem;
  }
}
#hd .hx .img-hx {
  width: 4.5em;
  display: inline-block;
}
#hd .hx .ja-hx {
  color: white;
  font-size: 0.55em;
  letter-spacing: 0.2em;
  display: inline-block;
}
#hd .list-navi {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
#hd .list-navi li {
  font-size: 1.8rem;
  margin: 0 1rem;
  display: inline-block;
}
#hd .list-navi li a {
  color: white;
  transition: 0.2s linear;
}
#hd .list-navi li .ja-navi {
  font-size: 0.65em;
}
#hd.reverse {
  background: rgba(255, 255, 255, 0.8);
}
#hd.reverse .hx .ja-hx {
  color: #0f0f0f;
}
#hd.reverse .list-navi li a {
  color: #333333;
}
#ft {
  color: white;
  padding: 4rem 0 0;
  background: #333333;
  border-top: 6px solid #366181;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #ft .inr {
    max-width: 95%;
  }
}
#ft .hx {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  #ft .hx {
    font-size: 2rem;
  }
}
#ft .hx .img-hx {
  width: 8em;
  display: inline-block;
}
#ft .hx .ja-hx {
  color: white;
  font-size: 0.55em;
  letter-spacing: 0.2em;
  display: inline-block;
}
#ft .data-cominfo-ft {
  margin-bottom: 4rem;
}
#ft .data-cominfo-ft p {
  margin-bottom: 1.2rem;
}
#ft .data-cominfo-ft .tel-ft {
  color: white;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
#ft .data-cominfo-ft .tel-ft a {
  color: white;
  font-weight: bold;
}
#ft .list-navi {
  text-align: right;
}
#ft .list-navi ul {
  padding: 0 2rem;
  border: 1px solid white;
  border-radius: 3em;
  display: inline-block;
}
#ft .list-navi li {
  list-style-type: none;
  display: inline-block;
}
#ft .list-navi li a {
  color: white;
  padding: 0.5rem 1rem;
  display: inline-block;
}
#ft .list-navi .en-navi {
  margin-right: 0.5rem;
  display: inline-block;
}
#ft .list-navi .ja-navi {
  font-size: 0.8em;
  display: inline-block;
}
.btn-to-top {
  font-size: 1.2rem;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  z-index: 3;
  opacity: 0;
  transform: translateY(150px);
}
.btn-to-top .icon {
  font-size: 1.7em;
  vertical-align: 0.05em;
  text-align: center;
  width: 90px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .btn-to-top .icon {
    width: 60px;
  }
}
.btn-to-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
.btn-to-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
.btn-to-top.floatAnime {
  animation: floatAnime 2.75s linear infinite;
  opacity: 0;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}
.copyright {
  color: white;
  font-size: 1rem;
  text-align: center;
  width: 100%;
  padding: 2rem 0.25rem;
  background: #000000;
}
.wp-menu-box {
  width: 100%;
  transition: 1s ease-in-out;
  opacity: 100;
  position: relative;
  z-index: 200;
}
.wp-menu-box.menu_off {
  opacity: 0;
  z-index: -1;
}
.wp-menu-box .slider-wp-menu {
  background: url(/wp-content/themes/excess_twentytwentyone-copy/assets/scss/../img/ph/bg-menu2.jpg) right center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .slider-wp-menu {
    width: 100%;
    background: url(/wp-content/themes/excess_twentytwentyone-copy/assets/scss/../img/ph/bg-menu.jpg) left 30% center / cover no-repeat;
  }
}
.wp-menu-box .list-wp-menu {
  color: white;
  background: rgba(17, 17, 17, 0.9);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 180;
}
@media screen and (max-width: 767px) {
  .wp-menu-box .list-wp-menu {
    width: 100%;
    left: 0;
    background: rgba(17, 17, 17, 0.85);
  }
}
.wp-menu-box .list-wp-menu a {
  color: white;
}
.wp-menu-box .hx {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.07em;
  margin: 0 0 1.5em;
  max-width: 210px;
}
@media screen and (max-width: 340px) {
  .wp-menu-box .hx {
    margin: 0 0 2em;
    max-width: 160px;
  }
}
.wp-menu-box .hx-wp-menu {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
.wp-menu-box .wp-menu {
  margin-bottom: 3rem;
}
.wp-menu-box .wp-menu ul {
  padding: 0;
}
.wp-menu-box .wp-menu li {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.03em;
  list-style-type: none;
  margin: 0 0 0.5em 1em;
}
.wp-menu-box .wp-menu li:before {
  border: 0.3em solid transparent;
  border-left: 0.45em solid white;
  margin-right: 0.2em;
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
}
.wp-menu-box .wp-menu .en-navi {
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
.wp-menu-box .wp-menu .ja-navi {
  font-size: 0.8em;
  letter-spacing: 0.1rem;
}
.common-hx {
  font-size: 3.5rem;
  padding-bottom: 1.2rem;
  margin-bottom: 3rem;
}
.common-hx .en-hx {
  color: white;
  font-size: 0.4em;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  background: #333333;
  display: inline-block;
}
.common-btn a {
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.75rem 2.5rem;
  border: 1px solid;
  display: inline-block;
}
.common-btn a .ja-txt {
  letter-spacing: 0.15em;
  margin-right: 0.75rem;
}
.common-btn a .en-txt {
  font-size: 0.75em;
}
.breadcrumb-box {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.singular #cnt .entry-header {
  padding-bottom: 0;
  border: none;
}
.single-products #cnt .entry-header {
  display: none;
}
#cnt .entry-content {
  margin: 0;
}
/*
 font-family: source-han-serif-japanese, serif;
 font-weight: 400; //regular
 font-weight: 600; //semibold
 font-style: normal;
 font-family: "bebas-neue-pro", sans-serif;
 font-weight: 500;
 font-style: normal;
 */
.swiper-box {
  margin: 0 !important;
  position: relative;
}
.swiper-box .fg-swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.swiper-box .fg-swiper .inr-fg-swiper {
  max-width: 650px;
  width: 90%;
  position: relative;
  bottom: 5vh;
}
.swiper-box .fg-swiper .hx {
  color: white;
  font-size: 4rem;
  text-align: center;
}
.swiper-box .fg-swiper .hx .ja-hx {
  font-weight: bold;
  letter-spacing: 0.25em;
  display: inline-block;
}
.swiper-box .fg-swiper .hx .ja-hx big {
  font-size: 1.25em;
  font-weight: bold;
}
.swiper-box .fg-swiper .hx .en-hx {
  font-size: 0.5em;
  max-width: 400px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .swiper-box .fg-swiper .hx .en-hx {
    margin-top: 3rem;
    max-width: 60vw;
  }
}
.swiper-box #main-swiper {
  position: relative;
}
.swiper-box #main-swiper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
}
.swiper-box .slider-mainimage .swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-box .swiper-slide {
  overflow: hidden;
}
.swiper-box .swiper-slide .inr-swiper {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.swiper-box .swiper-pagination-bullet {
  width: 40px;
  height: 3px;
  width: 28px;
  height: 2px;
  border-radius: 0;
}
.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-box .swiper-pagination-custom, .swiper-box .swiper-pagination-fraction {
  bottom: 14px;
}
.swiper-box .swiper-pagination-bullet-active {
  background: #313131;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-box .slider-mainimage .swiper-slide-active .inr-swiper, .swiper-box .slider-mainimage .swiper-slide-duplicate-active .inr-swiper, .swiper-box .slider-mainimage .swiper-slide-prev .inr-swiper {
  animation: zoomUp 8s linear 0s 1 normal both;
}
.swiper-box .icon-scroll-otr {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 5rem;
  left: 0;
  z-index: 2;
}
.swiper-box .icon-scroll-otr .icon-scroll {
  width: 8rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .swiper-box .icon-scroll-otr .icon-scroll {
    width: 6rem;
  }
}
.video-box {
  line-height: 1;
  margin: 0 !important;
  position: relative;
}
.video-box .video {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .video-box .video {
    position: relative;
    width: 120%;
    margin-left: -10%;
  }
}
.video-box .video video {
  width: 100%;
  height: auto;
}
.video-box .video img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .video-box .video img {
    width: 120%;
  }
}
.video-box .icon-scroll-otr {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 3rem;
  left: 0;
  z-index: 2;
}
.video-box .icon-scroll-otr .icon-scroll {
  width: 8rem;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  /*
   .overlay{
   background: url(/wp-content/themes/excess_twentytwentyone-copy/assets/scss/../assets/img/chart/dots2.png) repeat;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 5px;
   right: 0;
   overflow: hidden;
   border: none;
   padding: 0;
   margin: 0;
   z-index: 10;
   opacity: .8;
   }
   */
  .video-box .icon-scroll-otr .icon-scroll {
    width: 6rem;
  }
}
.intro-box {
  padding: 6rem 0;
  background: linear-gradient(to right, #c2ecde 0%, #eff9e8 35%, #e8f3e7 65%, #e8eea4 100%);
}
.intro-box .hx {
  text-align: center;
}
.intro-box .hx-intro {
  font-size: 3.5rem;
  line-height: 0.4;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 575px) {
  .intro-box .hx-intro {
    font-size: 7.5vw;
  }
}
.intro-box .hx-intro .ja-hx {
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.intro-box .hx-intro .en-hx {
  color: #004e33;
  font-size: 0.45em;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.6;
  display: inline-block;
}
.intro-box .text-intro {
  max-width: 720px;
  margin: 0 auto;
}
.intro-box .text-intro p {
  line-height: 2.8;
  margin-bottom: 4rem;
}
.service-box {
  padding: 6rem 0;
  background: #f5f2ef;
  position: relative;
}
.service-box::before {
  width: 100%;
  height: 9rem;
  background: #366181;
  clip-path: polygon(0 0, 100% 0, 0 98%);
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}
.service-box .hx {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .service-box .hx {
    text-align: right;
  }
}
.service-box .service {
  padding-bottom: 7rem;
}
.service-box .image-service {
  position: relative;
}
.service-box .image-service figcaption {
  font-size: 5rem;
  font-weight: 300;
  line-height: 3.8rem;
  mix-blend-mode: difference;
  margin-top: 0rem;
  position: absolute;
  bottom: -0.25rem;
  z-index: 10;
}
.service-box .service:nth-child(odd) .image-service figcaption {
  left: 2rem;
}
.service-box .service:nth-child(even) .image-service figcaption {
  right: 2rem;
}
.service-box .hx-service {
  font-size: 3rem;
  line-height: 1;
  margin: 0.75rem 0 2rem;
}
.service-box .hx-service .en-hx {
  font-size: 0.75em;
  line-height: 1.4;
  height: 0.8em;
  display: inline-block;
  margin-bottom: 2rem;
}
.service-box .hx-service .sub-hx {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 0.5rem 1rem;
  padding: 0.25rem 1rem;
  background: #a4dbd9;
  min-width: 20em;
  display: inline-block;
}
.service-box .brackets-text-service {
  position: relative;
  margin-top: 3rem;
  background: #efefee;
  margin: 0 auto 3rem;
  position: relative;
}
.service-box .brackets-text-service::before {
  width: 2rem;
  height: 6rem;
  border-top: 2px solid #dedbd9;
  border-left: 2px solid #dedbd9;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.service-box .brackets-text-service::after {
  width: 2rem;
  height: 6rem;
  border-bottom: 2px solid #dedbd9;
  border-right: 2px solid #dedbd9;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.service-box .brackets-text-service p {
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  padding: 2.4rem 3rem;
}
@media screen and (max-width: 991px) {
  .service-box .service:nth-child(odd) .image-service figcaption {
    left: 1rem;
  }
  .service-box .service:nth-child(even) .image-service figcaption {
    right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .service-box .service:nth-child(even) .hx-service .sub-hx {
    margin-left: -1rem;
  }
  .service-box .service:nth-child(even) .hx-service .sub-hx {
    margin-right: -1rem;
  }
  .service-box .service:nth-child(even) {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .service-box .image-service figcaption {
    font-size: 4rem;
    bottom: 1.25rem;
  }
  .service-box .service:nth-child(odd) .image-service figcaption {
    left: -2rem;
  }
  .service-box .service:nth-child(even) .image-service figcaption {
    right: -2rem;
  }
  .service-box .hx-service {
    font-size: 2.4rem;
    text-align: center;
  }
  .service-box .hx-service .sub-hx {
    font-size: 1.3rem;
  }
  .service-box .brackets-text-service {
    padding: 0 1rem;
  }
  .service-box .brackets-text-service:before {
    left: -0.75rem;
  }
  .service-box .brackets-text-service:after {
    right: -0.75rem;
  }
}
.service-box .sub-agency-service {
  padding: 2rem 2.5rem;
  background: white;
  border: 2px solid #a4dbd9;
  border-radius: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
.service-box .hx-sub-agency-service {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.2rem;
}
.service-box .hx-sub-agency-service .ja-hx {
  letter-spacing: 0.2em;
  padding: 0.25rem 0.5rem;
  border-bottom: 1px solid #366281;
}
.service-box .hx-sub-agency-service .en-hx {
  color: #366281;
  font-size: 0.8em;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 0.25rem;
  display: inline-block;
  margin-top: 0.5rem;
}
.service-box .list-items-sub-agency-service {
  text-align: center;
}
.service-box .items-sub-agency-service .inr-items-sub-agency-service {
  padding: 1.8rem 2rem;
  background: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .service-box .items-sub-agency-service .inr-items-sub-agency-service {
    margin-bottom: 1rem;
  }
}
.service-box .hx-items-sub-agency-service {
  color: #3f547f;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.service-box li {
  font-size: 1.4rem;
  list-style-type: none;
}
.gallery-box {
  padding: 4rem 0 6rem;
  background: #f5f2ef;
  position: relative;
}
.gallery-box::after {
  width: 100%;
  height: 9rem;
  background: #366181;
  clip-path: polygon(100% 0, 100% 100%, 0 98%);
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.gallery-box .box-inr {
  position: relative;
  z-index: 3;
}
.gallery-box .hx {
  color: #808080;
  font-size: 2.8rem;
}
.gallery-box .gallery > li {
  width: 20rem;
  list-style-type: none;
  display: inline-block;
}
.gallery-box .gallery > li img {
  border-radius: 1.5rem;
}
.gallery-box .gallery .slick-slide {
  margin: 0 1rem;
}
.gallery-box .gallery .slick-slide img {
  border-radius: 1.5rem;
}
.outline-box .box-inr {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.outline-box .hx {
  color: white;
  font-size: 4rem;
  line-height: 0.7;
  text-align: center;
  padding: 8rem 2rem;
  background: url(/wp-content/themes/excess_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-company.jpg) center center / cover fixed;
}
@media screen and (max-width: 575px) {
  .outline-box .hx {
    background: url(/wp-content/themes/excess_twentytwentyone-copy/assets/scss/../../../../assets/img/bg-company.jpg) center center / cover no-repeat;
  }
}
.outline-box .hx .en-hx {
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
.outline-box .hx .ja-hx {
  font-size: 0.45em;
  letter-spacing: 0.3em;
}
.outline-box .table-outline {
  text-align: left;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 4rem;
  padding: 0.25em 0;
}
@media screen and (min-width: 768px) {
  .outline-box .table-outline {
    display: table;
    border-collapse: collapse;
  }
}
@media screen and (min-width: 768px) {
  .outline-box .table-outline .row-table-outline {
    display: table-row;
  }
}
.outline-box .table-outline dt, .outline-box .table-outline dd {
  line-height: 1.8;
  padding: 1em 2rem;
}
@media screen and (min-width: 768px) {
  .outline-box .table-outline dt, .outline-box .table-outline dd {
    border: 1px solid #8d8d8d;
    display: table-cell;
  }
}
.outline-box .table-outline dt {
  color: white;
  letter-spacing: 0.4em;
  background: #b0b0b0;
}
@media screen and (min-width: 768px) {
  .outline-box .table-outline dt {
    text-align: center;
    vertical-align: middle;
    width: 12em;
  }
}
@media screen and (max-width: 767px) {
  .outline-box .table-outline dt {
    padding: 0.75em 2em;
  }
}
@media screen and (min-width: 768px) {
  .outline-box .table-outline dd {
    width: calc(100% - 12em);
    background: #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .outline-box .table-outline dd {
    padding: 1em 2em;
  }
}
.outline-box .aboutlogo-outline {
  padding: 4rem 0;
}
.outline-box .aboutlogo-outline .logo-aboutlogo-outline {
  width: 16rem;
  margin: 0 auto 3rem;
}
.outline-box .aboutlogo-outline .desc-aboutlogo-outline {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 450px;
  padding: 3rem 1rem;
  background: #efefee;
  margin: 0 auto 3rem;
  position: relative;
}
.outline-box .aboutlogo-outline .desc-aboutlogo-outline::before {
  width: 2rem;
  height: 6rem;
  border-top: 2px solid #dedbd9;
  border-left: 2px solid #dedbd9;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.outline-box .aboutlogo-outline .desc-aboutlogo-outline::after {
  width: 2rem;
  height: 6rem;
  border-bottom: 2px solid #dedbd9;
  border-right: 2px solid #dedbd9;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.outline-box .gmap-outline iframe {
  width: 100%;
  height: 400px;
  /*
   filter: brightness(105%) hue-rotate(-30deg);
   -webkit-filter: brightness(105%) hue-rotate(-30deg);
   */
  filter: grayscale(1) contrast(1.1);
  -webkit-filter: grayscale(1) contrast(1.1);
}
.contact-box {
  padding-bottom: 6rem;
}
.contact-box .hx .inr-hx {
  padding: 0;
}
.contact-box .intro-contact {
  margin: 0 auto 3rem;
}
.contact-box .intro-contact p {
  line-height: 2;
  margin-bottom: 1.5em;
}
.contact-box .intro-contact p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contact-box .intro-contact {
    text-align: justify;
  }
}
.contact-box .tel-contact {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 2rem;
  border-bottom: 1px solid #666666;
  margin-bottom: 4rem;
}
.contact-box .contact-table {
  font-size: 1.6rem;
}
.contact-box .contact-table > .row {
  margin: 0;
}
.contact-box .mw_wp_form {
  padding: 2rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .contact-box .mw_wp_form {
    padding: 2rem 0;
  }
}
.contact-box .mw_wp_form .horizontal-item {
  margin: 0 1rem 1rem 0;
  display: inline-block;
}
.contact-box .mw_wp_form .mwform-radio-field {
  margin-right: 1.5rem;
}
.contact-box .mw_wp_form dt {
  padding: 1rem 0;
}
.contact-box .mw_wp_form dt .cap {
  color: #ff6e81;
  margin-left: 0.5rem;
  display: inline-block;
}
.contact-box .mw_wp_form dd {
  padding: 1rem 3rem 1rem 0;
}
@media screen and (max-width: 767px) {
  .contact-box .mw_wp_form dd {
    padding: 1rem 0 3rem;
    border-bottom: 1px dashed #999999;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .mw_wp_form dd:last-child {
    padding: 1rem 0 3rem;
    border-bottom: none;
    margin-bottom: 0.5rem;
  }
}
.contact-box .mw_wp_form .req {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0.1rem 0.75rem;
  background: #413d3c;
  border-radius: 0.5rem;
  margin-left: 1rem;
  display: inline-block;
}
.contact-box .mw_wp_form input[type=text], .contact-box .mw_wp_form input[type=email], .contact-box .mw_wp_form select, .contact-box .mw_wp_form textarea {
  outline: none;
  padding: 1rem 2rem;
  border: 1px solid #999999;
  border-radius: 1rem;
}
.contact-box .mw_wp_form input[type=text], .contact-box .mw_wp_form input[type=email], .contact-box .mw_wp_form textarea {
  line-height: 2;
  width: 100%;
}
.contact-box .mw_wp_form input[type=radio] {
  border: 1px solid #666666;
  outline: none;
}
.contact-box .mw_wp_form input[type=radio]::after {
  left: 6px;
  top: 6px;
}
.contact-box .mw_wp_form input[type=radio]:focus {
  outline: none;
}
.contact-box .mw_wp_form input[type=checkbox]::after {
  top: -2px;
  left: 2px;
}
.contact-box .mw_wp_form input[type=checkbox]:focus {
  outline: none;
}
.contact-box .mw_wp_form .mwform-radio-field-text {
  font-size: 1.4rem;
  vertical-align: top;
}
.contact-box .mw_wp_form strong {
  color: #ff6e81;
}
.contact-box .mw_wp_form em {
  font-style: normal;
}
.contact-box .mw_wp_form .note {
  font-size: 0.9em;
  margin-top: 0.5rem;
  display: inline-block;
}
.contact-box .mw_wp_form #i-year {
  max-width: 8em;
}
.contact-box .mw_wp_form #i-month {
  max-width: 5em;
}
.contact-box .mw_wp_form #i-day {
  max-width: 5em;
}
.contact-box .mw_wp_form .group {
  margin-bottom: 1rem;
}
.contact-box .mw_wp_form .group input[type=text], .contact-box .mw_wp_form .group select {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contact-box .mw_wp_form .flexgroup .group {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-box .mw_wp_form .flexgroup .group:last-child {
    width: 50%;
    margin-right: 0;
  }
}
.contact-box .mw_wp_form .flexgroup .group input[type=text], .contact-box .mw_wp_form .flexgroup .group select {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-box .mw_wp_form .flexgroup .group input[type=text], .contact-box .mw_wp_form .flexgroup .group select {
    max-width: 14em;
  }
}
.contact-box .mw_wp_form .btn-form {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color), .contact-box .mw_wp_form button[type=submit]:hover {
  color: #366181;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem 3.5rem;
  border: 1px solid;
  background: white;
  border-radius: 3em;
  margin-bottom: 1rem;
  display: inline-block;
  position: relative;
  outline: none;
}
.contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color)::before, .contact-box .mw_wp_form button[type=submit]:hover::before {
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #366181;
  border-top: 1px solid #366181;
  margin-right: 1rem;
  content: '';
  display: inline-block;
  transform: rotate(45deg);
}
.contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color).-back, .contact-box .mw_wp_form button[type=submit]:hover.-back, .contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color).butn--back, .contact-box .mw_wp_form button[type=submit]:hover.butn--back {
  color: #666666;
}
.contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color).-back::before, .contact-box .mw_wp_form button[type=submit]:hover.-back::before, .contact-box .mw_wp_form button[type=submit]:not(:hover):not(:active):not(.has-text-color).butn--back::before, .contact-box .mw_wp_form button[type=submit]:hover.butn--back::before {
  border-right: 1px solid #666666;
  border-top: 1px solid #666666;
}
.contact-box .mw_wp_form input[type=submit] {
  color: white;
  letter-spacing: 0.2em;
  padding: 1rem 5rem;
  background: #366181;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.contact-box .mw_wp_form input[type=submit].-back {
  background: #666666;
}
.contact-box .mw_wp_form .note-contact {
  text-align: center;
  margin-bottom: 2.5rem;
}
.contact-box .mw_wp_form .more-contact {
  padding: 2rem 0;
}
.contact-box .mw_wp_form_confirm .label {
  display: none;
}
.contact-box .mw_wp_form_confirm .input-only {
  display: none;
}
.contact-box .mw_wp_form_confirm .confirm-only {
  display: block !important;
}
.contact-box .btn-to-more {
  text-align: center;
  border-top: 1px dashed #666666;
  margin-top: 2.5em;
  position: relative;
}
.contact-box .btn-to-more .button {
  color: white;
  padding: 0.25rem 1.5rem;
  background: #111111;
  border: 0.5em solid white;
  border-radius: 1rem;
  display: inline-block;
  position: relative;
  top: -1.5em;
  cursor: pointer;
}
.contact-box .contact-table.form-post {
  text-align: center;
  padding-bottom: 7rem;
}
.contact-box .contact-table.form-post .hx-form-post {
  color: #548d4b;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.contact-box .contact-table.form-post .text-form-post p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.contact-box .contact-table.form-post .text-form-post p:last-child {
  margin-bottom: 0;
}
.contact-box .policy-contact {
  text-align: center;
  padding: 3rem 0 0;
  max-width: 600px;
  margin: 0 auto;
}
.contact-box .policy-contact p {
  color: #366181;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.contact-box .policy-contact p a {
  color: #366181;
  text-decoration: underline;
  transition: 0.2s linear;
}
.contact-box .policy-contact p a::before {
  border: 0.4em solid transparent;
  border-left: 0.75em solid #EAEAEA;
  content: '';
  display: inline-block;
  transition: 0.2s linear;
}
.contact-box .policy-contact p a:hover {
  color: #366181;
}
.contact-box .policy-contact p a:hover::before {
  border-left: 0.75em solid #366181;
}
.contact-box .policy-contact p input[type=checkbox] {
  vertical-align: text-top;
  border: 1px solid #006934;
  width: 13px;
  height: 13px;
  margin-left: 0.5rem;
}
.contact-box .policy-contact p .mwform-checkbox-field-text {
  font-size: 1.4rem;
}
.contact-box .policy-contact .text-policy-contact {
  font-size: 1.2rem;
  text-align: justify;
  padding: 2rem;
  border: 1px solid;
  margin-bottom: 1.5rem;
}
.contact-box .policy-contact .text-policy-contact pre {
  font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  white-space: pre-wrap;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
/*# sourceMappingURL=https://ex-cess.jp/wp-content/build/scss_library/6d62483457f138ada6c94dd846349386dbf52d60.css.map */