@charset "UTF-8";
.breadCrumb {
  max-width: 1280px;
  margin: auto;
  padding:16px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .breadCrumb {
    padding: 10px;
    font-size: 1rem;
  }
}

.breadCrumb__item a {
  color: #2B7FAD;
}

.breadCrumb__item:not(:last-child)::after {
  content: ">";
  margin: 0 0.5em;
}


.mv--under {
  background-image: url(../img/message/mv.jpg);
  background-position: right center;
  background-size: cover;
  padding: calc(110 /1920 *100vw) 0 calc(110 /1920 *100vw) calc(123 /1920 *100vw);
  background-repeat: no-repeat;
  z-index: -2;
  position: relative;
}

.mv--under::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 35%;
  background: #fff;
  border-radius: 50% 50%;
  width: calc(823 /1920 *100vw);
  height: calc(823 /1920 *100vw);
  min-width: 450px;
  min-height: 450px;
  border-radius: 50% 50%;
  -webkit-transform: translate(-26%, -32%);
          transform: translate(-26%, -32%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mv--under::after {
    width: 100%;
    border-radius: 0;
    min-width: 100%;
    min-height: 100%;
    border-radius: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    z-index: -1;
  }
}

.mv--under--company {
  background-image: url(../img/company/mv.jpg);
}

.mv--under--error {
  background-image: url(../img/error/mv.jpg);
}

@media screen and (max-width: 767px) {
  .mv--under {
    background-image: none;
    padding: 30px;
  }
}

.mv--under__title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2B7FAD;
  border-left: 1px solid #2B7FAD;
  line-height: 1.5;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .mv--under__title {
    font-size: 2.4rem;
    padding-left: 12px;
    line-height: 1;
  }
}

.mv--under__subTitle {
  color: #333333;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .mv--under__subTitle {
    font-size: 1.2rem;
  }
}

.msMovBox__logo {
  max-width: 226px;
  margin: auto auto 74px;
}

@media screen and (max-width: 767px) {
  .msMovBox__logo {
    width: 50%;
    margin: auto auto 45px;
  }
}

.msMovBox img {
  border-radius: 6px;
}

@media screen and (max-width: 767px) {
  .msMovBox img {
    border-radius: 0;
  }
}

.sec--small {
  padding: 68px  0 87px;
}

@media screen and (max-width: 767px) {
  .sec--small {
    padding: 34px 0 44px;
  }
}

.messageContent__text {
  font-size: 2.2rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .messageContent__text {
    font-size: 1.2rem;
  }
}

.messageContent__text:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .messageContent__text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.messageContent__text--exBig {
  font-size: 3.6rem;
  font-family: "ShipporiGothicB2", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;;
}

@media screen and (max-width: 767px) {
  .messageContent__text--exBig {
    font-size: 1.8rem;
  }
}

.messageContent__text--big {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .messageContent__text--big {
    font-size: 1.2rem;
  }
}

.textEmpha {
  color: #2B7FAD;
}

.fTitle {
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.5, 1.5);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.5, 1.5);
  border: 1px solid #c7c7c7;
  height: 368px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/message/footer.jpg);
  background-size: 100%;
  background-position: center;
}

.fTitle:hover {
  background-image: url(../img/message/footer.jpg);
  border: 1px solid #fff;
  padding: 20px 40px;
  background-repeat: no-repeat;
  background-size: 110%;
}

@media screen and (max-width: 767px) {
  .fTitle {
    height: auto;
    background-size: cover;
    height: 179px;
  }
  .fTitle:hover {
    padding: 15px 25px;
    background-size: cover;
  }
}

.fTitle__Bg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  position: relative;
  background-color: #fff;
}

.fTitle:hover .fTitle__Bg {
  background-color: rgba(255, 255, 255, 0.644);
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .fTitle__Bg {
    padding: 62px;
  }
  .fTitle__Bg::after {
    content: "";
    background-image: url(../img/common/footer_arrow-sp.svg);
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
    width: 20px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
  }
}

.fTitle__title {
  font-size: 3.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .fTitle__title {
    font-size: 2rem;
  }
}

