@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", "ＭＳ ゴシック",
    "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%;
  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: 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;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .m-mv-ttl .main-ttl {
    font-size: 20px;
    font-size: 6.25vw;
    line-height: 1.5;
  }
}
.m-mv-ttl .main-ttl-tag {
  background: linear-gradient(120deg, #8d0088, #de1a39);
  color: #fff;
  padding: 0 8px;
  padding-bottom: 2px;
  margin-left: 6px;
  margin-top: 5px;
  border-radius: 6px;
}
@media screen and (min-width: 769px) {
  .m-mv-ttl .main-ttl-tag {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .m-mv-ttl .main-ttl-tag {
    font-size: 16px;
    font-size: 5vw;
  }
}
@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;
}
@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", "ＭＳ ゴシック",
    "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: 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", "ＭＳ ゴシック",
    "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 修正 */
/************************************************/
.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", "ＭＳ ゴシック",
    "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;
  }
}

/************************************************/
/* 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", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-align: left;
  border: 1px solid #ddd;
}
@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", "ＭＳ ゴシック",
    "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;
  }
}

/************************************************/
/* 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", "ＭＳ ゴシック",
    "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: 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", "ＭＳ ゴシック",
    "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: 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", "ＭＳ ゴシック",
    "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;
  }
}

/************************************************/
/* 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", "ＭＳ ゴシック",
    "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: 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", "ＭＳ ゴシック",
    "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;
  }
}

/************************************************/
/* 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", "ＭＳ ゴシック",
      "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: 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", "ＭＳ ゴシック",
    "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;
}

/************************************************/
/* 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", "ＭＳ ゴシック",
    "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: 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", "ＭＳ ゴシック",
    "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;
  }
}

/************************************************/
/* 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", "ＭＳ ゴシック",
    "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;
}

/*==============================================*/
/* 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;
}
@media screen and (min-width: 769px) {
  .m-btns.m-btns-large .m-basebtn {
    width: 510px;
    height: 80px;
    border-radius: 80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .m-btns.m-btns-large .m-basebtn span {
    font-size: 20px;
  }
}
.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;
  }
}

/************************************************/
/* si-wrap */
/************************************************/
.si-wrap {
  padding-bottom: 0;
}

/************************************************/
/* si-intro */
/************************************************/
.si-intro .m-awspartner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .si-intro .m-awspartner {
    margin-top: 7.8125vw;
  }
}

