body {
  padding: 0;
  color: #2d3846;
  font-family: "Noto Sans JP", sans-serif;
}

/* Title Block */
.title-block {
  margin-bottom: 15px;
  background-size: cover;
  margin-top: -30px;
  padding: 0 !important;
}

.title-block .title-block-content {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding-top: 150px;
  padding-bottom: 150px;
}

.title-block .title-block-content .btn.btn-satei {
  width: 100%;
  max-width: 300px;
}

.title-block .title-block-content h3 {
  font-size: 32px;
  font-weight: bold;
}

.title-block .title-block-content p {
  margin-top: 25px;
  font-size: 16px;
}

/* Info Card */
.info-card {
  background-color: #f2f2f2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}

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

.info-card .text-panel {
  font-size: 16px;
}

@media (min-width: 992px) {
  .info-card {
    padding: 60px 80px;
  }

  .info-card .img-panel {
    height: 280px;
  }

  .info-card .text-panel {
    height: 80px;
  }
}

/* Step */
.steps-panel {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .steps-panel {
    flex-direction: column;
  }
}

.step {
  background-color: #edf5ff;
  border-radius: 10px;
  margin: 8px 15px;
  flex: 1;
}

.step .step-title {
  font-size: 18px;
  font-weight: 600px;
  background-color: white;
  margin: 0;
  padding: 10px;
  border-radius: 20px;
  width: 131px;
  margin: auto;
  transform: translateY(-50%);
}

.step-content {
  font-size: 16px;
  padding: 22px;
  text-align: left;
  padding-top: 0;
}

.step-content h6 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* Card */
.card,
.step {
  text-align: center;
  border-radius: 10px;
}

.card .card-image {
  padding: 28px;
  border-radius: 10px;
  background-color: #edf5ff;
  margin: auto;
  width: 156px;
}

@media screen and (max-width: 991px) {
  .card {
    flex-basis: 100%;
  }

  .card .card-image {
    padding: 10px;
    border-radius: 10px;
    background-color: #edf5ff;
    margin: auto;
    width: 100%;
  }
}

.card .card-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 24px;
  position: relative;
}

.card .card-content {
  font-size: 16px;
  margin-left: -35px;
  margin-right: -35px;
  margin-bottom: -35px;
  padding: 35px;
  padding-top: 0;
  text-align: left;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


/* Header */

.navbar-default {
  border: none !important;
  border-bottom: 1px solid #a89c9c !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background-color: #ffffff !important;
}

.navbar-toggle {
  border: none !important;
}

.navbar-nav {
  margin: 20px 0 !important;
}

.navbar-nav > li > a {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    margin-left: calc(60vw - 145px);
    height: auto !important;
    padding: 23px 0;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
    margin-top: 20px;
    margin-right: 15px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar-fixed-top {
    border-bottom: none !important;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  #lp-navbar {
    background-color: transparent !important;
    transition: 500ms ease;
    border-bottom: none !important;
  }

  #lp-navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.1);
  }

  .btn-top {
    display: none;
  }

  .btn-top.scrolled {
    display: block;
  }

  #lp-navbar.scrolled .navbar-brand {
    display: block;
  }

  .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 0px !important;
  }
}

#navbar.collapse.in {
  min-height: calc(100vh - 50px);
}

#navbar.collapsing {
  min-height: calc(100vh - 50px);
}

nav.transparent {
  background-color: transparent !important;
  border-bottom: none !important;
}

.collapse.in ul,
.collapsing ul {
  text-align: center;
}

.collapse.in li,
.collapsing li {
  padding: 20px;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
}

.navbar-toggle.collapsed .icon-bar {
  transform: rotate(0);
  opacity: 1;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #fff !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5.5px !important;
}

.icon-bar {
  transition: all 0.2s;
  transform-origin: left;
}

.menu {
  margin-top: 50px;
}

.menu a {
  color: #2d3846 !important;
  text-decoration: none;
  font-size: 16px;
}

.menu a.active {
  color: #2d3846 !important;
  font-weight: bold;
  padding-bottom: 1px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 12px;
}

.menu a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* Cover page */
.cover-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  justify-content: right;
}

.footer-cover-container {
  height: 500px;
  background-size: cover;
}

.container {
  position: relative;
}

