@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,500,700&display=swap");
/* ==========================================================================
     css style
  ========================================================================== */
.l-result {
  background: url(../img/main_bg01.png) left top no-repeat;
}

.l-main {
  min-width: 1280px;
  width: 100%;
}

.c-result {
  margin: 64px 0;
}

.c-result__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1032px;
}

.c-result__title {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-result__title span {
  padding: 3px 14px 3px 0;
}

.c-result__item {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  margin: 0 16px 32px;
  width: 312px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

.c-result__item a {
  background: #fff;
  display: block;
}

.c-result__item a img {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

.c-result__item a:hover > .c-result__item__img img {
  transform: scale(1.08);
  transition: transform 0.3s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}

.c-result__item a:hover > .c-result__item__note > .link-title span:after {
  transform: translateX(0);
}

.c-result__item__img {
  height: 176px;
  overflow: hidden;
  width: 100%;
}

.c-result__item__img img {
  height: auto;
  width: 100%;
}

.c-result__item__note {
  padding: 20px 6.4%;
}

.c-result__item:hover {
  transform: translateY(-6px);
}

.c-result__read {
  color: #23272B;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 1em;
}

.c-detail {
  padding: 90px 0 120px;
}

.c-detail__content {
  width: 1000px;
  margin: 0 auto;
}

.c-detail__lead {
  border: 2px solid #B12525;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
}

.c-solve .c-detail__lead {
  margin-bottom: 45px;
}

.c-detail__lead:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #B12525;
  position: absolute;
  left: 0;
  top: 0;
}

.c-detail__lead__textarea {
  width: 515px;
}

.c-detail__lead__title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #E8E9E9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.c-detail__lead__title-sub {
  font-weight: normal;
  display: block;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.c-detail__lead__text {
  margin-bottom: 20px;
  line-height: 2;
}

.c-detail__lead__image {
  width: 364px;
}

.c-detail__lead__image img {
  width: 100%;
}

.c-detail__section__text {
  margin-top: 20px;
  line-height: 2;
}

.c-detail__section__text .bold {
  font-weight: bold;
}

.c-detail__section__text:after {
  content: "";
  display: block;
  clear: both;
}

.c-detail__section__text:first-child {
  margin-top: 0;
}

.c-detail__section__block {
  margin: 0 0 60px 0;
}

.c-detail__section__float {
  width: 480px;
}

.c-detail__section__float.right {
  float: right;
  margin: 0 0 30px 30px;
}

.c-detail__section__float.left {
  float: left;
  margin: 0 30px 30px 0;
}

.c-detail__section__img {
  text-align: center;
}

.c-detail__section__img img {
  display: block;
  margin: 30px auto;
}

.c-detail__section__img img:hover {
  cursor: pointer;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: .3s;
}

.c-detail__section__img.type02 img {
  max-width: 800px;
}

.c-detail__section__look-back {
  background: #FDEAE9;
  margin-top: 120px;
  padding: 110px 80px 10px;
  position: relative;
}

.c-detail__section__look-back .l-page__hero__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -32px;
  width: auto;
}

.c-detail__section__look-back:before {
  content: '';
  display: block;
  width: 220px;
  height: 220px;
  border-bottom: 220px solid transparent;
  border-left: 220px solid rgba(177, 37, 37, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.c-detail__table__profile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.c-detail__table__profile dt {
  border-bottom: 1px solid rgba(144, 146, 148, 0.5);
  color: rgba(35, 39, 44, 0.6);
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 24px;
  padding: 25px 0;
  width: 250px;
}

.c-detail__table__profile dt:first-of-type {
  border-top: 1px solid rgba(144, 146, 148, 0.5);
}

.c-detail__table__profile dd {
  border-bottom: 1px solid #E9E9EA;
  color: #23272B;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 25px 0;
  word-break: break-all;
  width: 726px;
}

.c-detail__table__profile dd:first-of-type {
  border-top: 1px solid #E9E9EA;
}

.c-detail__text__list {
  margin-top: 20px;
  line-height: 2;
}

.c-detail__text__list-md {
  font-weight: 700;
}

.c-detail__text__list-md span {
  color: #B12525;
}

.c-detail__text__list dd {
  margin: 0 0 1em 1.5em;
}

.c-detail__img__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.c-detail__img__group__arrow {
  background: url(../img/img_arrow_rigth01.svg) center center no-repeat;
  height: 24px;
  width: 12px;
}

.c-detail__img__item {
  display: block;
  width: 312px;
}

.c-detail__example {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 100px;
}

.c-detail__example__request, .c-detail__example__proposal {
  padding: 20px 40px 34px 40px;
  position: relative;
  width: 480px;
}

.c-detail__example__request {
  background: #F3F4F7;
}

.c-detail__example__request .c-detail__example__title {
  border-bottom: 1px solid rgba(35, 39, 43, 0.1);
}

.c-detail__example__request:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  border-bottom: 120px solid transparent;
  border-left: 120px solid #E8EAEC;
  position: absolute;
  left: 0;
  top: 0;
}

.c-detail__example__proposal {
  background: #FDEAE9;
}

.c-detail__example__proposal .c-detail__example__title {
  border-bottom: 1px solid rgba(176, 37, 37, 0.1);
  color: #B12525;
}

.c-detail__example__proposal:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  border-bottom: 120px solid transparent;
  border-left: 120px solid rgba(177, 37, 37, 0.05);
  position: absolute;
  left: 0;
  top: 0;
}

.c-detail__example__title {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 14px;
  position: relative;
  z-index: 2;
}

.c-detail__example__text {
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 14px;
}

.c-detail__example .c-detail__img__group__arrow {
  background-size: contain;
  height: auto;
  width: 23px;
}

.modaal-wrapper {
  z-index: 20000;
}

.modaal-overlay {
  z-index: 15000;
}

.modaal-wrapper .modaal-container .modaal-close {
  top: -60px;
  right: 0;
  position: absolute;
  background: url(../img/icon-close.svg) center center no-repeat !important;
  background-size: 100% auto !important;
  width: 48px;
  height: 48px;
  z-index: 30000;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modaal-wrapper .modaal-container .modaal-close:before, .modaal-wrapper .modaal-container .modaal-close:after, .modaal-wrapper .modaal-container .modaal-close span {
  display: none;
}

.modaal-wrapper .modaal-container .modaal-close:hover {
  opacity: .6 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.modaal-wrapper.modaal-image .modaal-container {
  width: 1000px;
}

.nav-result {
  width: 1000px;
  margin: 88px auto 0;
}
.nav-result > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.nav-result > ul > li {
  width: 248px;
  margin-right: 2px;
}
.nav-result > ul > li:nth-of-type(4n+4){
  margin-right: 0;
}
.nav-result > ul > li:nth-of-type(n+5){
  margin-top: 2px;
}
.nav-result > ul > li a {
  position: relative;
  display: block;
  background: #B12525;
  border: 2px solid #B12525;
  font-weight: bold;
  color: #fff;
  transition: background-color .3s ease-out,color .3s ease-out;
}
.nav-result > ul > li a:hover {
  background-color: #fff;
  color: #B12525;
}
.nav-result > ul > li a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.nav-result > ul > li a:hover::after {
  border-color: #B12525;
}
.nav-result > ul > li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
}
.ttl-result {
  margin-top: 64px;
  display: flex;
  align-items: center;
  height: 258px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ttl-result.ttl-result01 {
  background-image: url(../img/index_bg01.jpg);
}
.ttl-result.ttl-result02 {
  background-image: url(../img/index_bg02.jpg);
}
.ttl-result.ttl-result03 {
  background-image: url(../img/index_bg03.jpg);
}
.ttl-result.ttl-result04 {
  background-image: url(../img/index_bg04.jpg);
}
.ttl-result.ttl-result05 {
  background-image: url(../img/index_bg05.jpg);
}
.ttl-result.ttl-result06 {
  background-image: url(../img/index_bg06.jpg);
}
.ttl-result.ttl-result07 {
  background-image: url(../img/index_bg07.jpg);
}
.ttl-result.ttl-result08 {
  background-image: url(../img/index_bg08.jpg);
}
.nav-result + .ttl-result {
  margin-top: 88px;
}
.ttl-result .ttl-in {
  width: 1000px;
  margin: 0 auto;
  color: #fff;
}
.ttl-result .ttl-in .hl {
  font-size: 3.6rem;
  font-weight: bold;
}
.ttl-result .ttl-in p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 16px;
  line-height: 2;
}
.pager-result {
  position: fixed;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: opacity .3s ease-out;
  font-size: 0;
  line-height: 0;
}
.pager-result.hide {
  opacity: 0;
  pointer-events: none;
}
.pager-result ul li + li {
  margin-top: 28px;
}
.pager-result ul li a {
  position: relative;
  box-sizing: content-box;
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}
.pager-result ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  background-color:#919395;
  transition: background-color .3s ease-out;
}
.pager-result ul li.active a::after,
.pager-result ul li a:hover::after {
  background-color: #B12525;
}
.u-btn__page {
  background: #B12525;
  border-radius: 32px;
  box-shadow: 0px 2px 4px rgba(232, 47, 37, 0.6);
  height: 64px;
  margin: 64px auto 0;
  width: 312px;
  position: relative;
  overflow: hidden;
  perspective: 1000;
}
.u-btn__page:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(-100%) skewX(-8deg);
  background: #fff;
  z-index: 2;
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
.u-btn__page:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  width: 120%;
  height: 200px;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateX(100%) skewX(-8deg);
  background: #fff;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
.u-btn__page:hover:before {
  transition: 0.4s cubic-bezier(0.82, 0.01, 0.28, 0.99);
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.u-btn__page:hover:after {
  transition: 0s cubic-bezier(0.82, 0.01, 0.28, 0.99) 0.4s;
  transform: translateX(-10%) skewX(-8deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.u-btn__page a {
  border: 2px solid #B12525;
  border-radius: 32px;
  color: #fff;
  display: block;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 60px;
  height: 64px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  overflow: hidden;
  transition: color 0.5s cubic-bezier(0.82, 0.01, 0.28, 0.99);
}
.u-btn__page a:hover {
  color: #B12525;
}

/*
.pswp {
	z-index: 20000;
}
.pswp__caption,
.pswp__counter {
	display: none;
}
.pswp__button--share,
.pswp__button--fs,
.pswp__button--zoom {
	display: none !important;
}
.pswp__button--close {
	background: url(../img/icon-close.svg) center center no-repeat !important;
	background-size: 100% auto !important;
	width: 48px;
	height: 48px;
	z-index: 30000;
	opacity: 1 !important;
	&:hover {
		opacity: .6 !important;
	}
}
.pswp__bg {
	background: rgba(#23272B,.8) !important;
	transform: translateZ(0);
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background: none;
}
.pswp__top-bar {
  right: 50px;
	left: auto;
  top: 50px;
  height: 48px;
  width: 48px;
	background: none;
	@include mq-max($breakpoint-sm) {
		top: get_vw(50);
		right: get_vw(10);
	};
}
.pswp__ui--idle .pswp__top-bar {
	opacity: 1;
}
*/

@media screen and (max-width: 768px){
  .l-result{
    background: url(../img/main_bg01_sp.png) left top no-repeat;
    background-size: 21.333vw auto;
  }
  .l-main{
    min-width: inherit;
  }
  .c-result{
    margin: 60px 0;
  }
  .c-result__list{
    display: block;
    width: 89.33vw;
    padding-right: 5vw;
  }
  .c-result__title{
    font-size: 3.2rem;
    margin-bottom: 2.66vw;
  }
  .c-result__title span{
    padding: 0 5.33vw 0 0;
  }
  .c-result__item{
    margin: 0 auto 6.4vw;
    width: 100%;
  }
  .c-result__item a{
    min-height: 82.66vw;
  }
  .c-result__item a:hover > .c-result__item__img img{
    transform: inherit;
  }
  .c-result__item__img{
    height: auto;
  }
  .c-result__item__note{
    padding: 5.33vw;
  }
  .c-result__item:hover{
    transform: translateY(0);
  }
  .c-result__read{
    font-size: 2.6rem;
  }
  .c-detail{
    padding: 11.33vw 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .c-detail__content{
    width: 89.33vw;
  }
  .c-solve .c-detail__lead{
    margin-bottom: 9.6vw;
  }
  .c-detail__lead{
    padding: 5.33333vw;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .c-detail__lead:before{
    width: 28px;
    height: 28px;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #B12525;
  }
  .c-detail__lead__textarea{
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-detail__lead__title{
    font-size: 18px;
    font-size: 4.8vw;
  }
  .c-detail__lead__title-sub{
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .c-detail__lead__image{
    width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5.33333vw;
  }
  .c-detail__section__block{
    margin: 0 0 8vw 0;
  }
  .c-detail__section__float{
    width: 100%;
  }
  .c-detail__section__float.right{
    float: none;
    margin: 0 0 20px 0;
  }
  .c-detail__section__float.left{
    float: none;
    margin: 0 0 20px 0;
  }
  .c-detail__section__img img{
    margin: 20px auto;
  }
  .c-detail__section__img.type02 img {
    max-width: 100%;
  }
  .c-detail__section__look-back{
    margin-top: 21.33vw;
    padding: 17.33vw 5.33vw .66vw;
  }
  .c-detail__section__look-back .l-page__hero__title{
    top: -6vw;
  }
  .c-detail__section__look-back:before{
    width: 26.66vw;
    height: 26.66vw;
    border-bottom: 26.66vw solid transparent;
    border-left: 26.66vw solid rgba(177, 37, 37, 0.05);
  }
  .c-detail__table__profile dt{
    font-size: 2.8rem;
    margin-right: 5.97%;
    padding: 5.33333vw 0;
    width: 29.85%;
  }
  .c-detail__table__profile dd{
    font-size: 2.8rem;
    padding: 5.33333vw 0;
    width: 64.17%;
  }
  .c-detail__img__group{
    display: block;
  }
  .c-detail__img__group__arrow{
    background: url(../img/img_arrow_bottom01.svg) center center no-repeat;
    background-size: contain;
    height: 4.266vw;
    margin: 3.2vw auto;
    width: 8.533vw;
  }
  .c-detail__img__item{
    width: 100%;
  }
  .c-detail__img__item.item_mb{
    margin-bottom: 5.333vw;
  }
  .c-detail__example{
    display: block;
    margin-bottom: 16vw;
  }
  .c-detail__example__request, .c-detail__example__proposal{
    padding: 4.533vw 5.33vw 4.533vw 5.33vw;
    width: 100%;
  }
  .c-detail__example__request:before{
    width: 26.66vw;
    height: 26.66vw;
    border-bottom: 26.66vw solid transparent;
    border-left: 26.66vw solid #E8EAEC;
  }
  .c-detail__example__proposal:before{
    width: 26.66vw;
    height: 26.66vw;
    border-bottom: 26.66vw solid transparent;
    border-left: 26.66vw solid rgba(177, 37, 37, 0.05);
  }
  .c-detail__example__title{
    font-size: 3.2rem;
    padding-bottom: 3.33vw;
  }
  .c-detail__example__text{
    font-size: 2.8rem;
    margin-top: 3.33vw;
  }
  .c-detail__example .c-detail__img__group__arrow{
    background: url(../img/img_arrow_bottom01.svg) center center no-repeat;
    background-size: contain;
    height: 4.266vw;
    margin: 2vw auto;
    width: 8.533vw;
  }
  .modaal-image .modaal-inner-wrapper{
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .modaal-wrapper.modaal-image .modaal-container{
    width: auto;
  }
  .nav-result {
    width: 89.33vw;
    margin-top: 44px;
  }
  .nav-result > ul {
    flex-wrap: wrap;
  }
  .nav-result > ul > li {
    width: 50%;
    margin-right: 0;
  }
  .nav-result > ul > li:nth-of-type(2n+1) {
    padding-right: 1px;
  }
  .nav-result > ul > li:nth-of-type(2n) {
    padding-left: 1px;
  }
  .nav-result > ul > li:nth-of-type(n+3) {
    margin-top: 2px;
  }
  .nav-result > ul > li a {
    transition: none;
  }
  .nav-result > ul > li a:hover {
    background-color: #B12525;
    color: #fff;
  }
  .nav-result > ul > li a::after {
    right: 16px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
  }
  .nav-result > ul > li a:hover::after {
    border-color: #fff;
  }
  .nav-result > ul > li a span {
    height: 48px;
  }
  .nav-result > ul > li a span.spfz15{
    font-size: 15px;
  }
  .ttl-result {
    margin-top: 60px;
    display: block;
    height: auto;
    padding: 8.5% 0;
  }
  .ttl-result.ttl-result01 {
    background-image: url(../img/index_bg01_sp.jpg);
  }
  .ttl-result.ttl-result02 {
    background-image: url(../img/index_bg02_sp.jpg);
  }
  .ttl-result.ttl-result03 {
    background-image: url(../img/index_bg03_sp.jpg);
  }
  .ttl-result.ttl-result04 {
    background-image: url(../img/index_bg04_sp.jpg);
  }
  .ttl-result.ttl-result05 {
    background-image: url(../img/index_bg05_sp.jpg);
  }
  .ttl-result.ttl-result06 {
    background-image: url(../img/index_bg06_sp.jpg);
  }
  .ttl-result.ttl-result07 {
    background-image: url(../img/index_bg07_sp.jpg);
  }
  .ttl-result.ttl-result08 {
    background-image: url(../img/index_bg08_sp.jpg);
  }
  .nav-result + .ttl-result {
    margin-top: 60px;
  }
  .ttl-result .ttl-in {
    width: 89.33vw;
    padding-right: 5vw;
  }
  .ttl-result .ttl-in .hl {
    font-size: 6.4rem;
  }
  .ttl-result .ttl-in p {
    font-size: 2.8rem;
    margin-top: 12px;
  }
  .ttl-result .ttl-in p br {
    display: none;
  }
  .pager-result {
    right: 3.4%;
  }
  .pager-result ul li.active a::after {
    background-color: #B12525 !important;
  }
  .pager-result ul li a:hover::after {
    background-color:#919395;
  }
  .u-btn__page{
    border-radius: 8vw;
    height: 16vw;
    width: 68vw;
    margin-top: 8vw;
  }
  .u-btn__page:before{
    display: none;
  }
  .u-btn__page:after{
    display: none;
  }
  .u-btn__page a{
    font-size: 2.8rem;
    height: 16vw;
    line-height: 15vw;
  }
  .u-btn__page a:hover{
    color: #fff;
  }

}