.fTitle__subTitle {
  color: #2B7FAD;
}

@media screen and (max-width: 767px) {
  .fTitle__subTitle {
    font-size: 1rem;
  }
}

.copyRight__logo--under {
  width: 318px;
}

@media screen and (max-width: 767px) {
  .copyRight__logo--under {
    width: 30%;
  }
}

.sec__table {
  padding: 120px 70px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .sec__table {
    margin: 0 5%;
    padding: 35px 20px;
  }
  .company .sec__table{
    margin: 0;
  }
}



.table {
  width: 100%;
  color: #4F4F4F;
}

.table tr {
  border-top: 1px solid #E2E2E2;
}

.table tr:last-child {
  border-bottom: 1px solid #E2E2E2;
}

.table th {
  padding: 40px 0;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .table th {
    padding: 20px 0 10px 0;
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
}

.table td {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .table td {
    padding: 0 0 20px 0;
    font-size: 1.4rem;
    display: block;
  }
}

.mv--under--contact {
  background-image: url(../img/contact/mv.jpg);
}

@media screen and (max-width: 767px) {
  .mv--under--contact {
    background-image: none;
  }
}

.contactDesc {
  text-align: center;
  margin: 0 2%;
}

.contactDesc__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
  line-height: 1.8;
  font-family: "ShipporiGothicB2", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .contactDesc__title {
    font-size: 1.6rem;
  }
}

.contactDesc__note {
  margin-bottom: 60px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .contactDesc__note {
    margin-bottom: 40px;
    font-size: 1.2rem;
    text-align: left;
  }
}

.contactBox {
  max-width: 1080px;
  background-color: #fff;
  padding: 35px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contactBox {
    padding: 35px 10px;
  }
}

.contactBox__text {
  color: #E68A00;
  font-size: 2.8rem;
  font-family: "ShipporiGothicB2", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  .contactBox__text {
    font-size: 1.6rem;
  }
}

.contactBox__note {
  color: #2B7FAD;
}

@media screen and (max-width: 767px) {
  .contactBox__note {
    font-size: 1.2rem;
  }
}

.contactBox--tell__number {
  font-size: 6.4rem;
  color: #2B7FAD;
}

@media screen and (max-width: 767px) {
  .contactBox--tell__number {
    font-size: 3.6rem;
  }
}

.contactBox--line__text span {
  color: #37B901;
  font-weight: 600;
  padding: 0 4px;
  font-size: 120%;
}

.contactBox--line__qr {
  width: 20%;
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .contactBox--line__qr {
    width: 50%;
  }
}

.contactBox--cw{
  margin-top: 4rem;
}

.contactBox--cw__text span {
  color: #F13345;
  font-weight: 600;
  padding: 0 4px;
  font-size: 120%;
}

.contactBox--cw__text{
  /* font-size: 1.8rem; */
}

@media screen and (max-width: 767px) {
  .contactform {
    margin: 0 2%;
  }
}

.contactform dt {
  font-weight: normal;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .contactform dt {
    font-size: 1.4rem;
  }
}

.contactform dd {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .contactform dd {
    margin-bottom: 24px;
  }
}

.contactform input[type="text"], .contactform textarea, .contactform input[type="email"], .contactform input[type="url"] {
  padding: 14px 13px;
  /* background-color: #F4F4F4; */
  background-color:#fff;
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .contactform input[type="text"], .contactform textarea, .contactform input[type="email"], .contactform input[type="url"] {
    padding: 8px 12px;
    font-size: 1.6rem;
  }
}

.contactform input[type="text"]::-webkit-input-placeholder, .contactform textarea::-webkit-input-placeholder, .contactform input[type="email"]::-webkit-input-placeholder, .contactform input[type="url"]::-webkit-input-placeholder {
  color: #dadada;
}

.contactform input[type="text"]:-ms-input-placeholder, .contactform textarea:-ms-input-placeholder, .contactform input[type="email"]:-ms-input-placeholder, .contactform input[type="url"]:-ms-input-placeholder {
  color: #dadada;
}

