/*==================================================
    common
==================================================*/
.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}

/*==================================================
    connectionNav
==================================================*/
.toggleMenu {
  display: none;
}

.noPadding {
  padding-top: 0;
}

.connectionNavi {
  left: 50%;
  position: fixed;
  top: -1px;
  transform: translatex(-50%);
  z-index: 500;
}

.navigation {
  background-color: #fff;
  margin: min(8.465vw, 85px) calc(50% - 50vw) 0;
}

.navigation__box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 20px;
}

.smartConnection__img {
  width: 380px;
}

.smartConnection__box {
  align-items: center;
  display: flex;
  gap: 2px;
  height: 60px;
  justify-content: flex-end;
  width: 100%;
}

.smartConnection__item {
  align-items: center;
  background-color: #575757;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: .1em;
  min-width: 120px;
  text-align: center;
  transition: color .1s ease-in;
}

.smartConnection__item a {
  color: #eeeaea;
  height: 100%;
  padding: 12px 5px;
  text-decoration: none;
  transition: .3s;
  width: 100%;
}

.smartConnection__item:not(.active) a:hover {
  color: #f90;
  transition: .3s;
}

.smartConnection__item.active {
  background-color: #349a67;
}

.sp__smartConnection--nav {
  display: none;
}

@media screen and (max-width: 1500px) {
  .connectionNavi {
    position: static;
    transform: unset;
  }

  .navigation__box {
    display: none;
  }

  .sp__smartConnection--nav {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 12px;
    display: block;
    height: 55px;
    left: 50%;
    margin: 0 auto;
    position: fixed;
    transform: translateX(-50%);
    transition: .5s ease-in-out;
    width: 87%;
    z-index: 60;
  }

  .sp__smartConnection--nav.openHight {
    height: 70vh;
    transition: .5s ease-in-out;
  }

  .sp__hum {
    content: "";
    cursor: pointer;
    height: 30px;
    left: 20px;
    position: absolute;
    top: 13px;
    transform: rotate(-180deg);
    transition: .3s ease-in-out;
    width: 30px;
  }

  .sp__hum span {
    background-color: #349a67;
    display: block;
    height: 4px;
    transition: .3s ease-in-out;
    width: 100%;
  }

  .sp__hum span:nth-child(2) {
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .sp__hum span:nth-child(3) {
    bottom: 0;
    position: absolute;
  }

  .openHight .sp__hum {
    transform: rotate(180deg);
    transition: .3s ease-in-out;
  }

  .openHight .sp__hum span:nth-child(1) {
    position: absolute;
    top: 13px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
  }

  .openHight .sp__hum span:nth-child(2) {
    opacity: 0;
    transition: .3s ease-in-out;
  }

  .openHight .sp__hum span:nth-child(3) {
    bottom: 13px;
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
  }

  .sp__top--logo {
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
  }

  .sp__smartConnection--wrap {
    opacity: 0;
    position: relative;
    transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    visibility: hidden;
  }

  .sp__smartConnection--wrap.onBlock {
    opacity: 1;
    transition: .5s ease-in-out;
    visibility: visible;
    z-index: 1;
  }

  .sp__smartConnection--box {
    background-color: #fff;
    display: block;
    padding: 30px 0;
    position: absolute;
    top: 50px;
    width: 100%;
  }

  .sp__smartConnection--item {
    font-size: 24px;
    line-height: 1;
    margin: 0 auto;
    width: 60%;
  }

  .sp__smartConnection--item:not(:first-child) {
    margin-top: 20px;
  }

  .sp__smartConnection--item a {
    color: #349a67;
    position: relative;
    text-decoration: none;
  }

  .sp__smartConnection--item a:before {
    border-bottom: 2px solid #349a67;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: .3s;
    width: 0;
  }

  .sp__smartConnection--item a:hover:before {
    transition: .3s;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .toggleMenu {
    display: block;
  }

  .navigation {
    margin-top: 60px;
  }

  .sp__top--logo {
    max-width: 210px;
  }

  .sp__smartConnection--nav {
    height: 45px;
  }

  .sp__smartConnection--nav.openHight {
    height: 50vh;
  }

  .sp__hum {
    height: 15px;
    left: 15px;
    top: 15px;
    width: 25px;
  }

  .sp__hum span {
    height: 2px;
  }

  .openHight .sp__hum span:nth-child(1) {
    top: 7px;
  }

  .openHight .sp__hum span:nth-child(3) {
    bottom: 7px;
  }

  .sp__top--logo {
    align-items: center;
    display: flex;
    height: 45px;
  }

  .sp__smartConnection--box {
    padding: 0;
    top: 30px;
  }

  .sp__smartConnection--item {
    font-size: 16px;
    width: 80%;
  }

  .connectionMv {
    padding-top: 70px;
  }
}



/*==================================================
    connectionHeader
==================================================*/
.connectionHeader {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 10px 10px 10px 30px;
  position: fixed;
  top: 95px;
  width: 100%;
}

.connectionHeader__logo img {
  max-width: 380px;
}

.connectionHeader__menu {
  display: flex;
  gap: 5px;
}

.connectionHeader__menuList--link {
  background: #575757;
  border-radius: 3px;
  color: #fff;
  padding: 7px;
}

.connectionHeader__menuList.is-current .connectionHeader__menuList--link {
  background: #349a67;
}

@media screen and (max-width: 1500px) {
  .connectionHeader {
    top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .connectionHeader {
    top: 60px;
  }
}

/*==================================================
    connectionMv
==================================================*/
.connectionMv {
  align-items: flex-end;
  background: linear-gradient(40deg, rgba(0, 0, 0, .8) 50%, rgba(102, 179, 209, .6)), url(../images/connection/img-connection_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  gap: 10%;
  grid-template-columns: 1fr 1fr;
  margin: calc(min(8.465vw, 85px) + 60px) calc(50% - 50vw) 0;
  padding: 80px 160px;
}

.connectionMv__logo {
  padding-left: 20%;
}

.connectionMv__logo img {
  max-width: 310px;
}

.connectionMv__title {
  color: #fff;
  font-size: 40px;
  margin-top: 80px;
}

.connectionMv__lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}

.connectionMv__demonstration {
  text-align: center;
}

.connerctionMv__inner {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}

.connerctionMv__inner::before {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 20px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  z-index: 5;
}

.connerctionMv__inner::after {
  background: #264854;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
  content: "";
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  z-index: 5;
}

.connectionMv__demonstration--link {
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 5px 50px 5px 20px;
  position: relative;
  z-index: 3;
}

.is-hover::before {
  /*色や形状*/
  background: #01a57c;/*背景色*/
  content: "";
  height: 100%;
  left: 0;
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  /*アニメーション*/
  transition: transform .4s cubic-bezier(.8, 0, .2, 1) 0s;
  width: 100%;
  z-index: -1;
}

.is-hover:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}



/* .connectionMv__demonstration--link {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 5px 50px 5px 20px;
  position: relative;
}

.connectionMv__demonstration--link::before {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.connectionMv__demonstration--link::after {
  background: #264854;
  clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
  content: "";
  height: 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
} */

.connectionMv__news {
  background: hsla(0, 0%, 100%, .2);
  margin-top: 100px;
  padding: 20px;
}

.connectionMv__news--title {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.connectionMv__news--text {
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}

.connectionMv__news--text a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 1500px) {
  .connectionMv {
    margin: 0 calc(50% - 50vw);
  }
}

/* modal */

@media screen and (max-width: 767px) {
  .connectionMv {
    gap: 50px;
    grid-template-columns: 100%;
    padding: 70px 20px;
  }

  .connectionMv__logo {
    padding-left: 0;
    text-align: center;
  }

  .connectionMv__logo img {
    max-width: 50%;
  }

  .connectionMv__title {
    font-size: 24px;
    line-height: 1.7;
    margin-top: 50px;
  }
}

/*==================================================
    connection
==================================================*/
.connection {
  margin-top: 100px;
}

.connection__title {
  border-bottom: 3px solid #349a67;
  color: #349a67;
  font-size: 32px;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: center;
}

.connectionBox {
  margin-top: 70px;
}

.connectionBox__title {
  color: #349a67;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center;
}

.connectionBox__text {
  line-height: 1.7;
}

.connectionBox__img {
  margin: 15px 0;
}

.connectionBox__img img {
  border-radius: 12px;
  cursor: unset;
}

@media (max-width: 767px) {
  .connection__title {
    font-size: 24px;
  }

  .connectionBox__title {
    font-size: 20px;
  }
}

/*==================================================
    webinar
==================================================*/
.webinar {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  margin-top: 100px;
  padding: 60px 0;
  text-align: center;
}

.webinar__text {
  line-height: 1.7;
}

.webinar__text:nth-child(n+2) {
  margin-top: 30px;
}

.webinar__link {
  color: #00a67d;
  text-decoration: underline;
}

/*==================================================
    sponsored
==================================================*/
.sponsored {
  background: #fff;
  margin-top: 100px;
  padding: 60px 0;
}

.sponsored__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.sponsored__logoArea {
  align-items: center;
  display: flex;
  gap: 200px;
  justify-content: center;
}

.sponsored__logoArea:nth-child(n+2) {
  margin-top: 60px;
}

.sponsored .sponsored__logo img.noScale {
  cursor: pointer;
}

.sponsored__logo img {
  max-width: 220px;
}

@media (max-width: 767px) {
  .sponsored__logoArea {
    flex-direction: column;
    gap: 60px;
  }

  .sponsored__logo img {
    max-width: 180px;
  }
}

.modal {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.modal__overlay {
  background: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.modal__container {
  background: #fff;
  border-radius: 15px;
  height: fit-content;
  max-width: 1300px;
  position: relative;
  width: 60vw;
}

.modal__inner {
  padding: 25px 20px;
}

.modal__video {
  text-align: center;
}

.modal__video iframe {
  height: auto;
  width: 70vw;
}

.modal__button.active {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 43px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -55px;
  width: 43px;
  z-index: 9999;
}

.modal__button span {
  background: #fff;
  height: 2px;
  transition: .3s;
  width: 43px;
}

.modal__button.active span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.modal__button.active span:last-child {
  transform: rotate(-45deg) translate(3px, -4px);
}

@media screen and (max-width: 767px) {
  .modal__button.active {
    height: 30px;
    right: 20px;
    width: 30px;
  }

  .modal__container {
    width: 100vw;
  }

  .modal__inner {
    padding: 0;
  }
}

/* =========================================================
system-outline
========================================================= */
.lodManagement {
  margin-top: 120px;
}

.connection__sec--wrap {
  margin-top: 120px;
}

.connection__sec--title {
  color: #01a57c;
  font-size: 28px;
  font-weight: bold;
}

.connection__sec--text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 16px;
}

.connection__sec--imgBox {
  margin: 25px auto 0;
  width: 60%;
}

.connection__sec--imgBox img {
  border-radius: 12px;
}



@media screen and (max-width: 767px) {
  .connection__sec--wrap {
    margin-top: 70px;
  }

  .connection__sec--title {
    font-size: 20px;
  }

  .connection__sec--text {
    font-size: 16px;
    line-height: 1.8;
  }

  .connection__sec--imgBox {
    margin: 10px auto 0;
    width: 100%;
  }
}


/* =========================================================
mightiness
========================================================= */
.connection__sec--100 {
  width: 100%;
}

.title__movie--box {
  align-items: center;
  display: flex;
  gap: 40px;
}

.connection__sec--movie {
  background-color: #fff;
  border: 2px solid #01a57c;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 7px;
  position: relative;
  z-index: 1;
}

.connection__sec--movie::before {
  background: #01a57c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform .2s ease;
          transition: -webkit-transform .2s ease;
          transition:         transform .2s ease;
          transition:         transform .2s ease, -webkit-transform .2s ease;
  width: 100%;
  z-index: -1;
}

.connection__sec--movie:hover {
  color: #fff;
}

.connection__sec--movie:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.fa-circle-play {
  margin-left: 20px;
}


.instance__modalMovie {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.instance__modalMovie.active {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 9999;
}

.instance__bg {
  background-color: #fff;
  border-radius: 10px;
  height: 30vw;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.instance__movie {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 95%;
}

.instance__modalClose {
  content: "";
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 0;
  top: -35px;
  width: 35px;
}

.instance__modalClose span {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 100%;
}

.instance__modalClose span:first-child {
  transform: translateY(19px) rotate(45deg);
}

.instance__modalClose span:last-child {
  transform: translateY(17px) rotate(-45deg);
}

.properties__modalMovie {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.properties__modalMovie.active {
  background-color: rgba(0, 0, 0, .5);
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 9999;
}

.properties__bg {
  background-color: #fff;
  border-radius: 10px;
  height: 30vw;
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.properties__movie {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 95%;
}

.properties__modalClose {
  content: "";
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 0;
  top: -35px;
  width: 35px;
}

.properties__modalClose span {
  background-color: #fff;
  display: block;
  height: 2px;
  width: 100%;
}

.properties__modalClose span:first-child {
  transform: translateY(19px) rotate(45deg);
}

.properties__modalClose span:last-child {
  transform: translateY(17px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .title__movie--box {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .fa-circle-play {
    margin-left: 10px;
  }

  .connection__sec--movie {
    margin: 0 auto;
  }

  .instance__bg,
  .properties__bg {
    background-color: unset;
    width: 100%;
  }

  .instance__movie,
  .properties__movie {
    height: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .instance__modalClose,
  .properties__modalClose {
    right: 10px;
    top: -50px;
  }
}


/* ==========================================================
solution of sbc
========================================================== */
.accordion__sbc {
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  min-width: 200px;
  padding: 5px;
  position: relative;
  transition: .3s;
  width: 40%;
}

.fa-chevron-down {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.arrowInvert .fa-chevron-down {
  transform: translateY(-50%) rotate(180deg);
  transition: .3s;
}

.open__accordion--box {
  height: 0;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}

.open__accordion--box.openAccordion {
  border: 1px solid #000;
  height: 100%;
  margin-top: 50px;
  opacity: 1;
  padding: 10px;
  transition: .3s;
  visibility: visible;
}

.accordion__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.accordion__inner {
  margin-top: 60px;
}

.accordion__title {
  font-size: 28px;
  font-weight: bold;
}

.accordion__inner--title {
  font-size: 20px;
  font-weight: bold;
}

.accordion__inner--text {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}

.accordion__inner--imgBox {
  margin: 20px auto 0;
  width: 90%;
}

.accordion__inner--img {
  border-radius: 8px;
}

.accordion__close {
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 40px auto 0;
  min-width: 80px;
  transition: .3s;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .open__accordion--box.openAccordion {
    padding: 15px 10px;
  }

  .accordion__title {
    font-size: 24px;
  }
}

/* ==========================================================
trial
========================================================== */
.trial__top--sec {
  margin: 120px auto 0;
  text-align: center;
  width: 90%;
}

.trial__sentence {
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.trial__contact--link {
  color: #ffac05;
  cursor: pointer;
  text-decoration: underline;
}

.trial__pageLink {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 120px auto 0;
  padding: 30px 0;
  text-align: center;
}

.trial__contents {
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.7;
}

.trial__inLink {
  margin-top: 20px;
}

.trial__content--once {
  color: #00d8a2;
  display: block;
  font-size: 18px;
  letter-spacing: .04em;
  text-decoration: underline;
}

.trial__content--once:hover {
  color: #01a57c;
}

.trial__content--once:last-child {
  margin-top: 15px;
}

.trialRoll {
  margin-top: 200px;
  padding-top: 70px;
}

.trialRoll__title {
  color: #01a57c;
  font-size: 30px;
  text-decoration: underline;
}

.is-mt20 {
  margin-top: 20px;
}

.trial__video--box {
  margin-top: 10px;
}

.main__video {
  height: 80%;
  width: 100%;
}

.sub__video--box {
  margin-top: 50px;
}

.sub__video--box {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: repeat(2, 1fr);
}

.sub__video--item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sub__video--title {
  font-size: 18px;
}

.play__mark {
  position: relative;
}

.play__mark::before {
  content: "▶";
  height: 10px;
  left: -15px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 10px;
}

.trial__sec--point {
  margin-top: 120px;
}

.sec__point--title {
  color: #01a57c;
  font-size: 27px;
  text-align: center;
  text-decoration: underline;
}

.sec__point--inner {
  font-size: 18px;
  letter-spacing: .04em;
  margin-top: 20px;
}

.sec__point--inner:not(:first-of-type) {
  margin-top: 70px;
}

.sec__point--inTitle {
  line-height: 1.7;
}

.sec__point--inText {
  line-height: 1.7;
  margin-top: 10px;
}

.play__mark .sub__video--title {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .sub__video--box {
    gap: 15px;
    grid-template-columns: 1fr;
    margin: 25px auto 0;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .trial__top--sec {
    margin: 50px auto 0;
    width: 100%;
  }

  .trial__pageLink {
    margin: 50px auto 0;
  }

  .trialRoll {
    margin-top: 150px;
    padding-top: 20px;
  }

  .trial__video--box {
    margin-top: 50px;
  }

  .sub__video--box {
    margin: 25px auto 0;
    width: 100%;
  }

  .trial__sec--point {
    margin-top: 50px;
  }

  .sub__video--item {
    flex-direction: column;
  }

  .play__mark::before {
    top: 10%;
  }

  .video__btn,
  .video__btn--second {
    margin-top: 10px;
  }
}

/* ==========================================================
manual
========================================================== */
.manual__box {
  margin-top: 120px;
}

.manual__inner {
  align-items: center;
  border-bottom: 1px solid #01a57c;
  border-left: 10px solid #01a57c;
  color: #01a57c;
  display: flex;
  gap: 15px;
  padding-left: 15px;
}

.manual__title {
  font-size: 28px;
  line-height: 1.7;
}

.manual__pdf--box {
  border: 2px solid #01a57c;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  transition: .3s;
  width: 110px;
}

.manual__pdf--box:hover {
  background-color: #01a57c;
  transition: .3s;
}

.manual__pdf--box a {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.manual__pdf--box a:hover {
  color: #fff;
  transition: .3s;
}

.manual__once {
  align-items: center;
  display: flex;
  gap: 15px;
}

.manual__once--title {
  font-size: 18px;
  line-height: 1.7;
}

.manual__once--text {
  font-size: 16px;
  margin-top: 6px;
  padding-left: 10px;
}

.manual__once--list {
  list-style-type: disc;
  margin-left: 50px;
}

.manual__once--item {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 5px;
}

.manual__once:not(.is-noMt) {
  margin-top: 40px;
}

.manual__once .connection__sec--movie {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
  width: 110px;
}

@media screen and (max-width: 767px) {
  .manual__box {
    margin-top: 60px;
  }

  .manual__title {
    font-size: 24px;
  }
}


@media screen and (max-width: 500px) {
  .manual__once {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .manual__pdf--box {
    margin: 0 auto;
  }
}

/* ==========================================================
price
========================================================== */
.price__box {
  margin-top: 120px;
}

.price__text {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.price__orange {
  color: #ffac05;
  text-decoration: underline;
}

.price__center--box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
}

.price__center--text {
  font-size: 25px;
  letter-spacing: .01em;
  line-height: 1.7;
}

.price__price {
  font-size: 24px;
  line-height: 1.7;
}

.price__fc {
  font-size: 22px;
}

.price__orange--large {
  font-size: 40px;
  font-weight: 700;
}

.price__plus {
  font-size: 55px;
}

.price__orange.price__fc {
  position: relative;
  text-decoration: none;
}

.price__orange.price__fc::after {
  background: #ffac05;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price__box {
    margin-top: 50px;
  }

  .price__text {
    font-size: 15px;
  }

  .price__center--text {
    font-size: 20px;
  }

  .price__price {
    font-size: 18px;
    text-align: center;
  }

  .price__fc {
    display: block;
    font-size: 16px;
  }

  .price__orange--large {
    font-size: 22px;
  }
}


/* ==========================================================
contact
========================================================== */
.cContact__text {
  font-size: 16px;
  line-height: 1.7;
  margin: 50px auto 0;
  text-align: center;
  width: 92%;
}

.cContact__bold {
  font-size: 20px;
  font-weight: 700;
}

.cContact__sbc {
  line-height: 1.7;
  margin: 15px auto 0;
  text-align: center;
}

.cContact__sbc a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}

.cContact__box {
  border: 1px solid #000;
  margin: 50px auto 0;
  max-width: 728px;
  padding: 20px 20px 40px;
  position: relative;
  width: 92%;
}

.form__sec {
  align-items: center;
  display: flex;
}

.form__sec:nth-child(7) {
  align-items: flex-start;
}

.form__sec--name {
  margin-right: 10px;
  min-width: 240px;
}

.form__sec:nth-child(7) .form__sec--name {
  margin-top: 5px;
}

.cContact-required {
  background-color: #ee1455;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
  text-align: center;
}

.cContact__form {
  border: 1px solid #000;
  font-size: 14px;
  padding: 5px;
  width: 100%;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex: 1;
}

.cContact__box .form__sec:not(:first-child) {
  margin-top: 30px;
}

.wpcf7-form-control {
  flex: 1;
  padding: 8px;
}

.cContact__address {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.cContact__address--once {
  margin-top: 10px;
}

.form__personalInfo {
  background-color: #efefef;
  height: 160px;
  overflow: scroll;
  padding: 10px;
}

.form__personalInfo .form__personalInfo--text:not(:first-child) {
  margin-top: 15px;
}

.form__personalInfo--text {
  font-size: 14px;
  line-height: 1.7;
}

.form-we {
  font-weight: 400;
}

.cContact__agreeCheck {
  margin-top: 10px;
  text-align: center;
}

.cContact__submit {
  margin-top: 40px;
  text-align: center;
}

.cContact__submit--btn {
  background-color: #fff;
  cursor: pointer;
  font-size: 12px;
  transition: .3s;
  width: 200px;
}

.cContact__reset {
  margin-top: 20px;
  text-align: center;
}

.cContact__reset input {
  padding: 8px;
}

.cContact__submit--btn:not(:disabled):hover {
  background-color: #000;
  color: #fff;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cContact__box {
    width: unset;
  }

  .cContact__text {
    width: 100%;
  }

  .cContact__bold {
    font-size: 18px;
  }

  .form__sec {
    align-items: flex-start;
    flex-direction: column;
  }

  .wpcf7-form-control-wrap {
    margin-top: 10px;
    width: 100%;
  }

  .form__sec--name {
    margin-right: 0;
    min-width: unset;
  }

  .cContact__address {
    width: 100%;
  }

  .wpcf7-form-control {
    width: 100%;
  }

  .form__personalInfo {
    margin-top: 10px;
  }

  .cContact__submit--btn {
    width: 200px;
  }
}

/* ========================================
contact form
======================================== */
.br__area {
  white-space: pre-line;
}

@media screen and (max-width: 767px) {
  .form__sec {
    gap: 15px;
  }

  .multi__name {
    font-weight: 600;
  }

  .wpcf7-submit {
    margin-top: 15px;
  }
}
