@charset "UTF-8";

@media screen and (min-width: 769px) {
  body {
    min-width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .forPC {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .forSP {
    display: none !important;
  }
}

.m-contents {
  font-family: "Noto Sans JP", sans-serif;
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-contents {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .m-contents {
    padding-top: 60px;
  }
}

.m-contents * {
  margin: 0;
  padding: 0;
}

.m-contents mark {
  font-style: inherit;
  font-size: 100%;
  font-weight: inherit;
  background-color: transparent;
  color: inherit;
}

@media screen and (min-width: 769px) {
  .m-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1060px;
  }
}

.m-basebtn,
a.m-basebtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background: #443580;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

@media screen and (min-width: 769px) {
  .m-basebtn,
  a.m-basebtn {
    width: 330px;
    height: 64px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 768px) {
  .m-basebtn,
  a.m-basebtn {
    width: 260px;
    width: 81.25vw;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
  }
}

.m-basebtn:before,
a.m-basebtn:before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.221%200L8.807%201.415l5.374%205.375H0v1.999h19L17%206.79h-.011L17%206.779z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .m-basebtn:before,
  a.m-basebtn:before {
    right: 20px;
    width: 18px;
    height: 9px;
  }
}

@media screen and (max-width: 768px) {
  .m-basebtn:before,
  a.m-basebtn:before {
    right: 15px;
    width: 12px;
    height: 6px;
  }
}

.m-basebtn.-noarw:before,
a.m-basebtn.-noarw:before {
  display: none;
}

.m-basebtn span,
a.m-basebtn span {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .m-basebtn span,
  a.m-basebtn span {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-basebtn span,
  a.m-basebtn span {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.m-basebtn:active,
.m-basebtn:hover,
a.m-basebtn:active,
a.m-basebtn:hover {
  background: #14121f;
}

.m-basebtn.-white,
a.m-basebtn.-white {
  color: #443580;
  background: #ffffff;
  -webkit-transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
  transition:
    background 0.2s ease-out,
    color 0.2s ease-out;
}

.m-basebtn.-white:before,
a.m-basebtn.-white:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2218%22%20height%3D%229%22%20viewBox%3D%220%200%2018%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.683%200l-1.34%201.373%205.092%205.214H0v1.94h18l-1.895-1.94h-.01l.01-.01z%22%20fill%3D%22%23443580%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.m-basebtn.-white:active,
.m-basebtn.-white:hover,
a.m-basebtn.-white:active,
a.m-basebtn.-white:hover {
  color: #ffffff;
  background: #727179;
}

.m-basebtn.-white:active:before,
.m-basebtn.-white:hover:before,
a.m-basebtn.-white:active:before,
a.m-basebtn.-white:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.221%200L8.807%201.415l5.374%205.375H0v1.999h19L17%206.79h-.011L17%206.779z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
}

.m-basebtn.-sky,
a.m-basebtn.-sky {
  background: #3399cc;
}

.m-basebtn.-sky:active,
.m-basebtn.-sky:hover,
a.m-basebtn.-sky:active,
a.m-basebtn.-sky:hover {
  background: #14121f;
}

.m-basebtn.-orange,
a.m-basebtn.-orange {
  background: #ff8e00;
}

.m-basebtn.-orange:active,
.m-basebtn.-orange:hover,
a.m-basebtn.-orange:active,
a.m-basebtn.-orange:hover {
  background: #14121f;
}

.m-smallbtn,
a.m-smallbtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background: #443580;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

@media screen and (min-width: 769px) {
  .m-smallbtn,
  a.m-smallbtn {
    width: 140px;
    height: 32px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-smallbtn,
  a.m-smallbtn {
    width: 120px;
    width: 37.5vw;
    height: 25px;
    border-radius: 13px;
  }
}

.m-smallbtn:before,
a.m-smallbtn:before {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.221%200L8.807%201.415l5.374%205.375H0v1.999h19L17%206.79h-.011L17%206.779z%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .m-smallbtn:before,
  a.m-smallbtn:before {
    width: 14px;
    height: 7px;
  }
}

@media screen and (max-width: 768px) {
  .m-smallbtn:before,
  a.m-smallbtn:before {
    width: 10px;
    height: 5px;
  }
}

.m-smallbtn span,
a.m-smallbtn span {
  display: block;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .m-smallbtn span,
  a.m-smallbtn span {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.m-smallbtn:active,
.m-smallbtn:hover,
a.m-smallbtn:active,
a.m-smallbtn:hover {
  background: #000;
}

.m-secttl {
  text-align: center;
  font-weight: 700;
  color: #443580;
}

@media screen and (min-width: 769px) {
  .m-secttl {
    font-size: 46px;
    line-height: 1.4782608696;
  }
}

@media screen and (max-width: 768px) {
  .m-secttl {
    font-size: 24px;
    font-size: 7.5vw;
    line-height: 1.4791666667;
  }
}

.m-secttl:before {
  display: block;
  margin: 0 auto;
  content: "";
  background: #443580;
}

@media screen and (min-width: 769px) {
  .m-secttl:before {
    width: 50px;
    height: 8px;
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 768px) {
  .m-secttl:before {
    width: 25px;
    height: 4px;
    margin-bottom: 10px;
  }
}

.m-caseslider {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .m-caseslider {
    padding: 0 112px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .m-caseslider {
    padding: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item-border {
    height: 100%;
    padding-bottom: 25px;
    margin: 0 8px;
    background: #f5f4f8;
    border: solid 1px #ccc;
  }
}

@media screen and (min-width: 769px) {
  .caseslider-item-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .caseslider-item-img {
    width: 164px;
  }

  .caseslider-item-img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item-img {
    padding: 20px 0;
    text-align: center;
    background: #ffffff;
  }

  .caseslider-item-img img {
    width: 68.3333333333%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .caseslider-item-txtbloc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item-txtbloc {
    padding: 20px 20px 0;
  }
}

@media screen and (min-width: 769px) {
  .caseslider-item-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item-ttl {
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: 500;
    line-height: 1.5833333333;
    color: #443580;
  }
}

.caseslider-item-txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .caseslider-item-txt {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item-txt {
    margin-top: 15px;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.4545454545;
  }
}

.caseslider-item .m-smallbtn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .caseslider-item .m-smallbtn {
    width: 160px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .caseslider-item .m-smallbtn {
    margin-top: 15px;
  }
}

.caseslider-arw {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 40px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%200%2025%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D.cls-1%2C.cls-3%7Bfill-rule%3Aevenodd%3B%7D.cls-2%7Bmask%3Aurl(%23mask)%3B%7D.cls-3%7Bfill%3A%23eaeaf4%3B%7D.cls-4%7Bfill%3Anone%3Bstroke%3A%23443580%3Bstroke-linecap%3Asquare%3B%7D%3C%2Fstyle%3E%3Cmask%20id%3D%22mask%22%20x%3D%224.876%22%20y%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20id%3D%22mask-2%22%3E%3Cpolygon%20id%3D%22path-1%22%20class%3D%22cls-1%22%20points%3D%224.876%200%2024.876%200%2024.876%2020%204.876%2020%204.876%200%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20id%3D%22Welcome%22%3E%3Cg%20id%3D%22PC%22%3E%3Cg%20id%3D%22INFO%22%3E%3Cg%20id%3D%22_%22%20data-name%3D%22%26gt%3B%22%3E%3Cg%20id%3D%22Group-3%22%3E%3Cg%20class%3D%22cls-2%22%3E%3Cpath%20id%3D%22Fill-1%22%20class%3D%22cls-3%22%20d%3D%22M24.876%2C10a10%2C10%2C0%2C1%2C1-10-10%2C10%2C10%2C0%2C0%2C1%2C10%2C10%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpolyline%20id%3D%22Stroke-4%22%20class%3D%22cls-4%22%20points%3D%220.798%2010.961%2016.752%2010.961%2012.83%207.039%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E")
    no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.caseslider-arw.-prev {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.caseslider-arw.-next {
  right: 0;
}

.caseslider-arw span {
  position: absolute;
  margin: -1px;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.m-download {
  color: #ffffff;
  background: no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .m-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 15px 50px;
  }

  .m-download:after {
    display: block;
    width: 440px;
    height: 200px;
    margin-left: 94px;
    content: "";
    background-image: url("/c-chorus/common/img/documents.png");
    background-image: -webkit-image-set(
      url("/c-chorus/common/img/documents.png") 1x,
      url("/c-chorus/common/img/documents@2x.png") 2x
    );
    background-image: image-set(
      url("/c-chorus/common/img/documents.png") 1x,
      url("/c-chorus/common/img/documents@2x.png") 2x
    );
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .m-download {
    background-image: url("/c-chorus/common/img/bg_line_pc-w900.jpg");
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .m-download {
    background-image: url("/c-chorus/common/img/bg_line_pc-w1200.jpg");
  }
}

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .m-download {
    background-image: url("/c-chorus/common/img/bg_line_pc-w1600.jpg");
  }
}

@media screen and (min-width: 1800px) {
  .m-download {
    background-image: url("/c-chorus/common/img/bg_line_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .m-download {
    padding: 35px 15px;
    background-image: url("/c-chorus/common/img/bg_line_sp.jpg");
    background-image: -webkit-image-set(
      url("/c-chorus/common/img/bg_line_sp.jpg") 1x,
      url("/c-chorus/common/img/bg_line_sp@2x.jpg") 2x
    );
    background-image: image-set(
      url("/c-chorus/common/img/bg_line_sp.jpg") 1x,
      url("/c-chorus/common/img/bg_line_sp@2x.jpg") 2x
    );
  }
}

@media screen and (max-width: 768px) {
  .m-download .download-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-download .download-ttl {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .m-download .download-ttl {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .m-download .download-ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 17px;
    font-size: 5.3125vw;
    line-height: 1.3529411765;
    text-align: center;
  }

  .m-download .download-ttl span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .m-download .download-img {
    width: 59.1907016789%;
  }
}

@media screen and (min-width: 769px) {
  .m-download .download-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-download .download-btn {
    margin-top: 22px;
  }

  .m-download .download-btn .m-basebtn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .m-caselogos .m-secttl {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos .m-secttl {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 769px) {
  .m-caselogos-wrap {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos-wrap {
    margin-top: 60px;
    padding: 0 15px;
  }
}

.m-caselogos-ttl {
  text-align: center;
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-caselogos-ttl {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos-ttl {
    font-size: 19px;
    font-size: 5.9375vw;
    font-weight: 500;
    line-height: 1.3684210526;
  }
}

.m-caselogos-ttl mark {
  color: #3399cc;
}

.m-caselogos-list {
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .m-caselogos-list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos-list {
    margin-top: 20px;
  }
}

.m-caselogos-list .m-logoList {
  margin-bottom: 0;
}

.m-caselogos-list .logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .m-caselogos-list .logo-img {
    width: 20%;
    height: 120px;
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos-list .logo-img {
    width: 33.3333%;
    height: auto;
    min-height: 60px;
    padding: 7px 5px;
  }
}

@media screen and (min-width: 769px) {
  .m-caselogos-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselogos-btn {
    margin-top: 30px;
  }
}

.m-caselogos-btn .m-basebtn {
  margin: 0 auto;
}

.m-logoList {
  background: #fff;
}

.m-logoList.logoList_case:hover {
  opacity: 0.7;
}

.m-logoList .logoList_img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .m-logoList .logoList_item {
    width: 160px;
    height: 80px;
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-logoList .logoList_item {
    width: 32.7586206897%;
    height: auto;
    margin: 0;
  }
}

.m-logoList .logoList_item .img_area {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .m-logoList .logoList_item .img_area:before {
    display: block;
    padding-top: 50%;
    content: "";
  }
}

.m-logoList .logoList_item .img_area > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .m-logoList {
    margin: 0 0 60px;
  }
}

@media screen and (max-width: 768px) {
  .m-logoList {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 35px;
  }

  .m-logoList .logoList_slider {
    position: relative;
    overflow: hidden;
  }

  .m-logoList .logoList_slides {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-logoList .logoList_group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100vw - 30px);
    min-width: calc(100vw - 30px);
    overflow: hidden;
  }

  .m-logoList .logoList_group:after {
    display: block;
    width: 32.7586206897%;
    content: "";
  }

  .m-logoList .logoList_item {
    width: 32.7586206897%;
    height: auto;
    margin: 0;
  }

  .m-logoList .logoList_item .img_area:before {
    display: block;
    padding-top: 50%;
    content: "";
  }

  .m-logoList .logoList_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .m-logoList .logoList_dot {
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
  }

  .m-logoList .logoList_dot.is-active {
    background: #4096fb;
  }
}

.m-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: no-repeat center top;
  background-size: cover;
  color: #ffffff;
}

@media screen and (min-width: 769px) {
  .m-mv {
    height: 200px;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .m-mv {
    background-image: url("/c-chorus/common/img/bg_line_pc-w900.jpg");
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .m-mv {
    background-image: url("/c-chorus/common/img/bg_line_pc-w1200.jpg");
  }
}

@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .m-mv {
    background-image: url("/c-chorus/common/img/bg_line_pc-w1600.jpg");
  }
}

@media screen and (min-width: 1800px) {
  .m-mv {
    background-image: url("/c-chorus/common/img/bg_line_pc.jpg");
  }
}

@media screen and (max-width: 768px) {
  .m-mv {
    height: auto;
    min-height: 120px;
    padding: 25px 15px;
    background-image: url("/c-chorus/common/img/bg_line_sp.jpg");
    background-image: -webkit-image-set(
      url("/c-chorus/common/img/bg_line_sp.jpg") 1x,
      url("/c-chorus/common/img/bg_line_sp@2x.jpg") 2x
    );
    background-image: image-set(
      url("/c-chorus/common/img/bg_line_sp.jpg") 1x,
      url("/c-chorus/common/img/bg_line_sp@2x.jpg") 2x
    );
  }
}

.m-mv-ttl {
  position: relative;
  z-index: 2;
  text-align: center;
}

.m-mv-ttl .sub-ttl {
  display: block;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .m-mv-ttl .sub-ttl {
    font-size: 24px;
    line-height: 2.1666666667;
  }
}

@media screen and (max-width: 768px) {
  .m-mv-ttl .sub-ttl {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 2.1428571429;
  }
}

.m-mv-ttl .main-ttl {
  display: block;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .m-mv-ttl .main-ttl {
    font-size: 36px;
    line-height: 1.4444444444;
  }
}

@media screen and (max-width: 768px) {
  .m-mv-ttl .main-ttl {
    font-size: 20px;
    font-size: 6.25vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .m-mv-logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: right;
  }

  .m-mv-logo .img-logo {
    width: 110px;
  }
}

@media screen and (min-width: 769px) {
  .m-breadcrumb {
    margin-top: 27px;
  }
}

@media screen and (max-width: 768px) {
  .m-breadcrumb {
    margin-top: 15px;
    padding: 0 25px;
  }
}

.m-breadcrumb > li {
  display: inline;
}

@media screen and (min-width: 769px) {
  .m-breadcrumb > li {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-breadcrumb > li {
    font-size: 8px;
    font-size: 2.5vw;
  }
}

.m-breadcrumb > li:nth-of-type(n + 2):before {
  display: inline-block;
  padding: 0 0.5em;
  content: ">";
}

.m-headline {
  font-weight: 700;
  color: #443580;
}

@media screen and (min-width: 769px) {
  .m-headline {
    font-size: 32px;
    line-height: 1.46875;
  }
}

@media screen and (max-width: 768px) {
  .m-headline {
    font-size: 19px;
    font-size: 5.9375vw;
    line-height: 1.4736842105;
  }
}

.m-headline:before {
  display: block;
  content: "";
  background: #443580;
}

@media screen and (min-width: 769px) {
  .m-headline:before {
    width: 30px;
    height: 6px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .m-headline:before {
    width: 15px;
    height: 3px;
    margin-bottom: 4px;
  }
}

.m-headline small {
  display: block;
}

@media screen and (min-width: 769px) {
  .m-headline small {
    font-size: 18px;
    line-height: 2.6111111111;
  }
}

@media screen and (max-width: 768px) {
  .m-headline small {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 2.3333333333;
  }
}

.m-subheadline {
  font-weight: 500;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-subheadline {
    font-size: 24px;
    line-height: 1.4166666667;
  }
}

@media screen and (max-width: 768px) {
  .m-subheadline {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.4285714286;
  }
}

.m-cap {
  font-weight: 700;
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-cap {
    font-size: 18px;
    line-height: 2.4444444444;
  }
}

@media screen and (max-width: 768px) {
  .m-cap {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6923076923;
  }
}

.m-localnav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .m-localnav {
    top: 80px;
    min-width: 1100px;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav {
    top: 60px;
  }
}

.header-small .m-localnav {
  top: 0;
}

@media screen and (min-width: 769px) {
  .m-localnav.is-bgblack {
    background: rgba(0, 0, 0, 0.6);
  }
}

.m-localnav a {
  color: #ffffff;
}

.m-localnav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .m-localnav-wrap {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav-wrap {
    padding: 12px 15px;
    background: rgba(0, 0, 0, 0.6);
  }
}

.m-localnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  margin: 0;
}

.m-localnav-list li {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (max-width: 768px) {
  .m-localnav-list li {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.m-localnav-list li:nth-of-type(n + 2) {
  margin-left: 2em;
}

.m-localnav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ff8e00;
  text-decoration: none !important;
  pointer-events: auto;
}

@media screen and (min-width: 769px) {
  .m-localnav-btn {
    width: 110px;
    height: 32px;
    margin-left: 30px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav-btn {
    width: 21.875vw;
    height: 25px;
    margin-left: 25px;
    font-size: 10px;
    font-size: 3.125vw;
    border-radius: 13px;
  }
}

.m-localnav-btn span {
  display: block;
  width: 100%;
  text-align: center;
}

.m-localnav-btn:active,
.m-localnav-btn:hover {
  background: #ffffff;
  color: #ff8e00;
}

.m-noticelist {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #7f7f7f;
}

@media screen and (min-width: 769px) {
  .m-noticelist {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}

@media screen and (max-width: 768px) {
  .m-noticelist {
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.7272727273;
  }
}

.m-noticelist li:before {
  content: "※";
}

.m-noticelist li a {
  display: inline;
  color: #3399cc;
}

.m-service .service__item {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2246%22%20height%3D%2238%22%20viewBox%3D%220%200%2046%2038%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M22.999%201C10.849%201%201%207.715%201%2016c0%205.561%204.453%2010.407%2011.05%2012.998C10.746%2032.253%208.396%2035.6%207%2037c1.697%200%207.714-.024%2013.165-6.14.93.083%201.871.14%202.834.14C35.15%2031%2045%2024.284%2045%2016c0-8.285-9.85-15-22.001-15z%22%20stroke%3D%22%2339C%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width: 768px) {
  .m-service .service__item {
    padding-left: 50px;
    background-size: 31px auto;
  }
}

@media screen and (max-width: 768px) {
  .m-service .service__item .text {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6153846154;
  }
}

.m-service .service__item .link {
  color: #3399cc;
}

@media screen and (max-width: 768px) {
  .m-service .service__item .link {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.6666666667;
  }
}

.m-contbody {
  position: relative;
}

@media screen and (min-width: 769px) {
  .m-contbody {
    padding-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .m-contbody {
    padding-top: 50px;
  }
}

.m-localnav02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #f5f4f8;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m-localnav02.is-fixed {
  position: fixed;
  z-index: 100;
}

.header-small .m-localnav02.is-fixed {
  top: 0 !important;
}

@media screen and (min-width: 769px) {
  .m-localnav02 {
    min-width: 1100px;
    padding: 20px 0;
  }

  .m-localnav02.is-fixed {
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav02 {
    height: 50px;
    padding: 0;
  }

  .m-localnav02.is-fixed {
    top: 60px;
  }
}

.m-localnav02 .m-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .m-localnav02 .m-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav02 .m-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.m-localnav02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .m-localnav02-list li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav02-list li {
    font-size: 9px;
    font-size: 2.8125vw;
  }
}

.m-localnav02-list li:nth-of-type(n + 2) {
  margin-left: 2em;
}

.m-localnav02-list a {
  color: #252f3e;
}

.m-localnav02-list a:hover {
  color: #3399cc;
  text-decoration: none;
}

.m-localnav02-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3399cc;
  text-decoration: none !important;
}

@media screen and (min-width: 769px) {
  .m-localnav02-btn {
    width: 110px;
    height: 32px;
    margin-left: 30px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-localnav02-btn {
    width: 21.875vw;
    height: 25px;
    margin-left: 25px;
    font-size: 10px;
    font-size: 3.125vw;
    border-radius: 13px;
  }
}

.m-localnav02-btn span {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.m-localnav02-btn:active,
.m-localnav02-btn:hover {
  background: #ffffff;
}

.m-localnav02-btn:active span,
.m-localnav02-btn:hover span {
  color: #3399cc;
}

@media screen and (max-width: 768px) {
  .m-sec {
    padding: 0 25px;
    word-break: normal;
    word-wrap: break-word;
    line-break: strict;
  }
}

.m-sec[id] {
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (min-width: 769px) {
  .m-sec .m-headline {
    margin: 80px 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .m-sec .m-headline {
    margin: 30px 0;
  }
}

@media screen and (min-width: 769px) {
  .m-sec + .m-sec .m-headline {
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-sec + .m-sec .m-headline {
    margin-top: 60px;
  }
}

.m-sec .base-txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.75;
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-sec .base-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-sec .base-txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.m-sec .base-txt + .base-txt {
  margin-top: 1.75em;
}

.m-sec .base-txt a {
  display: inline;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-sec .m-noticelist {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-sec .m-noticelist {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-sec .m-table {
    margin-right: -25px;
    margin-left: -25px;
  }

  .m-sec .m-table .table_frame {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media screen and (min-width: 769px) {
  .m-subsec {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .m-subsec {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .m-subsec .m-subheadline {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-subsec .m-subheadline {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .m-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .m-boxs .txt-bloc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    min-width: 0;
  }

  .m-boxs .img-bloc {
    margin-left: 100px;
  }

  .m-boxs.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-boxs.-reverse .img-bloc {
    margin: 0 26px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .m-boxs .img-bloc {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .m-table table {
    width: 100%;
  }
}

.m-table td,
.m-table th {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  border: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .m-table td,
  .m-table th {
    padding: 16px 22px;
    font-size: 14px;
    line-height: 1.7142857143;
    color: #252f3e;
  }
}

@media screen and (max-width: 768px) {
  .m-table td,
  .m-table th {
    padding: 15px 10px;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.6666666667;
    color: #7f7f7f;
  }
}

.m-table td a:not(.m-smallbtn):not(.m-basebtn),
.m-table th a:not(.m-smallbtn):not(.m-basebtn) {
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-table td ul,
  .m-table th ul {
    margin-top: 1.7142857143em;
  }
}

@media screen and (max-width: 768px) {
  .m-table td ul,
  .m-table th ul {
    margin-top: 1.375em;
  }
}

.m-table td ul:first-child,
.m-table th ul:first-child {
  margin-top: 0 !important;
}

.m-table td .list > li,
.m-table th .list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.m-table td .list > li:before,
.m-table th .list > li:before {
  content: "・";
}

.m-table tr:nth-of-type(2n) th {
  background: #f5f4f8;
}

.m-table tr:nth-of-type(2n) td {
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .m-table thead th {
    background: #f5f4f8;
  }
}

@media screen and (max-width: 768px) {
  .m-table thead th {
    background: #f3f6fa;
  }
}

.m-table tbody th {
  vertical-align: middle;
  background: #f5f4f8;
}

.m-badges-wrap {
  border-top: solid 1px #ddd;
}

@media screen and (min-width: 769px) {
  .m-badges-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-wrap {
    padding: 60px 25px 0;
    margin-top: 36px;
  }
}

.m-cloudnavi + .m-badges .m-badges-wrap {
  margin-top: 0;
  border-top: none;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi + .m-badges .m-badges-wrap {
    padding-top: 120px;
  }
}

.m-badges-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .m-badges-list {
    width: 520px;
  }
}

.m-badges-list:after,
.m-badges-list:before {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: block;
  content: "";
}

@media screen and (min-width: 769px) {
  .m-badges-list:after,
  .m-badges-list:before {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-list:after,
  .m-badges-list:before {
    width: 23.2685185185%;
  }
}

@media screen and (min-width: 769px) {
  .m-badges-list > li {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-list > li {
    width: 23.2685185185%;
  }
}

@media screen and (min-width: 769px) {
  .m-badges-list > li:nth-of-type(n + 5) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-list > li:nth-of-type(n + 5) {
    margin-top: 6px;
  }
}

.m-badges-list img {
  width: 100%;
}

.m-badges-box {
  background: #f5f4f8;
}

@media screen and (min-width: 769px) {
  .m-badges-box {
    width: 330px;
    padding: 43px 35px 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-box {
    padding: 20px 20px 25px;
    margin-top: 20px;
  }
}

.m-badges-ttl {
  font-weight: 700;
  text-align: center;
  color: #443580;
}

@media screen and (min-width: 769px) {
  .m-badges-ttl {
    font-size: 20px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-ttl {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5;
  }
}

.m-badges-txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-badges-txt {
    margin-top: 33px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .m-badges-txt {
    margin-top: 16px;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .m-caselist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) {
  .m-caselist-item {
    width: 50%;
    min-height: 230px;
    border-top: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
  }

  .m-caselist-item:nth-of-type(odd) {
    border-left: solid 1px #e0e0e0;
  }

  .m-caselist-item:last-of-type,
  .m-caselist-item:nth-last-of-type(2) {
    border-bottom: solid 1px #e0e0e0;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-item:nth-of-type(n + 2) {
    margin-top: 34px;
  }
}

.m-caselist-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .m-caselist-link {
    height: 100%;
    padding: 20px 20px 20px 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link {
    padding: 20px 15px 15px 7px;
    border: solid 1px #e0e0e0;
  }
}

.m-caselist-link .img-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .img-logo {
    width: 160px;
    padding: 5px 13px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .img-logo {
    width: 37.3831775701%;
    padding: 10px;
  }
}

.m-caselist-link .img-logo img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.m-caselist-link .txt-bloc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  min-width: 0;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .txt-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .txt-bloc {
    margin-left: 7px;
  }
}

.m-caselist-link .ttl {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .ttl {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .ttl {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5;
  }
}

.m-caselist-link .txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .txt {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .txt {
    margin-top: 5px;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.6363636364;
  }
}

.m-caselist-link .label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .label-list {
    margin: 15px 0 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .label-list {
    margin: 20px 0 0 -6px;
  }
}

.m-caselist-link .label-list li {
  min-width: 80px;
  text-align: center;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1;
  color: #7f7f7f;
  white-space: nowrap;
  border: 1px solid #bbb;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .label-list li {
    padding: 4px 10px 2px;
    margin: 0 0 10px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .label-list li {
    padding: 5px 15px;
    margin: 0 0 6px 6px;
    font-size: 10px;
    font-size: 3.125vw;
  }
}

.m-caselist-link .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .link {
    margin-top: auto;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .link {
    margin-top: 35px;
  }
}

.m-caselist-link .link:after {
  display: block;
  margin-left: 5px;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ljg5NCkiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGQ9Ik0yNCAxMmMwIDYuNjI3LTUuMzczIDEyLTEyIDEyLTYuNjI2IDAtMTItNS4zNzMtMTItMTJDMCA1LjM3MiA1LjM3NCAwIDEyIDBjNi42MjcgMCAxMiA1LjM3MiAxMiAxMiIgZmlsbD0iI0VBRUFGNCIgbWFzaz0idXJsKCNiKSIvPjwvZz48cGF0aCBzdHJva2U9IiM0NDM1ODAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIGQ9Ik0xIDEzLjE1M2gxOS4xNDVMMTUuNDQgOC40NDciLz48L2c+PC9zdmc+")
    no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .link:after {
    width: 29px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-link .link:after {
    width: 27px;
    height: 20px;
  }
}

.m-caselist-link .link span {
  display: block;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1;
  color: #443580;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .m-caselist-link .link span {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

@media screen and (min-width: 769px) {
  .m-caselist-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-caselist-btn {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 769px) {
  .m-clientlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-clientlist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #252f3e;
  background: rgba(245, 244, 248, 0.75);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item {
    width: 525px;
    min-height: 230px;
  }

  .m-clientlist-item:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.m-clientlist-item .img-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #ffffff;
  border-right: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .img-logo {
    width: 200px;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .img-logo {
    width: 35.1724137931%;
    padding: 0;
  }
}

.m-clientlist-item .img-logo:after,
.m-clientlist-item .img-logo:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-clientlist-item .img-logo:before {
  z-index: 1;
  border-color: transparent transparent transparent #e0e0e0;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .img-logo:before {
    right: -16px;
    border-width: 12px 0 12px 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .img-logo:before {
    right: -8px;
    border-width: 6px 0 6px 8px;
  }
}

.m-clientlist-item .img-logo:after {
  z-index: 2;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .img-logo:after {
    right: -14px;
    border-width: 11px 0 11px 15px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .img-logo:after {
    right: -6px;
    border-width: 5px 0 5px 7px;
  }
}

.m-clientlist-item .txt-bloc {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-width: 0;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .txt-bloc {
    padding: 40px 25px 20px 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .txt-bloc {
    padding: 20px 15px 28px 13px;
  }
}

.m-clientlist-item .ttl {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .ttl {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .ttl {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5;
  }
}

.m-clientlist-item .txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .txt {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.8461538462;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .txt {
    margin-top: 3px;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.6363636364;
  }
}

.m-clientlist-item .label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .label-list {
    margin: 10px 0 0 -10px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .label-list {
    margin: 20px 0 0 -6px;
  }
}

.m-clientlist-item .label-list li {
  min-width: 80px;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1;
  text-align: center;
  color: #7f7f7f;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #bbb;
  border-radius: 4px;
}

@media screen and (min-width: 769px) {
  .m-clientlist-item .label-list li {
    padding: 4px 10px 2px;
    margin: 0 0 10px 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .m-clientlist-item .label-list li {
    padding: 5px 15px;
    margin: 0 0 6px 6px;
    font-size: 10px;
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 769px) {
  .m-servicelink-wrap {
    padding: 120px 0;
  }
}

@media screen and (max-width: 768px) {
  .m-servicelink-wrap {
    padding: 60px 25px;
  }
}

@media screen and (min-width: 769px) {
  .m-servicelink-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }

  .m-servicelink-btns:after {
    display: block;
    width: 330px;
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .m-servicelink-btns {
    margin-top: 30px;
  }

  .m-servicelink-btns .btn {
    margin: 0 auto;
  }

  .m-servicelink-btns .btn:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.m-cloudnavi {
  background: #eaeaf4;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.m-cloudnavi a:hover img {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-wrap {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-wrap {
    padding: 60px 25px;
  }
}

.m-cloudnavi-list {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-link {
    display: block;
    background: #ffffff;
    border: 1px solid #ddd;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .m-cloudnavi-link:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}

.m-cloudnavi-link .img-tn {
  overflow: hidden;
}

.m-cloudnavi-link .img-tn img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition:
    transform 0.2s linear,
    -webkit-transform 0.2s linear;
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-link .img-tn {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-link .txt-bloc {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-link .txt-bloc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
    margin-left: 15px;
  }
}

.m-cloudnavi-link .ttl {
  color: #252f3e;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-link .ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-link .ttl {
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: 400;
    line-height: 1.6923076923;
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-link:hover {
    background: #ffffff;
  }

  .m-cloudnavi-link:hover .img-tn img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-topitem {
    width: 520px;
  }

  .m-cloudnavi-topitem .m-cloudnavi-link {
    width: 100%;
    height: 100%;
  }

  .m-cloudnavi-topitem .txt-bloc {
    padding: 30px;
  }

  .m-cloudnavi-topitem .txt {
    margin-top: 24px;
    font-family:
      "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3", sans-serif;
    font-size: 15px;
    line-height: 1.8666666667;
    color: #7f7f7f;
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-sideitems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 0;
    margin-left: 20px;
  }

  .m-cloudnavi-sideitems .m-cloudnavi-link {
    width: 250px;
  }

  .m-cloudnavi-sideitems .m-cloudnavi-link:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-sideitems {
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-others {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-others {
    margin-top: 32px;
  }
}

.m-cloudnavi-others .ttl {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-others .ttl {
    font-size: 18px;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-others .ttl {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6923076923;
  }
}

.m-cloudnavi-others .list {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-cloudnavi-others .list {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .m-cloudnavi-others .list {
    margin-top: 11px;
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6923076923;
  }

  .m-cloudnavi-others .list li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.m-cloudnavi-others .list a {
  display: inline;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-awspartner .m-subheadline {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media screen and (min-width: 769px) {
  .m-awspartner .base-txt {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .m-awspartner .base-txt {
    margin-top: 20px;
  }
}

.m-awspartner-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 769px) {
  .m-awspartner-badges img {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .m-awspartner-badges {
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .m-awspartner-badges img {
    width: 29.4117647059%;
  }
}

@media screen and (min-width: 769px) {
  .m-bloglist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-bloglist a {
  text-decoration: none;
}

.m-bloglist-link {
  display: block;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link {
    width: 345px;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

.m-bloglist-link .thumb-img {
  display: block;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .thumb-img {
    width: 330px;
  }
}

.m-bloglist-link .thumb-img img {
  width: 100%;
}

.m-bloglist-link .txt-bloc {
  position: relative;
  z-index: 2;
  margin: -35px 0 0 auto;
  background: #ffffff;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .txt-bloc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 300px;
    min-height: 190px;
    padding: 25px 20px 40px 30px;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link .txt-bloc {
    width: 85.5555555556%;
    padding: 20px 10px 0 25px;
  }
}

.m-bloglist-link .blog-date {
  display: block;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .blog-date {
    line-height: 1.5714285714;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link .blog-date {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.8;
  }
}

.m-bloglist-link .blog-ttl {
  margin-bottom: auto;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .blog-ttl {
    font-size: 16px;
    line-height: 1.375;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link .blog-ttl {
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.6363636364;
  }
}

.m-bloglist-link .arw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 700;
  line-height: 1;
  color: #443580;
}

.m-bloglist-link .arw:after {
  display: block;
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2237%22%20height%3D%2210%22%20viewBox%3D%220%200%2037%2010%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M27.243-.03l-1.414%201.416%206.374%206.375H.022V9.76h37l-2-2h-.011l.01-.01z%22%20fill%3D%22%23443580%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E")
    no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .arw {
    margin: 17px 0 0 auto;
    font-size: 14px;
  }

  .m-bloglist-link .arw:after {
    width: 37px;
    height: 10px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link .arw {
    margin: 5px 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    font-size: 3.125vw;
  }

  .m-bloglist-link .arw:after {
    width: 19px;
    height: 5px;
    margin-left: 3px;
  }
}

@media screen and (min-width: 769px) {
  .m-bloglist-link .m-smallbtn {
    margin: 17px 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .m-bloglist-link .m-smallbtn {
    margin: 5px 0 0 auto;
  }
}

.m-bloglist-link:active img,
.m-bloglist-link:hover img {
  opacity: 1;
}

.m-bloglist-link:active .blog-ttl,
.m-bloglist-link:hover .blog-ttl {
  text-decoration: underline;
}

.m-bloglist-link:active .m-smallbtn,
.m-bloglist-link:hover .m-smallbtn {
  background: #000;
}

@media screen and (min-width: 769px) {
  .m-icnboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-icnboxs-box:nth-of-type(n + 2) {
    margin-top: 35px;
  }
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box .icn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 144px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .icn {
    width: 21.7857142857%;
  }

  .m-icnboxs-box .icn img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box .icn + .txt-bloc {
    margin-top: 38px;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .icn + .txt-bloc {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .txt-bloc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0;
  }
}

.m-icnboxs-box .ttl {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box .ttl {
    font-size: 18px;
    line-height: 1.6666666667;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .ttl {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6923076923;
    text-align: left;
  }
}

.m-icnboxs-box .txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box .txt {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8666666667;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .txt {
    margin-top: 12px;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.6666666667;
  }
}

.m-icnboxs-box .txt a {
  display: inline;
  color: #3399cc;
}

.m-icnboxs-box .notes {
  display: block;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .m-icnboxs-box .notes {
    font-size: 13px;
    line-height: 2.1538461538;
  }
}

@media screen and (max-width: 768px) {
  .m-icnboxs-box .notes {
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.8181818182;
  }
}

@media screen and (min-width: 769px) {
  .m-bnr {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-bnr {
    margin-top: 30px;
  }

  .m-bnr-img {
    width: 100%;
  }
}

.m-anchor {
  position: relative;
  z-index: -1;
  padding-top: 60px;
  margin-top: -60px;
  pointer-events: none;
}

.m-reportbox {
  background: #f5f4f8;
}

.m-reportbox-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #3399cc;
}

.m-reportbox-ttl:before {
  display: block;
  content: "";
  background: #3399cc;
}

.m-reportbox-txt {
  font-weight: 500;
}

.m-reportbox-txt a {
  display: inline;
  color: #3399cc;
}

.m-reportbox-subttl {
  margin-top: 20px;
  font-weight: 700;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .m-reportbox {
    padding: 0 50px 46px;
  }

  .m-reportbox-ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -50px;
    font-size: 26px;
  }

  .m-reportbox-ttl:before {
    width: 14px;
    height: 100px;
    margin-right: 36px;
  }

  .m-reportbox-txt {
    font-size: 16px;
    line-height: 1.75;
  }

  .m-reportbox-txt + .si-howto-txt {
    margin-top: 1.75em;
  }

  .m-reportbox-subttl {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}

@media screen and (max-width: 768px) {
  .m-reportbox {
    padding: 0 20px 20px;
  }

  .m-reportbox-ttl {
    margin-left: -20px;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1.4666666667;
  }

  .m-reportbox-ttl:before {
    margin-right: 13px;
    width: 7px;
    min-height: 50px;
    height: auto;
  }

  .m-reportbox-ttl span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
  }

  .m-reportbox-txt {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
  }

  .m-reportbox-txt + .si-howto-txt {
    margin-top: 1.75em;
  }

  .m-reportbox-subttl {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6153846154;
  }
}

.m-acordionList {
  margin-top: 36px;
}

.acordionList__item:nth-of-type(n + 2) {
  margin-top: 30px;
}

.acordionList__q {
  position: relative;
  padding-left: 32px;
  min-height: 16px;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #252f3e;
  cursor: pointer;
}

.acordionList__q:before {
  position: absolute;
  left: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  content: "";
  background: url("/c-chorus/common/img/img_plus.svg") center center no-repeat;
  background-size: 8px auto;
  border: 2px solid #025cb0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .acordionList__q:before {
    top: 12px;
    width: 16px;
    height: 16px;
  }
}

@media screen and (max-width: 768px) {
  .acordionList__q:before {
    top: 0.4em;
    width: 14px;
    height: 14px;
  }
}

.acordionList__q.is-act {
  color: #252f3e;
}

.acordionList__q.is-act:before {
  background-image: url("/c-chorus/common/img/img_minus.svg");
}

.acordionList__a {
  display: none;
  padding-bottom: 30px;
  padding-left: 32px;
  margin-top: 36px;
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .acordionList__a {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .acordionList__a {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .acordionList__a .m-caution {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .acordionList__a .m-caution {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .acordionList__a .tableWrap__table {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .acordionList__a .tableWrap__table {
    font-size: 12px;
  }
}

.faqSection__txt {
  color: #252f3e;
}

.faqSection__txt + .faqSection__txt {
  margin-top: 1.6666666667em;
}

.faqSection__txt small {
  display: block;
  font-size: 83.3333333333%;
}

.faqSection__txt a {
  color: #39c;
}

.faqSection__txt a:visited {
  color: #39c;
  text-decoration: none;
}

.faqSection__txt a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .faqSection__txt {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.faqSection__txt:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .m-acordionList {
    margin-bottom: 0;
  }

  .acordionList__item {
    margin-top: 18px;
  }

  .acordionList__q {
    padding-left: 20px;
    font-size: 13px;
    font-size: 4.0625vw;
  }

  .acordionList__a {
    padding-left: 0;
    margin-top: 15px;
  }

  .acordionList__a .m-caution {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.m-contract_number {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .m-contract_number {
    width: 274px;
  }
}

.m-btns {
  margin-top: 60px;
}

.m-btns-item {
  text-align: center;
}

.m-btns-txt {
  display: block;
}

.m-btns .m-basebtn {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .m-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .m-btns-item:nth-of-type(n + 2) {
    margin-left: 20px;
  }

  .m-btns-txt {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .m-btns {
    margin-top: 9.375vw;
  }

  .m-btns-item:nth-of-type(n + 2) {
    margin-top: 6.25vw;
  }

  .m-btns-txt {
    margin-bottom: 3.125vw;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.5;
  }
}

.m-awspartner-ttl {
  text-align: center;
  color: #443580;
}

.m-awspartner-ttl > em {
  display: block;
  font-weight: 700;
  line-height: 1.4736842105;
}

.m-awspartner-ttl > span {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}

.m-awspartner-txt {
  text-align: center;
}

.m-awspartner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.m-awspartner-list img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .m-awspartner-ttl > em {
    font-size: 38px;
  }

  .m-awspartner-ttl > span {
    font-size: 24px;
  }

  .m-awspartner-txt {
    margin-top: 4px;
    font-size: 16px;
    line-height: 1.5;
  }

  .m-awspartner-list {
    gap: 30px 10px;
    width: 710px;
    margin-top: 40px;
  }

  .m-awspartner-list > li {
    width: 110px;
  }
}

@media screen and (max-width: 768px) {
  .m-awspartner-ttl > em {
    font-size: 19px;
    font-size: 5.9375vw;
  }

  .m-awspartner-ttl > span {
    font-size: 12px;
    font-size: 3.75vw;
  }

  .m-awspartner-txt {
    margin-top: 1.5625vw;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.45;
  }

  .m-awspartner-list {
    gap: 3.125vw 1.5625vw;
    width: 79.6875vw;
    margin-top: 6.25vw;
  }

  .m-awspartner-list > li {
    width: 18.75vw;
  }
}

@media screen and (min-width: 769px) {
  .m-resale-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .m-resale-btn {
    margin: 30px auto 0;
  }
}

.engineer-feature-aws .list > li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .engineer-feature-aws {
    margin-top: 70px;
  }

  .engineer-feature-aws .m-awspartner-badges {
    gap: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .engineer-feature-aws {
    margin-top: 12.5vw;
  }

  .engineer-feature-aws .m-awspartner-badges {
    gap: 0 1.5625vw;
  }
}

.engineer-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.engineer-service-list > li {
  text-align: center;
  font-weight: 700;
  color: #3399cc;
  border: solid 2px #3399cc;
}

.engineer-service-bloc {
  position: relative;
  text-align: center;
}

.engineer-service-bloc:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}

.engineer-service-bloc .sh {
  display: block;
  font-weight: 500;
}

.engineer-service-bloc .sh mark {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(90%, transparent),
    color-stop(90%, #3399cc)
  );
  background: linear-gradient(transparent 90%, #3399cc 90%);
}

.engineer-service-bloc .txt {
  font-weight: 500;
}

.engineer-service-h {
  font-weight: 500;
  color: #3399cc;
}

.engineer-service-item {
  border-bottom: solid 1px #ddd;
}

.engineer-service-item:first-child {
  border-top: solid 1px #ddd;
}

.engineer-service-item .sh {
  font-weight: 700;
}

.engineer-service-item .txt li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

@media screen and (min-width: 769px) {
  .engineer-service-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 50px;
  }

  .engineer-service-list {
    gap: 10px;
    width: 490px;
  }

  .engineer-service-list > li {
    width: 240px;
    padding: 11px;
    font-size: 16px;
    line-height: 1.125;
  }

  .engineer-service-bloc {
    margin-left: 116px;
  }

  .engineer-service-bloc:before {
    top: 50%;
    left: -66px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 14px 0 14px 16px;
    border-color: transparent transparent transparent #3399cc;
  }

  .engineer-service-bloc .sh {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1;
  }

  .engineer-service-bloc .txt {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.125;
  }

  .engineer-service-h {
    margin-top: 90px;
    font-size: 24px;
  }

  .engineer-service-dtl {
    margin-top: 40px;
  }

  .engineer-service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
  }

  .engineer-service-item .sh {
    width: 260px;
    font-size: 15px;
    line-height: 1.8666666667;
  }

  .engineer-service-item .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    min-width: 0;
    font-size: 15px;
    line-height: 1.8666666667;
  }

  .engineer-service-notice {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.8666666667;
  }

  .engineer-service-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .engineer-service-img {
    margin-top: 9.375vw;
  }

  .engineer-service-list {
    margin: 0 auto;
    width: 76.5625vw;
    gap: 1.5625vw;
  }

  .engineer-service-list > li {
    width: 37.5vw;
    padding: 3.125vw 1.5625vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1;
  }

  .engineer-service-bloc {
    margin-top: 15.9375vw;
  }

  .engineer-service-bloc:before {
    top: -9.6875vw;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    border-width: 3.4375vw 2.96875vw 0 2.96875vw;
    border-color: #3399cc transparent transparent transparent;
  }

  .engineer-service-bloc .img {
    width: 15.46875vw;
  }

  .engineer-service-bloc .sh {
    margin-top: 2.1875vw;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.4642857143;
  }

  .engineer-service-bloc .txt {
    margin-top: 1.25vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5;
  }

  .engineer-service-h {
    margin-top: 15.625vw;
    font-size: 15px;
    font-size: 4.6875vw;
  }

  .engineer-service-dtl {
    margin-top: 3.125vw;
  }

  .engineer-service-item {
    padding: 5.625vw 0 5.3125vw;
  }

  .engineer-service-item .sh {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.1666666667;
  }

  .engineer-service-item .txt {
    margin-top: 5.3125vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.6666666667;
  }

  .engineer-service-notice {
    margin-top: 9.375vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
  }

  .engineer-service-btn {
    margin: 9.375vw auto 0;
  }
}

.engineer-example {
  counter-reset: case;
}

.engineer-example-case {
  counter-increment: case;
}

.engineer-example-case .cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 700;
}

.engineer-example-case .cap:before {
  display: block;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  content: "ケース" counter(case);
  background: #3399cc;
}

.engineer-example-table tbody th {
  vertical-align: top;
}

.engineer-example-table tbody td {
  min-width: 160px;
}

.engineer-example-table tbody td:nth-of-type(2) {
  width: 62.2641509434%;
}

.engineer-example-ok {
  font-weight: 500;
  background: #f6f5f9;
}

.engineer-example-ok .ttl {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background: #3399cc;
}

.engineer-example-ok .sh {
  text-align: center;
  font-weight: 700;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .engineer-example-case {
    margin-top: 50px;
  }

  .engineer-example-case + .engineer-example-case {
    margin-top: 70px;
  }

  .engineer-example-case .cap {
    font-size: 18px;
    line-height: 1.6666666667;
  }

  .engineer-example-case .cap:before {
    margin-right: 14px;
    width: 98px;
    font-size: 16px;
    line-height: 1.875;
  }

  .engineer-example-table {
    margin-top: 30px;
  }

  .engineer-example-table tbody th {
    width: 240px;
    padding: 16px;
  }

  .engineer-example-ok {
    margin-top: 70px;
    padding-bottom: 50px;
    font-size: 15px;
    line-height: 1.7333333333;
  }

  .engineer-example-ok .ttl {
    padding: 18px;
    font-size: 20px;
    line-height: 1.45;
  }

  .engineer-example-ok .lede {
    margin-top: 40px;
    text-align: center;
  }

  .engineer-example-ok .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
  }

  .engineer-example-ok .box {
    width: 400px;
  }

  .engineer-example-ok .sh {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4444444444;
  }

  .engineer-example-ok .txt {
    padding: 0 30px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 768px) {
  .engineer-example-case {
    margin-top: 9.375vw;
  }

  .engineer-example-case + .engineer-example-case {
    margin-top: 9.375vw;
  }

  .engineer-example-case .cap {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.6923076923;
  }

  .engineer-example-case .cap:before {
    margin-right: 2.5vw;
    width: 17.8125vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.8333333333;
  }

  .engineer-example-table {
    margin-top: 6.25vw;
  }

  .engineer-example-table .table_frame {
    padding-bottom: 3.75vw;
  }

  .engineer-example-table table {
    width: 234.53125vw;
  }

  .engineer-example-table tbody th {
    width: 40.625vw;
    padding: 3.75vw;
  }

  .engineer-example-ok {
    margin-top: 9.375vw;
    padding-bottom: 10.9375vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5833333333;
  }

  .engineer-example-ok .ttl {
    padding: 3.75vw 1.5625vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1;
  }

  .engineer-example-ok .lede {
    margin-top: 7.8125vw;
    padding: 0 4.6875vw;
  }

  .engineer-example-ok .boxs {
    margin-top: 10.9375vw;
    padding: 0 4.6875vw;
  }

  .engineer-example-ok .box + .box {
    margin-top: 10.9375vw;
  }

  .engineer-example-ok .graph {
    text-align: center;
  }

  .engineer-example-ok .graph img {
    width: 62.5vw;
  }

  .engineer-example-ok .sh {
    margin-top: 6.25vw;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1.3333333333;
  }

  .engineer-example-ok .txt {
    margin-top: 3.125vw;
  }
}

.engineer-price-cost {
  font-weight: 500;
  color: #3399cc;
}

@media screen and (min-width: 769px) {
  .engineer-price-cost {
    font-size: 24px;
    line-height: 1.8333333333;
  }

  .engineer-price-btns {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .engineer-price-cost {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.7857142857;
  }

  .engineer-price-btns {
    margin-top: 9.375vw;
  }
}

.engineer-voice-box {
  display: block;
  border: 1px solid #d8d8d8;
}

.engineer-voice-logo {
  min-height: 0%;
  border: 1px solid #d8d8d8;
}

.engineer-voice-logo img {
  display: block;
  width: 100%;
}

.engineer-voice-ttl {
  font-weight: 700;
  line-height: 1.3333333333;
}

.engineer-voice-txt {
  background: url("../img/quot.svg") no-repeat 0 0;
}

.engineer-voice-txt em {
  font-weight: 700;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(90%, transparent),
    color-stop(90%, #3399cc)
  );
  background: linear-gradient(transparent 90%, #3399cc 90%);
}

.engineer-voice-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.engineer-voice-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 500;
  color: #443580;
}

.engineer-voice-link a:after {
  display: block;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ljg5NCkiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGQ9Ik0yNCAxMmMwIDYuNjI3LTUuMzczIDEyLTEyIDEyLTYuNjI2IDAtMTItNS4zNzMtMTItMTJDMCA1LjM3MiA1LjM3NCAwIDEyIDBjNi42MjcgMCAxMiA1LjM3MiAxMiAxMiIgZmlsbD0iI0VBRUFGNCIgbWFzaz0idXJsKCNiKSIvPjwvZz48cGF0aCBzdHJva2U9IiM0NDM1ODAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIGQ9Ik0xIDEzLjE1M2gxOS4xNDVMMTUuNDQgOC40NDciLz48L2c+PC9zdmc+)
    no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .engineer-voice-boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .engineer-voice-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 520px;
    padding: 30px 30px 24px 20px;
  }

  .engineer-voice-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .engineer-voice-logo {
    width: 160px;
    padding: 10px;
  }

  .engineer-voice-ttl {
    font-size: 18px;
  }

  .engineer-voice-txt {
    padding-left: 54px;
    margin-top: 30px;
    margin-bottom: auto;
    font-size: 16px;
    line-height: 1.75;
    background-size: 34px auto;
  }

  .engineer-voice-link {
    margin-top: 30px;
  }

  .engineer-voice-link a {
    gap: 0 14px;
    font-size: 15px;
  }

  .engineer-voice-link a:after {
    width: 28px;
    height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .engineer-voice-box {
    padding: 7.8125vw 4.6875vw 6.25vw;
  }

  .engineer-voice-box:nth-of-type(n + 2) {
    margin-top: 4.6875vw;
  }

  .engineer-voice-logo {
    width: 46.875vw;
    padding: 4.6875vw;
    margin: 0 auto;
  }

  .engineer-voice-ttl {
    margin-top: 4.6875vw;
    font-size: 12px;
    font-size: 3.75vw;
    text-align: center;
  }

  .engineer-voice-txt {
    padding: 7.5vw 1.5625vw 0;
    margin-top: 3.125vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
    background-size: 6.875vw auto;
  }

  .engineer-voice-link {
    margin-top: 7.8125vw;
  }

  .engineer-voice-link a {
    gap: 0 2.5vw;
    font-size: 12px;
    font-size: 3.75vw;
  }

  .engineer-voice-link a:after {
    width: 5.625vw;
    height: 4.6875vw;
  }
}

.engineer-tool-table {
  background: #f5f4f8;
}

.engineer-tool-table .sh {
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background: #3399cc;
}

.engineer-tool-table .txt {
  font-weight: 500;
}

.engineer-tool-table .list > li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .engineer-tool-fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }

  .engineer-tool-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    min-width: 0;
    padding-top: 50px;
  }

  .engineer-tool-table {
    width: 510px;
  }

  .engineer-tool-table:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .engineer-tool-table .sh {
    padding: 18px 0;
    font-size: 20px;
    line-height: 1.45;
  }

  .engineer-tool-table .txt {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .engineer-tool-fig {
    margin-top: 7.8125vw;
  }

  .engineer-tool-img {
    text-align: center;
  }

  .engineer-tool-img img {
    width: 75.9375vw;
  }

  .engineer-tool-table {
    margin-top: 7.8125vw;
  }

  .engineer-tool-table:nth-of-type(n + 2) {
    margin-top: 4.6875vw;
  }

  .engineer-tool-table .sh {
    padding: 2.34375vw 0;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5;
  }

  .engineer-tool-table .txt {
    padding: 4.6875vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5833333333;
  }
}

/* newcontents */
.m-headline.none:before {
  display: none;
}

.mv-sec {
  background: url("/c-chorus/aws-ai/img/mv-image.png") center / cover;
  height: 640px;
  display: flex;
  align-items: center;
  position: relative;
}

.mv-sec .m-breadcrumb * {
  color: #fff;
}

.mv-sec .m-breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
  left: 0;
  margin-top: 20px;
}

.mv-sec .inner {
}

.mv-title-box {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.mv-title-bnr {
  width: 360px;
  margin-top: 40px;
  margin-bottom: 60px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mv-title-bnr {
    width: auto;
    max-width: 298px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.mv-title-box .sub-ttl {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
}

.mv-title-box .main-ttl {
  font-size: 64px;
  display: block;
}

.mv-buttons {
  display: flex;
}

.mv-buttons a {
  margin-right: 28px;
  font-size: 15px;
  width: 330px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: #fff;
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .mv-buttons a:hover {
    background-color: #443580;
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .mv-sec {
    background: url("/c-chorus/aws-ai/img/mv-image.png") center / cover;
    height: 300px;
  }

  .mv-sec .inner {
    padding: 20px;
  }

  .mv-title-box {
    margin-bottom: 20px;
  }

  .mv-title-box .sub-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .mv-title-box .main-ttl {
    font-size: 32px;
  }

  .mv-buttons {
    justify-content: space-between;
  }

  .mv-buttons a {
    margin: 10px 0 0;
    width: 48%;
    height: 40px;
  }
}

.aws-service-list {
}

.aws-service-list li {
  display: flex;
}

.aws-service-list li + li {
  margin-top: 80px;
}

.aws-service-img {
  width: 96px;
}

.aws-service-wrap {
  width: calc(100% - 96px);
  padding-left: 54px;
}

.aws-service-txt01 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.aws-service-txt02 {
  font-size: 25px;
  color: #3399cc;
}

.aws-service-txt03 {
  font-size: 16px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .aws-service-list {
  }

  .aws-service-list li {
    display: block;
  }

  .aws-service-list li + li {
    margin-top: 40px;
  }

  .aws-service-img {
    width: 100px;
    margin: 0 auto 20px;
  }

  .aws-service-wrap {
    width: 100%;
    padding-left: 0;
  }

  .aws-service-txt01 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .aws-service-txt02 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .aws-service-txt03 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .aws-service-list .m-smallbtn {
    margin-left: auto;
  }
}

.aws-download {
  background-color: #eaeaf4;
  margin-top: 160px;
}

.aws-download .m-headline {
  margin-bottom: 30px;
  margin-top: 0;
}

.aws-download .inner {
  padding: 80px 0;
}

.aws-download-list {
  display: flex;
  justify-content: center;
}

.aws-download-list li {
  width: 460px;
}

.aws-download-list li + li {
  margin-left: 30px;
}

.aws-download-list li a {
  display: block;
}

.m-ft_contact {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .engineer-intro .txt-bloc {
    margin-top: 20px;
  }

  .aws-download {
    margin-top: 80px;
  }

  .aws-download .m-headline {
    margin-bottom: 20px;
  }

  .aws-download .inner {
    padding: 40px 0;
  }

  .aws-download-list {
    display: block;
  }

  .aws-download-list li {
    width: 100%;
    margin: 0 auto;
  }

  .aws-download-list li + li {
    margin-left: auto;
  }
}