.cover {
  color: #2d3846;
  margin-bottom: 100px;
  max-width: 542px;
  padding: 30px 34px;
}

.cover-tips {
  padding: 16px;
  background-color: #edf5ff;
  border-radius: 30px;
  font-size: 18px;
  margin-right: 8px;
  margin-bottom: 24px;
}

.cover-container .cover {
  margin-top: 100px;
  background-color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 991px) {
  .cover-container {
    background-position: 20% top;
  }

  .cover-container .cover {
    background: none !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }

  .cover-tips {
    padding: 12px 8px;
    background-color: #edf5ff;
    border-radius: 25px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 24px;
  }

  .cover-tips {
    background-color: white !important;
  }
}

h1.title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1.39;
}

h1.description {
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .cover {
    text-align: center;
  }

  h1.title {
    font-size: 24px;
  }

  h1.description {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .cover-container .cover {
    margin-top: 10vh;
  }

}

.footer-cover-container {
  padding-top: 164px;
}

.footer-cover-container .cover {
  padding-left: 80px;
  padding-right: 31px;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: white;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 605px;
}

.footer-cover-container .cover h1.title {
  font-size: 36px;
  font-weight: 600;
  color: #2d3846;
}

.footer-cover-container .cover h1.description {
  font-size: 16px;
  font-weight: 400;
  color: #2d3846;
}

/* Cover form */
.top-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  padding: 60px 45px;
  flex-wrap: wrap;
}

.cover-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cover-info h3 {
  font-size: 36px;
  line-height: 1.25;
}

.cover-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;

  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .cover-info h3 {
    font-size: 24px !important;
  }

  .cover-info {
    text-align: center !important;
    align-items: center;
  }

  .top-form {
    padding: 40px 20px !important;
  }
}

.form-tips {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.67;
}

.form-tips a {
  color: #2d3846;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .cover-form {
    padding: 30px 30px 20px 30px;
  }
}

.cover-form h3 {
  color: #2d3846;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.divider {
  height: 4px;
  background-color: #2d3846;
  border-radius: 3px;
  width: 73px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.gray-divider {
  height: 1px;
  background-color: #707070;
  width: 50px;
  margin: 24px;
}

.cover-form form {
  width: 100%;
}

.cover-form form label {
  font-size: 16px;
  font-weight: bold;
}

.cover-form .btn.btn-sate,
.cover-form .btn.btn-cancel,
.cover-form .btn.btn-confirm {
  width: 100%;
  margin-top: 5px;
}

.form-group {
  margin-bottom: 12px;
}

.btn.btn-cancel {
  background-color: #f2f2f2;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 35px;
  margin-top: 20px;
  color: #2d3846;
}

.btn.btn-satei,
.btn.btn-confirm {
  background-color: #fddb3a;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 35px;
  margin-top: 20px;
  color: #2d3846;
}

.btn:hover,
.btn:focus {
  outline: none !important;
}

.btn.btn-home {
  background-color: #004097;
  border-color: #004097;
  font-size: 18px;
  padding: 12px 21px;
  color: white;
}

.btn.btn-home:hover {
  color: white;
}

.btn.btn-satei:hover,
.btn.btn-home:hover,
.btn.btn-cancel:hover {
  transform: translateY(-2px) scale(1.005) translateZ(0);
}

.page {
  padding-top: 30px;
  padding-bottom: 60px;
}

.page-shadow {
  background-color: white;
  position: relative;
  height: 100%;
}

.page-description {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 24px;
}

.page-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-title {
  font-size: 40px;
  background-color: white;
  font-weight: bold;
  border-radius: 20px;
  padding: 40px 100px;
}

h2.vision-section-title {
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 24px;
    padding: 18px 80px;
  }

  h2.vision-section-title {
    font-size: 24px;
  }
}

h3.title {
  font-size: 24px;
  font-weight: bold;
}

.page-2 h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

/* Down form */
.down-form {
  background-color: #cbe3ff;
  padding-top: 55px;
  padding-bottom: 55px;
}

.down-form .cover-form {
  max-width: 100% !important;
}

/* Footer */

footer.footer {
  background-color: #004097;
  color: white;
  padding-bottom: 30px;
  font-size: 13px;
}

footer.footer div.text-center {
  margin-top: 30px;
}

