@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body.web {
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", Verdana, Meiryo, sans-serif;
  line-height: 1.5;
}
body.web #breadcrumbs {
  position: relative;
}
body.web #breadcrumbs::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
}
body.web #breadcrumbs.home {
  background-color: #E5EFEE;
}
body.web #breadcrumbs.home::after {
  background: url(../images/bg_sandstorm.png);
  mix-blend-mode: multiply;
}
body.web #cat_label {
  position: relative;
  background: #E5EFEE;
}
body.web #cat_label > div {
  width: 100%;
  max-width: 1640px;
  padding: 150px 20px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tablet body.web #cat_label > div {
  padding: 100px 20px;
}
.sp body.web #cat_label > div {
  padding: 60px 10px;
}
body.web #cat_label > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.75;
  background: url(../images/bg_sandstorm.png);
  mix-blend-mode: multiply;
}
body.web #cat_label > div h1 {
  font-size: 70px;
}
.tablet body.web #cat_label > div h1 {
  font-size: 60px;
}
.sp body.web #cat_label > div h1 {
  font-size: 36px;
}
body.web .bg_sandstorm {
  position: relative;
  background-color: #E5EFEE;
}
body.web .bg_sandstorm::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_sandstorm.png);
  z-index: 0;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
body.web .bg_sandstorm > * {
  position: relative;
  z-index: 1;
}
body.web .innercontent {
  width: 100%;
  max-width: 1640px;
  padding: 100px 20px;
  margin: 0 auto;
  overflow: hidden;
}
.sp body.web .innercontent {
  padding: 40px 10px;
}
body.web .innercontent p.lead {
  font-size: 28px;
  line-height: 1.7;
  font-weight: bold;
}
.tablet body.web .innercontent p.lead {
  font-size: 22px;
}
.sp body.web .innercontent p.lead {
  font-size: 18px;
}
body.web .innercontent .img img {
  width: 100%;
}
body.web .innercontent .caption {
  font-size: 34px;
  font-weight: bold;
}
.tablet body.web .innercontent .caption {
  font-size: 26px;
}
.sp body.web .innercontent .caption {
  font-size: 18px;
}
body.web .innercontent .works_list .caption {
  font-size: 28px;
  font-weight: bold;
}
.tablet body.web .innercontent .works_list .caption {
  font-size: 22px;
}
.sp body.web .innercontent .works_list .caption {
  font-size: 16px;
}
body.web .innercontent .works_list .img img {
  border: 1px solid #ccc;
}
body.web .mainvisual {
  position: relative;
  height: 820px;
}
.pc body.web .mainvisual {
  height: 500px;
}
.tablet body.web .mainvisual {
  height: 400px;
}
body.web .mainvisual::after {
  content: "";
  position: absolute;
  left: 30%;
  top: 0;
  height: 100%;
  width: 70%;
  background: url(../../images_renew//visual.jpg) no-repeat center/cover;
  z-index: 0;
}
body.web .mainvisual .catch {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  z-index: 0;
  padding-left: 130px;
}
.tablet body.web .mainvisual .catch {
  justify-content: flex-start;
  padding-top: 40px;
}
.sp body.web .mainvisual .catch {
  padding-left: 50px;
}
body.web .mainvisual .catch .ttl {
  font-size: 120px;
  font-weight: bold;
  line-height: 1.5;
}
.pc body.web .mainvisual .catch .ttl {
  font-size: 80px;
}
.tablet body.web .mainvisual .catch .ttl {
  font-size: 60px;
}
.sp body.web .mainvisual .catch .ttl {
  font-size: 36px;
}
body.web .mainvisual .catch p {
  font-size: 34px;
  line-height: 2.1;
  font-weight: bold;
}
.pc body.web .mainvisual .catch p {
  font-size: 24px;
}
.tablet body.web .mainvisual .catch p {
  font-size: 20px;
}
.sp body.web .mainvisual .catch p {
  font-size: 16px;
}
body.web .mainvisual .catch.white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-mask-image: linear-gradient(to right, transparent 30%, black 30%);
  mask-image: linear-gradient(to right, transparent 30%, black 30%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
body.web .mainvisual .catch.white .ttl {
  color: #fff;
}
body.web .mainvisual .catch.white p {
  color: #fff;
}
body.web .mainvisual .label {
  position: absolute;
  left: 20px;
  top: 100px;
  writing-mode: vertical-rl;
}
.pc body.web .mainvisual .label {
  top: 60px;
}
.sp body.web .mainvisual .label {
  display: none;
}
body.web .mainvisual .label span {
  display: inline-block;
}
body.web .mainvisual .label span + span {
  margin-top: 50px;
}
.pc body.web .mainvisual .label span + span {
  margin-top: 30px;
}
body.web .mainvisual .scroll {
  position: absolute;
  left: 20px;
  bottom: 0;
  writing-mode: vertical-rl;
  font-weight: 600;
  padding-bottom: 90px;
  letter-spacing: 1px;
}
.pc body.web .mainvisual .scroll {
  display: none;
}
body.web .mainvisual .scroll::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background: #000;
  left: 10px;
  bottom: 0;
}
body.web .mainvisual .bloglink {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
}
.sp body.web .mainvisual .bloglink {
  width: 100%;
}
body.web .mainvisual .bloglink a {
  position: relative;
  display: block;
  padding: 30px 20px;
}
.pc body.web .mainvisual .bloglink a {
  padding: 20px 20px;
}
body.web .mainvisual .bloglink a::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
  background: url(../images/arrow01.svg);
}
.pc body.web .mainvisual .bloglink a::after {
  right: 5%;
}
body.web .mainvisual .bloglink a .tx {
  display: flex;
  gap: 15px;
  width: 70%;
}
.pc body.web .mainvisual .bloglink a .tx {
  flex-wrap: wrap;
  gap: 15px 0;
  width: 90%;
}
body.web .mainvisual .bloglink a .tx .topics {
  font-weight: bold;
  color: #C60010;
}
.pc body.web .mainvisual .bloglink a .tx .topics {
  width: 75px;
}
.pc body.web .mainvisual .bloglink a .tx .date {
  width: calc(100% - 75px);
}
body.web .mainvisual .bloglink a .tx .ttl span {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web .mainvisual .bloglink a .tx .ttl span:hover {
  background-size: 100% 1px;
}
body.web .mainvisual .bloglink a:hover .tx .ttl span {
  background-size: 100% 1px;
}
body.web h2 {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  margin: 0;
}
.tablet body.web h2 {
  font-size: 50px;
}
.sp body.web h2 {
  font-size: 30px;
}
body.web h2.dot {
  font-size: 28px;
  padding-left: 40px;
}
body.web h2.dot::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FCCC42;
}
body.web h2[data-en] {
  padding-bottom: 50px;
}
.sp body.web h2[data-en] {
  padding-bottom: 30px;
}
body.web h2[data-en]::after {
  content: attr(data-en);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 7px;
}
.tablet body.web h2[data-en]::after {
  font-size: 20px;
}
.sp body.web h2[data-en]::after {
  font-size: 16px;
}
body.web h2 + .arrowlink {
  margin-top: 50px;
}
body.web * + h2 {
  margin-top: 100px;
}
.tablet body.web * + h2 {
  margin-top: 60px;
}
.sp body.web * + h2 {
  margin-top: 40px;
}
body.web * + h2.dot {
  margin-top: 50px;
}
.sp body.web * + h2.dot {
  margin-top: 30px;
}
body.web h3 {
  position: relative;
  font-size: 55px;
  font-weight: bold;
  margin: 0;
}
.tablet body.web h3 {
  font-size: 40px;
}
.sp body.web h3 {
  font-size: 26px;
}
body.web h3[data-en] {
  padding-bottom: 40px;
}
.sp body.web h3[data-en] {
  padding-bottom: 30px;
}
body.web h3[data-en]::after {
  content: attr(data-en);
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 7px;
  color: #99A6B6;
}
.tablet body.web h3[data-en]::after {
  font-size: 20px;
}
.sp body.web h3[data-en]::after {
  font-size: 15px;
}
body.web h3 + p {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
}
.tablet body.web h3 + p {
  font-size: 20px;
}
.sp body.web h3 + p {
  font-size: 16px;
}
body.web * + h3 {
  margin-top: 80px;
}
.tablet body.web * + h3 {
  margin-top: 50px;
}
.sp body.web * + h3 {
  margin-top: 25px;
}
body.web .arrowlink a {
  position: relative;
  display: inline-block;
  align-items: center;
  padding-left: 80px;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
}
.sp body.web .arrowlink a {
  padding-left: 60px;
  line-height: 40px;
  font-size: 18px;
}
body.web .arrowlink a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 0;
  background: #FCCC42;
}
.sp body.web .arrowlink a::before {
  width: 40px;
  height: 40px;
}
body.web .arrowlink a span {
  display: block;
  position: relative;
}
body.web .arrowlink a span::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.sp body.web .arrowlink a span::before {
  width: 20px;
  left: -40px;
}
body.web .arrowlink a span::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 6.5px 0px 6.5px 11.26px;
  opacity: 0;
  transition: 0.3s;
}
.sp body.web .arrowlink a span::after {
  border-width: 5.5px 0px 5.5px 10.26px;
}
body.web .arrowlink a:hover span::after {
  left: -29px;
  opacity: 1;
}
body.web .img_flex {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
}
.tablet body.web .img_flex {
  gap: 20px;
}
body.web .img_flex.between {
  align-items: flex-start;
  justify-content: space-between;
}
.tablet body.web .img_flex .tx {
  width: calc(100% - 20px - 160px);
}
.sp body.web .img_flex .tx {
  width: 100%;
}
.tablet body.web .img_flex .img {
  width: 160px;
}
.tablet body.web .img_flex .img img {
  width: 100%;
}
.sp body.web .img_flex .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 80px;
}
body.web * + .img_flex {
  margin-top: 100px;
}
body.web .service_list {
  border-bottom: 1px solid #99A6B6;
  margin-top: 30px;
}
body.web .service_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border-top: 1px solid #99A6B6;
}
.sp body.web .service_list ul {
  padding: 10px;
  gap: 10px;
}
body.web .service_list ul li {
  width: calc((100% - 40px) / 3);
}
.bp2 body.web .service_list ul li {
  width: calc((100% - 20px) / 2);
}
.tablet body.web .service_list ul li {
  width: 100%;
}
body.web .service_list ul li a {
  position: relative;
  display: inline-block;
  font-size: 34px;
  padding-left: 55px;
  font-weight: bold;
}
.pc body.web .service_list ul li a {
  font-size: 22px;
  padding-left: 40px;
}
.sp body.web .service_list ul li a {
  font-size: 16px;
  padding-left: 30px;
}
body.web .service_list ul li a::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 8px;
  background: url(../images/arrow02.svg) center/cover;
}
.pc body.web .service_list ul li a::before {
  top: 5px;
  width: 28px;
  height: 28px;
}
.sp body.web .service_list ul li a::before {
  top: 3px;
  width: 20px;
  height: 20px;
}
body.web .service_list ul li a span {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
  background-size: 0% 2px;
}
body.web .service_list ul li a span:hover {
  background-size: 100% 1px;
}
body.web .service_list ul li a span:hover {
  background-size: 100% 2px;
}
body.web .web_contact {
  position: relative;
  background: #DFE3EF;
  padding: 100px 0px;
  text-align: center;
}
.tablet body.web .web_contact {
  padding: 50px 0;
}
body.web .web_contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_sandstorm.png);
  z-index: 0;
  opacity: 0.75;
  mix-blend-mode: multiply;
}
body.web .web_contact > * {
  position: relative;
  z-index: 10;
}
body.web .web_contact .ttl {
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 15px;
}
.tablet body.web .web_contact .ttl {
  font-size: 60px;
  letter-spacing: 10px;
}
.sp body.web .web_contact .ttl {
  font-size: 36px;
  letter-spacing: 6px;
}
body.web .web_contact p {
  font-size: 24px;
  font-weight: 700;
}
.tablet body.web .web_contact p {
  font-size: 20px;
}
.sp body.web .web_contact p {
  font-size: 16px;
}
body.web .web_contact p br {
  display: none;
}
.sp body.web .web_contact p br {
  display: block;
}
body.web .web_contact .arrowlink {
  margin-top: 50px;
}
body.web .web_contact .img {
  height: 313px;
  margin-top: 30px;
}
.tablet body.web .web_contact .img {
  height: 220px;
}
.sp body.web .web_contact .img {
  height: 180px;
}
body.web .web_contact .img img {
  height: 313px;
  width: 100%;
  object-fit: cover;
}
.tablet body.web .web_contact .img img {
  height: 220px;
}
.sp body.web .web_contact .img img {
  height: 180px;
}
body.web .web_contact .img + p {
  margin-top: 50px;
}
.tablet body.web .web_contact .img + p {
  margin-top: 30px;
}
body.web .web_contact .tel {
  margin-top: 20px;
  font-size: 60px;
  font-weight: 700;
}
.sp body.web .web_contact .tel {
  font-size: 40px;
}
body.web .web_contact .tel a {
  pointer-events: none;
}
.tablet body.web .web_contact .tel a {
  pointer-events: auto;
}
body.web .web_aboutus {
  padding: 100px 20px;
  text-align: center;
  background: url(../../images_renew/bg_aboutus.jpg) no-repeat center/cover;
  color: #fff;
}
.tablet body.web .web_aboutus {
  padding: 50px 10px;
}
body.web .web_aboutus .ttl {
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 15px;
  line-height: 1.3;
}
.tablet body.web .web_aboutus .ttl {
  font-size: 60px;
  letter-spacing: 10px;
}
.sp body.web .web_aboutus .ttl {
  font-size: 36px;
  letter-spacing: 6px;
}
body.web .web_aboutus .ttl + p {
  font-size: 24px;
}
.tablet body.web .web_aboutus .ttl + p {
  font-size: 20px;
}
.sp body.web .web_aboutus .ttl + p {
  font-size: 16px;
}
body.web .web_aboutus p {
  font-size: 28px;
  font-weight: 700;
}
.tablet body.web .web_aboutus p {
  font-size: 20px;
}
.sp body.web .web_aboutus p {
  font-size: 15px;
}
body.web .web_aboutus p + p {
  margin-top: 50px;
  line-height: 2.2;
}
body.web .bloglist {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
.sp body.web .bloglist {
  margin-top: 40px;
}
body.web .bloglist > a {
  display: block;
  width: calc((100% - 80px) / 3);
  border-left: 2px solid #C2CDD9;
  border-right: 2px solid #C2CDD9;
  padding: 0 40px;
}
.tablet body.web .bloglist > a {
  width: calc((100% - 40px) / 2);
  padding: 0 30px;
}
.sp body.web .bloglist > a {
  width: 100%;
  padding: 0 20px;
}
body.web .bloglist > a .head {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}
.sp body.web .bloglist > a .head {
  font-size: 13px;
}
body.web .bloglist > a .ttl {
  margin-top: 30px;
  font-size: 24px;
}
.tablet body.web .bloglist > a .ttl {
  margin-top: 15px;
  font-size: 20px;
}
.sp body.web .bloglist > a .ttl {
  font-size: 16px;
}
body.web .bloglist > a .ttl span {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web .bloglist > a .ttl span:hover {
  background-size: 100% 1px;
}
body.web .bloglist > a:hover .ttl span {
  background-size: 100% 1px;
}
body.web .works {
  position: relative;
  margin-top: 100px;
  width: 100%;
  padding-bottom: 20%;
}
.sp body.web .works {
  margin-top: 50px;
}
body.web .works .slider img {
  width: 100%;
}
body.web .works .slider .slick-list {
  margin: 0 -120px;
  overflow: visible;
}
.tablet body.web .works .slider .slick-list {
  margin: 0 -60px;
}
body.web .works .slider .slick-slide {
  margin: 0 120px;
  transition: 0.4s;
}
.tablet body.web .works .slider .slick-slide {
  margin: 0 60px;
}
body.web .works .slider .slick-slide.slick-center {
  transform: scale(2.1);
  transform-origin: top center;
}
.tablet body.web .works .slider .slick-slide.slick-center {
  transform: scale(1.7);
}
.sp body.web .works .slider .slick-slide.slick-center {
  transform: scale(0.9);
}
body.web .works .slider .slick-slide span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1;
}
.tablet body.web .works .slider .slick-slide span {
  font-size: 12px;
}
.sp body.web .works .slider .slick-slide span {
  font-size: 16px;
}
body.web .works .pager .prev {
  position: absolute;
  left: 15%;
  bottom: 13%;
}
.sp body.web .works .pager .prev {
  left: 5%;
}
body.web .works .pager .next {
  position: absolute;
  right: 15%;
  bottom: 13%;
}
.sp body.web .works .pager .next {
  right: 5%;
}
body.web .works .pager .next img {
  transform: scale(-1, 1);
}
.tablet body.web .works .pager img {
  width: 80px;
}
.sp body.web .works .pager img {
  width: 50px;
}
body.web .column {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.sp body.web .column {
  gap: 20px;
}
body.web .column > a {
  display: block;
  transition: 0.4s;
}
body.web .column > a:hover {
  opacity: 0.7;
}
body.web .column.col1 > * {
  width: calc((100% - 40px * (1 - 1)) / 1);
}
.sp body.web .column.spcol1 > * {
  width: calc((100% - 20px * (1 - 1)) / 1) !important;
}
body.web .column.col2 > * {
  width: calc((100% - 40px * (2 - 1)) / 2);
}
.sp body.web .column.spcol2 > * {
  width: calc((100% - 20px * (2 - 1)) / 2) !important;
}
body.web .column.col3 > * {
  width: calc((100% - 40px * (3 - 1)) / 3);
}
.sp body.web .column.spcol3 > * {
  width: calc((100% - 20px * (3 - 1)) / 3) !important;
}
body.web .column.col4 > * {
  width: calc((100% - 40px * (4 - 1)) / 4);
}
.sp body.web .column.spcol4 > * {
  width: calc((100% - 20px * (4 - 1)) / 4) !important;
}
body.web .column.col5 > * {
  width: calc((100% - 40px * (5 - 1)) / 5);
}
.sp body.web .column.spcol5 > * {
  width: calc((100% - 20px * (5 - 1)) / 5) !important;
}
body.web * + .column {
  margin-top: 60px;
}
.sp body.web * + .column {
  margin-top: 30px;
}
body.web ul.search_works {
  background: #DFE3EF;
  border-radius: 25px;
  display: flex;
  width: 70%;
  margin-top: 40px;
}
.pc body.web ul.search_works {
  width: 100%;
}
.sp body.web ul.search_works {
  margin-top: 20px;
}
body.web ul.search_works > li {
  width: 25%;
}
body.web ul.search_works > li a {
  display: block;
  border-radius: 25px;
  color: #99A6B6;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  transition: 0.4s;
}
body.web ul.search_works > li a:hover {
  opacity: 0.7;
}
body.web ul.search_works > li a.ac {
  background: #004F93;
  color: #fff;
}
body.web .search_box {
  padding: 20px;
  border: 1px solid #99A6B6;
  width: 70%;
  margin-top: 20px;
}
.pc body.web .search_box {
  width: 100%;
}
body.web .search_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
body.web .search_box + p {
  margin-top: 30px;
}
body.web .works_img {
  aspect-ratio: 1640 / 922.5;
  border: 1px solid #ccc;
  line-height: 0;
  margin-top: 40px;
}
body.web .works_img.wide {
  aspect-ratio: auto;
}
body.web .works_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
body.web .imgtx {
  font-size: 14px;
  margin-top: 8px;
  text-align: right;
}
body.web .imgtx a {
  color: #ddd;
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web .imgtx a:hover {
  background-size: 100% 1px;
}
body.web .works_servicelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
body.web .works_servicelist li {
  position: relative;
  padding-left: 20px;
}
body.web .works_servicelist li::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ico_tag.svg) no-repeat center/cover;
}
body.web .works_servicelist li a {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web .works_servicelist li a:hover {
  background-size: 100% 1px;
}
body.web .ul_list {
  margin-top: 50px;
}
.sp body.web .ul_list {
  margin-top: 30px;
}
body.web .ul_list li {
  position: relative;
  font-weight: bold;
  font-size: 28px;
  padding-left: 40px;
}
body.web .ul_list li::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  background: #FCCC42;
}
body.web .ul_list li + li {
  margin-top: 10px;
}
body.web a.blank {
  position: relative;
  padding-right: 25px;
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web a.blank:hover {
  background-size: 100% 1px;
}
body.web a.blank::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ico_blank.svg) no-repeat center/cover;
}
body.web a.blank a {
  display: inline;
  background-image: linear-gradient(#000, #000);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
body.web a.blank a:hover {
  background-size: 100% 1px;
}
