/* TOP CSS */
/* --------------------------------------
Base settings
---------------------------------------*/
.pc-hyde {
  display: block !important;
}

.sp-hyde {
  display: none !important;
}

.wrapper {
  max-width: 100%;
  padding: 0 20px;
}

.bottom30 {
  margin-bottom: 15px;
}

.bottom40 {
  margin-bottom: 20px;
}

.bottom50 {
  margin-bottom: 25px;
}

.bottom60 {
  margin-bottom: 30px;
}

.bottom70 {
  margin-bottom: 35px;
}

.bottom80 {
  margin-bottom: 40px;
}

.conts-padding {
  padding: 30px 0;
}

.profile-icon {
  width: 150px;
  height: 150px;
  margin: auto auto 15px auto;
}
.profile-icon .inner {
  width: 150px;
  height: 150px;
}
.profile-icon .inner img {
  width: 80%;
}

.profile-name {
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.profile-name span {
  font-size: 26px;
  display: block;
}

/*==================================
btn
==================================*/
.btn-wrap .btn {
  font-size: 20px;
}
.btn-wrap .btn:hover {
  border: 2px solid #e6473f;
  background: #e6473f;
  box-shadow: 0 4px 0 #c01b13;
  color: #fff;
}
.btn-wrap .btn:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  right: 20px;
}

/*==================================
heading
==================================*/
.heading-wave {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.heading-wave:after {
  width: 40px;
  left: calc(50% - 20px);
}

.heading-en {
  line-height: 1.3;
  font-size: 30px;
  margin-bottom: 20px;
}
.heading-en span {
  font-size: 11px;
}

/*==================================
main
==================================*/
.mainvisual {
  height: 400px;
}
.mainvisual .container {
  z-index: 2;
  padding: 50px 20px;
  max-width: 500px;
  margin: auto;
}
.mainvisual .container .catch {
  padding: 15px;
}
.mainvisual .container .catch .inner {
  line-height: 1.4;
  font-size: 22px;
}
.mainvisual #case-slider {
  bottom: -120px;
}

.top-conts {
  padding-top: 130px;
}
.top-conts .flexbox {
  display: block;
}
.top-conts .flexbox .item {
  width: 100%;
  padding: 20px;
}
.top-conts .flexbox .item.section-origin {
  margin-top: 100px;
  padding-top: 120px;
}
.top-conts .flexbox .item.section-origin .image {
  text-align: center;
}
.top-conts .flexbox .item.section-origin .image img {
  max-width: 400px;
}
.top-conts .flexbox .item.section-origin .detail {
  font-size: 18px;
  padding: 20px;
}
.top-conts .flexbox .item.section-origin .detail span {
  font-size: 22px;
}
.top-conts .flexbox .item.section-origin .detail img {
  max-width: 300px;
  padding: 5px 0;
}

.top-case {
  padding-bottom: 100px;
}

/*case-box common*/
.how {
  color: #575b63;
}
.how span {
  display: inline-block;
  position: relative;
  line-height: 1.8;
}
.how span::after {
  content: "/";
  padding: 0 5px;
}
.how span:last-child::after {
  content: none;
}

.genre {
  margin-bottom: 10px;
}
.genre span {
  background: #e72d23;
  display: inline-block;
  color: #fff;
  padding: 4px 10px;
  border-radius: 30px;
  font-size: 11px;
  margin-right: 15px;
}
.genre span:last-child {
  margin-bottom: 0;
}

.flexbox.case-box {
  display: block;
}
.flexbox.case-box .item {
  width: 100%;
  margin-bottom: 25px;
}
.flexbox.case-box .item .photo {
  height: auto;
  margin-bottom: 20px;
  transition: none;
}
.flexbox.case-box .item .photo:hover a {
  opacity: 1;
}
.flexbox.case-box .item .text {
  transition: none;
}
.flexbox.case-box .item .text .heading {
  line-height: 1.4;
  font-size: 18px;
}
.flexbox.case-box .item .text .heading:hover a {
  opacity: 1;
  color: #333;
}
.flexbox.case-box .item .text .how {
  margin-bottom: 10px;
}
.flexbox.case-box .item .text .icon-area .tag {
  width: 60px;
}

