@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #efefef;
  overflow: hidden;
}
.en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.en a {
  font-weight: 500;
}
::selection {
  background: #d7d7d7;
}
::-moz-selection {
  background: #d7d7d7;
}
p {
  max-height: 999999px;
}
li {
  max-height: 999999px;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.ul {
  letter-spacing: -0.4em;
}
.ul li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
}
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.fadeIn {
  opacity: 1;
}
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInUp {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.inviewfadeInLeft {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInLeft {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInRight {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  -webkit-transform: translate3d(20px, 0, 0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.fadeInRight {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInX {
  opacity: 0;
}
.animate__flipInX {
  opacity: 1;
}
.inviewfadeInY {
  opacity: 0;
}
.animate__flipInY {
  opacity: 1;
}
.inviewfadeInheadShake {
  opacity: 0;
}
.inviewfadeInheadShake {
  opacity: 0;
}
.animate__headShake {
  opacity: 1;
}
.inviewfadeInbounce {
  opacity: 0;
}
.animate__bounceIn {
  opacity: 1;
}
.inviewfadeInjello {
  opacity: 0;
}
.animate__jello {
  opacity: 1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* header */
.header {
  width: 100%;
  height: auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(247, 247, 247, 1);
  background: rgba(247, 247, 247, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-logo {
  box-sizing: border-box;
  width: 200px;
  height: auto;
  margin: 17px 0 0 30px;
  float: left;
}
.header-nav {
  font-size: 1.5em;
  line-height: 1;
  border-right: 1px solid rgba(247, 247, 247, 1);
  margin: 0 0 0 30px;
  float: left;
  display: block;
}
.header-nav li {
  position: relative;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 100px;
}
.header-nav li a {
  color: #1e1e1e;
  display: block;
  border-left: 1px solid rgba(247, 247, 247, 1);
  padding: 0 30px;
  background: rgba(243, 155, 23, 0);
}
.header-nav li a:hover {
  color: #fff;
  background: rgba(243, 155, 23, 0.9);
}
.header-nav li:hover ul {
  display: block;
}
.child-1 {
  width: 280px;
}
.child-2 {
  width: 150px;
}
.header-nav li ul {
  border-bottom: 1px solid rgba(247, 247, 247, 1);
  position: absolute;
  top: 100px;
  left: 0;
  display: none;
}
.header-nav li ul li {
  font-size: 0.9em;
  line-height: 50px;
  display: block;
}
.header-nav li ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  border-top: 1px solid rgba(247, 247, 247, 1);
  border-right: 1px solid rgba(247, 247, 247, 1);
  border-bottom: none;
  border-left: 1px solid rgba(247, 247, 247, 1);
  padding: 0 30px;
  background: rgba(247, 247, 247, 0.9);
}
.header-nav li ul li a:hover {
  color: #fff !important;
  background: rgba(243, 155, 23, 0.9) !important;
}
.header-btn {
  display: block;
  text-align: left;
  margin: 31px 30px 0 0;
  padding: 0 0 0 0;
  float: right;
  position: relative;
}
.header-btn a {
  display: inline-block;
  color: #fff;
  background: #f39b17;
  font-size: 1.5em;
  border-radius: 17px;
  padding: 10px 20px 10px 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-btn a:hover {
  background: #1e1e1e;
}

/* common */
.main-wrap {
  width: 100%;
  height: auto;
  padding: 100px 0 0 0;
}
.pankuzu {
  width: 100%;
  height: auto;
  background: #efefef;
  padding: 10px 0;
}
.pankuzu-ul {
  width: 90%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.pankuzu-ul li {
  font-size: 1.3em;
  line-height: 16px;
  box-sizing: border-box;
}
.pankuzu-ul li a {
  color: #333;
}
.pankuzu-ul li a:hover {
  color: #f39b17;
}
.pankuzu-ul li span {
  color: #f39b17;
}
.title-wrap {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.title {
  font-size: 10em;
}
.title-sub {
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #f39b17;
  border-radius: 15px;
  display: inline-block;
  margin: 15px 0 0 0;
  padding: 8px 12px;
}
.title-s {
  font-size: 2.8em;
  line-height: 26px;
  color: #f39b17;
}
.fix-txt {
  font-size: 1.2em;
  color: #333;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2%;
  z-index: 50;
}

/* news */
.news {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.news-top-wrap {
  width: 90%;
  background: #efefef;
  margin: 0 auto;
  padding: 35px 30px 35px 0;
}
.news-top-inner {
  width: 90%;
  margin: 0 auto;
  background: #efefef;
}
.news-archive-ul {
  font-size: 1.6em;
  box-sizing: border-box;
}
.news-archive-ul li {
  padding: 0 15px 0 0;
}
.news-archive-ul li a {
  color: #333;
  background: #f7f7f7;
  padding: 5px 8px;
}
.news-archive-ul li a:hover {
  color: #fff;
  background: #f39b17;
  padding: 5px 8px;
}
.news-category-ul {
  font-size: 1.6em;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}
.news-category-ul li {
  margin: 0 15px 0 0;
}
.news-category-ul li a {
  color: #333;
  background: #f7f7f7;
  padding: 5px 8px;
}
.news-category-ul li a:hover {
  color: #fff;
  background: #f39b17;
  padding: 5px 8px;
}
.news-ul {
  width: 92%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.news-ul li {
  background: #fff;
  position: relative;
  z-index: 10;
}
.news-ul li a {
  box-sizing: border-box;
  padding: 50px;
  display: block;
}
.news-li-top {
  box-sizing: border-box;
  width: 98%;
  height: auto;
  margin: 60px auto 0 auto;
}
.news-li-top-wrap {
  width: 60%;
  height: auto;
  float: left;
}
.news-li-top-date {
  font-size: 1.6em;
  color: #333;
}
.news-li-top-category {
  box-sizing: border-box;
  font-size: 1.6em;
  color: #333;
  border: 1px solid #c8c8c8;
  background: #f7f7f7;
  margin: 20px 0 30px 0;
  padding: 5px 8px;
  display: inline-block;
}
.news-li-top-txt {
  font-size: 1.8em;
  line-height: 28px;
  font-weight: 500;
  color: #333;
}
.news-li-top-img {
  width: 35%;
  height: auto;
  margin: 0;
  float: right;
}
.news-li {
  width: 48%;
  height: auto;
  margin: 2% 1% 0 1%;
}
.news-li-wrap {
  width: 58%;
  height: auto;
  float: left;
}
.news-li-date {
  font-size: 1.6em;
  color: #333;
}
.news-li-category {
  box-sizing: border-box;
  font-size: 1.6em;
  color: #333;
  border: 1px solid #c8c8c8;
  background: #f7f7f7;
  margin: 20px 0 30px 0;
  padding: 5px 8px;
  display: inline-block;
}
.news-li-txt {
  font-size: 1.8em;
  line-height: 28px;
  font-weight: 500;
  color: #333;
}
.news-li-img {
  width: 40%;
  height: auto;
  margin: 0;
  float: right;
}
.news-pager {
  width: 90%;
  height: auto;
  margin: 40px auto 0 auto;
}
.news-pager-prev {
  font-size: 1.6em;
  float: left;
}
.news-pager-next {
  font-size: 1.6em;
  float: right;
}
.news-pager-prev a {
  display: inline-block;
  color: #fff;
  background: #f39b17;
  padding: 10px 20px 10px 16px;
  position: relative;
  box-sizing: border-box;
}
.news-pager-prev a:hover {
  background: #1e1e1e;
}
.news-pager-next a {
  display: inline-block;
  color: #fff;
  background: #f39b17;
  padding: 10px 16px 10px 20px;
  position: relative;
  box-sizing: border-box;
}
.news-pager-next a:hover {
  background: #1e1e1e;
}
.arrow-wl::before {
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 7px 0 0;
}
.arrow-wr::after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}
.career-pager ul.career-pager-ul {
  text-align: center;
  margin: 30px 4% 0 0;
  padding: 0;
}
.career-pager .career-pager-ul li {
  font-size: 1.3em;
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.career-pager .career-pager-ul li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #202020;
  border: 1px solid #fff;
  text-decoration: none;
}
.career-pager .career-pager-ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.career-pager .career-pager-ul li a:hover,
.career-pager .career-pager-ul li a.career-active {
  color: #fff;
  background: #f39b17;
  border: 1px solid #f39b17;
}

/* news - details */
.news-d {
  box-sizing: border-box;
  width: 90%;
  height: auto;
  background: #fff;
  margin: 100px auto 0 auto;
  padding: 50px;
}
.news-d-date {
  font-size: 1.6em;
  color: #333;
}
.news-d-category {
  box-sizing: border-box;
  font-size: 1.6em;
  color: #333;
  border: 1px solid #c8c8c8;
  background: #f7f7f7;
  margin: 20px 0 30px 0;
  padding: 5px 8px;
  display: inline-block;
}
.news-d-title {
  font-size: 1.8em;
  line-height: 28px;
  font-weight: 500;
  color: #333;
}
.news-d-post {
  width: 100%;
  height: auto;
  padding: 0;
}
.news-d-post p {
  font-size: 1.5em;
  line-height: 25px;
  padding: 30px 0 0 0;
}
.news-d-post p a {
  color: #f39b17;
  text-decoration: underline;
}
.news-d-post p strong {
  font-weight: 500;
}
.news-d-title-sub {
  font-size: 2.8em;
  padding: 80px 0 0 5%;
}
.news-d-post figure img {
  width: auto;
  margin: 30px 0 0 0;
}

/* business */
.business {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.business-section {
  position: relative;
  margin: 0 0 100px 0;
  padding: 0;
}
.business-inner-l {
  position: absolute;
  border-radius: 30px;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 4%;
  bottom: 0;
  left: 5%;
  z-index: 10;
}
.business-inner-r {
  position: absolute;
  border-radius: 30px;
  width: 50%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
  padding: 4%;
  bottom: 0;
  right: 5%;
  z-index: 10;
}
.business-stxt-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
@keyframes tscroll {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.business-stxt {
  font-size: 20em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: tscroll 20s linear infinite;
}
@keyframes tscroll2 {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
.business-stxt2 {
  font-size: 20em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin: 0;
  padding: 0 30px;
  animation: tscroll2 35s linear infinite;
}
.business-img-l {
  width: 80%;
}
.business-img-r {
  width: 80%;
  float: right;
}
.business-txt-1 {
  font-size: 3em;
  line-height: 34px;
}
.business-txt-2 {
  font-size: 1.8em;
  font-weight: 500;
  color: #f39b17;
  padding: 25px 0 0 0;
}
.business-txt-3 {
  font-size: 1.6em;
  line-height: 26px;
  padding: 0;
}
.business-hr {
  width: 30px;
  border-top: 2px solid #f39b17;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 30px 0;
}
.business-btn {
  display: block;
  text-align: left;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
}
.business-btn a {
  display: inline-block;
  color: #fff;
  background: #f39b17;
  font-size: 1.4em;
  border-radius: 17px;
  padding: 10px 16px 10px 20px;
  position: relative;
  box-sizing: border-box;
}
.business-btn a:hover {
  background: #1e1e1e;
}
.arrow::after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}

/* business - details */
.title-bd {
  font-size: 7em;
  line-height: 74px;
}
.business-d-philo-wrap {
  padding: 0 0 0 5%;
}
.business-d-philo {
  font-size: 3em;
  line-height: 48px;
  font-weight: 500;
  border-left: 6px solid #f39b17;
  padding: 0 0 0 15px;
}
.business-d {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
.business-d-section {
  position: relative;
  margin: 0 0 100px 0;
}
.business-d-section-b {
  position: relative;
  margin: 0 0 0 0;
}
.business-d-section-c {
  position: relative;
  margin: 100px 0 0 0;
}
.business-d-txt-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  background: transparent;
  margin: 0;
  padding: 0 5% 0 0;
}
.business-d-txt-1 {
  font-size: 4.2em;
  line-height: 42px;
  color: #f39b17;
}
.business-d-txt-2 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 36px;
  color: #fff;
  padding: 0;
}
.business-d-txt-3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
  padding: 20px 0 0 0;
}
.business-d-hr {
  width: 30px;
  border-top: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 30px 0;
}
.b-img-pc {
  display: block;
}
.b-img-sp {
  display: none;
}
.business-d-ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.business-d-ul li {
  width: 31%;
  height: auto;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.business-d-ul-b {
  width: 100%;
  height: auto;
  margin: 100px auto 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.business-d-ul-b li {
  width: 31%;
  height: auto;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.business-d-ul-f {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.business-d-ul-f li {
  width: 23.5%;
  height: auto;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.business-d-ul-t {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}
.business-d-ul-t li {
  width: 48%;
  height: auto;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  padding: 40px;
}
.business-d-lt {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #efefef transparent transparent transparent;
  display: none;
}
.business-d-rt {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #efefef transparent;
  display: none;
}
.business-d-li-1 {
  margin: 0 4% 0 0;
}
.business-d-li-2 {
  margin: 0 4% 0 0;
}
.business-d-li-3 {
  margin: 0;
}
.business-d-li-f-1 {
  margin: 0 2% 0 0;
}
.business-d-li-f-2 {
  margin: 0 2% 0 0;
}
.business-d-li-f-3 {
  margin: 0 2% 0 0;
}
.business-d-li-f-4 {
  margin: 0;
}
.business-d-li-t-1 {
  margin: 0 4% 0 0;
}
.business-d-li-t-2 {
  margin: 0;
}
.business-d-icon {
  width: 50%;
  max-width: 150px;
  height: auto;
  margin: 30px auto;
}
.business-d-icon-b {
  width: 50%;
  max-width: 150px;
  height: auto;
  margin: 30px auto 20px auto;
}
.business-d-li-txt-1 {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
.business-d-li-txt-2 {
  font-size: 1.5em;
  line-height: 27px;
  padding: 0;
}
.business-d-li-txt-3 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  padding: 0;
}
.business-d-btn-wrap {
  text-align: center;
  margin: 20px 0 0 0;
}
.business-d-btn-wrap-b {
  text-align: center;
}
.business-d-btn a {
  display: inline-block;
  font-size: 1.4em;
  border-radius: 17px;
  padding: 10px 16px 10px 20px;
  position: relative;
  box-sizing: border-box;
}
.btn-c-1 a {
  color: #fff;
  background: #62a7a4;
}
.btn-c-2 a {
  color: #fff;
  background: #f5c945;
}
.btn-c-3 a {
  color: #fff;
  background: #e58469;
}
.btn-c-4 a {
  color: #fff;
  background: #8d9ed5;
}
.arrow-b::after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 0 0 7px;
}
.txt-w {
  color: #fff;
}
.txt-b {
  color: #333;
}
.business-d-li-hr {
  width: 100%;
  border-top: 3px solid #efefef;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 40px auto 0 auto;
}
.business-d-other {
  width: 100%;
  height: auto;
  margin: 100px 0 0 0;
}
.business-d-other li {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
  border-bottom: 2px solid #f7f7f7;
}
.business-d-other-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  z-index: 10 !important;
}
.business-d-other-txt-1 {
  font-size: 3.6em;
  line-height: 1;
  color: #f39b17;
}
.business-d-other-txt-2 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 20px 0 0 0;
}
.business-d-other-img {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.other-img-1 {
  background-image: url(../img/business/business-1.jpg);
}
.other-img-2 {
  background-image: url(../img/business/business-2.jpg);
}
.other-img-3 {
  background-image: url(../img/business/business-3.jpg);
}
.other-img-4 {
  background-image: url(../img/business/business-4.jpg);
}
.other-img-5 {
  background-image: url(../img/business/business-5.jpg);
}
.business-d-other li:hover .business-d-other-img {
  transform: scale(1.1);
}
.business-d-other-mask {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 1 !important;
}
.business-d-other li:hover .business-d-other-mask {
  opacity: 0.1;
}
.business-d-flow-title {
  font-size: 2.4em;
  font-weight: 500;
  padding: 100px 0 0 0;
}
.business-d-flow-wrap {
  padding: 50px 0 0 0;
}
.business-d-flow-icon {
  width: 180px;
  height: auto;
}
.business-d-flow-txt-wrap {
  border-left: 1px dashed #ccc;
  margin: 0 0 0 90px;
  padding: 50px 0;
}
.business-d-flow-txt-1 {
  font-size: 2em;
  font-weight: 500;
  padding: 0 0 0 20px;
}
.business-d-flow-txt-2 {
  font-size: 1.6em;
  line-height: 26px;
  padding: 15px 0 0 20px;
}
.business-d-sub {
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  margin: 30px auto 0 auto;
  padding: 50px;
  position: relative;
}
.business-d-sub-txt-1 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: #f39b17;
  padding: 10px 20px;
  display: inline-block;
}
.business-d-sub-txt-2 {
  font-size: 1.4em;
  line-height: 28px;
  padding: 30px 0 0 0;
}
.business-d-sub-img {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0 auto;
}

/* business - Promotion Consulting */
.business-p {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0 100px 0;
}
.business-p-inner {
  box-sizing: border-box;
  background: #fff;
  margin: 0;
  padding: 50px;
}
.business-p-logo {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
}
.business-p-title-wrap {
  text-align: left;
}
.business-p-title {
  position: relative;
  font-size: 2em;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  color: #f39b17;
}
.business-p-txt {
  font-size: 1.5em;
  line-height: 28px;
}
.business-p-txt a {
  color: #f39b17;
  font-weight: 500;
  text-decoration: underline;
}
.business-p-txt-sub {
  font-size: 1.3em;
  line-height: 26px;
  text-align: left;
  margin: 0 0 0 4px;
}
.business-p-txt-c {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 28px;
  color: #f39b17;
}
.business-p-img-1 {
  width: 100%;
  margin: 30px auto 30px auto;
}
.business-p-img-2 {
  width: 100%;
  max-width: 800px;
  margin: 30px 0 0 0;
}
.business-p-img-3 {
  width: 100%;
  max-width: 600px;
  margin: 30px 0 0 0;
}
.business-p-img-4 {
  width: 100%;
  max-width: 300px;
  margin: 30px 0 30px 0;
}
.pa10 {
  padding: 10px 0 0 0;
}
.pa20 {
  padding: 20px 0 0 0;
}
.pa30 {
  padding: 30px 0 0 0;
}
.pa40 {
  padding: 40px 0 0 0;
}
.pa50 {
  padding: 50px 0 0 0;
}
.business-p-hr {
  width: 100%;
  border-top: 2px solid #efefef;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 50px auto;
}
.business-p-table {
  width: 100%;
  height: auto;
  margin: 30px auto 0 auto;
}
.business-p-table td {
  font-size: 1.5em;
  line-height: 25px;
  text-align: center;
  border: 5px solid #fff;
  padding: 10px 10px;
  vertical-align: middle;
}
.business-p-table-td-t {
  background-color: #f5f5f5;
}
.business-p-table-td-l {
  width: 50%;
  background-color: #fafafa;
}
.business-p-table-td-r {
  width: 50%;
  background-color: #fafafa;
}
.business-p-ul-1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.business-p-ul-1 li {
  text-align: center;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 22%;
  vertical-align: top;
  background: #f7f7f7;
  padding: 20px;
}
.business-p-li-1-a {
  margin: 30px 4% 30px 0;
}
.business-p-li-1-b {
  margin: 30px 4% 30px 0;
}
.business-p-li-1-c {
  margin: 30px 4% 30px 0;
}
.business-p-li-1-d {
  margin: 30px 0 30px 0;
}
.business-p-ul-1-img {
  width: 50%;
  margin: 0 auto;
}
.business-p-ul-1-txt {
  font-size: 1.6em;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0 0 0;
}
.business-p-ps-wrap {
  width: 900px;
  margin: 40px 0 30px 0;
}
.business-p-pc {
  width: 700px;
  height: auto;
  margin: 0;
  float: left;
}
.business-p-sp {
  width: 150px;
  height: auto;
  margin: 70px 0 0 50px;
  float: left;
}
.business-p-map-l {
  width: 100%;
  height: auto;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.business-p-map-l {
  width: 48%;
  height: auto;
  margin: 30px 4% 0 0;
  float: left;
}
.business-p-map-r {
  width: 48%;
  height: auto;
  margin: 30px 0 0 0;
  float: left;
}
.business-p-table-l {
  width: 48%;
  margin: 0 4% 0 0;
  float: left;
}
.business-p-table-r {
  width: 48%;
  margin: 0;
  float: left;
}
.business-p-photo-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business-p-photo-ul li {
  width: 31.3%;
}
.business-p-photo-li-1 {
  margin: 30px 3% 0 0;
}
.business-p-photo-li-2 {
  margin: 30px 3% 0 0;
}
.business-p-photo-li-3 {
  margin: 30px 0 0 0;
}
.business-p-photo-li-4 {
  margin: 3% 3% 0 0;
}
.business-p-photo-li-5 {
  margin: 3% 3% 0 0;
}
.business-p-photo-li-6 {
  margin: 3% 0 0 0;
}
.business-p-writing-wrap {
  width: 700px;
  margin: 30px 0 0 0;
  position: relative;
}
.business-p-writing-l {
  width: 150px;
  height: auto;
  margin: 0;
}
.business-p-writing-r {
  box-sizing: border-box;
  width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 200px;
}
.business-p-writing-r-txt-1 {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  padding: 0;
}
.business-p-writing-r-txt-2 {
  font-size: 1.4em;
  line-height: 24px;
  text-align: left;
  padding: 20px 0 0 0;
}
.business-p-writing-r-txt-2 a {
  font-weight: 500;
  color: #f39b17;
  text-decoration: underline;
}
.business-p-sns-l {
  width: 48%;
  margin: 30px 4% 0 0;
  float: left;
}
.business-p-sns-r {
  width: 48%;
  margin: 30px 0 0 0;
  float: left;
}
.business-p-sns-flow {
  width: 100%;
  max-width: 800px;
  margin: 20px 0 0;
}
.btn-wrap {
  box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
}
.btn,
a.btn,
button.btn {
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 400px;
  padding: 1rem 0 1rem 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-c {
  box-sizing: border-box;
  font-size: 2em;
  position: relative;
  padding: 0.25rem 3.5rem 1.5rem 3.5rem;
  color: #fff;
  background: #5594cf;
  -webkit-box-shadow: 0 5px 0 #4481c3;
  box-shadow: 0 5px 0 #4481c3;
}
a.btn-c span {
  box-sizing: border-box;
  font-size: 0.7em;
  font-weight: 700;
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.3rem 0;
  color: #4481c3;
  border: 2px solid #4481c3;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
a.btn-c span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #4481c3 transparent transparent transparent;
}
a.btn-c span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #4481c3;
  -webkit-box-shadow: 0 2px 0 #4481c3;
  box-shadow: 0 2px 0 #4481c3;
}
.btn-mail {
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
}
.btn-img {
  width: 12px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.business-p-link-wrap {
  padding: 100px 0;
}
.business-p-link-txt {
  font-size: 2.2em;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px 0;
}
.business-p-link {
  box-sizing: border-box;
  width: 92%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.business-p-link li {
  box-sizing: border-box;
  width: 31.3%;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  background-color: #fff;
  margin: 1%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-p-link-img {
  width: 50%;
  margin: 0 auto;
}
.business-p-link-li-txt {
  font-size: 1.5em;
  line-height: 27px;
  color: #333;
  margin: 20px 0 0 0;
}
/*
.business-p-link {
  box-sizing: border-box;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
.business-p-link li {
  box-sizing: border-box;
  width: 31.3%;
  text-align: center;
  margin: 1%;
}
.business-p-link li a {
  font-size: 1.6em;
  line-height: 26px;
  font-weight: 500;
  color: #f39b17;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #f39b17;
  padding: 30px 30px;
  display: block;
}
.business-p-link li a:hover {
  color: #fff;
  background: #f39b17;
}
*/
.business-p-i-txt {
  font-size: 1.6em;
  line-height: 28px;
}
.business-p-i-ul {
  width: 100%;
  height: auto;
  margin: 0;
}
.business-p-i-ul li {
  position: relative;
}
.business-p-i-ul li a {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  margin: 30px 0 0 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.business-p-i-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.business-p-i-ul-img {
  box-sizing: border-box;
  width: 40%;
  margin: 0;
}
.business-p-i-ul-wrap {
  box-sizing: border-box;
  width: 60%;
  margin: 0;
  padding: 0 0 0 30px;
}
.business-p-i-ul-txt {
  font-size: 1.5em;
  font-weight: 500;
  color: #333;
}
.business-p-i-table {
  width: 100%;
  margin: 10px 0 0 0;
}
.business-p-i-table td {
  font-size: 1.4em;
  line-height: 20px;
  padding: 10px 0 0 0;
}
.p-i-td-1 {
  font-weight: 500;
  color: #f39b17;
  width: 70px;
}
.p-i-td-2 {
  color: #333;
}
.business-p-i-btn {
  font-size: 1.4em;
  font-weight: 500;
  color: #fff;
  background: #f39b17;
  margin: 20px 0 0 0;
  padding: 10px 0;
  display: block;
}
.business-p-i-pager ul.business-p-i-pager-ul {
  text-align: center;
  margin: 30px 4% 0 0;
  padding: 0;
}
.business-p-i-pager .business-p-i-pager-ul li {
  font-size: 1.3em;
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  position: relative;
}
.business-p-i-pager .business-p-i-pager-ul li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #202020;
  border: 1px solid #fff;
  text-decoration: none;
}
.business-p-i-pager .business-p-i-pager-ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.business-p-i-pager .business-p-i-pager-ul li a:hover,
.business-p-i-pager .business-p-i-pager-ul li a.business-p-i-active {
  color: #fff;
  background: #f39b17;
  border: 1px solid #f39b17;
}
.business-p-gsv {
  width: 150px;
  height: auto;
  margin: 30px 0 0 0;
}
.business-link-wrap {
  text-align: center;
  margin: 85px 0 0 0;
}
.business-link {
  font-size: 2.2em;
  display: inline-block;
}
.business-link a {
  font-weight: 500;
  color: #333;
  border-bottom: 3px solid #f39b17;
  padding: 0 3px 5px 3px;
}
.business-link a:hover {
  padding: 0 10px 5px 10px;
}

/* business - Social Business */
.logo-solor {
  width: 80%;
  max-width: 260px;
  margin: 40px auto;
}

/* about */
.about {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.about-top {
  width: 100%;
  height: auto;
  margin: 0;
}
.philosophy {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding: 100px 0;
}
.philosophy-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.philosophy-txt {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 46px;
  padding: 50px 0 0 0;
}
.about-wrap {
  width: 100%;
  height: auto;
  background: #efefef;
  padding: 100px 0 12% 0;
}
.about-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.about-box {
  margin: 50px 0 0 0;
}
.about-l {
  position: absolute;
  width: 60%;
  max-width: 1000px;
  left: -5%;
}
.about-r {
  width: 60%;
  height: auto;
  float: right;
  z-index: 10;
}
.about-txt-1 {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 30px;
  padding: 50px 0 0 0;
}
.about-txt-2 {
  font-size: 1.6em;
  line-height: 30px;
  padding: 40px 0 30px 0;
}
.about-txt-3-w {
  text-align: right;
}
.about-txt-3 {
  font-size: 1.5em;
  line-height: 15px;
  display: inline-block;
  border-bottom: 3px solid #f39b17;
  padding: 0 0 5px 0;
}
.about-hr {
  width: 90%;
  border-top: 1px solid #cccccc;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 12% auto 90px auto;
}
.company-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 0;
}
.company-inner {
  width: 90%;
  margin: 0 auto;
}
.about-table {
  width: 100%;
  height: auto;
  margin: 50px 0 0 0;
}
.about-table td {
  vertical-align: middle;
}
.about-table td a {
  color: #333;
  border-bottom: 1px solid #1e1e1e;
  padding: 0 0 5px 0;
}
.about-table td a:hover {
  color: #f39b17;
  border-bottom: 1px solid #f39b17;
  padding: 0 15px 5px 0;
}
.about-tdl {
  width: 180px;
  font-size: 1.8em;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 0;
}
.about-tdr {
  font-size: 1.6em;
  line-height: 26px;
  border-left: 2px solid #f39b17;
  padding: 10px 0 10px 30px;
}
.about-tdb {
  padding: 20px 0;
}

/* contact */
.contact {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
}

/* thanks */
.thanks-wrap {
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  height: auto;
  margin: 0 auto;
  padding: 50px;
}
.thanks-txt {
  font-size: 1.6em;
  line-height: 28px;
}

/* privacy */
.privacy {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.privacy-wrap {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.privacy-title {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 27px;
  margin: 100px 0 0 0;
}
.privacy-txt {
  font-size: 1.5em;
  line-height: 27px;
}
.privacy-txt span {
  font-weight: 500;
}
.privacy-hr {
  width: 100%;
  margin: 50px auto;
  border-top: 1px dashed #c8c8c8;
}
.privacy-table {
  width: 100%;
  margin: 10px 0 0 0;
}
.privacy-table td {
  font-size: 1.5em;
  line-height: 27px;
  border: 1px solid #c8c8c8;
  vertical-align: middle;
  padding: 5px 8px;
}
.p-td-l {
  width: 150px;
}
.margin-table {
  margin: 10px 0 0 0;
}
.margin-table td {
  font-size: 1.5em;
  line-height: 27px;
  padding: 0 5px 0 0;
}

/* sitemap */
.sitemap {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 70px 0;
}
.sitemap-ul-wrap {
  width: 90%;
  margin: 0 auto;
}
.sitemap-ul {
  font-size: 1.8em;
  line-height: 20px;
}
.sitemap-ul li {
  padding: 0;
}
.sitemap-ul li a {
  border-left: 3px solid #f39b17;
  color: #333;
  padding: 0 0 3px 10px;
}
.sitemap-ul li a:hover {
  color: #f39b17;
}
.sitemap-parent {
  margin: 0 0 40px 0;
}
.sitemap-child {
  font-size: 0.9em;
  border-left: 0px solid #f39b17;
  margin: 20px 0 0 10px;
}
.sitemap-child span {
  color: #f39b17;
}
.sitemap-child a {
  border-left: none !important;
}
.sitemap-child .sitemap-gchild {
  font-size: 0.9em;
  margin: 20px 0 0 15px;
}
.sitemap-child .sitemap-gchild span {
  color: #f39b17;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  background: #1d1d1d;
  padding: 80px 0;
}
.footer-inner {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.footer-logo {
  width: 200px;
  height: auto;
  margin: 0;
  float: left;
}
.footer-nav {
  font-size: 1.5em;
  margin: 20px 0 0 30px;
  letter-spacing: -0.4em;
  float: left;
}
.footer-nav li {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  letter-spacing: 0.05em;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #313131;
}
.footer-nav li:last-child {
  border-top: none;
  border-right: 1px solid #313131;
  border-bottom: none;
  border-left: 1px solid #313131;
}
.footer-nav li a {
  color: #fff;
  display: block;
  padding: 5px 30px;
}
.footer-nav li a:hover {
  color: #f39b17;
}
.footer-instagram {
  width: 20px;
  height: auto;
  margin: 23px 0 0 0;
  float: right;
}
.footer-ul {
  padding: 50px 0 0 2px;
  float: left;
}
.footer-ul li {
  font-size: 1.2em;
  text-align: left;
  display: inline-block;
  padding: 0 30px 0 0;
}
.footer-ul li a {
  color: #fff;
}
.footer-ul li a:hover {
  color: #f39b17;
}
.footer-copy {
  font-size: 1.2em;
  text-align: right;
  color: #fff;
  padding: 50px 0 0 0;
  float: right;
}

@media screen and (max-width: 1650px) {
  .about-wrap {
    padding: 100px 0 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  /* news */
  .news-ul li::before {
    left: -30%;
  }
  .news-ul li::after {
    left: -30%;
  }
  .news-ul li:hover::before,
  .news-ul li:hover::before {
    width: 166%;
  }
  .news-ul li:hover::after,
  .news-ul li:hover::after {
    width: 170%;
  }
  .news-li-inner {
    display: block;
    align-items: center;
  }
  .news-li-wrap {
    width: 100%;
    margin: 0;
    float: none;
  }
  .news-li-img {
    width: 100%;
    margin: 30px 0 0 0;
    float: none;
  }
  .business-d-ul-f {
    flex-wrap: wrap;
  }
  /* business - details */
  .business-d-ul-f li {
    width: 48%;
  }
  .business-d-li-f-1 {
    margin: 0 2% 0 0;
  }
  .business-d-li-f-2 {
    margin: 0 0 0 2%;
  }
  .business-d-li-f-3 {
    margin: 4% 2% 0 0;
  }
  .business-d-li-f-4 {
    margin: 4% 0 0 2%;
  }
}

@media screen and (max-width: 1100px) {
  .business-p-ps-wrap {
    width: 600px;
    margin: 40px auto 30px auto;
  }
  .business-p-pc {
    width: 600px;
    margin: 0 auto;
    float: none;
  }
  .business-p-sp {
    width: 150px;
    height: auto;
    margin: 40px auto 0 auto;
    float: none;
  }
}

@media screen and (max-width: 1000px) {
  /* header */
  .header-logo {
    margin: 17px 0 20px 30px;
    float: none;
  }
  .header-nav {
    display: none;
  }
  .header-btn {
    display: none;
  }
  /* news */
  .news-ul li a {
    padding: 30px;
  }
  .news-li-top-wrap {
    width: 100%;
    float: none;
  }
  .news-li-top-img {
    width: 100%;
    margin: 30px 0 0 0;
    float: none;
  }
  /* news - details */
  .news-d {
    padding: 30px;
  }
  /* business */
  .business-inner-l {
    width: 70%;
  }
  .business-inner-r {
    width: 70%;
  }
  .business-stxt {
    font-size: 15em;
  }
  .business-stxt2 {
    font-size: 15em;
  }
  /* business - details */
  .title-bd {
    font-size: 5em;
    line-height: 54px;
  }
  .business-d-philo {
    font-size: 2.4em;
    border-left: 5px solid #f39b17;
  }
  .business-d-section {
    margin: 0 0 60px 0;
  }
  .business-d-section-c {
    margin: 60px 0 0 0;
  }
  .business-d-txt-1 {
    font-size: 3.2em;
    line-height: 42px;
  }
  .business-d-txt-2 {
    font-size: 1.8em;
    line-height: 36px;
  }
  .business-d-txt-3 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 20px 0 0 0;
  }
  .business-d-li-txt-1 {
    font-size: 1.6em;
    line-height: 24px;
  }
  .business-d-hr {
    margin: 20px 0;
  }
  .business-d-other li {
    height: 300px;
  }
  .business-d-other-txt-1 {
    font-size: 3em;
  }
  .business-d-other-txt-2 {
    font-size: 1.8em;
    padding: 20px 0 0 0;
  }
  .business-d-other-img {
    height: 300px;
  }
  .business-d-flow-title {
    font-size: 2em;
  }
  .business-d-flow-txt-1 {
    font-size: 1.8em;
  }
  .business-d-flow-txt-2 {
    font-size: 1.4em;
  }
  .business-d-sub {
    margin: 30px auto 0 auto;
    padding: 30px;
  }
  .business-d-sub-txt-1 {
    font-size: 1.5em;
  }
  .business-d-sub-txt-2 {
    font-size: 1.4em;
    line-height: 28px;
    padding: 20px 0 0 0;
  }
  .business-d-sub-img {
    margin: 30px auto 0 auto;
  }
  /* business - Promotion Consulting */
  .business-p-inner {
    padding: 30px;
  }
  .business-p-link li {
    width: 48%;
  }
  .business-p-ul-1 li {
    width: 49%;
  }
  .business-p-ul-1-img {
    width: 30%;
  }
  .business-p-li-1-a {
    margin: 30px 2% 0 0;
  }
  .business-p-li-1-b {
    margin: 30px 0 0 0;
  }
  .business-p-li-1-c {
    margin: 2% 2% 30px 0;
  }
  .business-p-li-1-d {
    margin: 2% 0 30px 0;
  }
  /* thanks */
  .thanks-wrap {
    padding: 30px;
  }
  /* footer */
  .footer-logo {
    float: none;
  }
  .footer-nav {
    font-size: 1.3em;
    margin: 50px 0 0 0;
    float: none;
  }
  .footer-instagram {
    margin: 50px 0 0 0;
    float: none;
  }
}

@media screen and (max-width: 860px) {
  /* news */
  .career-pager ul.career-pager-ul {
    margin: 20px 4% 0 0;
  }
  /* business */
  .business-p-img-3 {
    margin: 30px auto 0 auto;
  }
  .business-p-img-4 {
    margin: 30px auto 30px auto;
  }
  .business-p-writing-wrap {
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
  }
  .business-p-writing-l {
    width: 150px;
    height: auto;
    margin: 0;
  }
  .business-p-writing-r {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
  .business-p-writing-r-txt-1 {
    padding: 20px 0 0 0;
  }
  .business-p-writing-r-txt-2 {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width: 720px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* header */
  .header {
    padding: 15px 5%;
  }
  .header-logo {
    width: 150px;
    margin: 0;
    float: none;
  }
  /* common */
  .main-wrap {
    width: 100%;
    height: auto;
    padding: 78px 0 0 0;
  }
  .pankuzu-ul li {
    font-size: 1.1em;
    line-height: 14px;
  }
  .title-wrap {
    padding: 70px 0;
  }
  .title {
    font-size: 4.8em;
  }
  .title-sub {
    font-size: 1.2em;
    margin: 15px 0 0 0;
  }
  .title-s {
    font-size: 2em;
    line-height: 20px;
  }
  .fix-txt {
    font-size: 1em;
    right: 1%;
  }
  /* news */
  .news {
    padding: 0 0 80px 0;
  }
  .news-top-wrap {
    padding: 15px 20px 15px 0;
  }
  .news-top-inner {
    width: 90%;
    margin: 0 auto;
    background: #efefef;
  }
  .news-archive-ul {
    font-size: 1.3em;
  }
  .news-archive-ul li {
    padding: 0 5px 0 0;
    line-height: 30px;
  }
  .news-category-ul {
    font-size: 1.3em;
    box-sizing: border-box;
    padding: 0 0 0 0;
  }
  .news-category-ul li {
    margin: 0 5px 0 0;
    line-height: 36px;
  }
  .news-ul {
    width: 90%;
  }
  .news-ul li a {
    padding: 20px;
  }
  .news-li-top {
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .news-li-top-date {
    font-size: 1.3em;
  }
  .news-li-top-category {
    font-size: 1.3em;
    margin: 15px 0 15px 0;
  }
  .news-li-top-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  .news-li-top-img {
    margin: 15px 0 0 0;
  }
  .news-li {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .news-li-date {
    font-size: 1.3em;
  }
  .news-li-category {
    font-size: 1.3em;
    margin: 15px 0 15px 0;
  }
  .news-li-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  .news-li-img {
    margin: 15px 0 0 0;
  }
  .news-pager {
    margin: 30px auto 0 auto;
  }
  .news-pager-prev {
    font-size: 1.3em;
  }
  .news-pager-next {
    font-size: 1.3em;
  }
  /* news - details */
  .news-d {
    margin: 60px auto 0 auto;
    padding: 20px;
  }
  .news-d-date {
    font-size: 1.3em;
  }
  .news-d-category {
    font-size: 1.3em;
    margin: 15px 0 15px 0;
  }
  .news-d-title {
    font-size: 1.4em;
    line-height: 22px;
  }
  .news-d-post p {
    font-size: 1.3em;
    line-height: 23px;
    padding: 20px 0 0 0;
  }
  .news-d-title-sub {
    font-size: 2em;
    padding: 50px 0 0 5%;
  }
  .news-d-post figure img {
    margin: 20px 0 0 0;
  }
  /* business */
  .business {
    padding: 0 0 0 0;
  }
  .business-section {
    margin: 0 0 50px 0;
    padding: 0;
  }
  .business-inner-l {
    position: static;
    border-radius: 30px;
    width: 90%;
    margin: 30px auto 0 auto;
    padding: 30px;
    bottom: 0;
    left: 0;
  }
  .business-inner-r {
    position: static;
    border-radius: 30px;
    width: 90%;
    margin: 30px auto 0 auto;
    padding: 30px;
    bottom: 0;
    right: 0;
  }
  .business-stxt {
    font-size: 8em;
    margin: 15px 0 0 0;
  }
  .business-stxt2 {
    font-size: 8em;
    margin: 15px 0 0 0;
  }
  .business-img-l {
    width: 100%;
  }
  .business-img-r {
    width: 100%;
    float: none;
  }
  .business-txt-1 {
    font-size: 2.2em;
    line-height: 28px;
  }
  .business-txt-2 {
    font-size: 1.6em;
    padding: 20px 0 0 0;
  }
  .business-txt-3 {
    font-size: 1.4em;
    line-height: 22px;
  }
  .business-hr {
    margin: 20px 0;
  }
  .business-btn {
    margin: 20px 0 0 0;
  }
  .business-btn a {
    font-size: 1.3em;
  }
  /* business - details */
  .title-bd {
    font-size: 2.8em;
    line-height: 38px;
  }
  .business-d-philo {
    font-size: 1.8em;
    line-height: 32px;
    border-left: 4px solid #f39b17;
    padding: 0 0 0 10px;
  }
  .business-d {
    padding: 60px 0;
  }
  .business-d-section {
    margin: 0 0 50px 0;
  }
  .business-d-section-c {
    margin: 50px 0 0 0;
  }
  .business-d-txt-wrap {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    background: #fff;
    margin: 20px 0 0 0;
    padding: 30px;
  }
  .b-img-pc {
    display: none;
  }
  .b-img-sp {
    display: block;
  }
  .business-d-txt-1 {
    font-size: 2.2em;
    line-height: 22px;
  }
  .business-d-txt-2 {
    font-size: 1.4em;
    line-height: 24px;
    color: #333;
  }
  .business-d-txt-3 {
    font-size: 1.3em;
    line-height: 23px;
    color: #333;
    padding: 10px 0 0 0;
  }
  .business-d-hr {
    border-top: solid 1px #1e1e1e;
    margin: 15px 0;
  }
  .b-img-pc {
    display: none;
  }
  .b-img-sp {
    display: block;
  }
  .business-d-ul {
    width: 100%;
    display: block;
  }
  .business-d-ul li {
    width: 100%;
    padding: 30px;
  }
  .business-d-ul-b {
    width: 100%;
    display: block;
    margin: 50px auto 0 auto;
  }
  .business-d-ul-b li {
    width: 100%;
    padding: 30px;
  }
  .business-d-ul-f {
    width: 100%;
    display: block;
  }
  .business-d-ul-f li {
    width: 100%;
    padding: 30px;
  }
  .business-d-ul-t {
    width: 100%;
    display: block;
  }
  .business-d-ul-t li {
    width: 100%;
    padding: 30px;
  }
  .business-d-lt {
    border-width: 30px 30px 0 0;
    display: block;
  }
  .business-d-rt {
    border-width: 0 0 30px 30px;
    display: block;
  }
  .business-d-li-1 {
    margin: 0;
  }
  .business-d-li-2 {
    margin: 30px 0 0 0;
  }
  .business-d-li-3 {
    margin: 30px 0 0 0;
  }
  .business-d-li-f-1 {
    margin: 0;
  }
  .business-d-li-f-2 {
    margin: 30px 0 0 0;
  }
  .business-d-li-f-3 {
    margin: 30px 0 0 0;
  }
  .business-d-li-f-4 {
    margin: 30px 0 0 0;
  }
  .business-d-li-t-1 {
    margin: 0;
  }
  .business-d-li-t-2 {
    margin: 30px 0 0 0;
  }
  .business-d-icon-b {
    margin: 20px auto;
  }
  .business-d-icon {
    margin: 20px auto;
  }
  .business-d-li-txt-1 {
    font-size: 1.5em;
    line-height: 22px;
    padding: 0 0 0 0;
  }
  .business-d-li-txt-2 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 5px 0 0 0;
  }
  .business-d-li-txt-3 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 5px 0 0 0;
  }
  .business-d-btn a {
    font-size: 1.3em;
  }
  .business-d-other {
    width: 100%;
    height: auto;
    margin: 60px 0 0 0;
  }
  .business-d-li-hr {
    margin: 30px auto 20px auto;
  }
  .business-d-other li {
    height: 200px;
  }
  .business-d-other-img {
    height: 200px;
  }
  .business-d-other-txt-1 {
    font-size: 2em;
    line-height: 26px;
  }
  .business-d-other-txt-2 {
    font-size: 1.4em;
    padding: 10px 0 0 0;
  }
  .business-d-flow-title {
    font-size: 1.6em;
    padding: 60px 0 0 0;
  }
  .business-d-flow-wrap {
    padding: 40px 0 0 0;
  }
  .business-d-flow-icon {
    width: 140px;
  }
  .business-d-flow-txt-wrap {
    margin: 0 0 0 34px;
    padding: 30px 0;
  }
  .business-d-flow-txt-1 {
    font-size: 1.4em;
    font-weight: 500;
    padding: 0 0 0 20px;
  }
  .business-d-flow-txt-2 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 15px 0 0 20px;
  }
  .business-d-sub {
    margin: 20px auto 0 auto;
    padding: 30px;
  }
  .business-d-sub-txt-1 {
    font-size: 1.3em;
  }
  .business-d-sub-txt-2 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 20px 0 0 0;
  }
  .business-d-sub-img {
    margin: 30px auto 0 auto;
  }
  /* business - Promotion Consulting */
  .business-p {
    padding: 60px 0 60px 0;
  }
  .business-p-inner {
    padding: 20px;
  }
  .business-p-logo {
    margin: 10px auto 0 auto;
  }
  .business-p-title-wrap {
    text-align: center;
  }
  .business-p-title {
    font-size: 1.4em;
    line-height: 24px;
  }
  .business-p-img-1 {
    margin: 20px 0 20px 0;
  }
  .business-p-img-2 {
    margin: 20px 0 0 0;
  }
  .business-p-img-3 {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .business-p-img-4 {
    width: 50%;
    margin: 20px auto 20px auto;
  }
  .pa20 {
    padding: 10px 0 0 0;
  }
  .pa30 {
    padding: 20px 0 0 0;
  }
  .pa40 {
    padding: 30px 0 0 0;
  }
  .pa50 {
    padding: 40px 0 0 0;
  }
  .business-p-hr {
    margin: 35px auto;
  }
  .business-p-table {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px 0 0 0;
  }
  .business-p-table td {
    font-size: 1.3em;
    line-height: 23px;
    padding: 10px 10px;
  }
  .business-p-txt {
    font-size: 1.3em;
    line-height: 23px;
    text-align: left;
  }
  .business-p-txt-sub {
    font-size: 1em;
    line-height: 18px;
  }
  .business-p-txt-c {
    font-size: 1.3em;
    line-height: 23px;
  }
  .business-p-ul-1 li {
    padding: 20px;
  }
  .business-p-li-1-a {
    margin: 20px 2% 0 0;
  }
  .business-p-li-1-b {
    margin: 20px 0 0 0;
  }
  .business-p-li-1-c {
    margin: 2% 2% 20px 0;
  }
  .business-p-li-1-d {
    margin: 2% 0 20px 0;
  }
  .business-p-ul-1-img {
    width: 50%;
    margin: 0 auto;
  }
  .business-p-ul-1-txt {
    font-size: 1.3em;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0 0 0;
  }
  .business-p-ps-wrap {
    width: 100%;
    margin: 20px auto;
  }
  .business-p-pc {
    width: 100%;
    margin: 0 auto;
  }
  .business-p-sp {
    width: 35%;
    margin: 20px auto 0 auto;
  }
  .business-p-map-l {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .business-p-map-r {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .business-p-table-l {
    width: 100%;
    margin: 0;
    float: none;
  }
  .business-p-table-r {
    width: 100%;
    margin: 0;
    float: none;
  }
  .business-p-photo-ul li {
    width: 48%;
  }
  .business-p-photo-li-1 {
    margin: 20px 4% 0 0;
  }
  .business-p-photo-li-2 {
    margin: 20px 0 0 0;
  }
  .business-p-photo-li-3 {
    margin: 4% 4% 0 0;
  }
  .business-p-photo-li-4 {
    margin: 4% 0 0 0;
  }
  .business-p-photo-li-5 {
    margin: 4% 4% 0 0;
  }
  .business-p-photo-li-6 {
    margin: 4% 0 0 0;
  }
  .business-p-writing-l {
    width: 35%;
    height: auto;
    margin: 0 auto;
  }
  .business-p-writing-r {
    width: 100%;
    height: auto;
    position: static;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
  }
  .business-p-writing-r-txt-1 {
    font-size: 1.3em;
    line-height: 23px;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .business-p-writing-r-txt-2 {
    font-size: 1.3em;
    line-height: 23px;
    text-align: center;
    padding: 15px 0 0 0;
  }
  .business-p-sns-l {
    width: 49%;
    margin: 20px 2% 0 0;
  }
  .business-p-sns-r {
    width: 49%;
    margin: 20px 0 0 0;
  }
  .business-p-sns-flow {
    margin: 15px auto 0 auto;
  }
  .btn-wrap {
    width: 90%;
  }
  .btn,
  a.btn,
  button.btn {
    width: 100%;
  }
  a.btn-c {
    font-size: 1.5em;
  }
  a.btn-c span {
    font-size: 0.7em;
  }
  .btn-mail {
    margin-top: -8px;
  }
  .btn-img {
    margin-top: -6px;
  }
  .business-p-link-wrap {
    padding: 60px 0;
  }
  .business-p-link-txt {
    font-size: 1.6em;
    padding: 0 0 0 0;
  }
  .business-p-link {
    width: 90%;
  }
  .business-p-link li {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px;
  }
  .business-p-link-img {
    width: 50%;
    margin: 0 auto;
  }
  .business-p-link-li-txt {
    font-size: 1.3em;
    line-height: 23px;
    margin: 5px 0 0 0;
  }
  .business-p-i-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  .business-p-i-ul li a {
    margin: 20px 0 0 0;
    padding: 20px;
    display: block;
  }
  .business-p-i-ul-img {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .business-p-i-ul-wrap {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
  }
  .business-p-i-ul-txt {
    font-size: 1.3em;
  }
  .business-p-i-table {
    margin: 10px 0 0 0;
  }
  .business-p-i-table td {
    font-size: 1.3em;
    line-height: 23px;
    padding: 5px 0 0 0;
  }
  .business-p-i-btn {
    font-size: 1.3em;
    margin: 15px 0 0 0;
    padding: 10px 0;
  }
  .career-pager ul.career-pager-ul {
    margin: 20px 4% 0 0;
  }
  .business-p-gsv {
    width: 110px;
    margin: 20px auto 0 auto;
  }
  .business-link-wrap {
    text-align: center;
    margin: 55px 0 0 0;
  }
  .business-link {
    font-size: 1.5em;
  }
  .business-link a {
    border-bottom: 2px solid #f39b17;
  }
  /* about */
  .philosophy {
    padding: 60px 0 60px 0;
  }
  .philosophy-txt {
    font-size: 1.6em;
    line-height: 32px;
    padding: 30px 0 0 0;
  }
  .about-wrap {
    padding: 60px 0 60px 0;
  }
  .about-box {
    margin: 40px 0 0 0;
  }
  .about-l {
    width: 110%;
  }
  .about-r {
    width: 100%;
    float: none;
  }
  .about-txt-1 {
    font-size: 1.6em;
    line-height: 27px;
    padding: 95% 0 0 0;
  }
  .about-txt-2 {
    font-size: 1.3em;
    line-height: 23px;
    padding: 30px 0 30px 0;
  }
  .about-txt-3 {
    font-size: 1.3em;
    line-height: 12px;
    border-bottom: 2px solid #f39b17;
  }
  .about-hr {
    margin: 60px auto;
  }
  .company-wrap {
    padding: 60px 0 80px 0;
  }
  .about-table {
    margin: 40px 0 0 0;
  }
  .about-tdl {
    width: 80px;
    font-size: 1.3em;
    line-height: 23px;
    font-weight: 500;
    padding: 10px 0;
  }
  .about-tdr {
    font-size: 1.3em;
    line-height: 23px;
    border-left: 2px solid #f39b17;
    padding: 10px 0 10px 20px;
  }
  .about-tdb {
    padding: 10px 0;
  }
  /* contact */
  .contact {
    padding: 0 0 80px 0;
  }
  /* thanks */
  .thanks-wrap {
    padding: 20px;
  }
  .thanks-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  /* privacy */
  .privacy {
    padding: 0 0 80px 0;
  }
  .privacy-title {
    font-size: 1.6em;
    line-height: 25px;
    margin: 80px 0 0 0;
  }
  .privacy-txt {
    font-size: 1.3em;
    line-height: 23px;
  }
  .privacy-table td {
    font-size: 1.3em;
    line-height: 23px;
    padding: 8px 8px;
  }
  .p-td-l {
    width: 120px;
  }
  .margin-table {
    margin: 10px 0 0 0;
  }
  .margin-table td {
    font-size: 1.3em;
    line-height: 23px;
  }
  /* sitemap */
  .sitemap {
    padding: 0 0 50px 0;
  }
  .sitemap-ul-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .sitemap-ul {
    font-size: 1.3em;
    line-height: 18px;
  }
  .sitemap-ul li a {
    border-left: 2px solid #f39b17;
    padding: 0 0 2px 8px;
  }
  .sitemap-parent {
    margin: 0 0 30px 0;
  }
  .sitemap-child {
    font-size: 0.9em;
    margin: 20px 0 0 0;
  }
  .sitemap-child .sitemap-gchild {
    font-size: 0.9em;
    margin: 20px 0 0 12px;
  }
  /* footer */
  .footer {
    padding: 60px 0;
  }
  .footer-logo {
    width: 150px;
    margin: 0 auto;
  }
  .footer-nav {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
  .footer-nav li {
    text-align: center;
    display: block;
    padding: 0;
    letter-spacing: 0.05em;
  }
  .footer-nav li {
    display: block;
    border-top: 1px solid #313131;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  .footer-nav li:last-child {
    border-top: 1px solid #313131;
    border-right: none;
    border-bottom: 1px solid #313131;
    border-left: none;
  }
  .footer-nav li a {
    padding: 15px 0;
  }
  .footer-instagram {
    margin: 30px auto 0 auto;
  }
  .footer-ul {
    padding: 0;
    float: none;
  }
  .footer-ul li {
    font-size: 1.2em;
    text-align: center;
    display: block;
    padding: 30px 0 0 0;
  }
  .footer-copy {
    font-size: 1.1em;
    text-align: center;
    padding: 50px 0 0 0;
    float: none;
  }
}

/* comfortable_workplace */
.comfortable-wrap {
  width: 90%;
  height: auto;
  margin: 0 auto 80px;
  .comfortable-heading {
    margin: 0 0 20px;
    font-size: 1.5em;
    line-height: 27px;
      @media screen and (max-width: 860px) {
        font-size: 1.3em;
        line-height: 23px
      }
  }
  .comfortable-txt {
    font-size: 1.5em;
    line-height: 27px;
      @media screen and (max-width: 860px) {
        font-size: 1.3em;
        line-height: 23px
      }
    &.bold {
      font-weight: 500;
    }
  }
  .comfortable-list {
    margin: 0 0 60px;
    dl {
      margin: 0 0 30px;
    }
    dt {
      margin: 0 0 20px;
      padding: 0 0 3px 10px;
      border-left: 3px solid #f39b17;
      font-size: 1.8em;
      line-height: 20px;
      @media screen and (max-width: 860px) {
        font-size: 1.3em;
      }
    }
    dd {
      padding: 0 0 0 20px;
      line-height: 20px;
      a {
        display: inline-block;
        color: #fff;
        background: #f39b17;
        font-size: 1.4em;
        border-radius: 22px;
        padding: 10px 16px 10px 20px;
        position: relative;
        box-sizing: border-box;
        &:hover {
          background: #1e1e1e;
        }
        @media screen and (max-width: 860px) {
          font-size: 1.2em;
        }
      }
    }
  }
  .comfortable-block {
    margin: 0 0 20px;
  }


}