@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 */
/************************************************/
.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;
}

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

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

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

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

a.m-basebtn::before,
.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%;
  transform: translateY(-50%);
}

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

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

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

a.m-basebtn span,
.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) {
  a.m-basebtn span,
  .m-basebtn span {
    font-size: 15px;
  }
}

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

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

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

a.m-basebtn.-white::before,
.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");
  transition: background 0.2s ease-out;
}

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

a.m-basebtn.-white:hover::before,
a.m-basebtn.-white:active::before,
.m-basebtn.-white:hover::before,
.m-basebtn.-white:active::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");
}

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

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

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

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

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

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

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

a.m-smallbtn::before,
.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%;
  transform: translateY(-50%);
}

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

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

a.m-smallbtn span,
.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) {
  a.m-smallbtn span,
  .m-smallbtn span {
    font-size: 10px;
    font-size: 3.125vw;
  }
}

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

/************************************************/
/* m-secttl */
/************************************************/
.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 */
/************************************************/
.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: 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 {
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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%;
  transform: translateY(-50%);
}

.caseslider-arw.-prev {
  left: 0;
  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);
  clip-path: inset(50%);
}

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

@media screen and (min-width: 769px) {
  .m-download {
    display: flex;
    align-items: 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: 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: 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: flex;
    align-items: center;
    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 {
    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;
  }
}

/************************************************/
/* m-caselogos */
/************************************************/
@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: flex;
  align-items: 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 */
/************************************************/
.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: flex;
  }

  .m-logoList .logoList_group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    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: flex;
    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 */
/************************************************/
.m-mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: 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: 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: 16px;
    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;
  }
}

/************************************************/
/* m-breadcrumb */
/************************************************/
@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 */
/************************************************/
.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;
  display: none !important;
}
@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 */
/************************************************/
.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 */
/************************************************/
.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 */
/************************************************/
.m-localnav {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 100;
  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: flex;
  align-items: center;
  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: flex;
  pointer-events: auto;
  margin: 0;
}

.m-localnav-list li {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiaws-ai-agentino 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: flex;
  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:hover,
.m-localnav-btn:active {
  background: #ffffff;
  color: #ff8e00;
}

/************************************************/
/* m-noticelist */
/************************************************/
.m-noticelist {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiaws-ai-agentino 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 修正 */
/************************************************/
.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 */
/************************************************/
.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 */
/************************************************/
.m-localnav02 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #f5f4f8;
  border-bottom: solid 1px #ddd;
  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: flex;
  align-items: center;
}

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

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

.m-localnav02-list {
  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: flex;
  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:hover,
.m-localnav02-btn:active {
  background: #ffffff;
}

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

/************************************************/
/* m-sec */
/************************************************/
@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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
  }
}

/************************************************/
/* m-subsec */
/************************************************/
@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;
  }
}

/************************************************/
/* m-boxs */
/************************************************/
@media screen and (min-width: 769px) {
  .m-boxs {
    display: flex;
    align-items: flex-start;
  }

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

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

  .m-boxs.-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;
  }
}

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

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

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

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

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

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

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

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

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

.m-table th .list > li::before,
.m-table td .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 */
/************************************************/
.m-badges-wrap {
  border-top: solid 1px #ddd;
}