/************************************************/
/* si-task */
/************************************************/
.si-task-list {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .si-task-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .si-task-list {
    margin-top: 30px;
    padding: 0 15px;
  }
}
.si-task-item {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .si-task-item {
    flex: 1 1 33%;
  }
  .si-task-item:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .si-task-item:nth-of-type(n + 2) {
    margin-top: 22px;
  }
}
.si-task-item .icn {
  display: block;
  width: 48px;
  height: 48px;
}
.si-task-item .icn img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .si-task-item .icn {
    position: relative;
    width: 13.9583333333%;
    height: auto;
  }
  .si-task-item .icn::before {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .si-task-item .icn img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.si-task-item .txt {
  margin-left: 27px;
  min-width: 0;
  flex: 1 1 50%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #252f3e;
}
@media screen and (max-width: 768px) {
  .si-task-item .txt {
    margin-left: 25px;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
  }
}
.si-task-txt {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .si-task-txt {
    margin-top: 7.8125vw;
  }
}

/************************************************/
/* si-feature */
/************************************************/
@media screen and (min-width: 769px) {
  .si-feature-boxs {
    justify-content: center;
    gap: 0 100px;
  }
}
@media screen and (min-width: 769px) {
  .si-feature-box {
    width: 420px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .si-feature-box:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .si-feature-box .icn {
    height: 150px;
    min-height: 0%;
  }
  .si-feature-box .icn img {
    max-height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .si-feature-box .icn {
    width: 24.1071428571%;
  }
}
@media screen and (min-width: 769px) {
  .si-feature-box .txt-bloc {
    margin-top: 36px;
    min-height: 0;
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .si-feature-box .txt-bloc {
    margin-left: 15px;
  }
}

/************************************************/
/* si-plan */
/************************************************/
@media screen and (min-width: 769px) {
  .si-plan .m-headline {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .si-plan-table table {
    margin-bottom: 12px;
    max-width: 882px;
    width: 882px;
  }
}
.si-plan-table td {
  min-width: 200px;
}
.si-plan-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .si-plan-btn {
    margin: 30px auto 0;
  }
}

/************************************************/
/* si-phase */
/************************************************/
/************************************************/
/* si-support */
/************************************************/
.si-support-btn {
  margin: 40px 0 120px;
}
@media screen and (max-width: 768px) {
  .si-support-btn {
    margin: 30px auto 60px;
  }
}
.si-support-boxs {
  display: flex;
  margin-top: 50px;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .si-support-boxs {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.si-support-box {
  width: 340px;
  height: 100%;
  padding: 12px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.si-support-box .ttl {
  background-color: #00688f;
  color: #fff;
  padding: 16px 12px;
  border-radius: 8px;
  text-align: center;
}
.si-support-box .price {
  margin: 12px auto 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  color: #00688f;
}
.si-support-box .price .pre-word,
.si-support-box .price .sub-word {
  font-size: 24px;
  font-weight: bold;
}
.si-support-box .price .number {
  font-size: 64px;
  line-height: 64px;
  font-weight: bold;
  margin: 0 8px;
}
.si-support-box .head {
  font-size: 24px;
  color: #00688f;
  font-weight: bold;
  height: 67px;
  margin: 12px auto 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .si-support-box .head {
    margin-bottom: 12px;
  }
}
.si-support-box .caption {
  text-align: center;
  font-size: 12px;
}
.si-support-box .content p {
  margin-top: 12px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 16px 12px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}
.si-support-box .content p.--multiline {
  height: 235px;
}
@media screen and (max-width: 768px) {
  .si-support-box .content p.--multiline {
    height: 100px;
  }
}

/************************************************/
/* managed-service */
/************************************************/
.managed-service-list {
  line-height: 1.5;
}
.managed-service-list-item {
  margin-top: 12px;
}
.managed-service-list-item strong {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .managed-service-list-item strong {
    font-size: 16px;
  }
}
.managed-service-list-item p {
  font-size: 16px;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .managed-service-list-item p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .managed-service-boxs {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .managed-service-boxs::after {
    display: block;
    width: 340px;
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .managed-service-boxs {
    margin-top: 30px;
  }
}
.managed-service-boxs a:hover img {
  opacity: 1;
}
.managed-service-box {
  background: #f5f4f8;
}
@media screen and (min-width: 769px) {
  .managed-service-box {
    width: 340px;
    display: flex;
    flex-direction: column;
  }
  .managed-service-box:nth-of-type(n + 4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .managed-service-box {
    display: block;
  }
  .managed-service-box:nth-of-type(n + 2) {
    margin-top: 30px;
  }
}
.managed-service-box:hover,
.managed-service-box:active {
  text-decoration: none;
  background: #f5f4f8;
}
.managed-service-box:hover .managed-service-btn,
.managed-service-box:active .managed-service-btn {
  background: #000;
}
.managed-service-name {
  padding: 24px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  background: #3399cc;
}
@media screen and (max-width: 768px) {
  .managed-service-name {
    padding: 12px 0;
    font-size: 12px;
    font-size: 3.75vw;
  }
}
.managed-service-inner {
  padding: 15px 32px 30px;
}
@media screen and (min-width: 769px) {
  .managed-service-inner {
    min-height: 0;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .managed-service-inner {
    padding: 15px 15px 20px;
  }
}
.managed-service-icn {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .managed-service-icn {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .managed-service-icn {
    width: 25%;
  }
  .managed-service-icn img {
    width: 100%;
  }
}
.managed-service-h {
  margin-top: 14px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #3399cc;
}
@media screen and (min-width: 769px) {
  .managed-service-h {
    min-height: 76px;
  }
}
@media screen and (max-width: 768px) {
  .managed-service-h {
    margin-top: 10px;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1.3333333333;
  }
}
.managed-service-txt {
  margin: 8px 0 auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7333333333;
  color: #252f3e;
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .managed-service-txt {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.5833333333;
  }
}
.managed-service-btn {
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .managed-service-btn {
    margin-top: 20px;
  }
}

/************************************************/
/* si-howto */
/************************************************/
.si-howto-box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .si-howto {
    margin-top: 18.75vw;
    padding: 0 25px;
  }
  .si-howto-box {
    margin: 60px 0;
  }
}

/************************************************/
/* si-example */
/************************************************/
/************************************************/
/* si-package */
/************************************************/
.si-package-feature {
  margin-top: 40px;
}
.si-package-feature .m-subheadline {
  margin-bottom: 40px;
}
.si-package-flow {
  display: flex;
  margin-right: 30px;
  border-top: solid 2px #252f3e;
  border-bottom: solid 2px #252f3e;
  border-left: solid 2px #252f3e;
}
.si-package-flow > li {
  position: relative;
  flex: 1 1 2%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.si-package-flow > li:not(:last-child) {
  margin-right: 30px;
}
.si-package-flow > li::before,
.si-package-flow > li::after {
  position: absolute;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
.si-package-flow > li::before {
  top: -2px;
  border-width: 32px 0 32px 32px;
  border-color: transparent transparent transparent #252f3e;
}
.si-package-flow > li::after {
  top: 0;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent #fff;
}
.si-package-fig {
  margin-top: 50px;
}
.si-package-fig .si-package-flow {
  margin-left: 150px;
}
.si-package-fig dl {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.si-package-fig dt {
  width: 150px;
  font-size: 18px;
  font-weight: 500;
}
.si-package-fig .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.448;
  text-align: center;
  background: #f7f7f7;
}
.si-package-fig .box small {
  font-size: 12px;
  font-weight: 700;
}
.si-package-fig .box a {
  color: #3399cc;
  text-decoration: underline;
}
.si-package-fig .box a:hover {
  text-decoration: none;
}
.si-package-fig .free {
  width: 192px;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  background: #c39;
  border-radius: 90px;
}
.si-package-fig dd {
  flex: 1 1 auto;
  min-width: 0;
  display: grid;
  gap: 10px;
}
.si-package-fig dd.technical {
  grid-template-rows: 70px 70px;
  grid-template-columns: 220px 220px 220px 220px;
}
.si-package-fig dd.technical .box:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}
.si-package-fig dd.technical .box:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
}
.si-package-fig dd.technical .box:nth-child(3) {
  grid-row: 1/2;
  grid-column: 3/5;
}
.si-package-fig dd.technical .box:nth-child(4) {
  grid-row: 2/3;
  grid-column: 2/4;
}
.si-package-fig dd.technical .box:nth-child(5) {
  grid-row: 2/3;
  grid-column: 4/5;
}
.si-package-fig dd.financial {
  grid-template-rows: 120px;
  grid-template-columns: 220px 220px 220px 220px;
}
.si-package-steps {
  margin-top: 100px;
}
.si-package-step {
  display: flex;
}
.si-package-step:nth-child(n + 2) {
  margin-top: 30px;
}
.si-package-step dt {
  width: 200px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #3399cc;
}
.si-package-step dd {
  flex: 1 1 10%;
  min-width: 0;
  font-size: 16px;
  line-height: 1.448125;
}
.si-package-ex {
  margin-top: 80px;
}
.si-package-casestudy {
  margin-top: 40px;
}
.si-package-casestudy + .si-package-casestudy {
  margin-top: 100px;
}
.si-package-casestudy .cap {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.si-package-casestudy .box {
  padding: 20px 0;
  background: #f7f7f7;
}
.si-package-casestudy dt {
  padding: 0 10px;
}
.si-package-casestudy dt em {
  display: block;
  max-width: 192px;
  margin: 0 auto 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  color: #ffffff;
  background: #bbb;
  border-radius: 90px;
}
.si-package-casestudy dt em.is-free {
  background: #c39;
}
.si-package-casestudy dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 2.9333333333em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
  color: #252f3e;
}
.si-package-casestudy .case-1,
.si-package-casestudy .case-2 {
  display: grid;
  gap: 10px;
  margin-top: 40px;
}
.si-package-casestudy .case-1 {
  grid-template-rows: 120px;
  grid-template-columns: 220px 1fr 1fr;
}
.si-package-casestudy .case-2 {
  grid-template-rows: 120px 120px;
  grid-template-columns: 220px 1fr 200px 200px;
}
.si-package-casestudy .case-2 .box:nth-child(5) {
  grid-row: 2/3;
  grid-column: 3/4;
}
.si-package-casestudy .case-2 .box:nth-child(6) {
  grid-row: 2/3;
  grid-column: 4/5;
}
.si-package-btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .si-package-feature {
    margin-top: 12.5vw;
  }
  .si-package-feature .m-subheadline {
    margin-bottom: 4.6875vw;
  }
  .si-package-flow {
    margin-right: 4.6875vw;
  }
  .si-package-flow > li {
    height: 9.375vw;
    font-size: 9px;
    font-size: 2.8125vw;
  }
  .si-package-flow > li:not(:last-child) {
    margin-right: 4.6875vw;
  }
  .si-package-flow > li::before {
    border-width: 5vw 0 5vw 5vw;
  }
  .si-package-flow > li::after {
    border-width: 4.6875vw 0 4.6875vw 4.6875vw;
  }
  .si-package-fig {
    margin: 9.375vw -25px 0;
    padding: 0 25px 3.125vw;
    overflow-x: auto;
  }
  .si-package-fig .inner {
    width: 165.625vw;
  }
  .si-package-fig .si-package-flow {
    margin-left: 23.4375vw;
  }
  .si-package-fig dl {
    margin-top: 6.25vw;
  }
  .si-package-fig dt {
    width: 23.4375vw;
    font-size: 9px;
    font-size: 2.8125vw;
  }
  .si-package-fig .box {
    font-size: 7.5px;
    font-size: 2.34375vw;
  }
  .si-package-fig .box small {
    font-size: 6px;
    font-size: 1.875vw;
  }
  .si-package-fig .free {
    width: 30vw;
    margin-bottom: 1.5625vw;
    font-size: 8px;
    font-size: 2.5vw;
    line-height: 1.75;
    border-radius: 14.0625vw;
  }
  .si-package-fig dd {
    gap: 1.5625vw;
  }
  .si-package-fig dd.technical {
    grid-template-rows: 10.9375vw 10.9375vw;
    grid-template-columns: 34.375vw 34.375vw 34.375vw 34.375vw;
  }
  .si-package-fig dd.financial {
    grid-template-rows: 18.75vw;
    grid-template-columns: 34.375vw 34.375vw 34.375vw 34.375vw;
  }
  .si-package-steps {
    margin-top: 12.5vw;
  }
  .si-package-step {
    display: block;
  }
  .si-package-step:nth-child(n + 2) {
    margin-top: 12.5vw;
  }
  .si-package-step dt {
    width: auto;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.5714285714;
  }
  .si-package-step dd {
    margin-top: 4.6875vw;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75;
  }
  .si-package-ex {
    margin-top: 18.75vw;
  }
  .si-package-casestudy {
    margin-top: 12.5vw;
  }
  .si-package-casestudy + .si-package-casestudy {
    margin-top: 12.5vw;
  }
  .si-package-casestudy .cap {
    margin-bottom: 6.25vw;
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 1.5714285714;
  }
  .si-package-casestudy .scrollable {
    margin: 0 -25px;
    padding: 0 25px 3.125vw;
    overflow-x: auto;
  }
  .si-package-casestudy .inner {
    width: 165.625vw;
  }
  .si-package-casestudy .box {
    padding: 3.125vw 0;
  }
  .si-package-casestudy dt {
    padding: 0 1.5625vw;
  }
  .si-package-casestudy dt em {
    max-width: 30vw;
    margin-bottom: 1.25vw;
    font-size: 8px;
    font-size: 2.5vw;
    border-radius: 14.0625vw;
  }
  .si-package-casestudy dd {
    font-size: 7.5px;
    font-size: 2.34375vw;
    line-height: 1.448;
  }
  .si-package-casestudy .case-1,
  .si-package-casestudy .case-2 {
    gap: 1.5625vw;
    margin-top: 6.25vw;
  }
  .si-package-casestudy .case-1 {
    grid-template-rows: 18.75vw;
    grid-template-columns: 34.375vw 1fr 1fr;
  }
  .si-package-casestudy .case-2 {
    grid-template-rows: 18.75vw 18.75vw;
    grid-template-columns: 34.375vw 1fr 31.25vw 31.25vw;
  }
  .si-package-btn {
    margin: 9.375vw auto 0;
  }
}

.m-sec .m-subheadline:nth-of-type(n + 2) {
  margin-top: 60px;
}
.m-sec .base-txt a {
  font-weight: bold;
}

.si-package .m-service {
  margin-top: 60px;
  padding: 48px 60px;
  border: 1px solid #3399cc;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .si-package .m-service {
    padding: 24px 16px;
    max-width: 100%;
  }
}
.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-wrapper {
  position: relative;
}
.si-package .m-service-wrapper .m-subheadline {
  background: #fff;
  padding: 0 30px;
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .si-package .m-service-wrapper .m-subheadline {
    width: 85%;
    text-align: center;
  }
}
.si-package .m-service .service__list {
  flex-direction: column;
  flex-wrap: nowrap;
}
.si-package .m-service .service__item {
  height: auto;
  width: 100%;
  background-image: none !important;
}
@media screen and (max-width: 768px) {
  .si-package .m-service .service__item {
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
  }
}
.si-package .m-service .service__item .text {
  font-weight: normal;
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .si-package .m-service .service__item .text {
    font-size: 4.375vw;
  }
}
.si-package .m-service .service__item .text::before {
  content: "";
  position: absolute;
  top: 37%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 35px;
  background-image: url("/c-chorus/managed-sec/img/icn_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.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-lead span {
  text-decoration: underline !important;
}
.si-package .payment-overview-fix {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #3399cc;
}
@media screen and (max-width: 768px) {
  .si-package .payment-overview-fix {
    font-size: 16px;
  }
}
.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;
}

.si-package-feature .m-awspartner {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}
@media screen and (max-width: 768px) {
  .si-package-feature .m-awspartner {
    gap: 48px 16px;
    margin-top: 40px;
  }
}
.si-package-feature .m-awspartner .m-boxs {
  width: 49%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .si-package-feature .m-awspartner .m-boxs {
    width: 100%;
  }
}
.si-package-feature .m-awspartner .m-boxs .m-subheadline {
  margin-bottom: 16px;
}
.si-package-feature .m-awspartner .m-boxs .m-box-ttl {
  font-size: 18px;
  font-weight: bold;
}

.si-plan-btn {
  gap: 16px;
}
.t-border {
  text-decoration: underline !important;
}
.t-border:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .img-bloc-flow {
    width: 60%;
    display: block;
    margin: auto;
  }
}

/************************************************/
/* monitoring-report */
/************************************************/
.monitoring-report {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .monitoring-report {
    margin-top: 0;
    flex-direction: column-reverse;
  }
}
.monitoring-report .text-group {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .monitoring-report .text-group {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .monitoring-report .img-group {
    margin-bottom: 32px;
  }
}
.monitoring-report .text-group-item {
  margin-bottom: 24px;
}

.monitoring-detail {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .monitoring-detail {
    margin-top: 0;
  }
}
.monitoring-detail .ttl {
  padding: 4px 8px;
  display: inline-block;
  background-color: #3399cc;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .monitoring-detail .ttl {
    font-size: 16px;
  }
}
.monitoring-detail .sub-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .monitoring-detail .sub-ttl {
    font-size: 14px;
    margin-top: 32px;
  }
}

.si-package .m-subheadline {
  margin-top: 40px;
}

td,
th {
  text-align: center !important;
  vertical-align: middle !important;
}

.m-table th,
.m-table td {
  padding: 12px;
}

.m-tabel-decorate {
  font-weight: bold;
  color: #3399cc;
}

@media screen and (max-width: 768px) {
  .m-noticelist {
    padding-left: 25px;
  }
}
.m-noticelist a {
  text-decoration: underline;
}
.m-noticelist a:hover {
  text-decoration: none;
}

.em-text {
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .si-support .m-headline,
  .monitoring-detail .m-headline {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .m-sec[id] {
    padding-top: 120px !important;
    margin-top: 0px !important;
  }
}

.img-bloc-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .img-bloc-wrapper .img-bloc {
    width: auto;
  }
  .img-bloc-wrapper .m-awspartner-badges img {
    width: 95px;
  }
}

.sec-case .m-headline {
  margin-top: 0 !important;
}
.sec-case .section-contents > * + * {
  margin-top: 40px;
}
.sec-case .section-contents .section-contents-item {
  padding: 40px 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  border: 1px solid #dddbdb;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .sec-case .section-contents .section-contents-item {
    flex-direction: column;
    gap: 20px;
    padding: 24px 15px;
  }
}
.sec-case .section-contents .section-contents-item:hover {
  text-decoration: none;
  opacity: 0.75;
}
.sec-case .section-contents .section-contents-item:hover .more {
  transform: translateX(10px);
}
.sec-case .section-contents .section-contents-item-img img {
  max-width: 380px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .sec-case .section-contents .section-contents-item-img img {
    width: 100%;
    border-radius: 8px;
  }
}
.sec-case .section-contents .section-contents-item-img .txt {
  font-size: 16px;
  margin-top: 12px;
  text-align: center;
}
.sec-case .section-contents .section-contents-item-txt .case-button {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  max-width: 340px;
  width: 100%;
  padding: 10px 20px;
  background: linear-gradient(135deg, #02adc4 0%, #02e069 100%);
  position: relative;
  border-radius: 50px;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sec-case .section-contents .section-contents-item-txt .case-button {
    margin-top: 20px;
    font-size: 14px;
    padding: 15px 20px;
  }
}
.sec-case .section-contents .section-contents-item-txt .case-button img {
  width: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sec-case .section-contents .section-contents-item-case-headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .sec-case .section-contents .section-contents-item-case-headline {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.sec-case .section-contents .section-contents-item .more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1;
  color: #443580;
  transition: all 0.2s;
}
.sec-case .section-contents .section-contents-item .more::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) {
  .sec-case .section-contents .section-contents-item .more {
    margin-top: 40px;
    font-size: 14px;
  }
  .sec-case .section-contents .section-contents-item .more::after {
    width: 29px;
    height: 24px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec-case .section-contents .section-contents-item .more {
    margin-top: 4.6875vw;
    font-size: 11px;
    font-size: 3.4375vw;
  }
  .sec-case .section-contents .section-contents-item .more::after {
    width: 8.4375vw;
    height: 6.25vw;
    margin-left: 2.34375vw;
  }
}

/************************************************/
/* bnr-awsresale,  bnr-gcpresale */
/************************************************/
a.bnr-awsresale:hover,
a.bnr-gcpresale:hover {
  text-decoration: none;
}
a.bnr-awsresale:hover img,
a.bnr-gcpresale:hover img {
  opacity: 1;
}

.bnr-awsresale {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.bnr-awsresale-box {
  background: #fff;
  border: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
  .bnr-awsresale-box {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-awsresale-box {
    padding: 27px 15px 23px;
  }
}
.bnr-awsresale-box .m-smallbtn {
  margin: 17px 0 0 auto;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .bnr-awsresale-box .m-smallbtn {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .bnr-awsresale:hover .bnr-awsresale-head,
  .bnr-awsresale:hover .bnr-awsresale-copy,
  .bnr-awsresale:active .bnr-awsresale-head,
  .bnr-awsresale:active .bnr-awsresale-copy {
    opacity: 0.7;
  }
}
.bnr-awsresale:hover .m-smallbtn,
.bnr-awsresale:active .m-smallbtn {
  background: #000;
}
@media screen and (min-width: 769px) {
  .bnr-awsresale-head {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease-out;
  }
}
.bnr-awsresale-powered {
  display: block;
}
@media screen and (min-width: 769px) {
  .bnr-awsresale-powered {
    width: 192px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-awsresale-powered {
    width: 47.2166666667%;
    margin: 0 auto;
  }
}
.bnr-awsresale-ttl {
  font-weight: 700;
  color: #000;
}
.bnr-awsresale-ttl span {
  font-weight: 400;
  color: #222931;
}
@media screen and (min-width: 769px) {
  .bnr-awsresale-ttl {
    margin-left: 30px;
    font-size: 44px;
    line-height: 1.4814814815;
  }
  .bnr-awsresale-ttl span {
    display: inline-block;
    margin-left: 18px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-awsresale-ttl {
    margin: 0;
    font-size: 30px;
    font-size: 9.375vw;
    line-height: 1.4833333333;
    text-align: center;
  }
  .bnr-awsresale-ttl span {
    display: block;
    margin: 0;
    font-size: 15px;
    font-size: 4.6875vw;
    line-height: 1;
  }
}
.bnr-awsresale-copy {
  display: block;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .bnr-awsresale-copy {
    margin: 35px auto 0;
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .bnr-awsresale-copy {
    margin: 12px -5px 0 0;
    width: 100%;
  }
}

.m-boxs.-reverse {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .m-boxs.-reverse {
    margin-top: 40px;
  }
}

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

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

.m-subheadline.--adjust {
  font-size: 22px;
  top: -17px !important;
}

@media screen and (min-width: 769px) {
  .m-subheadline.--adjust {
    white-space: nowrap;

  }
}

@media screen and (max-width: 768px) {
  .m-subheadline.--adjust {
    font-size: 4.75vw;
    top: -7vw !important;
  }
}