#sub .slick-next {
  right: 0;
}
#sub .slick-prev {
  left: 0;
}
#sub .slick-next:hover,
#sub .slick-prev:hover {
  opacity: 1;
}
#sub .conts-padding {
  padding: 30px 0;
}
#sub .sub-page-ttl {
  padding: 40px 20px;
}
#sub .sub-page-ttl .container .heading {
  font-size: 32px;
}
#sub .category-area {
  padding-bottom: 100px;
}
#sub .category-area .bg-white .heading-en {
  font-size: 24px;
}
#sub .category-area .bg-white .box {
  padding: 0 20px 20px;
}
#sub .category-area .bg-white .box .inner {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #ebeef5;
}
#sub .category-area .bg-white .box .inner:last-child {
  border-bottom: 0;
}
#sub .category-area .bg-white .box .inner .heading {
  font-size: 15px;
  padding-left: 18px;
}
#sub .category-area .bg-white .box .inner .genre {
  font-size: 13px;
}
#sub .category-area .bg-white .box .inner .genre a {
  margin-bottom: 10px;
  margin-right: 10px;
}
#sub .category-area .bg-white .box .inner .genre a:last-child {
  margin-right: 0;
}
#sub .category-area .bg-white .box .inner .genre a:hover {
  background: #c01b13;
}
#sub .case .case-topics {
  padding-bottom: 0px;
}
#sub .case .case-topics .heading.detail {
  font-size: 26px;
  margin-bottom: 20px;
}
#sub .case .case-topics .heading.detail:before, #sub .case .case-topics .heading.detail:after {
  display: inline-block;
  width: 24px;
  height: 36px;
}
#sub .case .case-topics .heading.detail:before {
  left: calc(50% - 90px);
}
#sub .case .case-topics .heading.detail:after {
  transform: rotateY(180deg);
  right: calc(50% - 85px);
}
#sub .case .case-topics #pickup-slide {
  padding-bottom: 20px;
  margin-bottom: 0;
}
#sub .case .case-topics #pickup-slide .inner {
  margin: 20px;
  padding: 0 0;
}
#sub .case .case-topics #pickup-slide .inner a {
  color: #222;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
}
#sub .case .case-topics #pickup-slide .inner a:hover {
  opacity: 0.8;
}
#sub .case .case-topics #pickup-slide .inner .flexbox {
  display: block;
}
#sub .case .case-topics #pickup-slide .inner .photo {
  width: 100%;
  padding-right: 0;
  margin-bottom: 15px;
}
#sub .case .case-topics #pickup-slide .inner .text {
  width: 100%;
  transition: none;
}
#sub .case .case-topics #pickup-slide .inner .text .heading {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
}
#sub .case .case-topics #pickup-slide .inner .text .how {
  margin-bottom: 15px;
}
#sub .case .case-topics #pickup-slide .inner .text .icon-area .tag {
  width: 60px;
}
#sub .case .case-study-atricle {
  padding-bottom: 100px;
}
#sub .case .case-study-atricle .flexbox {
  display: block;
}
#sub .case .case-study-atricle .flexbox .article-temp {
  width: 100%;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white {
  margin-bottom: 20px;
  padding: 20px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white #article-slide {
  margin-bottom: 40px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .text {
  margin-bottom: 20px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .text .genre span {
  font-size: 11px;
  margin-bottom: 10px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .text .genre a {
  margin: 0;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .text .heading {
  font-size: 18px;
  line-height: 1.6;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .text .icon-area .tag {
  width: 60px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .skill-tbl {
  margin-bottom: 20px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .skill-tbl th,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .skill-tbl td {
  font-size: 14px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .btn-wrap {
  margin-bottom: 30px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .btn-wrap .btn {
  font-size: 16px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner figure {
  margin: 0;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h2,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h3,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h4,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h5,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner p,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner ul,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner ol,
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner figure {
  margin-bottom: 15px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h2 {
  font-size: 18px;
  padding: 4px 10px 4px 20px;
}
#sub .case .case-study-atricle .flexbox .article-temp .bg-white .inner h3 {
  font-size: 17px;
}
#sub .case .case-study-atricle .flexbox .article-temp .text-right {
  margin-bottom: 20px;
}
#sub .case .case-study-atricle .flexbox .side {
  width: 100%;
}
#sub .case .case-study-atricle .flexbox .side .category-area {
  position: inherit;
  top: auto;
}
#sub .case .case-study-atricle .flexbox .side .category-area .bg-white .box {
  padding-bottom: 10px;
}
#sub .case .case-study-atricle .flexbox .side .category-area .bg-white .box .inner {
  padding: 15px 0 5px;
}
#sub .profile .me .profile-icon {
  margin-bottom: 20px;
}
#sub .profile .me .bg-white {
  padding: 20px;
}
#sub .profile .me .bg-white .text-center {
  text-align: left;
}
#sub .profile .skill .flexbox {
  margin-bottom: 10px;
  display: flex;
}
#sub .profile .skill .flexbox .item {
  width: 48.5%;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 15px;
}
#sub .profile .skill .flexbox .item .icon {
  margin: 0 auto 15px;
}
#sub .profile .skill .flexbox .item .icon img {
  max-width: 60px;
}
#sub .profile .skill .skill-tbl th,
#sub .profile .skill .skill-tbl td {
  padding: 10px;
  font-size: 14px;
}
#sub .profile .strong-point .flexbox {
  display: block;
}
#sub .profile .strong-point .flexbox .item {
  margin-bottom: 15px;
  width: 100%;
}
#sub .profile .strong-point .flexbox .item:last-child {
  margin-bottom: 0;
}
#sub .profile .strong-point .flexbox .item .title {
  padding: 20px;
  font-size: 16px;
}
#sub .profile .strong-point .flexbox .item .text {
  padding: 20px;
}
#sub .profile .strong-point .flexbox .item .text .photo {
  margin-bottom: 10px;
  background: #ccc;
}
#sub .profile .slider-area {
  padding: 30px 0 100px;
}
#sub .profile .slider-area .inner {
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
#sub .profile .slider-area .slick-next,
#sub .profile .slider-area .slick-prev {
  top: calc(50% - 15px);
}
#sub .profile .slider-area .slick-prev {
  left: 10px;
}
#sub .profile .slider-area .slick-next {
  right: 10px;
}

.wp-pagenavi {
  padding: 10px 0;
}/*# sourceMappingURL=sp-layout.css.map */