/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #F3F4F6;
  display: none;
  transition-duration: 1s;
}

a, a:link, a:visited {
  color: #333333;
  text-decoration: none;
  transition: 500ms;
}

a:hover, a:active {
  color: #999999;
}

/* pc */
.pc {
  display: inline;
}

.sp {
  display: none;
}

.header {
  width: 100%;
  height: 726px;
  min-height: 726px;
  box-sizing: border-box;
}

.header-inquiry {
  width: 100%;
  height: 140px;
  min-height: 140px;
  box-sizing: border-box;
  padding-top: 100px;
}

.header-navi {
  width: 1240px;
  min-width: 1140px;
  padding: 0 20px;
  height: 40px;
  margin: auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.header-navi__wrap {
  padding-top: 50px;
  z-index: 100;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  margin: 0px auto;
  top: 0px;
  background-color: rgba(255, 255, 255, 0);
  transition-duration: 0.7s;
}
.header-navi__wrap.float {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.header-navi__main {
  display: block;
}
.header-navi__logo {
  width: 172px;
  height: 25px;
}
.header-navi__logo img {
  width: 100%;
}
.header-navi__sub {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-navi__menu {
  display: block;
  flex-grow: 1;
}
.header-navi__menu-list {
  display: flex;
  justify-content: flex-end;
}
.header-navi__menu-item {
  font-family: "M PLUS 2", sans-serif;
  margin-left: 45px;
  font-size: 14px;
  font-weight: 700;
}
.header-navi__menu-item a {
  cursor: pointer;
}
.header-navi__others {
  display: block;
}
.header-navi__others-list {
  display: flex;
}
.header-navi__others-item {
  margin-left: 32px;
  border: 2px solid #65206C;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  font-family: "M PLUS 2", sans-serif;
}
.header-navi__others-item a {
  color: #65206C;
}

.header-kv__sp {
  display: none;
}
.header-kv__pc {
  position: relative;
}
.header-kv__pc img {
  width: 100%;
}
.header-kv__pc-potechi {
  position: absolute;
  top: 0;
  width: 100%;
}
.header-kv__pc-potechi div {
  width: 779px;
  height: 449px;
  min-height: 449px;
  max-height: 449px;
  margin: 0 auto;
  position: relative;
}
.header-kv__pc-potechi div img {
  position: absolute;
  left: -370px;
  top: -10px;
  width: 1487px;
}
.header-kv__pc-bg {
  padding-top: 173px;
  display: block;
  width: 779.8px;
  margin: auto;
}
.header-kv__pc-cloud {
  z-index: 30;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-kv__pc-cloud div {
  width: 779px;
  height: 449px;
  min-height: 449px;
  max-height: 449px;
  margin: 173px auto;
  position: relative;
}
.header-kv__pc-cloud div img {
  position: absolute;
  left: -270px;
  top: -10px;
  width: 1300px;
}
.header-kv__pc-people {
  z-index: 40;
  position: absolute;
  width: 100%;
  background-image: url("../img/bg-people.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 557px;
  min-height: 557px;
  max-height: 557px;
  max-width: 1203px;
  margin: 127px auto 0;
}
.header-kv__pc-front {
  z-index: 50;
  position: absolute;
  top: 0px;
  width: 100%;
  margin-top: 173px;
}
.header-kv__pc-front div {
  width: 779px;
  height: 449px;
  min-height: 449px;
  max-height: 449px;
  margin: 0px auto;
  position: relative;
}
.header-kv__pc-front div img {
  position: absolute;
  right: -110px;
  bottom: -92px;
  width: 371px;
}
.header-kv__pc-btn {
  z-index: 60;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-kv__pc-btn div {
  width: 779px;
  height: 449px;
  min-height: 449px;
  max-height: 449px;
  margin: 173px auto;
  position: relative;
  transition-duration: 0.7s;
}
.header-kv__pc-btn div a:hover, .header-kv__pc-btn div a:active {
  opacity: 0.7;
}
.header-kv__pc-btn div img {
  position: absolute;
  left: 85px;
  bottom: 56px;
  width: 300px;
}

.main {
  min-width: 1100px;
  /* about */
  /* merit */
  /* casestudy */
  /* function */
  /* running image*/
  /* faq */
  /* download */
}
.main .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.main .section-w {
  background-color: #ffffff;
}
.main .section__title {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  color: #65206C;
  width: 1000px;
}
.main .section__title-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.main .section__title-wrap::before {
  content: "";
  height: 2px;
  background-color: #AA4C8F;
  width: auto;
  flex-grow: 1;
  margin-right: 25px;
}
.main .section__title-wrap::after {
  content: "";
  width: auto;
  height: 100%;
  flex-grow: 1;
  margin-left: 25px;
}
.main .about__box {
  width: 840px;
  margin: auto;
  margin-top: 50px;
}
.main .about__text {
  line-height: 1.5;
  margin-bottom: 10px;
}
.main .about-main__img {
  margin-top: 50px;
  width: 100%;
  display: block;
}
.main .about-sub__wrap {
  margin-top: 50px;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: stretch;
  align-items: stretch;
}
.main .about-sub__wrap::before {
  content: " ";
  width: auto;
  flex-grow: 1;
  background-color: rgba(205, 205, 205, 0.3);
  margin-bottom: 100px;
}
.main .about-sub__wrap::after {
  content: " ";
  width: auto;
  height: 100%;
  flex-grow: 1;
}
.main .about-sub__box {
  box-sizing: border-box;
  width: 800px;
  min-width: 800px;
  margin-right: 40px;
  background-color: rgba(205, 205, 205, 0.3);
  border-radius: 0 20px 20px 0;
  position: relative;
  margin-bottom: 100px;
  padding: 50px 0;
}
.main .about-sub__title {
  letter-spacing: 4%;
  width: 360px;
  font-weight: 700;
  font-size: 24px;
}
.main .about-sub__text {
  margin-top: 30px;
  letter-spacing: 4%;
  width: 360px;
  line-height: 1.7;
}
.main .about-sub__img {
  width: 433px;
  position: absolute;
  top: 50px;
  right: -100px;
}
.main .about-problem__wrap {
  width: 1000px;
  margin: auto;
  background-image: url("../img/about-probrem-bg-line.png");
  background-repeat: no-repeat;
  background-position: 81px 5px;
  background-size: 7px auto;
}
.main .about-problem {
  width: 773px;
  margin: 0 auto 40px;
  padding-left: 20px;
}
.main .about-problem__title {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1.2;
}
.main .about-problem__text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.main .about-detail {
  box-sizing: border-box;
  width: 1000px;
  background-color: #ffffff;
  border-radius: 0 30px 30px 30px;
  margin: 30px 0 0 0;
  padding-bottom: 50px;
}
.main .about-detail-gray {
  box-sizing: border-box;
  width: 1000px;
  border-radius: 0 30px 30px 30px;
  margin: 30px 0 0 0;
  border: 5px solid #ffffff;
  padding-bottom: 50px;
  background-color: #F3F4F6;
}
.main .about-detail__box {
  display: flex;
  width: 720px;
  margin: 40px auto 0px;
}
.main .about-detail__box2 {
  display: flex;
  margin: 40px auto 0px;
  padding: 0px 81px;
  position: relative;
}
.main .about-detail__box3 {
  display: block;
  margin: 40px auto 0px;
  padding: 0px 81px;
}
.main .about-detail__img-left {
  width: 78px;
  padding-right: 64px;
}
.main .about-detail__img-right {
  position: absolute;
  width: 215px;
  right: 64px;
  top: -90px;
}
.main .about-detail__img-center {
  width: 573px;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.main .about-detail__img-center02 {
  display: none;
}
.main .about-detail__img {
  width: 785px;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.main .about-detail__img2 {
  width: 785px;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.main .about-detail__text {
  line-height: 1.5;
  font-size: 15px;
}
.main .about-detail__text2 {
  font-size: 15px;
  line-height: 1.5;
  padding-right: 225px;
}
.main .about-detail__title {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding: 30px 0px 30px 81px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 0 25px 0 0;
}
.main .about-detail__title-bar {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-left: 15px solid #AA4C8F;
  padding: 50px 0px 0px 64px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: 700;
}
.main .about-detail__title-bar span {
  font-size: 34px;
  color: #65206C;
  font-weight: 700;
}
.main .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0 0;
  flex-direction: column;
  transition-duration: 0.7s;
}
.main .download-btn__link {
  display: block;
}
.main .download-btn__img {
  display: block;
  width: 300px;
}
.main .download-btn__text {
  text-align: center;
  color: #65206C;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.5;
}
.main .download-btn:hover, .main .download-btn:active {
  opacity: 0.8;
}
.main .merit__wrap {
  width: 1000px;
  margin: 0 auto;
}
.main .merit__text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 1.5;
}
.main .merit-image__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 1000px;
  justify-content: space-between;
}
.main .merit-image__item {
  width: 489px;
  margin-top: 60px;
}
.main .merit-image__item img {
  width: 100%;
}
.main .merit__subtitle {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
}
.main .merit-sub {
  background-color: #F3F4F6;
  border-radius: 0 30px 30px 30px;
  background-image: url("../img/merit-sub-bg-bar.png");
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.main .merit-sub__title {
  font-family: "M PLUS 2", sans-serif;
  color: #65206C;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
.main .merit-sub__title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .merit-sub__list {
  width: 50%;
  max-width: 440px;
  justify-content: space-between;
}
.main .merit-sub__list-bar {
  display: none;
}
.main .merit-sub__text {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 15px;
}
.main .casestudy__wrap {
  width: 700px;
  margin: auto;
}
.main .casestudy__img01 {
  margin-top: 60px;
}
.main .casestudy__img02 {
  width: 214px;
}
.main .casestudy__img03 {
  margin-top: 20px;
}
.main .casestudy__img04 {
  display: block;
  margin: auto;
}
.main .casestudy__img04-wrap {
  width: 439.5px;
  margin: 60px auto 0;
  padding-bottom: 60px;
}
.main .casestudy__img04-wrap p {
  margin-top: 20px;
  font-size: 11px;
}
.main .casestudy__subtitle {
  font-family: "M PLUS 2", sans-serif;
  font-size: 25px;
  line-height: 1.3;
  margin-top: 60px;
}
.main .casestudy__subtitle-bar {
  font-family: "M PLUS 2", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  margin-top: 60px;
  border-left: 8px solid #AA4C8F;
  color: #323232;
  padding-left: 20px;
  font-weight: 700;
  letter-spacing: 6%;
}
.main .casestudy__sub {
  border-top: 1px solid #C7C7C7;
  padding-top: 30px;
  margin-top: 30px;
  display: flex;
}
.main .casestudy__sub-left {
  width: 214px;
}
.main .casestudy__sub-right {
  padding-left: 30px;
}
.main .casestudy__sub-right p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.main .casestudy__sub-number {
  font-size: 15px;
  color: #5F5F5F;
  margin-top: 20px;
}
.main .casestudy__link01 {
  display: flex;
  margin-top: 30px;
}
.main .casestudy__link01::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon_new_window-g.png");
  background-size: contain;
  margin-left: 10px;
}
.main .casestudy__list {
  list-style-type: disc;
  margin-left: 1rem;
  margin-top: 18px;
}
.main .casestudy__item {
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 12px;
}
.main .function__wrap {
  width: 1000px;
  margin: 60px auto 0;
}
.main .function__dl-wrap {
  display: flex;
  justify-content: space-between;
}
.main .function__dl-title {
  background-color: rgba(101, 32, 108, 0.7);
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box;
}
.main .function__dl-title span {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}
.main .function__list {
  margin-top: 30px;
  padding-left: 1rem;
  border-left: 2px solid #C7C7C7;
}
.main .function__item {
  margin-top: 10px;
  line-height: 1.5;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}
.main .function__title {
  font-size: 28px;
  color: #131313;
  line-height: 1.4;
  padding-left: 20px;
  border-left: 8px solid #AA4C8F;
  margin-top: 60px;
}
.main .function__title span {
  font-size: 15px;
  line-height: 1.5;
}
.main .function__box {
  margin-top: 40px;
  background-color: rgba(205, 205, 205, 0.3);
  position: relative;
  width: 680px;
  padding: 38px 138px 58px 38px;
  box-sizing: border-box;
  margin-bottom: 136px;
  border-radius: 0 30px 30px 30px;
}
.main .function__box-text {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.main .function__box-img01 {
  position: absolute;
  right: -340px;
  top: 50px;
  width: 441px;
}
.main .function__box2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.main .function__box2-inner {
  width: 490px;
  background-color: rgba(205, 205, 205, 0.3);
  border-radius: 0 30px 30px 30px;
}
.main .function__box2-inner-wrap {
  padding: 34px 34px 50px 34px;
}
.main .function__box2-inner-title {
  font-family: "M PLUS 2", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #65206C;
  font-weight: 700;
}
.main .function__box2-inner-sub {
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.main .function__box2-inner-list {
  margin-top: 30px;
  list-style-type: disc;
  margin-left: 1rem;
}
.main .function__box2-inner-item {
  margin-top: 10px;
  line-height: 1.5;
}
.main .function__box3 {
  border: 1px solid rgba(101, 32, 108, 0.5);
  padding: 50px;
  margin-top: 40px;
  border-radius: 0 30px 30px 30px;
}
.main .function__box3-title {
  font-size: 28px;
  line-height: 1.5;
  color: #131313;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
}
.main .function__box3-text {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}
.main .function__box3-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.main .function__box3-item {
  width: 430px;
  min-width: 430px;
}
.main .function__box3-item-example {
  font-size: 15px;
  color: #AA4C8F;
  font-weight: 500;
  font-family: "M PLUS 1", sans-serif;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  word-break: keep-all;
}
.main .function__box3-item-example::after {
  content: "";
  background-color: #AA4C8F;
  display: inline-block;
  justify-content: stretch;
  height: 1px;
  width: 100%;
  margin-left: 10px;
}
.main .function__box3-item-title {
  font-family: "M PLUS 1", sans-serif;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
}
.main .function__box3-sub {
  display: flex;
  margin-top: 30px;
}
.main .function__box3-sub-text {
  margin-left: 30px;
}
.main .function__box3-sub-text p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.main .running-image__wrap {
  width: 1000px;
  margin: auto;
  margin-top: 60px;
}
.main .running-image__title {
  font-size: 24px;
  color: #131313;
  line-height: 1.5;
  padding-left: 20px;
  border-left: 8px solid #AA4C8F;
  margin-top: 60px;
  font-weight: 700;
}
.main .running-image__text {
  font-size: 18;
  line-height: 1.5;
}
.main .running-image__img01 {
  margin-top: 28px;
}
.main .faq__wrap {
  width: 900px;
  margin: auto;
  margin-top: 60px;
}
.main .faq__item {
  background-color: #F3F4F6;
  margin-bottom: 20px;
  padding: 24px 34px;
  border-radius: 10px;
}
.main .faq__item-question {
  color: #231815;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  line-height: 1.5;
}
.main .faq__item-question::before {
  content: "Q";
  margin-right: 1rem;
}
.main .faq__item-answer {
  font-size: 14px;
  display: flex;
  line-height: 1.5;
}
.main .faq__item-answer::before {
  content: "A";
  margin-right: 1rem;
}
.main .download {
  display: flex;
  width: 1000px;
  margin: 60px auto;
  justify-content: space-between;
  align-items: top;
}
.main .download__left {
  box-sizing: border-box;
  padding: 40px 30px;
  width: 420px;
  background-color: #ffffff;
  border-radius: 0 30px 30px 30px;
  align-self: flex-start;
}
.main .download__left-title {
  font-family: "M PLUS 2", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.main .download__left-list {
  list-style-type: disc;
  margin-left: 1rem;
  margin-top: 30px;
}
.main .download__left-item {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}
.main .download__right {
  width: 523px;
}
.main .download__right-text {
  line-height: 1.5;
}
.main .inquiry__wrap {
  width: 700px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer {
  background-color: #534355;
  color: #ffffff;
  padding: 70px 84px;
  display: flex;
  justify-content: space-between;
}
.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
  color: #ffffff;
}
.footer__policy {
  font-family: "M PLUS 2", sans-serif;
  margin-top: 30px;
  display: block;
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
}
.footer__company {
  margin-bottom: 10px;
}
.footer__company a:hover, .footer__company a:active {
  border-bottom: 1px solid #ffffff;
}
.footer__link {
  font-size: 12px;
  line-height: 1.7;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: max-content;
  border: 1px solid transparent;
}
.footer__link::after {
  content: "";
  display: block;
  background-image: url("../img/icon_new_window-w.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.6px;
  height: 14.6px;
  margin-left: 0.5em;
}
.footer__link:hover, .footer__link:active {
  border-bottom: 1px solid #ffffff;
}

/* sp */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .body {
    background-image: url("../img/bg-potechi-sp.png");
    background-repeat: no-repeat;
    background-position: center -8vw;
    background-size: 117.3333333333vw auto;
  }
  .body-inquiry {
    background-image: none;
  }
  .header {
    margin-top: 0px;
    width: 100%;
    height: 133.3333333333vw;
    min-height: 133.3333333333vw;
    box-sizing: border-box;
  }
  .header.hide {
    height: 101.3333333333vw;
    min-height: 101.3333333333vw;
  }
  .header-inquiry {
    width: 100%;
    height: 37.3333333333vw;
    min-height: 37.3333333333vw;
    box-sizing: border-box;
  }
  .header-navi {
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    flex-direction: column;
  }
  .header-navi__wrap {
    box-sizing: border-box;
    z-index: 100;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    margin: 0px auto;
    top: 0px;
    padding-top: 0px;
  }
  .header-navi__wrap.float {
    padding: 0vw;
  }
  .header-navi__wrap.float .header-navi__main {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 5.3333333333vw 8vw;
  }
  .header-navi__wrap.float .header-navi__sub {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-navi__wrap.close .header-navi__main {
    background-color: rgba(255, 255, 255, 0);
  }
  .header-navi__wrap.close .header-navi__sub {
    display: none;
    background-color: rgba(255, 255, 255, 0);
  }
  .header-navi__wrap.open .header-navi__main {
    padding: 6.6666666667vw 8vw;
    background-color: rgb(255, 255, 255);
  }
  .header-navi__wrap.open .header-navi__sub {
    height: auto;
    display: block;
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 8vw 8vw;
  }
  .header-navi__wrap.open .header-navi__sp-menu {
    position: relative;
    padding-top: 1.8666666667vw;
    width: 5.3333333333vw;
    margin-right: -0.5333333333vw;
    box-sizing: border-box;
  }
  .header-navi__wrap.open .header-navi__sp-menu span:nth-child(1) {
    position: absolute;
    transform: rotate(-40.64deg);
  }
  .header-navi__wrap.open .header-navi__sp-menu span:nth-child(2) {
    position: absolute;
    opacity: 0;
  }
  .header-navi__wrap.open .header-navi__sp-menu span:nth-child(3) {
    position: absolute;
    transform: rotate(40.64deg);
  }
  .header-navi__wrap.close.float .header-navi__main {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-navi__wrap.close.float .header-navi__sub {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-navi__wrap.open.float .header-navi__main {
    background-color: rgb(255, 255, 255);
  }
  .header-navi__wrap.open.float .header-navi__sub {
    background-color: rgb(255, 255, 255);
    border-radius: 0 0 8vw 8vw;
  }
  .header-navi__main {
    transition-duration: 0.7s;
    width: 100%;
    padding: 6.6666666667vw 8vw 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0);
  }
  .header-navi__sub {
    display: none;
    background-color: rgba(255, 255, 255, 0);
    transition-duration: 0.7s;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
  }
  .header-navi__menu {
    transition-duration: 0.7s;
    width: 100%;
    box-sizing: border-box;
  }
  .header-navi__menu-list {
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0 8vw;
  }
  .header-navi__menu-item {
    height: auto;
    border-bottom: 1px solid #F3F4F6;
    padding: 4vw 0;
    margin: 0px;
    box-sizing: border-box;
  }
  .header-navi__others {
    transition-duration: 0.7s;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 8vw;
  }
  .header-navi__others-list {
    margin-top: 8vw;
    width: 100%;
    justify-content: center;
  }
  .header-navi__others-item:first-child {
    margin-left: 0;
  }
  .header-navi__logo {
    width: 35.4666666667vw;
    height: 5.0666666667vw;
  }
  .header-navi__logo img {
    width: 100%;
  }
  .header-navi__sp-menu {
    width: 4vw;
    height: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header-navi__sp-menu span {
    height: 0.5333333333vw;
    min-height: 0.5333333333vw;
    max-height: 0.5333333333vw;
    background: #65206C;
    width: 100%;
    display: block;
    transition-duration: 0.7s;
  }
  .header-kv__sp {
    display: block;
    position: relative;
    height: 119.7333333333vw;
  }
  .header-kv__sp img {
    width: 100%;
  }
  .header-kv__sp-bg {
    z-index: 20;
    position: absolute;
    display: block;
    width: 100%;
    margin: auto;
    padding: 34.1333333333vw 2.6666666667vw 0;
    box-sizing: border-box;
  }
  .header-kv__sp-cloud {
    z-index: 30;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-kv__sp-cloud div {
    width: 100%;
    height: 400px;
    min-height: 400px;
    max-height: 400px;
    margin: 71px auto;
    position: relative;
  }
  .header-kv__sp-cloud div img {
    position: absolute;
    width: 100%;
  }
  .header-kv__sp-btn {
    z-index: 40;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-kv__sp-btn div {
    width: 61.3333333333vw;
    margin: 114.6666666667vw auto;
    position: relative;
    transition-duration: 0.7s;
  }
  .header-kv__sp-btn div a:hover {
    opacity: 0.7;
  }
  .header-kv__sp-btn div img {
    position: absolute;
    left: 0px;
    width: 100%;
  }
  .header-kv__pc {
    display: none;
  }
  .main {
    min-width: 100%;
    /* about */
    /* merit */
    /* casestudy */
    /* function */
    /* running image*/
    /* faq */
    /* download */
  }
  .main .section {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
  .main .section-w {
    background-color: #ffffff;
  }
  .main .section__title {
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 6.9333333333vw;
    color: #65206C;
    width: 88%;
  }
  .main .section__title-wrap {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .main .section__title-wrap::before {
    content: "";
    height: 0.5333333333vw;
    background-color: #AA4C8F;
    width: auto;
    flex-grow: 1;
    margin-right: 2.6666666667vw;
  }
  .main .section__title-wrap::after {
    content: "";
    width: auto;
    height: 100%;
    flex-grow: 1;
    margin-left: 2.6666666667vw;
  }
  .main .about__box {
    width: 100%;
    margin: 13.3333333333vw auto;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    box-sizing: border-box;
  }
  .main .about__text {
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
  }
  .main .about-main__img {
    width: 76.2666666667vw;
    display: block;
    margin: 13.3333333333vw auto 0;
    box-sizing: border-box;
  }
  .main .about-sub__wrap {
    margin-top: 13.3333333333vw;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: stretch;
    align-items: stretch;
  }
  .main .about-sub__wrap::before {
    content: " ";
    width: auto;
    flex-grow: 1;
    background-color: rgba(205, 205, 205, 0.3);
    margin-bottom: 26.6666666667vw;
  }
  .main .about-sub__wrap::after {
    content: " ";
    width: auto;
    height: 100%;
    flex-grow: 1;
  }
  .main .about-sub__box {
    box-sizing: border-box;
    width: 84.5333333333vw;
    min-width: 84.5333333333vw;
    margin-right: auto;
    background-color: rgba(205, 205, 205, 0.3);
    border-radius: 0 5.3333333333vw 5.3333333333vw 0;
    position: relative;
    margin-bottom: 26.6666666667vw;
    padding: 11.7333333333vw 0;
  }
  .main .about-sub__title {
    letter-spacing: 4%;
    width: 100%;
    font-weight: 700;
    font-size: 5.3333333333vw;
    padding: 0 6.1333333333vw;
    box-sizing: border-box;
  }
  .main .about-sub__text {
    margin-top: 8vw;
    letter-spacing: 4%;
    width: 100%;
    line-height: 1.7;
    padding: 0 6.1333333333vw;
    box-sizing: border-box;
    font-size: 4vw;
  }
  .main .about-sub__img {
    width: 65.3333333333vw;
    position: absolute;
    top: 48vw;
    left: 26.6666666667vw;
  }
  .main .about-problem__wrap {
    width: 100%;
    margin: auto;
    background-image: url("../img/about-probrem-bg-line.png");
    background-repeat: no-repeat;
    background-position: 8.8vw 1.3333333333vw;
    background-size: 1.8666666667vw auto;
  }
  .main .about-problem {
    width: 100%;
    margin: 0 auto 10.6666666667vw;
    padding-left: 16vw;
    padding-right: 7.4666666667vw;
    box-sizing: border-box;
  }
  .main .about-problem__title {
    font-family: "M PLUS 2", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 5.8666666667vw;
    font-weight: 700;
    margin-bottom: 13.3333333333vw;
    line-height: 1.2;
  }
  .main .about-problem__text {
    font-size: 4.2666666667vw;
    line-height: 1.7;
    margin-bottom: 13.3333333333vw;
  }
  .main .about-detail {
    box-sizing: border-box;
    width: auto;
    background-color: #ffffff;
    border-radius: 0 8vw 8vw 30pxtovw 30;
    margin: 8vw 3.3333333333vw 0;
    padding-bottom: 5.8666666667vw;
  }
  .main .about-detail__title {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 6.4vw 6.4vw 6.4vw 6.4vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 0 6.6666666667vw 0 0;
  }
  .main .about-detail__title-bar {
    font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    border-left: 2.4vw solid #AA4C8F;
    padding: 6.4vw 6.4vw 0px 4.2666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.4;
    font-weight: 700;
  }
  .main .about-detail__title-bar span {
    font-size: 6.2906666667vw;
    color: #65206C;
    font-weight: 700;
  }
  .main .about-detail-gray {
    box-sizing: border-box;
    width: auto;
    border-radius: 0 8vw 8vw 8vw;
    margin: 8vw 3.3333333333vw 0;
    border: 1.3333333333vw solid #ffffff;
    padding-bottom: 5.3333333333vw;
    background-color: #F3F4F6;
  }
  .main .about-detail__box {
    display: flex;
    width: 100%;
    margin: 6.6666666667vw auto 0px;
    padding: 0 7.4666666667vw 0 6.6666666667vw;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main .about-detail__box2 {
    display: flex;
    flex-direction: column;
    margin: 7.4666666667vw auto 0px;
    padding: 0px 5.0666666667vw;
    position: relative;
  }
  .main .about-detail__box3 {
    display: block;
    margin: 7.4666666667vw auto 0px;
    padding: 0px 6.4vw;
  }
  .main .about-detail__img-left {
    width: 14.1333333333vw;
    min-width: 14.1333333333vw;
    height: auto;
    padding-right: 4.8vw;
  }
  .main .about-detail__img-right {
    position: relative;
    width: 57.3333333333vw;
    margin: auto;
    right: 0vw;
    top: 0vw;
  }
  .main .about-detail__img-center {
    width: 80vw;
    margin: auto;
    display: block;
    margin-top: 8vw;
  }
  .main .about-detail__img-center02 {
    display: block;
    width: 21.6vw;
    margin: auto;
    display: block;
    margin-top: 8vw;
  }
  .main .about-detail__img {
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 8vw;
  }
  .main .about-detail__img2 {
    width: 60vw;
    display: block;
    margin: 8vw auto 0;
  }
  .main .about-detail__text {
    line-height: 1.5;
    font-size: 4vw;
  }
  .main .about-detail__text2 {
    font-size: 4vw;
    line-height: 1.5;
    padding-right: 0vw;
  }
  .main .download-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16vw 0 0 0;
    flex-direction: column;
    transition-duration: 0.7s;
  }
  .main .download-btn__link {
    display: block;
  }
  .main .download-btn__img {
    display: block;
    width: 63.7333333333vw;
  }
  .main .download-btn__text {
    text-align: center;
    color: #65206C;
    font-weight: 700;
    margin-bottom: 6.6666666667vw;
    font-size: 4vw;
    line-height: 1.5;
  }
  .main .download-btn:hover {
    opacity: 0.8;
  }
  .main .merit__wrap {
    width: 100%;
    padding: 0 4.5333333333vw;
    box-sizing: border-box;
  }
  .main .merit__text {
    margin-top: 8vw;
    font-size: 4vw;
    line-height: 1.7;
  }
  .main .merit-image__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    justify-content: space-between;
  }
  .main .merit-image__item {
    width: 100%;
    margin-top: 8vw;
  }
  .main .merit-image__item img {
    width: 100%;
  }
  .main .merit__subtitle {
    margin-top: 13.3333333333vw;
    margin-bottom: 8vw;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .main .merit-sub {
    background-color: #F3F4F6;
    border-radius: 0 8vw 8vw 8vw;
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 8vw 5.3333333333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .main .merit-sub__title {
    font-family: "M PLUS 2", sans-serif;
    color: #65206C;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .main .merit-sub__title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .main .merit-sub__list {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
  }
  .main .merit-sub__list-bar {
    display: block;
    width: 100%;
    padding: 6.9333333333vw 0;
  }
  .main .merit-sub__list-bar img {
    width: 100%;
  }
  .main .merit-sub__text {
    margin-top: 5.3333333333vw;
    line-height: 1.5;
    font-size: 4vw;
  }
  .main .casestudy__wrap {
    box-sizing: border-box;
    padding: 0 4.5333333333vw;
    width: 100%;
    margin: auto;
  }
  .main .casestudy__img01 {
    width: 100%;
    margin-top: 16vw;
  }
  .main .casestudy__img02 {
    width: 100%;
  }
  .main .casestudy__img03 {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .main .casestudy__img04 {
    width: 100%;
    display: block;
    margin: auto;
  }
  .main .casestudy__img04-wrap {
    width: 100%;
    margin: 16vw auto 0;
    padding-bottom: 16vw;
    border-bottom: 0.5333333333vw solid #C7C7C7;
  }
  .main .casestudy__img04-wrap p {
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .main .casestudy__subtitle {
    font-family: "M PLUS 2", sans-serif;
    font-size: 6.6666666667vw;
    line-height: 1.3;
    margin-top: 16vw;
  }
  .main .casestudy__subtitle-bar {
    font-family: "M PLUS 2", sans-serif;
    font-size: 5.8666666667vw;
    line-height: 1.4;
    margin-top: 16vw;
    border-left: 2.1333333333vw solid #AA4C8F;
    color: #323232;
    padding-left: 5.3333333333vw;
    font-weight: 700;
    letter-spacing: 6%;
  }
  .main .casestudy__sub {
    border-top: 1px solid #C7C7C7;
    padding-top: 8vw;
    margin-top: 8vw;
    display: flex;
    flex-direction: column;
  }
  .main .casestudy__sub-left {
    width: 57.0666666667vw;
  }
  .main .casestudy__sub-left img {
    width: 100%;
  }
  .main .casestudy__sub-right {
    padding-left: 0px;
    padding-top: 8vw;
  }
  .main .casestudy__sub-right p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    margin-bottom: 2.6666666667vw;
  }
  .main .casestudy__sub-number {
    font-size: 4vw;
    color: #5F5F5F;
    margin-top: 5.3333333333vw;
  }
  .main .casestudy__link01 {
    display: flex;
    margin-top: 8vw;
  }
  .main .casestudy__link01::after {
    content: "";
    display: block;
    width: 4vw;
    height: 4vw;
    background-image: url("../img/icon_new_window-g.png");
    background-size: contain;
    margin-left: 2.6666666667vw;
  }
  .main .casestudy__list {
    list-style-type: disc;
    margin-left: 4vw;
    margin-top: 4.8vw;
  }
  .main .casestudy__item {
    line-height: 1.4;
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
  .main .function__wrap {
    width: 100%;
    margin: 16vw auto 0;
    padding: 0 4.5333333333vw;
    box-sizing: border-box;
  }
  .main .function__dl-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 4.8vw;
  }
  .main .function__dl-title {
    background-color: rgba(101, 32, 108, 0.7);
    color: #ffffff;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    text-align: center;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 700;
    box-sizing: border-box;
    display: inline-block;
  }
  .main .function__dl-title span {
    font-size: 3.2vw;
    display: inline-block;
    margin-left: 2.6666666667vw;
  }
  .main .function__list {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
    padding-left: 1rem;
    border-left: 0.5333333333vw solid #C7C7C7;
  }
  .main .function__item {
    margin-top: 2.6666666667vw;
    line-height: 1.5;
    font-size: 3.7333333333vw;
    color: #000000;
    font-weight: 500;
  }
  .main .function__title {
    font-size: 7.4666666667vw;
    color: #131313;
    line-height: 1.4;
    padding-left: 5.3333333333vw;
    border-left: 2.1333333333vw solid #AA4C8F;
    margin-top: 13.3333333333vw;
  }
  .main .function__title span {
    font-size: 4vw;
    line-height: 1.5;
    display: block;
  }
  .main .function__box {
    margin-top: 10.6666666667vw;
    background-color: rgba(205, 205, 205, 0.3);
    position: relative;
    width: 81.0666666667vw;
    padding: 10.1333333333vw 5.6vw 10.1333333333vw 5.6vw;
    box-sizing: border-box;
    margin-bottom: 48vw;
    border-radius: 0 8vw 8vw 8vw;
  }
  .main .function__box-text {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
  .main .function__box-text:last-of-type {
    margin-bottom: 0px;
  }
  .main .function__box-img01 {
    position: absolute;
    right: -10.6666666667vw;
    top: 58.6666666667vw;
    width: 65.8666666667vw;
  }
  .main .function__box2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  .main .function__box2-inner {
    width: 100%;
    background-color: rgba(205, 205, 205, 0.3);
    border-radius: 0 8vw 8vw 8vw;
    margin-bottom: 8vw;
  }
  .main .function__box2-inner:last-of-type {
    margin-bottom: 0px;
  }
  .main .function__box2-inner-wrap {
    padding: 8.8vw 5.8666666667vw 10.6666666667vw 4.8vw;
  }
  .main .function__box2-inner-title {
    font-family: "M PLUS 2", sans-serif;
    font-size: 6.4vw;
    line-height: 1.5;
    color: #65206C;
    font-weight: 700;
  }
  .main .function__box2-inner-sub {
    margin-top: 5.3333333333vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .main .function__box2-inner-list {
    margin-top: 8vw;
    list-style-type: disc;
    margin-left: 1rem;
  }
  .main .function__box2-inner-item {
    margin-top: 2.6666666667vw;
    line-height: 1.5;
    font-size: 4vw;
  }
  .main .function__box3 {
    border: 1px solid rgba(101, 32, 108, 0.5);
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
    margin-top: 8vw;
    border-radius: 0 8vw 8vw 8vw;
  }
  .main .function__box3-title {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    color: #131313;
    font-family: "M PLUS 1", sans-serif;
    font-weight: 700;
  }
  .main .function__box3-text {
    font-size: 4vw;
    line-height: 1.5;
    margin-top: 5.3333333333vw;
    font-weight: 500;
  }
  .main .function__box3-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 6.1333333333vw;
  }
  .main .function__box3-item {
    width: 100%;
    min-width: 100%;
    margin-bottom: 8vw;
  }
  .main .function__box3-item:last-of-type {
    margin-bottom: 0px;
  }
  .main .function__box3-item-example {
    font-size: 4vw;
    color: #AA4C8F;
    font-weight: 500;
    font-family: "M PLUS 1", sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    word-break: keep-all;
  }
  .main .function__box3-item-example::after {
    content: "";
    background-color: #AA4C8F;
    display: inline-block;
    justify-content: stretch;
    height: 0.2666666667vw;
    width: 100%;
    margin-left: 2.6666666667vw;
  }
  .main .function__box3-item-title {
    font-family: "M PLUS 1", sans-serif;
    margin-top: 4.8vw;
    font-size: 6.4vw;
    font-weight: 700;
  }
  .main .function__box3-sub {
    display: flex;
    margin-top: 6.1333333333vw;
    width: 100%;
  }
  .main .function__box3-sub-img {
    width: 18.1333333333vw;
    text-align: center;
  }
  .main .function__box3-sub-img2 {
    width: 18.1333333333vw;
    text-align: center;
  }
  .main .function__box3-sub-img2 img {
    max-width: 12.5333333333vw;
  }
  .main .function__box3-sub-text {
    width: 56.8vw;
    margin-left: 5.3333333333vw;
  }
  .main .function__box3-sub-text p {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
    line-height: 1.5;
  }
  .main .function__img02 {
    width: 100%;
  }
  .main .running-image__wrap {
    width: 100%;
    margin: auto;
    margin-top: 16vw;
    padding: 4.6666666667vw;
    box-sizing: border-box;
  }
  .main .running-image__title {
    font-size: 6.4vw;
    color: #131313;
    line-height: 1.5;
    padding-left: 5.3333333333vw;
    border-left: 2.1333333333vw solid #AA4C8F;
    margin: 16vw 1.3333333333vw 0vw;
    font-weight: 700;
  }
  .main .running-image__text {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .main .running-image__img01 {
    margin-top: 7.4666666667vw;
    width: 100%;
  }
  .main .faq__wrap {
    width: 100%;
    margin: auto;
    margin-top: 10.6666666667vw;
  }
  .main .faq__list {
    padding: 0 5.3333333333vw;
  }
  .main .faq__item {
    background-color: #F3F4F6;
    margin-bottom: 5.3333333333vw;
    padding: 6.4vw 9.0666666667vw;
    border-radius: 2.6666666667vw;
  }
  .main .faq__item-question {
    color: #231815;
    margin-bottom: 4vw;
    font-size: 4.5333333333vw;
    font-weight: 700;
    display: flex;
    line-height: 1.5;
  }
  .main .faq__item-question::before {
    content: "Q";
    margin-right: 5.3333333333vw;
  }
  .main .faq__item-answer {
    font-size: 3.4666666667vw;
    display: flex;
    line-height: 1.5;
  }
  .main .faq__item-answer::before {
    content: "A";
    margin-right: 5.3333333333vw;
  }
  .main .download {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16vw auto;
    justify-content: space-between;
    align-items: top;
  }
  .main .download__left {
    box-sizing: border-box;
    padding: 5.3333333333vw;
    width: 90.6666666667vw;
    margin: auto;
    background-color: #ffffff;
    border-radius: 0 8vw 8vw 8vw;
    align-self: flex-start;
  }
  .main .download__left-title {
    font-family: "M PLUS 2", sans-serif;
    font-size: 4.5333333333vw;
    font-weight: 500;
  }
  .main .download__left-list {
    list-style-type: disc;
    margin-left: 4vw;
    margin-top: 8vw;
  }
  .main .download__left-item {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 700;
    line-height: 1.7;
  }
  .main .download__right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6.6666666667vw;
  }
  .main .download__right-text {
    line-height: 1.5;
    margin: 10.6666666667vw 0;
    font-size: 4vw;
  }
  .main .inquiry__wrap {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    margin-top: 16vw;
    margin-bottom: 16vw;
    padding: 5.3333333333vw;
  }
  .footer {
    background-color: #534355;
    color: #ffffff;
    padding: 0vw 0vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
    color: #ffffff;
  }
  .footer__policy {
    font-family: "M PLUS 2", sans-serif;
    margin-top: 8vw;
    display: block;
  }
  .footer__left {
    width: 100%;
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
    box-sizing: border-box;
  }
  .footer__right {
    width: 100%;
    padding: 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 3.2vw;
    background-color: #403242;
    box-sizing: border-box;
  }
  .footer__company {
    margin-bottom: 2.6666666667vw;
  }
  .footer__company a:hover, .footer__company a:active {
    border-bottom: 0.2666666667vw solid #ffffff;
  }
  .footer__link {
    font-size: 3.2vw;
    line-height: 1.7;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: max-content;
    border: 0.2666666667vw solid transparent;
  }
  .footer__link::after {
    content: "";
    display: block;
    background-image: url("../img/icon_new_window-w.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-left: 1.8666666667vw;
  }
  .footer__link:hover, .footer__link:active {
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
/* form style */
/* pc */
.form-style label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.form-style label span {
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
}
.form-style label span.hs-form-required {
  color: #E20000;
  margin-left: 5px;
}
.form-style input {
  line-height: 44px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
  width: 100%;
}
.form-style input[type=submit] {
  width: auto;
}
.form-style .hs-error-msg {
  color: #AA4C8F;
}
.form-style select {
  width: 95%;
  line-height: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
}
.form-style textarea {
  line-height: 44px;
  border-radius: 10px;
  border: 1px solid #B6B6B6;
}
.form-style .form-columns-2 .hs-form-field {
  width: 10px;
}
.form-style .hs-button {
  border-radius: 10px !important;
}

/* sp */

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../node_modules/reset-css/sass/_reset.scss%22,%22../sass/style.scss%22,%22../sass/_style-pc.scss%22,%22../sass/_style-sp.scss%22,%22../sass/_style-form.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAKA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaC;EACA;EACA;EACA;EACA;EACA;;;AAED;AACA;AAAA;EAEC;;;AAED;AACA;EACI;;;AAEJ;EACC;;;AAED;EACC;;;AAED;EACC;;;AAED;AAAA;EAEC;EACA;;;AAED;EACC;EACA;;;AC7CD;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;ACnBJ;AACA;EAAI;;;AACJ;EAAI;;;AAEJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAUR;EACI;;AAGJ;EACI;EACA;;AACA;EACI;;AAMR;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAIZ;EACI;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAOZ;EACI;;AAGJ;EACI;;AACA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAMZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEI;EACI;;AAGR;EACI;EACA;EACA;EACA;;;AAOpB;EACI;AA4CA;AA8OA;AAuEA;AA4FA;AA8LA;AA0BA;AAsCA;;AAzrBA;EACI;EACA;;AAKJ;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAMZ;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAKJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAKR;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACA;EACI;;AAIZ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;;AAMJ;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;;AACA;EAAO;;AACP;EAAQ;;AACJ;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;;AAGR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAKR;EACI;EACA;;AAGA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAGR;EACI;EACA;;AAOA;EACI;;AACA;EACI;EACA;EACA;;AAShB;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AACJ;EACI;;AAOJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;;AAMhB;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAGR;EACI;;AAEA;EACI;;AAMR;EACI;EACA;EACA;EACA;;;AAMZ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AACA;EACI;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;ACtiCZ;AAEA;EAOI;IAAI;;EACJ;IAAI;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;;EAKR;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EACA;IACI;IACA;;EAEJ;IACI;;EAKJ;IACI;;EAEJ;IACI;IACA;;EAKJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAGA;IACI;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;;EAOR;IACI;;EAEJ;IACI;;EAgBJ;IACI;;EAIJ;IACI;IACA;;EAeZ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAIJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAGR;IACI;IAEA;IAEA;IACA;;EACA;IACI;IACA;IACA;;EAGA;IACI;;EAIZ;IACI;IACA;;EACA;IACI;;EAGR;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAMZ;IACQ;IACA;IACA;;EAEA;IACI;;EAIJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAMZ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAEI;IACI;;EAGR;IACI;IACA;IACA;;EAMhB;IACI;;EAKR;IACI;AA4CA;AAwQA;AAiFA;AA6GA;AAiOA;AA4BA;AAwCA;;EArxBA;IACI;IACA;;EAKJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAMZ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGA;IACI;IACA;IACA;;EAMZ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAMR;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;;EAKR;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAIA;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;EAIZ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EAIR;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;;EACA;IACI;;EAIZ;IACI;IACA;IACA;;EAMJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;;EAEJ;IACI;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;;EACA;IACI;IACA;;EAKZ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;;EACA;IACI;;EAIR;IACI;IACA;;EACA;IACI;IACA;IACA;;EAIR;IACI;IACA;IACA;;EAGR;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAKR;IACI;IACA;IACA;IACA;;EAGA;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EACA;IACI;;EAGR;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;;EACA;IACI;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAIZ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EACA;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;;EAEA;IACI;IACA;;EAEJ;IACI;IACA;;EACA;IACI;;EAIR;IACI;IACA;;EACA;IACI;IACA;IACA;;EAKhB;IACI;;EAMJ;IACI;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEJ;IACI;IACA;;EACJ;IACI;IACA;;EAMJ;IACI;IACA;IACA;;EAEJ;IACI;;EAEJ;IACI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;;EAGR;IACI;IACA;IACA;;EACA;IACI;IACA;;EAMhB;IACI;IACA;IACA;IACA;IACA;IACA;;EAGA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;;EAEJ;IACI;IACA;IACA;IACA;;EAGR;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA;;EAOR;IACI;IACA;IACA;IACA;IACA;IACA;;EAKZ;IACI;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;EACA;IACI;;EAKR;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAGJ;IACI;;;ACptChB;AAEA;AAGI;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;;AAIZ;EACI;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;;;AAIR%22,%22file%22:%22style.css%22%7D */
