@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --main-color: #52a4ef;
}
sub {
  font-size: 60% !important;
  font-weight: inherit;
}
.bold {
  font-weight: 600;
}
.color {
  color: #2c8ac5;
  font-weight: 600;
}
.caption {
  font-size: 11px !important;
  margin-top: 10px;
}
.num {
  font-size: 13px;
}
.extlink {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
}
.extlink:hover {
  opacity: 0.5;
}
.extlink a {
  color: var(--main-color) !important;
  border-bottom: 1px solid var(--main-color);
}
.extlink .ico {
  width: 13px;
}
.only-pc {
  display: block;
}
.only-sp {
  display: none;
}
.pos {
  position: relative;
}
.f-shape {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  clip-path: polygon(100% -1%, 100% 0%, 0% 100%, 0% -1%);
  transform: scaleX(-1);
  z-index: 1;
}
.d-shape {
  background: #031d38;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  right: 0;
  clip-path: polygon(100% -1%, 100% 0%, 0% 100%, 0% -1%);
  z-index: 1;
}
.u-ta-c {
  text-align: center;
}
.sx {
  transform: scaleX(-1);
}
.sy {
  transform: scaleY(-1);
}
.u-ta-r {
  text-align: right;
}
.u-pt-10 {
  padding-top: 10px;
}
.u-pt-20 {
  padding-top: 20px;
}
.u-pt-30 {
  padding-top: 30px;
}
.u-pt-40 {
  padding-top: 40px;
}
.u-pt-60 {
  padding-top: 60px;
}
.u-pt-80 {
  padding-top: 80px;
}
.u-pt-120 {
  padding-top: 120px;
}
.fz14 {
  font-size: 14px;
}
.pagecontents img {
  width: 100%;
  display: block;
}
.pagecontents * {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6", sans-serif;
}

.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 40px;
  bottom: 100px;
  top: auto !important;
  z-index: 2;
  background: url(../images/pagetop.png);
  cursor: pointer;
  background-size: 60px;
}
/* #FooterPageTop:before,
#FooterPageTop:after {
  content: none;
} */
h2,
h3,
h4 {
  color: #333;
  margin: 0;
  padding: 0;
}
.inner {
  width: 965px;
  max-width: 90%;
  margin: 0 auto;
}

.listtype-disc {
  padding-left: 20px;
}
.listtype-disc > li {
  margin-top: 10px;
  list-style-type: disc;
}
.listtype-disc > li::marker {
  font-size: 18px;
  color: var(--main-color);
}
#Contents {
/*  padding-bottom: 0;*/
	padding-bottom: 60px;
}
#TopicPath {
  background: none;
}
#TopicPath ul li {
  background: url(../images/ico_arrow.png) no-repeat top 2px left 8px;
  background-size: 6px;
}
#TopicPath ul li * {
  color: #fff;
}