@media screen and (min-width: 769px) {
  .m-badges-wrap {
    display: flex;
    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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.m-badges-list::before,
.m-badges-list::after {
  order: 2;
  display: block;
  content: "";
}

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

@media screen and (max-width: 768px) {
  .m-badges-list::before,
  .m-badges-list::after {
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
  }
}

/************************************************/
/* m-caselist */
/************************************************/
@media screen and (min-width: 769px) {
  .m-caselist {
    display: flex;
    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(2n + 1) {
    border-left: solid 1px #e0e0e0;
  }

  .m-caselist-item:nth-last-of-type(1),
  .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: 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: flex;
  align-items: 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 {
  flex: 1 1 40%;
  min-width: 0;
}

@media screen and (min-width: 769px) {
  .m-caselist-link .txt-bloc {
    display: flex;
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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: flex;
  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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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: flex;
  align-items: center;
  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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
  }
}

/************************************************/
/* m-clientlist */
/************************************************/
@media screen and (min-width: 769px) {
  .m-clientlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.m-clientlist-item {
  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: flex;
  align-items: 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::before,
.m-clientlist-item .img-logo::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  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 {
  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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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: flex;
  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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
  }
}

/************************************************/
/* m-servicelink */
/************************************************/
@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: flex;
    flex-wrap: wrap;
    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 */
/************************************************/
.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: 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: flex;
    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%;
  transition: 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 {
    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 {
    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", "ＭＳ ゴシック",
      "Hiaws-ai-agentino 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: flex;
    flex: 1 1 30%;
    flex-wrap: wrap;
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
}

/************************************************/
/* m-awspartner */
/************************************************/
@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: flex;
  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;
    justify-content: center;
  }

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

/************************************************/
/* m-bloglist */
/************************************************/
@media screen and (min-width: 769px) {
  .m-bloglist {
    display: flex;
    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: flex;
    flex-direction: column;
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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: flex;
  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;
    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:hover img,
.m-bloglist-link:active img {
  opacity: 1;
}

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

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

/************************************************/
/* m-icnboxs */
/************************************************/
@media screen and (min-width: 769px) {
  .m-icnboxs {
    display: flex;
    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: flex;
  }

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

@media screen and (min-width: 769px) {
  .m-icnboxs-box .icn {
    display: flex;
    align-items: 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 {
    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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
  }
}

/************************************************/
/* m-bnr */
/************************************************/
@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 */
/************************************************/
.m-anchor {
  position: relative;
  z-index: -1;
  padding-top: 60px;
  margin-top: -60px;
  pointer-events: none;
}

/************************************************/
/* m-reportbox */
/************************************************/
.m-reportbox {
  background: #f5f4f8;
}

.m-reportbox-ttl {
  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 {
    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: flex;
    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 */
/************************************************/
.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;
  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", "ＭＳ ゴシック", "Hiaws-ai-agentino 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;
}

/*==============================================*/
/* For SmartPhone */
/*==============================================*/
@media screen and (max-width: 768px) {
  /*m-acordionList*/
  .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 */
/************************************************/
.m-contract_number {
  width: 100%;
  text-align: center;
}

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

/************************************************/
/* m-btns */
/************************************************/
.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: 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 */
/************************************************/
.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: flex;
  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;
  }
}

/************************************************/
/* m-resale */
/************************************************/
@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;
  }
}

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

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

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

/************************************************/
/* aws-ai-agent */
/************************************************/
.aws-ai-agent-worried-wrap {
}

.aws-ai-agent-worried-wrap ul {
  border-radius: 20px;
  border: 1px solid #3399cc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-worried-wrap ul {
    display: block;
    padding: 30px;
  }
}

.aws-ai-agent-worried .m-headline {
  margin-bottom: 20px;
}

.aws-ai-agent-worried-wrap li {
  width: 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-worried-wrap li {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .aws-ai-agent-worried-wrap li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-worried-wrap li + li {
    margin-top: 15px;
  }
}

.aws-ai-agent-worried-icon {
  width: 14%;
}

@media screen and (max-width: 768px) {
}

.aws-ai-agent-worried-icon img {
}

.aws-ai-agent-worried-text {
  width: 75%;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-worried-text {
    padding-left: 20px;
  }
}

.aws-ai-agent-worried-arrow {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.aws-ai-agent-worried-arrow img {
}

.aws-ai-agent-worried-solution {
  color: #3399cc;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.aws-ai-agent-feature-box + .aws-ai-agent-feature-box {
  margin-top: 40px;
}

.aws-ai-agent-feature-text01 {
  color: #3399cc;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.8;
}

.aws-ai-agent-feature-text02 {
  font-size: 15px;
  line-height: 1.8;
}

.aws-ai-agent-flow {
}

.aws-ai-agent-flow-image {
}

.aws-ai-agent-price .m-headline {
  margin-bottom: 25px;
}

.aws-ai-agent-price-box01 {
  margin-bottom: 30px;
}

.aws-ai-agent-price-text01 {
  font-size: 32px;
  color: #3399cc;
  margin-bottom: 7px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-price-text01 {
    font-size: 26px;
  }
}

.aws-ai-agent-price-text02 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-price-text02 {
    font-size: 12px;
  }
}

.aws-ai-agent-price-box02 {
  margin-top: 72px;
}

.aws-ai-agent-price-box02 .si-plan-table {
  margin-bottom: 32px;
}

.aws-ai-agent-price-box02 .si-plan-table th {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-price-box02 .si-plan-table {
    margin-bottom: 15px;
  }
}

.aws-ai-agent-price-text03 {
  font-size: 18px;
  font-weight: bold;
  color: #3399cc;
  margin-bottom: 30px;
  line-height: 1.8;
}

.aws-ai-agent-price-table {
  border: 1px solid #e9e9e9;
}

.aws-ai-agent-price-row {
  display: flex;
}

.aws-ai-agent-price-row.thead {
  background-color: #f5f4f8;
  text-align: center;
}

.aws-ai-agent-price-th {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  line-height: 1.8;
}

.aws-ai-agent-price-td {
  font-size: 16px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.8;
}

.aws-ai-agent-price-table.two-row {
}

.aws-ai-agent-price-table.two-row .aws-ai-agent-price-th {
  width: 70%;
  padding: 30px;
}

.aws-ai-agent-price-table.two-row .aws-ai-agent-price-td {
  width: 30%;
  padding: 30px;
}

.no-border-bottom {
  border-bottom: 0;
}

.border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-price-table {
  }

  .aws-ai-agent-price-row {
  }

  .aws-ai-agent-price-row.thead {
  }

  .aws-ai-agent-price-th {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .aws-ai-agent-price-td {
    display: flex;
    align-items: center;
    font-size: 12px;
  }

  .aws-ai-agent-price-table.two-row {
  }

  .aws-ai-agent-price-table.two-row .aws-ai-agent-price-th {
    padding: 15px;
  }

  .aws-ai-agent-price-table.two-row .aws-ai-agent-price-td {
    padding: 15px;
  }
}

.bold {
  font-weight: bold;
  text-decoration: none !important;
}

.aws-ai-agent-case {
}

.aws-ai-agent-case-text01 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
  color: #3399cc;
  line-height: 1.8;
}

.aws-ai-agent-case-text02 {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-case-text02 {
    font-size: 14px;
  }
}

.aws-ai-agent-case-text02 span {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #3399cc;
}

.aws-ai-agent-related {
}

.aws-ai-agent-related ul {
  display: flex;
}

.aws-ai-agent-related li {
  width: 50%;
  display: flex;
}

.aws-ai-agent-related-icon {
  width: 96px;
}

.aws-ai-agent-related-box {
  padding-left: 30px;
}

.aws-ai-agent-related-text01 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 1.8;
}

.aws-ai-agent-related-text02 {
  font-size: 25px;
  color: #3399cc;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-related {
  }

  .aws-ai-agent-related ul {
    display: block;
  }

  .aws-ai-agent-related li {
    width: 100%;
  }

  .aws-ai-agent-related li + li {
    margin-top: 30px;
  }

  .aws-ai-agent-related-icon {
    width: 60px;
  }

  .aws-ai-agent-related-box {
    padding-left: 30px;
    width: calc((100% - 60px));
  }

  .aws-ai-agent-related-text01 {
    margin-bottom: 5px;
  }

  .aws-ai-agent-related-text02 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.text-center {
  text-align: center !important;
}

.aws-ai-agent-flow-list {
  display: flex;
}

.aws-ai-agent-flow-list li + li {
  margin-left: 15px;
}

.aws-ai-agent-flow-list li {
  background-color: #f2f4f9;
  height: 161px;
  text-align: center;
  padding: 18px 10px;
}

.aws-ai-agent-flow-text01 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.aws-ai-agent-flow-text02 {
  font-size: 14px;
}

.aws-ai-agent-flow-list .dt-01 {
  width: 254px;
}

.aws-ai-agent-flow-list .dt-02 {
  width: 254px;
}

.aws-ai-agent-flow-list .dt-03 {
  width: 254px;
}

.aws-ai-agent-flow-list .dt-04 {
  width: 254px;
  background-color: #f5f5f5;
}

/************************************************/
/* payment-flow */
/************************************************/
.payment-flow-txt {
  font-family:
    "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiaws-ai-agentino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media screen and (min-width: 769px) {
  .payment-flow-txt {
    margin-bottom: 37px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-txt {
    margin-top: 3.5vw;
    margin-bottom: 8.5vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 769px) {
  .payment-flow .m-headline {
    margin-bottom: 52px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow .m-headline {
    margin-bottom: 9vw;
  }
}

.payment-flow .cases-h {
  display: block;
  font-weight: 700;
  line-height: 1.8666666667;
  color: #000;
}

@media screen and (min-width: 769px) {
  .payment-flow .cases-h {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow .cases-h {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}

@media screen and (min-width: 769px) {
  .payment-flow-chart {
    display: flex;
    margin: 40px 30px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-chart {
    width: 60vw;
    margin: 0 auto 0;
  }
}

.payment-flow-chart li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3399cc;
}

.payment-flow-chart li.dt-03 {
  color: #8b8e90;
  display: block;
  padding-top: 8px;
  line-height: 1;
  border-color: #8b8e90;
}

.payment-flow-chart li.dt-03 span {
  font-size: 12px;
}

.payment-flow-chart li.dt-03::before {
  border-color: transparent transparent transparent #8b8e90;
}

@media screen and (min-width: 769px) {
  .payment-flow-chart li {
    flex: 1 1 auto;
    height: 60px;
    padding-left: 15px;
    font-size: 18px;
    text-align: center;
    border-top: solid 2px #3399cc;
    border-bottom: solid 2px #3399cc;
    border-left: solid 2px #3399cc;
  }

  .payment-flow-chart li::before,
  .payment-flow-chart li::after {
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
  }

  .payment-flow-chart li::before {
    z-index: 1;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #3399cc;
  }

  .payment-flow-chart li::after {
    z-index: 2;
    border-width: 28px 0 28px 28px;
    border-color: transparent transparent transparent #ffffff;
  }

  .payment-flow-chart li.dt-01 {
    width: 250px;
  }

  .payment-flow-chart li.dt-02 {
    width: 250px;
  }

  .payment-flow-chart li.dt-03 {
    width: 150px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-chart li {
    height: 39vw;
    width: 39vw;
    padding: 2vw 10px 2vw 10px;
    margin-top: -20px;
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: 700;
    margin: 1vw 0;
    line-height: 1.5;
    text-align: center;
    background: no-repeat center top;
    background-size: 100% 100%;
  }

  .payment-flow-chart li.dt-01 {
    background-image: url("../img/flow_bg01.svg");
  }

  .payment-flow-chart li.dt-03 {
    padding-top: 16vw;
  }

  .payment-flow-chart li.dt-02,
  .payment-flow-chart li.dt-03,
  .payment-flow-chart li.dt-04,
  .payment-flow-chart li.dt-05 {
    background-image: url("../img/flow_bg02.svg");
  }

  .aws-ai-agent-flow-wrap {
    display: flex;
  }

  .aws-ai-agent-flow-list {
    display: block;
  }

  .aws-ai-agent-flow-list li + li {
    margin-left: 0;
    margin-top: 3vw;
  }

  .aws-ai-agent-flow-text01 {
    font-size: 3vw;
    margin-bottom: 0.5vw;
  }

  .aws-ai-agent-flow-text02 {
    font-size: 3vw;
  }

  .aws-ai-agent-flow-list li {
    height: auto;
    width: 50vw !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .payment-flow .m-btns a {
    width: 330px;
    height: 64px;
  }
}

@media screen and (min-width: 769px) {
  .payment-flow-btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-btn {
    margin: 36px auto 0;
  }
}

.payment-flow-wrapper {
  margin-top: 28px;
}

@media screen and (min-width: 769px) {
  .payment-flow-wrapper {
    padding-top: 73px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-wrapper {
    padding-top: 11vw;
  }
}

.payment-flow-box {
  border: solid 2px #3399cc;
}

@media screen and (min-width: 769px) {
  .payment-flow-box {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-box {
    padding: 9vw 7vw;
  }
}

.payment-flow-box .m-subheadline {
  text-align: center;
  margin-bottom: 3vw;
}

.payment-flow-flex {
  margin-top: 22px;
}

@media screen and (min-width: 769px) {
  .payment-flow-flex {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-flex {
    display: block;
  }
}

.payment-flow-flex p {
  position: relative;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .payment-flow-flex p {
    width: 260px;
    padding-left: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-flex p {
    width: 100%;
    padding-left: 19vw;
    margin-bottom: 43px;
    font-size: 12px;
    font-size: 3.75vw;
  }

  .payment-flow-flex p:last-child {
    margin-bottom: auto;
  }
}

.payment-flow-flex .backup::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  background: url(/c-chorus/payment/img/payment-flow-icon-01.svg) no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .payment-flow-flex .backup::before {
    width: 38px;
    height: 46px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-flex .backup::before {
    top: 50%;
    width: 8.4375vw;
    height: 10.15625vw;
    transform: translateY(-50%);
  }
}

.payment-flow-flex .hearing::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  background: url(/c-chorus/payment/img/payment-flow-icon-02.svg) no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .payment-flow-flex .hearing::before {
    width: 35px;
    height: 51px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-flex .hearing::before {
    top: 50%;
    width: 7.8125vw;
    height: 11.40625vw;
    transform: translateY(-50%);
  }
}

.payment-flow-flex .account::before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  background: url(/c-chorus/payment/img/payment-flow-icon-03.svg) no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
  .payment-flow-flex .account::before {
    width: 44px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow-flex .account::before {
    top: 50%;
    width: 10.46875vw;
    height: 11.875vw;
    transform: translateY(-50%);
  }
}

.payment-flow .m-noticelist {
  padding-left: 1em;
  font-weight: 400;
  text-indent: -1em;
}

@media screen and (min-width: 769px) {
  .payment-flow .m-noticelist {
    margin-top: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .payment-flow .m-noticelist {
    margin-top: 3.125vw;
    font-size: 11px;
    font-size: 3.4375vw;
  }
}

.payment-flow .m-noticelist span {
  font-weight: 600;
}

/************************************************/
/* m-service 修正 */
/************************************************/
.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;
  }
}

.si-package .m-service {
  margin-top: 40px;
  padding: 48px 60px;
  border: 1px solid #3399cc;
  border-radius: 16px;
}

@media screen and (max-width: 768px) {
  .si-package .m-service {
    padding: 24px 16px;
  }
}

.si-package .m-service-ttl {
  color: #152647;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .si-package .m-service-ttl {
    margin-bottom: 24px;
  }
}

.si-package .m-service .service__item {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .si-package .m-service .service__item {
    width: 100%;
    margin-top: 24px;
  }
}

.si-package .m-service .service__item .text {
  font-weight: normal;
}

.si-package-list {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 32px;
}

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

.si-package-lead {
  font-weight: 500;
  font-size: 24px;
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .si-package-lead {
    font-size: 4.375vw;
  }
}

.si-package .payment-overview-fix {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.3076923077;
  text-align: center;
  color: #3399cc;
}
@media screen and (max-width: 768px) {
  .si-package .payment-overview-fix {
    font-size: 20px;
  }
}
.si-package .payment-overview-fix:before {
  display: block;
  width: 40px;
  height: 18px;
  margin: 0 auto 20px;
  content: "";
  background: url(../img/overview_arw.svg) no-repeat center center;
  background-size: contain;
}

/************************************************/
/* m-servicelink */
/************************************************/
@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: flex;
    flex-wrap: wrap;
    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;
  }
}

.aws-ai-agent-intro-about {
  border: 1px solid #dddddd;
  padding: 40px 40px 20px;
  margin-top: 48px;
}

.aws-ai-agent-intro-about__column {
  display: flex;
}

.aws-ai-agent-intro-about__box {
}

.aws-ai-agent-intro-about__box.--txt {
  padding-right: 64px;
}

.aws-ai-agent-intro-about__box.--img {
}

.aws-ai-agent-intro-about__ttl {
  color: #3399cc;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.aws-ai-agent-intro-about__txt {
  font-size: 16px;
}

.aws-ai-agent-intro-about__box {
}

.aws-ai-agent-intro-about__box img {
}

.aws-ai-agent-price .m-table thead th {
  text-align: center;
}

.aws-ai-agent-price .m-table thead th:nth-child(1) {
  width: 35%;
}

.aws-ai-agent-price .m-table thead th:nth-child(2) {
  width: 30%;
}

.aws-ai-agent-price .m-table thead th:nth-child(3) {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-intro-about {
    padding: 30px;
  }
  .aws-ai-agent-intro-about__column {
    flex-wrap: wrap;
  }
  .aws-ai-agent-intro-about__box.--txt {
    order: 2;
    padding-right: 0;
  }

  .aws-ai-agent-intro-about__box.--img {
    order: 1;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    padding: 0px;
  }
}

.service-card {
  background: white;
  border: 2px solid #ddd;
  padding: 24px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
}
@media screen and (max-width: 768px) {
  .service-card {
    padding: 20px;
    min-height: 180px;
  }
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service-title {
    font-size: 16px;
  }
}

.service-label {
  padding: 4px 24px;
  border: 1px solid #3399cc;
  color: #3399cc;
  font-size: 15px;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 14px;
  align-self: flex-start;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .service-label {
    font-size: 12px;
  }
}

.service-description {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .service-description {
    font-size: 14px;
  }
}

.aws-ai-agent-case-list {
}

.aws-ai-agent-case-item {
  display: flex;
}

.aws-ai-agent-case-item + .aws-ai-agent-case-item {
  margin-top: 100px;
}

.aws-ai-agent-case-txt {
  width: 552px;
}

.aws-ai-agent-case-ttl {
  font-weight: bold;
  color: #3399cc;
  font-size: 24px;
  margin-bottom: 20px;
}

.aws-ai-agent-case-child-list {
}

.aws-ai-agent-case-child-item {
  padding-left: 2rem;
  font-size: 16px;
  position: relative;
}

.aws-ai-agent-case-child-item + .aws-ai-agent-case-child-item {
  margin-top: 5px;
}

.aws-ai-agent-case-child-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.aws-ai-agent-case-child-item span {
  font-weight: bold;
  background: linear-gradient(transparent 90%, #3399cc 90%);
  display: inline;
  padding-bottom: 3px;
}

.aws-ai-agent-case-img {
  width: calc(100% - 552px);
  padding-left: 70px;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .aws-ai-agent-case-item {
    flex-wrap: wrap;
  }

  .aws-ai-agent-case-txt {
    width: auto;
    margin-top: 20px;
    order: 2;
  }

  .aws-ai-agent-case-img {
    width: auto;
    padding-left: 0;
    margin-top: 0;
    order: 1;
  }

  .aws-ai-agent-case-child-item + .aws-ai-agent-case-child-item {
    margin-top: 10px;
  }

  .aws-ai-agent-case-item + .aws-ai-agent-case-item {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .m-resale {
    margin-bottom: 190px;
  }
}

.aws-ai-agent-serviece .m-headline {
  margin-bottom: 30px;
}

.aws-ai-agent-serviece .m-table th, 
.aws-ai-agent-serviece.m-table td {
  font-size: 16px;
}

.aws-ai-agent-serviece .si-serviece-table {
  margin-top: 60px;
}

.aws-ai-agent-serviece .m-table th,
.aws-ai-agent-serviece .m-table td {
  border: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.aws-ai-agent-serviece .m-table tr {
  border-top: 1px solid #DDD;
}

.aws-ai-agent-serviece .m-table tbody tr:last-of-type {
  border-bottom: 1px solid #DDD;
}

.aws-ai-agent-serviece .m-table tr td:first-of-type,
.aws-ai-agent-serviece .m-table tr td:last-of-type {
  font-weight: bold;
}

.aws-ai-agent-serviece .m-table tr td:nth-child(1) {
  width: 20%;
  padding-left: 0;
}

.aws-ai-agent-serviece .m-table tr td:nth-child(2) {
  width: 60%;
}

.aws-ai-agent-serviece .m-table tr td:nth-child(3) {
  width: 20%;
}

.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 {
  margin-top: 30px;
}

.engineer-example-case .m-table td span {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

.engineer-example-case .m-table th {
  width: 240px;
  text-align: center;
}

.engineer-example-case .m-table .sub {
  width: 240px;
  vertical-align: middle;
}

@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;
  }
}

@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;
  }
}

/*# sourceMappingURL=index.css.map */