footer.footer a {
  margin: 8px;
  font-size: 13px;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  footer.footer a {
    display: block;
    margin: 10px auto;
  }
}

/* Down Arrow */

.arrow-down {
  position: absolute;
  left: 50%;
  top: 88vh;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}

.arrow-1 {
  -webkit-animation: arrow-movement 2s ease-in-out infinite;
  animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-2 {
  -webkit-animation: arrow-movement 2s 1s ease-in-out infinite;
  animation: arrow-movement 2s 1s ease-in-out infinite;
}

@-webkit-keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 85vh;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 85vh;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* flickity on by default */
.main-carousel:after {
  content: "flickity" !important;
  display: none !important;
}

.flickity-slider .col-md-4,
.flickity-slider .col-md-3 {
  width: 80%;
}

@media screen and (min-width: 922px) {
  /* disable Flickity for large devices */
  .main-carousel:after {
    content: "" !important;
  }
}

.center-wrapper {
  display: table;
  height: calc(100% - 78px);
  width: 100%;
}

.center-block {
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
}

@media screen and (max-width: 991px) {
  /* disable Flickity for large devices */
  .center-wrapper {
    height: calc(100% - 170px) !important;
  }
}

.btn-back {
  color: #3c3c3c;
  font-size: 20px;
  text-decoration: none;
  align-self: flex-start;
  position: absolute;
  padding-top: 20px;
}

.btn-back:hover {
  text-decoration: none;
  color: #3c3c3c;
}

@media screen and (min-width: 922px) {
  /* disable Flickity for large devices */
  .two-btn:nth-child(1) {
    padding-left: 0;
  }

  .two-btn:nth-child(2) {
    padding-right: 0;
  }
}

/* Form */
.form-control {
  font-size: 16px !important;
}

.form-control input {
  font-size: 16px !important;
  line-height: 24px;
  height: 40px;
}

.modal.fade.in {
  display: flex !important;
}

.modal-dialog.icon-modal {
  width: 80% !important;
  margin: auto !important;
}

.modal-dialog.modal-md {
  margin: auto !important;
  max-width: 80%;
}

.modal-md p {
  padding: 15px;
  font-size: 14px;
}

button.close {
  margin-right: 15px;
}

.modal-dialog .card-content {
  margin: 0;
}

.numBg {
  position: absolute;
  left: 20px;
  top: 20px;
}

.numBgSmall {
  position: absolute;
  left: 10px;
  top: 10px;
}

.must {
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 3px;
}

.optional {
  background-color: #cbe3ff;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 5px;
  margin-left: 3px;
}

.btn-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 50px;
  border-radius: 10px !important;
  padding: 0 !important;
  border: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  .btn-top {
    position: relative;
    margin-left: calc(50% - 46px);
    margin-top: 20px;
    right: 0;
    bottom: 0;
    width: 92px;
    padding: 10px 20px !important;
  }
}

.btn-top-mobile {
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px auto;
}

.btn-satei-circle-mobile {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
  width: 100px;
  height: 100px;
}

.btn-satei-circle-mobile.visible-xs.hidden {
  display: none !important;
}

.btn-satei-circle {
  position: fixed;
  right: 32px;
  bottom: 32px;
  text-align: center;
  z-index: 2;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  background-color: #fddb3a;
  padding: 14px;
}

.customer-voice-container {
  align-items: stretch;
}

.customer-voice {
  background-color: white;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 100%;
  margin: 15px;
  flex-basis: 100%;
}

@media screen and (max-width: 991px) {
  .customer-voice {
    flex-direction: column;
    text-align: center;
  }

  .customer-voice-container {
    flex-wrap: wrap;
  }
}