section {
  padding: 80px 0;
}
.bg {
  background: #eef0f0;
}
table {
  width: 100%;
}
.estimate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bg_bnr.png) no-repeat bottom center;
  background-size: 100% 100%;
  padding: 105px 0;
  /* min-height: 395px; */
}
.estimate.bnr01 {
  background: url(../images/bg_bnr01.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.estimate .btn-blk {
  justify-content: center;
  margin: 20px 0 0 0;
}
.estimate .txt-blk {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.estimate .txt-blk .ttl {
  font-size: 32px;
  margin: 10px auto;
  font-weight: 600;
}
.estimate .txt-blk .txt {
  font-size: 20px;
}
.btn-blk {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-bottom: 100px;
}
.btn-blk a {
  padding: 14px;
  color: #fff;
  display: flex;
  font-weight: 600;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  box-sizing: border-box;
  border-radius: 50px;
  background: var(--main-color);
  transition: all 0.3s;
}
.btn-blk a:hover {
  background: rgba(82, 164, 239, 50%);
}
.btn-blk a .icon {
  width: 25px;
}
.secttl {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 26px;
  position: relative;
}
.secttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 6px;
  margin: 0 auto;
  background: var(--main-color);
}
.ttl-v2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  border-bottom: 4px solid var(--main-color);
}
.mv {
  position: relative;
  background: #031d38;
}
.mv .mvbg {
  background: url(../images/bg_mv.png) no-repeat top left;
  background-size: cover;
  height: 470px;
  clip-path: polygon(100% 0, 100% 85%, 0% 100%, 0% 0);
}
.mv .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mv_content {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.mv .mv_gazou {
  position: absolute;
  top: 40px;
  width: 36.603vw;
  max-width: 515px;
  right: -15%;
}

.mv .ttl-blk {
  padding: 60px 0 40px 0;
  max-width: 560px;
}
.mv .mv-ttl {
  padding: 20px 0;
}
.mv .mv-ttl,
.mv .ttl01,
.mv .ttl02 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  background: none;
  line-height: 1.5;
}
.mv .ttl01 {
  display: inline-block;
  font-size: 20px;
  padding: 6px 20px;
  color: #fff;
  background: #5ba8ee;
  background: radial-gradient(
    circle,
    rgba(91, 168, 238, 1) 0%,
    rgba(0, 93, 179, 1) 100%
  );
}
.mv .ttl02 {
  font-size: 14px;
  padding: 0;
}

.info {
  padding: 80px 0;
  background: #031d38;
}
.info .pagenav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-bottom: 100px;
}
.info .pagenav a {
  color: #fff;
  font-weight: 600;
  display: block;
  /* line-height: 1.8; */
  padding: 12px 20px;
  padding-right: 44px;
  background: url(../images/ico_anchor.svg) no-repeat center right 10px;
  background-size: 24px;
  transition: opacity 0.3s;
  border-radius: 5px;
  text-align: center;
}
.info .pagenav a:hover {
  opacity: 0.5;
}
.info .pagenav li:nth-child(1) a {
  background-color: rgb(63, 124, 179, 60%);
}
.info .pagenav li:nth-child(2) a {
  background-color: rgb(63, 124, 179, 45%);
}
.info .pagenav li:nth-child(3) a {
  background-color: rgb(63, 124, 179, 35%);
}
.info .pagenav li:nth-child(4) a {
  background-color: rgb(63, 124, 179, 26%);
}
.info .pagenav li:nth-child(5) a {
  background-color: rgb(63, 124, 179, 14%);
}
.info .txt {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}
.info .infolist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  text-align: center;
  font-weight: 600;
}
.info .infolist li {
  background: #fff;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.info .infolist li span {
  font-size: 30px;
}
.info .infolist li p {
  font-size: 20px;
  padding: 11px 0 22px 0;
  border-bottom: 1px dashed #031d38;
}
.info .infolist .gazou {
  margin: 30px auto 10px auto;
  width: 150px;
}
.info .polygon {
  width: 100px;
  margin: 20px auto;
}
.info .infonotice {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  padding: 20px;
  background: var(--main-color);
}
.features .featurespoints {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
}
.features .featurespoints:not(:first-child) {
  margin-top: 80px;
}
.features .featurespoints:nth-child(even) {
  flex-direction: row-reverse;
}
.features .gazou {
  width: 400px;
}
.features .ttl {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
.features .ttl .num {
  color: var(--main-color);
  font-size: 18px;
  display: block;
  line-height: 1.8;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.features .txt {
  line-height: 1.9;
}
.features .payback {
  text-align: center;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  font-size: 24px;
  font-weight: 600;
  padding: 12px;
}

.reason {
  position: relative;
}
.reason .inner {
  position: relative;
}

.reason .img_icoleft {
  position: absolute;
  top: -35px;
  left: -70px;
  width: 163px;
  z-index: 2;
}
.reason .img_icoright {
  position: absolute;
  top: 40px;
  right: -40px;
  width: 92px;
  z-index: 2;
}
.reason .reason-blk01 {
  background: #0a3461;
  position: relative;
  color: #fff;
  padding-bottom: 0;
  margin-top: 30px;
}

.reason .reason-blk01 .secttl {
  color: #fff;
  font-size: 32px;
  padding-top: 30px;
  margin-bottom: 0;
}

.reason .reason-blk01 .secttl::before {
  content: none;
}
.reason .reason-blk01 .subttl {
  position: relative;
  text-align: center;
}
.reason .reason-blk01 .subttl .ttl {
  color: #fff;
  display: inline-block;
  padding: 12px 35px;
  font-size: 21px;
  position: relative;
  line-height: 1.5;
}

.reason .reason-blk01 .subttl .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 218px;
  height: 55px;
  margin: 0 auto;
  content: "";
  right: 0;
  background: #000;
  transform: skew(5deg, 3deg);
  border-bottom: 10px solid #031d38;
}
.reason .aboutdc {
  background: #031d38;
  padding: 80px 0;
}
.reason .aboutdc-content {
  background: #031d38;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.reason .aboutdc-content .gazou {
  width: 400px;
}
.reason .aboutdc-content .ttl {
  font-size: 24px;
  color: #fff;
}
.reason .aboutdc-content .txt {
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}
.services .inner {
  position: relative;
}
.services .facility {
  background: #ebf2f8;
  padding-bottom: 30px;
  margin-top: 55px;
}
.services .facility .img_icoleft {
  width: 139px;
  position: absolute;
  top: 0;
  left: 45px;
}
.services .facility .ttl {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 14px;
  background: #3f7cb3;
  margin-bottom: 20px;
}
.services .facility .pagenav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 20px;
  padding: 0 55px;
}
.services .facility .pagenav li {
  color: #fff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 12px 20px;
  background: #3f7cb3;
}