.contactform input[type="text"]::-ms-input-placeholder, .contactform textarea::-ms-input-placeholder, .contactform input[type="email"]::-ms-input-placeholder, .contactform input[type="url"]::-ms-input-placeholder {
  color: #dadada;
}

.contactform input[type="text"]::placeholder, .contactform textarea::placeholder, .contactform input[type="email"]::placeholder {
  color: #dadada;
}

.contactform input[type="checkbox"] {
  background-color: #F4F4F4;
}

.contactform__privacy {
  margin-bottom: 40px;
}

.contactform__scroll {
  margin-bottom: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contactform__scroll {
    margin-bottom: 20px;
  }
}

.contactform .mwform-radio-field {
  display: block;
  margin-bottom: 4px;
}

.required::after {
  content: "※";
  color: #E68A00;
  margin-left: 5px;
  font-size: 1em;
}

.scroll {
  padding: 18px;
  height: 200px;
  overflow-y: scroll;
  color: #00557D;
  border: 1px solid #dfdfdf;
}

@media screen and (max-width: 767px) {
  .scroll {
    width: 100%;
    height: 100px;
  }
}

.scroll__title {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: .5rem;
}

.scroll__stitle {
  font-weight: bold;
  font-size: 1.2rem;
}

.scroll__content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.scroll__text {
  font-size: 1.2rem;
}

.privacyCheck {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .privacyCheck {
    font-size: 1.2rem;
  }
}

.privacyCheck__title {
  margin-bottom: 9px;
}

.privacyCheck input[type="checkbox"] {
  margin-right: 5px;
}

.contactBtn {
  padding: 17px 60px;
  background-color: #2B7FAD;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #2B7FAD;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .contactBtn {
    padding: 15px 0;
  }
}

.contactBtn:hover {
  color: #2B7FAD;
  background-color: #fff;
}

.contactBtns {
  text-align: center;
}

.errorMessage__text {
  font-size: 36px;
  text-align: center;
  margin-bottom: 69px;
}

@media screen and (max-width: 767px) {
  .errorMessage__text {
    font-size: 16px;
  }
}

.errorMessage__btns {
  text-align: center;
  margin: 0 5%;
}

.btn--error {
  padding: 1rem 8rem;
}

@media screen and (max-width: 767px) {
  .btn--error {
    padding: 1rem 3rem;
  }
}

.btn--error:not(:first-child) {
  margin-left: 36px;
}

@media screen and (max-width: 767px) {
  .btn--error:not(:first-child) {
    margin-left: 5%;
  }
}

.cards--lower {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .cards--lower {
    width: 90%;
    margin: auto;
  }
}

.cards--lower .cards__item {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .cards--lower .cards__item {
    width: 100%;
  }
}

.article__sec {
  width: 90%;
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .article__sec {
    padding: 20px 0 130px;
  }
}

.article__sec.solution-sec {
  width: 90%;
  padding: 60px 0 0px;
}

@media screen and (max-width: 767px) {
  .article__sec.solution-sec {
    padding: 20px 0 0px;
  }
}


.article__img {
  width: 60%;
  margin: auto;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px 0 rgba(187, 71, 71, 0.2);
          box-shadow: 0 0 4px 0 rgba(187, 71, 71, 0.2);
}

@media screen and (max-width: 767px) {
  .article__img {
    width: 100%;
  }
}

.article__head {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

@media screen and (max-width: 767px) {
  .article__head {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.article__heading {
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .article__heading {
    font-size: 1.8rem;
  }
}

.article__date {
  display: block;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .article__date {
    font-size: 1.4rem;
    margin-bottom: .6rem;
  }
}

.article__content {
  /* margin-bottom: 100px; */
  /* margin-bottom: 50px; */
}

@media screen and (max-width: 767px) {
  .article__content {
    /* margin-bottom: 50px; */
    margin-bottom: 0px;
  }
}


.article__content p {
  font-size: 1.6rem;
  line-height: 1.8;

}

@media screen and (max-width: 767px) {
  .article__content p {
    font-size: 1.4rem;
  }
}


.article__content p:not(:last-of-type){
  margin-bottom: 1.4rem;
}

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