.diff_bg_1,
.diff_bg_2 {
  height: 350px;
  margin-bottom: 72px;
  padding: 40px;
  color: #595757;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media screen and (min-width: 992px) {
  .diff_bg_1:after,
  .diff_bg_2:after {
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: 350px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

@media screen and (max-width: 991px) {
  .diff_bg_1,
  .diff_bg_2 {
    margin-bottom: 16px;
  }
}

.diff_bg_1,
.diff_bg_1::after,
.diff_bg_section_1,
.diff_bg_section_1:after {
  background-color: #ffffff;
}

.diff_bg_2,
.diff_bg_2::after,
.diff_bg_section_2,
.diff_bg_section_2:after {
  background-color: #cbe3ff;
}

.diff_bg_section_1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 20px !important;
  position: relative;
}

.diff_bg_section_1:after {
  content: "";
  height: 100%;
  width: 20px;
  right: -20px;
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.diff_bg_section_2 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 20px !important;
  position: relative;
}

.diff_bg_section_2:after {
  content: "";
  height: 100%;
  width: 20px;
  left: -20px;
  position: absolute;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

.diff_bg_1 img,
.diff_bg_2 img {
  width: 100%;
  max-width: 380px;
}

@media screen and (max-width: 991px) {
  .diff_bg_1 {
    background-image: none !important;
    background-color: white;
    border-radius: 10px;
    height: auto;
  }

  .diff_bg_2 {
    background-image: none !important;
    background-color: #cbe3ff;
    border-radius: 10px;
    height: auto;
  }
}

.diff_bg_section {
  background-size: 100% 100%;
  height: 74px;
  margin: 4px 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
}

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

.diff_bg_section_2 {
  padding-left: 30px;
}

.diff_bg_section_1 span {
  color: #595757;
}

.diff_bg_section_2 span {
  color: #2d3846;
}

.diff_section_mobile_1 {
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 24px 20px;
  color: #595757;
}

.diff_section_mobile_2 {
  background-color: #cbe3ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 24px 20px;
  color: #2d3846;
}

.diff_section_mobile_1 h3,
.diff_section_mobile_2 h3 {
  margin-top: 0;
}

.diff_section_mobile_1 .content,
.diff_section_mobile_2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.stretch {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: none !important;
}

/* top-box */
.top-box {
  width: min(calc(1140vw / 1200 * 100), 1140px);
  margin: min(calc(20vw / 1200 * 100), 20px) auto
    min(calc(30vw / 1200 * 100), 30px);
  padding: 40px 50px;
  border: min(calc(30vw / 1200 * 100), 30px) solid #f5f5f6;
  text-align: center;
}

.top-box-head {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  color: #004098;
}

.top-box-txt {
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: bold;
}

.top-box-bnr-list {
  width: 520px;
  margin: 35px auto 0;
}

.top-box-bnr {
  display: flex;
  align-items: center;
  background-color: #004098;
  width: 100%;
  padding: 8px 10px;
  font-size: 19px;
  color: #fff;
  border-radius: 10px;
}

.top-box-bnr + .top-box-bnr {
  margin-top: 15px;
}

.top-box-bnr .accent {
  color: #f291a1;
}

.top-box-bnr::before {
  content: "";
  display: block;
  background-image: url(../img/top_box_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.top-box-bnr-inner {
  text-align: left;
}

@media (max-width: 750px) {
  .top-box {
    width: calc(700vw / 750 * 100);
    margin: calc(65vw / 750 * 100) auto calc(90vw / 750 * 100);
    padding: calc(40vw / 750 * 100) 0 calc(50vw / 750 * 100);
    border: calc(40vw / 750 * 100) solid #f5f5f6;
  }

  .top-box-head {
    font-size: calc(38vw / 750 * 100);
  }

  .top-box-txt {
    margin: calc(35vw / 750 * 100) 0 0;
    font-size: calc(28vw / 750 * 100);
  }

  .top-box-bnr-list {
    width: calc(530vw / 750 * 100);
    margin: calc(50vw / 750 * 100) auto 0;
  }

  .top-box-bnr {
    padding: calc(10vw / 750 * 100) calc(10vw / 750 * 100);
    font-size: calc(28vw / 750 * 100);
    border-radius: calc(10vw / 750 * 100);
  }

  .top-box-bnr + .top-box-bnr {
    margin-top: calc(20vw / 750 * 100);
  }

  .top-box-bnr::before {
    width: calc(40vw / 750 * 100);
    height: calc(40vw / 750 * 100);
    margin-right: calc(20vw / 750 * 100);
  }
}

.show-sp {
  display: none;
}

@media (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

iframe {
  width: 100%;
  height: 100%;
}

.logo {
  width: 160px;
  height: auto;
}

.sell-logo {
  width: 320px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .logo {
    width: calc(500vw / 991 * 100);
  }
  .sell-logo {
    width: calc(640vw / 991* 100);
  }
}