.services .pagenav a:hover {
  opacity: 0.5;
}

.services .service-gazou {
  width: 792px;
  margin: 20px auto;
}
.services .servicedetail .imglist {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 22px;
}
.services .servicedetail .imglist img {
  width: 370px;
}
.services .servicedetail .imglist.col3 img {
  width: 230px;
}

.services .servicedetail .imglist .ttl {
  color: #fff;
  padding: 6px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  background: var(--main-color);
}

.services .tbl {
  margin-bottom: 20px;
}
.services tr {
  width: 100%;
}
.services .tbl th,
.services .tbl td {
  text-align: center;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  background: none;
  color: #333;
}
.services .tbl td {
  text-align: left;
}
.services .tblttl {
  /* margin-top: 20px; */
  color: #fff;
  padding: 12px;
  font-weight: 600;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .tblttl .ico {
  width: 34px;
  margin-right: 10px;
}
.services .tbl th {
  padding: 12px;
  background: #e4e8ed;
}
.services .tbl td {
  padding: 14px;
  vertical-align: text-top;
  letter-spacing: 0.03em;
}

.services .customer-voice .list li {
  display: flex;
  align-items: center;
  background: #ebf2f8;
  padding: 20px;
  justify-content: flex-start;
  gap: 30px;
}
.services .customer-voice .list li:not(:first-child) {
  margin-top: 14px;
}
.services .customer-voice .list .customer {
  width: 220px;
  min-width: 220px;
  margin: 0 auto;
}
.services .customer-voice .list .customer .name {
  color: #336fa5;
  text-align: center;
  margin: 10px auto;
  font-size: 14px;
  line-height: 1.4;
}

.services .customer-voice .list .customer img {
  width: 100px;
  margin: 0 auto;
}

.services .otherservices .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 60px;
}
.services .otherservices .list li {
  background: #ebf2f8;
  background: #ebf2f8;
  background: linear-gradient(
    0deg,
    rgba(235, 242, 248, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.services .otherservices .list .gazou {
  width: 227px;
  margin: 0 0 -30px -10px;
}
.services .otherservices .list .ttl {
  color: #fff;
  padding: 16px 30px 16px 10px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  z-index: 2;
  position: relative;
  background: url(../images/ico_link.svg) no-repeat center right 15px
    rgba(63, 124, 179, 95%);
  background-size: 24px;
}
.services .otherservices .list .txt {
  padding: 20px 40px;
}

.works {
  position: relative;
}
.works .secttl {
  color: #fff;
  padding-top: 80px;
}
.works .sectxt {
  text-align: center;
  color: #fff;
  margin: 60px 0 40px 0;
}
.works .inner {
  position: relative;
}
.works::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #031d38;
  z-index: 0;
}

.works .list {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.works .list li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 45px;
}
.works .list .intro .txt {
  color: #fff;
}
.works .list .intro .ttl {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin: 20px 0 10px 0;
}
.works .list .message {
  background: #fff;
  padding: 20px;
  position: relative;
}
.works .list .message::before {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  content: "";
  border-bottom: 18px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.works .list .message .ico {
  width: 100px;
  margin: 0 auto;
}
.works .list .message .name {
  color: #336fa5;
  text-align: center;
  margin: 10px auto;
}
.usecases .subttl {
  text-align: center;
  font-size: 20px;
  color: var(--main-color);
}
.usecases .flex {
  margin-top: 20px;
  gap: 55px;
}
.usecases .flex .gazou {
  width: 455px;
}
.usecases .flex .subttl {
  text-align: left;
}
.usecases .flex .txt {
  padding-top: 20px;
}
.usecases .flex .lbl {
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.usecases .flex.row {
  gap: 40px;
}
.bnr {
  text-align: center;
  background: #031d38;
  padding: 60px 0;
  margin-top: -5px;
}
.bnr .contact-bnr {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .mv .mv_gazou {
    position: absolute;
    top: 30%;
    width: 30%;
    right: 0;
  }
}
@media screen and (max-width: 994px) {
  .mv .mvbg {
    height: 47vw;
  }
  .btn-blk a {
    width: 22vw;
  }
  .mv .ttl-blk {
    padding: 4vw 0;
    max-width: 56vw;
  }
  .mv .mv_gazou {
    position: absolute;
    top: 30%;
    width: 30%;
    right: 0;
  }
  .mv .mv-ttl {
    font-size: 3.5vw;
  }
  .mv .ttl01 {
    font-size: 2vw;
  }
  .mv .ttl02 {
    font-size: 1.4vw;
  }
  .info .pagenav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .u-ta-l-sp {
    text-align: left;
  }
  p {
    line-height: 1.8;
  }
  section {
    padding: 60px 0;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  }
  #Contents,
  #TopicPath,
  #TopicPath ul {
    width: 100%;
    min-width: 100%;
  }
  .JS #TopicPath ul {
    padding: 20px 0 0 0;
    display: flex;
    align-items: center;
  }
  .JS #TopicPath ul li {
    font-size: 11px;
  }
  #TopicPath ul li {
    background: url(../images/ico_arrow.png) no-repeat top 5px left 8px;
    background-size: 5px;
  }
  .JS #TopicPath ul li:not(:first-child) {
    max-width: 70%;
  }
  #FooterArea {
    padding-bottom: 70px;
  }
  .fz {
    font-size: 14px !important;
  }
  tr,
  td,
  th {
    display: block;
    width: 100%;
  }
  .estimate {
    background: url(../images/bg_bnr_sp.png) no-repeat bottom center;
    background-size: cover;
    padding: 70px 0;
  }
  .estimate.bnr01 {
    background: url(../images/bg_bnr01_sp.png) no-repeat bottom center;
    background-size: cover;
  }
  .estimate .txt-blk .txt {
    font-size: 18px;
    text-align: center;
  }
  .estimate .txt-blk .ttl {
    font-size: 28px;
    line-height: 1.4;
    margin: 10px auto;
  }
  .estimate .btn-blk a {
    min-width: 160px;
  }

  .btn-blk {
    column-gap: 15px;
  }

  .btn-blk a {
    font-size: 14px;
    min-width: 170px;
    padding: 12px;
  }
  .f-shape {
    height: 40px;
  }
  .d-shape {
    height: 40px;
  }
  .pagetop {
    right: 10px;
    width: 50px;
    bottom: 55px;
    height: 50px;
    background-size: 50px;
  }
  .inner {
    width: 95%;
    max-width: 95%;
  }
  .u-pt-120 {
    padding-top: 60px;
  }
  .u-pt-sp-10 {
    padding-top: 10px;
  }
  .u-pt-sp-20 {
    padding-top: 20px;
  }
  .u-pt-sp-30 {
    padding-top: 30px;
  }
  .u-pt-sp-40 {
    padding-top: 40px;
  }
  .u-pt-sp-60 {
    padding-top: 60px;
  }
  .secttl {
    font-size: 28px;
    padding-bottom: 14px;
  }
  .secttl::before {
    width: 80px;
    height: 4px;
  }
  .ttl-v2 {
    font-size: 20px;
  }
  .mv_content {
  }
  .mv .mvbg {
    background: url(../images/bg_mv_sp.png) no-repeat top left;
    background-size: cover;
    height: 417px;
    clip-path: polygon(100% 0, 100% 85%, 0% 100%, 0% 0);
  }
  .mv .mv-ttl {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .mv .ttl01 {
    font-size: 14px;
  }
  .mv .ttl02 {
    font-size: 12px;
  }
  .mv .ttl-blk {
    padding: 20px 0;
    max-width: 100%;
  }
  .mv .mv_gazou {
    position: absolute;
    top: 108px;
    width: 123px;
    right: 10px;
  }
  .info {
    padding: 40px 0 60px 0;
  }
  .info .txt {
    font-size: 16px;
  }
  .info .pagenav {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 60px 0;
    padding: 0 10px;
  }
  .info .infolist {
    gap: 5px;
  }
  .info .infolist li {
    padding: 20px 0;
  }
  .info .infolist li span {
    font-size: 20px;
  }
  .info .infolist .gazou {
    margin: 20px auto 10px auto;
    width: 68px;
  }
  .info .infolist li p {
    font-size: 12px;
    line-height: 1.4;
    padding: 5px;
  }
  .info .infonotice {
    font-size: 16px;
    padding: 14px;
  }
  .features .ttl {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 20px;
  }
  .features .featurespoints,
  .features .featurespoints:nth-child(even) {
    column-gap: 20px;
    flex-direction: column;
  }
  .features .featurespoints:not(:first-child) {
    margin-top: 60px;
  }
  .reason .img_icoleft {
    top: -50px;
    left: 15px;
    width: 100px;
    z-index: 2;
  }
  .reason .reason-blk01 .secttl {
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
  }
  .reason .reason-blk01 .subttl .ttl {
    font-size: 16px;
    padding: 10px;
  }
  .reason .reason-blk01 .subttl .bg {
    width: 180px;
    height: 42px;
    border-bottom: 6px solid #031d38;
  }
  .reason .aboutdc-content {
    flex-direction: column;
  }
  .reason .aboutdc-content .ttl {
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
  .reason .aboutdc {
    padding: 60px 0;
  }
  .reason .img_icoright {
    display: none;
  }
  .services .facility .pagenav {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .services .facility .pagenav li {
    padding: 10px;
    font-size: 12px;
  }

  .services .facility .img_icoleft {
    display: none;
  }
  .services .facility p {
    padding: 0 20px;
  }

  .services .servicedetail .imglist {
    flex-direction: column;
  }
  .services .servicedetail .imglist img,
  .services .servicedetail .imglist.col3 img {
    width: 100%;
  }

  .services .customer-voice .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    display: grid;
  }
  .services .customer-voice .list li {
    flex-direction: column;
    padding: 14px 10px;
    gap: 10px;
  }
  .services .customer-voice .list li:not(:first-child) {
    margin: 0;
  }
  .services .customer-voice .list .customer {
    width: 100%;
    min-width: 100%;
  }
  .services .customer-voice .list .customer .name {
    font-size: 12px;
  }
  .services .customer-voice .list .customer img {
    width: 80px;
  }
  .services .tblttl {
    padding: 5px;
  }
  .services .tbl tr {
    display: table-row;
  }

  .services .tbl th,
  .services .tbl td {
    font-size: 14px;
    text-align: left;
    display: table-cell;
  }
  .services .tbl th {
    width: 90px;
  }
  .services .tbl td {
    width: auto;
  }
  .services .otherservices .list {
    grid-template-columns: auto;
    gap: 20px;
    margin-top: 0;
  }
  .services .otherservices .list .gazou {
    width: 227px;
    margin: 0 0 -30px 20px;
  }
  .services .otherservices .list .ttl {
    font-size: 18px;
  }
  .works .secttl {
    padding-top: 30px;
  }
  .works .sectxt {
    text-align: left;
    margin: 40px 0 30px 0;
  }
  .works .list {
    grid-template-columns: auto;
    gap: 60px;
  }
  .works .list .intro .ttl {
    font-size: 18px;
  }
  .works .list .message .name {
    font-size: 16px;
  }
  .usecases .subttl {
    font-size: 18px;
  }
  .usecases .flex {
    flex-direction: column;
    gap: 40px;
  }
  .usecases .flex.row {
    flex-direction: column;
    gap: 30px;
  }
}
