@charset "UTF-8";
@media only screen and (max-width: 480px) {
  /* For mobile phones: */
  .row.row-map-mobile {
    display: block;
  }

  .row.row-map-mobile .map {
    height: 200px;
  }
}
.lfg-w-100 {
  width: 100%;
}

.lfg-header {
  background-color: #FFFFFF;
}

.lfg-header-dark {
  background-color: #2F5099;
}

.lfg-bg-dark {
  background-color: #343A40;
  color: #fff;
}

.lfg-bg-6C63FF {
  background-color: #6C63FF;
  color: #fff;
}

.nav-link.nav-link-lfg-header {
  font-size: 20px;
  color: #000;
}

.nav-link.nav-link-lfg-header-dark {
  font-size: 20px;
  color: #fff;
}

.lfg-header.lfg-pbt {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.lfg-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=!string!xmlns=!string!%3E%3Cpath stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-miterlimit=!string!d=!string!/%3E%3C/svg%3E");
}

.lfg-header-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox=!string!xmlns=!string!%3e%3cpath stroke=!string!stroke-width=!string!stroke-linecap=!string!stroke-miterlimit=!string!d=!string!/%3e%3c/svg%3e");
}

.icon-contact-lfg-header {
  font-size: 50px;
  color: #3576CD;
  margin-right: 10px;
}

.lfg-header-title, .lfg-header-phone {
  margin-bottom: 0px;
}

/*Features*/
.lfg-feature {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  padding: 7.5rem 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.lfg-feature .container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.lfg-feature .container.bg-r {
  background-position: right;
}

.lfg-feature .lfg-box {
  background: #FFFFFF;
  padding: 3.75rem 2.5rem;
  overflow: hidden;
  color: #444444;
  box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2);
}

.lfg-feature img + p, .lfg-feature img + h3, .lfg-feature img + h4 {
  margin-top: 1.25rem;
}

.lfg-feature img + h1, .lfg-feature img + h2 {
  margin-top: 2.5rem;
}

.lfg-feature .col-fill-left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.lfg-feature .col-fill-left + div {
  position: relative;
  z-index: 2;
}

.lfg-feature .col-fill-right {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.lfg-feature .col-fill-right + div {
  position: relative;
  z-index: 2;
}

.lfg-feature img.fdb-icon {
  width: auto;
  width: 3.75rem;
}

.lfg-feature img.fdb-icon-round {
  width: auto;
  width: 3.75rem;
}

.lfg-feature .row-100 {
  height: 6.25rem;
  width: 100%;
}

.lfg-feature .row-50 {
  height: 3.125rem;
  width: 100%;
}

.lfg-feature .row-70 {
  height: 4.375rem;
  width: 100%;
}

.icon-primary {
  color: #6C61F6;
}

.icon-white {
  color: #ffff;
}

.icon-orange {
  color: #F07E70;
}

.icon-blue {
  color: #49AFF8;
}

.icon-green {
  color: #5FD49F;
}

.lfg-tr-pd-2 {
  padding: 0.5rem;
  margin: 20px;
}

.i-size-4x {
  font-size: 40px;
}

.i-size-5x {
  font-size: 50px;
}

.i-size-6x {
  font-size: 60px;
}

.i-size-7x {
  font-size: 70px;
}

.i-size-8x {
  font-size: 80px;
}

.i-size-2x {
  font-size: 20px;
}

.lfg-feature h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.lfg-feature i {
  margin-bottom: 0.5rem;
}

.lfg-feature h1, .h1 {
  font-size: 2.75rem;
}

.lfg-feature h2, .h2 {
  font-size: 2rem;
}

.lfg-feature h3, .h3 {
  font-size: 1.125rem;
}

.lfg-feature h4, .h4 {
  font-size: 1rem;
}

.lfg-feature .btn-primary {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}

.lfg-feature .btn-primary:hover {
  color: #fff;
  background-color: #0d8df6;
  border-color: #0986ed;
}

.lfg-feature .btn-primary:focus, .lfg-feature .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.lfg-feature .btn-primary.disabled, .lfg-feature .btn-primary:disabled {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}

.lfg-feature .btn-primary:not(:disabled):not(.disabled):active, .lfg-feature .btn-primary:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0986ed;
  border-color: #097fe0;
}

.lfg-feature .btn-primary:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.lfg-feature .btn-secondary {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}

.lfg-feature .btn-secondary:hover {
  color: #fff;
  background-color: #fe442f;
  border-color: #fe3822;
}

.lfg-feature .btn-secondary:focus, .lfg-feature .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.lfg-feature .btn-secondary.disabled, .lfg-feature .btn-secondary:disabled {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}

.lfg-feature .btn-secondary:not(:disabled):not(.disabled):active, .lfg-feature .btn-secondary:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fe3822;
  border-color: #fe2d16;
}

.lfg-feature .btn-secondary:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.lfg-feature .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lfg-feature .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.lfg-feature .btn-success:focus, .lfg-feature .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lfg-feature .btn-success.disabled, .lfg-feature .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lfg-feature .btn-success:not(:disabled):not(.disabled):active, .lfg-feature .btn-success:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.lfg-feature .btn-success:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-success:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lfg-feature .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lfg-feature .portfolio-intro-title {
  font-size: 1.75rem;
}

.lfg-feature .portfolio-item {
  max-width: 300px;
}

.lfg-feature .portfolio-img {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.lfg-feature .portfolio-hover .far {
  font-size: 2rem;
}

.lfg-feature .hovershadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  border-radius: 4px;
}

.lfg-feature .card-border {
  border: none;
}

.lfg-portfolio figure img {
  width: 100%;
}

.lfg-portfolio figure {
  margin: 0;
}

.lfg-portfolio .no-padding {
  padding: 0;
}

.lfg-feature .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.lfg-feature .btn-info:focus, .lfg-feature .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lfg-feature .btn-info.disabled, .lfg-feature .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lfg-feature .btn-info:not(:disabled):not(.disabled):active, .lfg-feature .btn-info:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.lfg-feature .btn-info:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-info:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lfg-feature .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lfg-feature .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.lfg-feature .btn-warning:focus, .lfg-feature .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lfg-feature .btn-warning.disabled, .lfg-feature .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lfg-feature .btn-warning:not(:disabled):not(.disabled):active, .lfg-feature .btn-warning:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.lfg-feature .btn-warning:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lfg-feature .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lfg-feature .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.lfg-feature .btn-danger:focus, .lfg-feature .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lfg-feature .btn-danger.disabled, .lfg-feature .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lfg-feature .btn-danger:not(:disabled):not(.disabled):active, .lfg-feature .btn-danger:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.lfg-feature .btn-danger:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lfg-feature .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lfg-feature .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.lfg-feature .btn-light:focus, .lfg-feature .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lfg-feature .btn-light.disabled, .lfg-feature .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lfg-feature .btn-light:not(:disabled):not(.disabled):active, .lfg-feature .btn-light:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.lfg-feature .btn-light:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-light:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lfg-feature .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lfg-feature .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.lfg-feature .btn-dark:focus, .lfg-feature .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lfg-feature .btn-dark.disabled, .lfg-feature .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lfg-feature .btn-dark:not(:disabled):not(.disabled):active, .lfg-feature .btn-dark:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.lfg-feature .btn-dark:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lfg-feature .btn-outline-primary {
  color: #329ef7;
  background-color: transparent;
  background-image: none;
  border-color: #329ef7;
}

.lfg-feature .btn-outline-primary:hover {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}

.lfg-feature .btn-outline-primary:focus, .lfg-feature .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.lfg-feature .btn-outline-primary.disabled, .lfg-feature .btn-outline-primary:disabled {
  color: #329ef7;
  background-color: transparent;
}

.lfg-feature .btn-outline-primary:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #329ef7;
  border-color: #329ef7;
}

.lfg-feature .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.lfg-feature .btn-outline-secondary {
  color: #fe6655;
  background-color: transparent;
  background-image: none;
  border-color: #fe6655;
}

.lfg-feature .btn-outline-secondary:hover {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}

.lfg-feature .btn-outline-secondary:focus, .lfg-feature .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.lfg-feature .btn-outline-secondary.disabled, .lfg-feature .btn-outline-secondary:disabled {
  color: #fe6655;
  background-color: transparent;
}

.lfg-feature .btn-outline-secondary:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fe6655;
  border-color: #fe6655;
}

.lfg-feature .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.lfg-feature .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.lfg-feature .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lfg-feature .btn-outline-success:focus, .lfg-feature .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lfg-feature .btn-outline-success.disabled, .lfg-feature .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.lfg-feature .btn-outline-success:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-success:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.lfg-feature .btn-outline-success:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.lfg-feature .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.lfg-feature .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lfg-feature .btn-outline-info:focus, .lfg-feature .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lfg-feature .btn-outline-info.disabled, .lfg-feature .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.lfg-feature .btn-outline-info:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-info:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.lfg-feature .btn-outline-info:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.lfg-feature .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.lfg-feature .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lfg-feature .btn-outline-warning:focus, .lfg-feature .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lfg-feature .btn-outline-warning.disabled, .lfg-feature .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.lfg-feature .btn-outline-warning:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.lfg-feature .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.lfg-feature .btn-outline-danger:focus, .lfg-feature .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lfg-feature .btn-outline-danger.disabled, .lfg-feature .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.lfg-feature .btn-outline-danger:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lfg-feature .btn-outline-light:focus, .lfg-feature .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lfg-feature .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.lfg-feature .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.lfg-feature .btn-outline-light.disabled, .lfg-feature .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.lfg-feature .btn-outline-light:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-light:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lfg-feature .btn-outline-light:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.lfg-feature .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.lfg-feature .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.lfg-feature .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.lfg-feature .btn-outline-dark:focus, .lfg-feature .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lfg-feature .btn-outline-dark.disabled, .lfg-feature .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.lfg-feature .btn-outline-dark:not(:disabled):not(.disabled):active, .lfg-feature .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .lfg-feature .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lfg-feature .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .lfg-feature .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .lfg-feature .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.lfg-feature .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.lfg-feature .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.lfg-feature .btn-link {
  font-weight: 400;
  color: #329ef7;
  background-color: transparent;
}

.lfg-feature .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.lfg-video-section {
  padding: 100px 0 50px 0;
}

.lfg-video-section-lg {
  padding: 150px 0 80px 0;
}

.lfg-feature .btn-link:focus, .lfg-feature .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.lfg-feature .btn-link:disabled, .lfg-feature .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.lfg-feature .btn-lg {
  padding: 0.5rem 1.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.lfg-feature .btn-sm {
  padding: 0.25rem 1.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.lfg-feature .btn-block {
  display: block;
  width: 100%;
}

.lfg-feature .btn-block + .lfg-feature .btn-block {
  margin-top: 0.5rem;
}

.lfg-feature h5, .h5 {
  font-size: 0.875rem;
}

.lfg-feature h6, .h6 {
  font-size: 0.813rem;
}

.lfg-feature .lead {
  font-size: 1.2rem;
  font-weight: 400;
}

.lfg-feature p {
  color: #8892a0;
  font-weight: 400;
}

.lfg-footer {
  padding: 1.875rem 0;
}

.lfg-footer.footer-large {
  padding: 6.25rem 0;
}

.lfg-footer .flex-column .nav-link {
  padding-left: 0;
}

.lfg-footer a {
  color: #444444;
}

.lfg-footer.lfg-bg-dark a {
  color: #fff;
}

.lfg-bg-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -60px;
  bottom: -100px;
  left: 0;
  right: 0;
  z-index: 0;
}

.lfg-bg-light {
  background-color: #f8f9fa;
}

.lfg-hero-section {
  padding: 150px 0 100px 0;
}

.lfg-hero-section .lfg-hero-content {
  padding: 50px 0 100px 0;
}

.lfg-hero-section .lfg-hero-content h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
}

@media (max-width: 480px) {
  .lfg-hero-section {
    padding: 100px 0 50px 0;
  }

  .lfg-hero-section .lfg-hero-content {
    padding: 0 0 50px 0;
  }

  .lfg-video-section-lg {
    padding: 100px 0 50px 0;
  }
}
.lfg-hero-section .btn-action.btn-round {
  background: #2E59D9;
  color: #FFFFFF;
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 600;
  text-transform: capitalize;
  border: 2px solid #2E59D9;
  border-radius: 30px;
}

.lfg-hero-section .lfg-signup-form {
  padding: 25px 25px 30px 25px;
  background: #2E59D9;
  border-radius: 0 0 4px 4px;
  text-align: left;
  color: #fff;
}

.lfg-hero-section .lfg-signup-form h1 {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: capitalize;
  text-align: center;
  margin: 20px 0 30px 0;
}

.lfg-hero-section .lfg-signup-form p {
  font-size: 12px;
  color: #DDDDDD;
  margin: 25px 0 10px 0;
}

.lfg-hero-section input.form-control, .lfg-hero-section select.form-control, .lfg-hero-section textarea.form-control {
  min-height: 45px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #ffff;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  color: #888888;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
}

.lfg-subscribe-form .form-control-subcribe {
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  background-color: #ffffff;
  font-size: 13px;
  padding-left: 40px;
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  width: 100%;
  height: 60px;
  border-radius: 80px;
  border: none;
}

.lfg-subscribe-form button {
  width: 150px;
  height: 50px;
  top: 5px;
  right: 5px;
  background-color: #6C63FF;
  border: none;
  border-radius: 70px;
  border-left: 1px solid #ebebeb;
  font-size: 16px;
  color: #ffffff;
  transition-duration: 500ms;
  position: absolute;
  outline: none;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-16 {
  font-size: 16px;
}

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

.lfg-subscribe-form {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 50px;
}

.form-group {
  padding: 5px;
  margin-bottom: 0.5rem;
}

.img-w-550 {
  width: 550px;
}

.img-w-100 {
  width: 100%;
}

.lfg-card-bg-dark {
  background: #2b3346;
  color: #ffff;
}

.lfg-card-transparent-light {
  background: rgba(91, 100, 109, 0.35);
  color: #ffff;
}

.list-banner-arrow {
  list-style: none;
  padding-left: 0px;
}

.list-banner-arrow li {
  background: url(https://app.krane.jp/storage/content_media/check-green.png) no-repeat left top;
  padding-left: 45px;
  padding-bottom: 15px;
}

.banner-form {
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.banner-form .form-group {
  margin-bottom: 0;
}

.banner-form input[type=text], .banner-form textarea {
  color: #333;
  border: none;
  outline: none;
  width: 100%;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-radius: 0;
  height: auto;
  background: #FFF;
}

.mt-0, .my-0 {
  margin-top: 0;
}

.mr-0, .mx-0 {
  margin-right: 0;
}

.mb-0, .my-0 {
  margin-bottom: 0;
}

.ml-0, .mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.4rem;
}

.mt-1, .my-1 {
  margin-top: 0.4rem;
}

.mr-1, .mx-1 {
  margin-right: 0.4rem;
}

.mb-1, .my-1 {
  margin-bottom: 0.4rem;
}

.ml-1, .mx-1 {
  margin-left: 0.4rem;
}

.m-2 {
  margin: 0.6rem;
}

.mt-2, .my-2 {
  margin-top: 0.6rem;
}

.mr-2, .mx-2 {
  margin-right: 0.6rem;
}

.mb-2, .my-2 {
  margin-bottom: 0.6rem;
}

.ml-2, .mx-2 {
  margin-left: 0.6rem;
}

.m-3 {
  margin: 1rem;
}

.mt-3, .my-3 {
  margin-top: 1rem;
}

.mr-3, .mx-3 {
  margin-right: 1rem;
}

.mb-3, .my-3 {
  margin-bottom: 1rem;
}

.ml-3, .mx-3 {
  margin-left: 1rem;
}

.m-4 {
  margin: 1.4rem;
}

.mt-4, .my-4 {
  margin-top: 1.4rem;
}

.mr-4, .mx-4 {
  margin-right: 1.4rem;
}

.mb-4, .my-4 {
  margin-bottom: 1.4rem;
}

.ml-4, .mx-4 {
  margin-left: 1.4rem;
}

.m-5 {
  margin: 2rem;
}

.mt-5, .my-5 {
  margin-top: 2rem;
}

.mr-5, .mx-5 {
  margin-right: 2rem;
}

.mb-5, .my-5 {
  margin-bottom: 2rem;
}

.ml-5, .mx-5 {
  margin-left: 2rem;
}

.m-6 {
  margin: 2.6rem;
}

.mt-6, .my-6 {
  margin-top: 2.6rem;
}

.mr-6, .mx-6 {
  margin-right: 2.6rem;
}

.mb-6, .my-6 {
  margin-bottom: 2.6rem;
}

.ml-6, .mx-6 {
  margin-left: 2.6rem;
}

.m-7 {
  margin: 3.2rem;
}

.mt-7, .my-7 {
  margin-top: 3.2rem;
}

.mr-7, .mx-7 {
  margin-right: 3.2rem;
}

.mb-7, .my-7 {
  margin-bottom: 3.2rem;
}

.ml-7, .mx-7 {
  margin-left: 3.2rem;
}

.m-8 {
  margin: 4.8rem;
}

.mt-8, .my-8 {
  margin-top: 4.8rem;
}

.mr-8, .mx-8 {
  margin-right: 4.8rem;
}

.mb-8, .my-8 {
  margin-bottom: 4.8rem;
}

.ml-8, .mx-8 {
  margin-left: 4.8rem;
}

.m-9 {
  margin: 6.4rem;
}

.mt-9, .my-9 {
  margin-top: 6.4rem;
}

.mr-9, .mx-9 {
  margin-right: 6.4rem;
}

.mb-9, .my-9 {
  margin-bottom: 6.4rem;
}

.ml-9, .mx-9 {
  margin-left: 6.4rem;
}

.p-0 {
  padding: 0;
}

.pt-0, .py-0 {
  padding-top: 0;
}

.pr-0, .px-0 {
  padding-right: 0;
}

.pb-0, .py-0 {
  padding-bottom: 0;
}

.pl-0, .px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.4rem;
}

.pt-1, .py-1 {
  padding-top: 0.4rem;
}

.pr-1, .px-1 {
  padding-right: 0.4rem;
}

.pb-1, .py-1 {
  padding-bottom: 0.4rem;
}

.pl-1, .px-1 {
  padding-left: 0.4rem;
}

.p-2 {
  padding: 0.6rem;
}

.pt-2, .py-2 {
  padding-top: 0.6rem;
}

.pr-2, .px-2 {
  padding-right: 0.6rem;
}

.pb-2, .py-2 {
  padding-bottom: 0.6rem;
}

.pl-2, .px-2 {
  padding-left: 0.6rem;
}

.p-3 {
  padding: 1rem;
}

.pt-3, .py-3 {
  padding-top: 1rem;
}

.pr-3, .px-3 {
  padding-right: 1rem;
}

.pb-3, .py-3 {
  padding-bottom: 1rem;
}

.pl-3, .px-3 {
  padding-left: 1rem;
}

.p-4 {
  padding: 1.4rem;
}

.pt-4, .py-4 {
  padding-top: 1.4rem;
}

.pr-4, .px-4 {
  padding-right: 1.4rem;
}

.pb-4, .py-4 {
  padding-bottom: 1.4rem;
}

.pl-4, .px-4 {
  padding-left: 1.4rem;
}

.p-5 {
  padding: 2rem;
}

.pt-5, .py-5 {
  padding-top: 2rem;
}

.pr-5, .px-5 {
  padding-right: 2rem;
}

.pb-5, .py-5 {
  padding-bottom: 2rem;
}

.pl-5, .px-5 {
  padding-left: 2rem;
}

.p-6 {
  padding: 2.6rem;
}

.pt-6, .py-6 {
  padding-top: 2.6rem;
}

.pr-6, .px-6 {
  padding-right: 2.6rem;
}

.pb-6, .py-6 {
  padding-bottom: 2.6rem;
}

.pl-6, .px-6 {
  padding-left: 2.6rem;
}

.p-7 {
  padding: 3.2rem;
}

.pt-7, .py-7 {
  padding-top: 3.2rem;
}

.pr-7, .px-7 {
  padding-right: 3.2rem;
}

.pb-7, .py-7 {
  padding-bottom: 3.2rem;
}

.pl-7, .px-7 {
  padding-left: 3.2rem;
}

.p-8 {
  padding: 4.8rem;
}

.pt-8, .py-8 {
  padding-top: 4.8rem;
}

.pr-8, .px-8 {
  padding-right: 4.8rem;
}

.pb-8, .py-8 {
  padding-bottom: 4.8rem;
}

.pl-8, .px-8 {
  padding-left: 4.8rem;
}

.p-9 {
  padding: 6.4rem;
}

.pt-9, .py-9 {
  padding-top: 6.4rem;
}

.pr-9, .px-9 {
  padding-right: 6.4rem;
}

.pb-9, .py-9 {
  padding-bottom: 6.4rem;
}

.pl-9, .px-9 {
  padding-left: 6.4rem;
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0;
  }

  .m-lg-1 {
    margin: 0.4rem;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.4rem;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.4rem;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.4rem;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.4rem;
  }

  .m-lg-2 {
    margin: 0.6rem;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.6rem;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.6rem;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.6rem;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.6rem;
  }

  .m-lg-3 {
    margin: 1rem;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem;
  }

  .m-lg-4 {
    margin: 1.4rem;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.4rem;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.4rem;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.4rem;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.4rem;
  }

  .m-lg-5 {
    margin: 2rem;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 2rem;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 2rem;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 2rem;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 2rem;
  }

  .m-lg-6 {
    margin: 2.6rem;
  }

  .mt-lg-6, .my-lg-6 {
    margin-top: 2.6rem;
  }

  .mr-lg-6, .mx-lg-6 {
    margin-right: 2.6rem;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: 2.6rem;
  }

  .ml-lg-6, .mx-lg-6 {
    margin-left: 2.6rem;
  }

  .m-lg-7 {
    margin: 3.2rem;
  }

  .mt-lg-7, .my-lg-7 {
    margin-top: 3.2rem;
  }

  .mr-lg-7, .mx-lg-7 {
    margin-right: 3.2rem;
  }

  .mb-lg-7, .my-lg-7 {
    margin-bottom: 3.2rem;
  }

  .ml-lg-7, .mx-lg-7 {
    margin-left: 3.2rem;
  }

  .m-lg-8 {
    margin: 4.8rem;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 4.8rem;
  }

  .mr-lg-8, .mx-lg-8 {
    margin-right: 4.8rem;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 4.8rem;
  }

  .ml-lg-8, .mx-lg-8 {
    margin-left: 4.8rem;
  }

  .m-lg-9 {
    margin: 6.4rem;
  }

  .mt-lg-9, .my-lg-9 {
    margin-top: 6.4rem;
  }

  .mr-lg-9, .mx-lg-9 {
    margin-right: 6.4rem;
  }

  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6.4rem;
  }

  .ml-lg-9, .mx-lg-9 {
    margin-left: 6.4rem;
  }

  .p-lg-0 {
    padding: 0;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0;
  }

  .p-lg-1 {
    padding: 0.4rem;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.4rem;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.4rem;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.4rem;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.4rem;
  }

  .p-lg-2 {
    padding: 0.6rem;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.6rem;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.6rem;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.6rem;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.6rem;
  }

  .p-lg-3 {
    padding: 1rem;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem;
  }

  .p-lg-4 {
    padding: 1.4rem;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.4rem;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.4rem;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.4rem;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.4rem;
  }

  .p-lg-5 {
    padding: 2rem;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 2rem;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 2rem;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 2rem;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 2rem;
  }

  .p-lg-6 {
    padding: 2.6rem;
  }

  .pt-lg-6, .py-lg-6 {
    padding-top: 2.6rem;
  }

  .pr-lg-6, .px-lg-6 {
    padding-right: 2.6rem;
  }

  .pb-lg-6, .py-lg-6 {
    padding-bottom: 2.6rem;
  }

  .pl-lg-6, .px-lg-6 {
    padding-left: 2.6rem;
  }

  .p-lg-7 {
    padding: 3.2rem;
  }

  .pt-lg-7, .py-lg-7 {
    padding-top: 3.2rem;
  }

  .pr-lg-7, .px-lg-7 {
    padding-right: 3.2rem;
  }

  .pb-lg-7, .py-lg-7 {
    padding-bottom: 3.2rem;
  }

  .pl-lg-7, .px-lg-7 {
    padding-left: 3.2rem;
  }

  .p-lg-8 {
    padding: 4.8rem;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 4.8rem;
  }

  .pr-lg-8, .px-lg-8 {
    padding-right: 4.8rem;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 4.8rem;
  }

  .pl-lg-8, .px-lg-8 {
    padding-left: 4.8rem;
  }

  .p-lg-9 {
    padding: 6.4rem;
  }

  .pt-lg-9, .py-lg-9 {
    padding-top: 6.4rem;
  }

  .pr-lg-9, .px-lg-9 {
    padding-right: 6.4rem;
  }

  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6.4rem;
  }

  .pl-lg-9, .px-lg-9 {
    padding-left: 6.4rem;
  }

  .m-lg-n1 {
    margin: -0.4rem;
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.4rem;
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.4rem;
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.4rem;
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.4rem;
  }

  .m-lg-n2 {
    margin: -0.6rem;
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.6rem;
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.6rem;
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.6rem;
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.6rem;
  }

  .m-lg-n3 {
    margin: -1rem;
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem;
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem;
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem;
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem;
  }

  .m-lg-n4 {
    margin: -1.4rem;
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.4rem;
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.4rem;
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.4rem;
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.4rem;
  }

  .m-lg-n5 {
    margin: -2rem;
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -2rem;
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -2rem;
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -2rem;
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -2rem;
  }

  .m-lg-n6 {
    margin: -2.6rem;
  }

  .mt-lg-n6, .my-lg-n6 {
    margin-top: -2.6rem;
  }

  .mr-lg-n6, .mx-lg-n6 {
    margin-right: -2.6rem;
  }

  .mb-lg-n6, .my-lg-n6 {
    margin-bottom: -2.6rem;
  }

  .ml-lg-n6, .mx-lg-n6 {
    margin-left: -2.6rem;
  }

  .m-lg-n7 {
    margin: -3.2rem;
  }

  .mt-lg-n7, .my-lg-n7 {
    margin-top: -3.2rem;
  }

  .mr-lg-n7, .mx-lg-n7 {
    margin-right: -3.2rem;
  }

  .mb-lg-n7, .my-lg-n7 {
    margin-bottom: -3.2rem;
  }

  .ml-lg-n7, .mx-lg-n7 {
    margin-left: -3.2rem;
  }

  .m-lg-n8 {
    margin: -4.8rem;
  }

  .mt-lg-n8, .my-lg-n8 {
    margin-top: -4.8rem;
  }

  .mr-lg-n8, .mx-lg-n8 {
    margin-right: -4.8rem;
  }

  .mb-lg-n8, .my-lg-n8 {
    margin-bottom: -4.8rem;
  }

  .ml-lg-n8, .mx-lg-n8 {
    margin-left: -4.8rem;
  }

  .m-lg-n9 {
    margin: -6.4rem;
  }

  .mt-lg-n9, .my-lg-n9 {
    margin-top: -6.4rem;
  }

  .mr-lg-n9, .mx-lg-n9 {
    margin-right: -6.4rem;
  }

  .mb-lg-n9, .my-lg-n9 {
    margin-bottom: -6.4rem;
  }

  .ml-lg-n9, .mx-lg-n9 {
    margin-left: -6.4rem;
  }

  .m-lg-auto {
    margin: auto;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0;
  }

  .m-xl-1 {
    margin: 0.4rem;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.4rem;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.4rem;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.4rem;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.4rem;
  }

  .m-xl-2 {
    margin: 0.6rem;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.6rem;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.6rem;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.6rem;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.6rem;
  }

  .m-xl-3 {
    margin: 1rem;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem;
  }

  .m-xl-4 {
    margin: 1.4rem;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.4rem;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.4rem;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.4rem;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.4rem;
  }

  .m-xl-5 {
    margin: 2rem;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 2rem;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 2rem;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 2rem;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 2rem;
  }

  .m-xl-6 {
    margin: 2.6rem;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 2.6rem;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: 2.6rem;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 2.6rem;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: 2.6rem;
  }

  .m-xl-7 {
    margin: 3.2rem;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 3.2rem;
  }

  .mr-xl-7, .mx-xl-7 {
    margin-right: 3.2rem;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 3.2rem;
  }

  .ml-xl-7, .mx-xl-7 {
    margin-left: 3.2rem;
  }

  .m-xl-8 {
    margin: 4.8rem;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 4.8rem;
  }

  .mr-xl-8, .mx-xl-8 {
    margin-right: 4.8rem;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 4.8rem;
  }

  .ml-xl-8, .mx-xl-8 {
    margin-left: 4.8rem;
  }

  .m-xl-9 {
    margin: 6.4rem;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 6.4rem;
  }

  .mr-xl-9, .mx-xl-9 {
    margin-right: 6.4rem;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6.4rem;
  }

  .ml-xl-9, .mx-xl-9 {
    margin-left: 6.4rem;
  }

  .p-xl-0 {
    padding: 0;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0;
  }

  .p-xl-1 {
    padding: 0.4rem;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.4rem;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.4rem;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.4rem;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.4rem;
  }

  .p-xl-2 {
    padding: 0.6rem;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.6rem;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.6rem;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.6rem;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.6rem;
  }

  .p-xl-3 {
    padding: 1rem;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem;
  }

  .p-xl-4 {
    padding: 1.4rem;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.4rem;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.4rem;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.4rem;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.4rem;
  }

  .p-xl-5 {
    padding: 2rem;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 2rem;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 2rem;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 2rem;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 2rem;
  }

  .p-xl-6 {
    padding: 2.6rem;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 2.6rem;
  }

  .pr-xl-6, .px-xl-6 {
    padding-right: 2.6rem;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 2.6rem;
  }

  .pl-xl-6, .px-xl-6 {
    padding-left: 2.6rem;
  }

  .p-xl-7 {
    padding: 3.2rem;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 3.2rem;
  }

  .pr-xl-7, .px-xl-7 {
    padding-right: 3.2rem;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 3.2rem;
  }

  .pl-xl-7, .px-xl-7 {
    padding-left: 3.2rem;
  }

  .p-xl-8 {
    padding: 4.8rem;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 4.8rem;
  }

  .pr-xl-8, .px-xl-8 {
    padding-right: 4.8rem;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 4.8rem;
  }

  .pl-xl-8, .px-xl-8 {
    padding-left: 4.8rem;
  }

  .p-xl-9 {
    padding: 6.4rem;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 6.4rem;
  }

  .pr-xl-9, .px-xl-9 {
    padding-right: 6.4rem;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6.4rem;
  }

  .pl-xl-9, .px-xl-9 {
    padding-left: 6.4rem;
  }

  .m-xl-n1 {
    margin: -0.4rem;
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.4rem;
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.4rem;
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.4rem;
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.4rem;
  }

  .m-xl-n2 {
    margin: -0.6rem;
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.6rem;
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.6rem;
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.6rem;
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.6rem;
  }

  .m-xl-n3 {
    margin: -1rem;
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem;
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem;
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem;
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem;
  }

  .m-xl-n4 {
    margin: -1.4rem;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.4rem;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.4rem;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.4rem;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.4rem;
  }

  .m-xl-n5 {
    margin: -2rem;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -2rem;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -2rem;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -2rem;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -2rem;
  }

  .m-xl-n6 {
    margin: -2.6rem;
  }

  .mt-xl-n6, .my-xl-n6 {
    margin-top: -2.6rem;
  }

  .mr-xl-n6, .mx-xl-n6 {
    margin-right: -2.6rem;
  }

  .mb-xl-n6, .my-xl-n6 {
    margin-bottom: -2.6rem;
  }

  .ml-xl-n6, .mx-xl-n6 {
    margin-left: -2.6rem;
  }

  .m-xl-n7 {
    margin: -3.2rem;
  }

  .mt-xl-n7, .my-xl-n7 {
    margin-top: -3.2rem;
  }

  .mr-xl-n7, .mx-xl-n7 {
    margin-right: -3.2rem;
  }

  .mb-xl-n7, .my-xl-n7 {
    margin-bottom: -3.2rem;
  }

  .ml-xl-n7, .mx-xl-n7 {
    margin-left: -3.2rem;
  }

  .m-xl-n8 {
    margin: -4.8rem;
  }

  .mt-xl-n8, .my-xl-n8 {
    margin-top: -4.8rem;
  }

  .mr-xl-n8, .mx-xl-n8 {
    margin-right: -4.8rem;
  }

  .mb-xl-n8, .my-xl-n8 {
    margin-bottom: -4.8rem;
  }

  .ml-xl-n8, .mx-xl-n8 {
    margin-left: -4.8rem;
  }

  .m-xl-n9 {
    margin: -6.4rem;
  }

  .mt-xl-n9, .my-xl-n9 {
    margin-top: -6.4rem;
  }

  .mr-xl-n9, .mx-xl-n9 {
    margin-right: -6.4rem;
  }

  .mb-xl-n9, .my-xl-n9 {
    margin-bottom: -6.4rem;
  }

  .ml-xl-n9, .mx-xl-n9 {
    margin-left: -6.4rem;
  }

  .m-xl-auto {
    margin: auto;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto;
  }
}
.m-0 {
  margin: 0;
}

.faq-box {
  margin-top: 40px;
  text-align: left;
}

.faq-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-number {
  float: left;
  width: 54px;
  height: 54px;
  background: #2E59D9;
  font-size: 33px;
  color: #fff;
  font-weight: 300;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
}

.faq-box h3 {
  float: right;
  width: 84%;
  margin-top: 0;
}

.faq-description {
  float: right;
  width: 84%;
}

@media (max-width: 767px) {
  .faq-box {
    text-align: center;
  }

  .faq-number {
    float: none;
    display: inline-block;
  }

  .faq-description {
    float: none;
    width: auto;
  }

  .faq-box h3 {
    float: none;
    width: auto;
    margin-top: 20px;
  }
}
.lfg-faq-section {
  padding: 100px 0 50px 0;
}

.lfg-faq-section .headline {
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin-bottom: 50px;
}

.faq-icon-question i {
  float: left;
  font-size: 40px;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #2e59d9;
}

.faq-body h4 {
  padding-top: 10px;
  font-size: 18px;
}

.faq-body {
  margin-bottom: 40px;
}

.faq-body .answer {
  position: relative;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  padding: 20px;
  margin-top: 30px;
  border-radius: 3px;
}

.faq-body .answer:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #E5E5E5 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -15px;
  top: -16px;
  left: 10%;
}

.faq-body .answer:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  top: -15px;
  left: 10%;
}

.bg-grey {
  background-color: #FAFAFA;
}

.thank-you-section {
  padding: 6.5rem 0;
}

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

.help-info p {
  margin-bottom: 5px;
  color: #696c6a;
}

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

.content-social .buttons {
  width: 100%;
  margin: 30px 0px;
}

.content-social .buttons a {
  margin: 0px 1.5%;
  color: white;
  font-size: 2rem;
  min-width: 80px;
}

.content-social .buttons a i {
  text-align: center;
}

.content-social .buttons a.facebook {
  background-color: #4464B2;
}

.content-social .buttons a.twitter {
  background-color: #28A9E0;
}

.content-social .buttons a.instagram {
  background-color: #AD37A9;
}

.content-social-2 .social {
  text-align: center;
}

.content-social-2 .buttons {
  width: 100%;
  margin: 30px 0px;
}

.content-social-2 .buttons a {
  margin: 0px 0.5%;
  color: white;
  font-size: 2rem;
  min-width: 80px;
}

.content-social-2 .buttons a {
  text-align: center;
  background-color: #4353FF;
}

.u-tdn {
  text-decoration: none;
}
.u-tdn:hover {
  text-decoration: none;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.header-1__bar1 {
  background-color: #333;
  height: 60px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-1__bar1 {
    margin-top: -15px;
    background-color: #50d3cf;
  }
}
.header-1__tel {
  font-size: 25px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}
.header-1__tel::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/phone-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-1__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-1__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-1__item.-contact {
  background-color: #50d3cf;
}
.header-1__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-1__item.-contact:hover {
  background-color: #8de2e0;
}
.header-1__item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3ba6f4;
}
.header-1__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #3ca2a1;
}
.header-1__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header-1__bar2 {
  background-color: #f3f3f3;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-1__link {
  font-size: 14px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-1__link:hover {
  border: none;
  text-decoration: none;
  background-color: #e5e5e5;
}
.header-1__link.-after {
  padding-right: 45px;
}
.header-1__link.-after:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  right: 20px;
  border-color: #000 transparent transparent transparent;
}

.header-10__bar1 {
  height: 60px;
  background-color: #333;
}
.header-10__contact {
  color: #fff;
  cursor: pointer;
  background-color: #50d3cf;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .header-10__contact {
    display: none;
  }
}
.header-10__contact:hover {
  color: #fff;
  text-decoration: none;
  background-color: #97efeb;
}
.header-10__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #fff;
}
.header-10__line {
  width: 30px;
  height: 2px;
  background-color: #000;
}
.header-10__ul {
  max-width: 900px;
  background-color: #fff;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
}
.header-10__link {
  font-size: 14px;
  color: #000;
  height: 60px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-10__link:hover {
  color: #3ca2a1;
  border: none;
  text-decoration: none;
}
.header-10__jp {
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #000;
}
.header-10__jp.-none {
  border: none;
}
.header-10__en {
  font-size: 10px;
  opacity: 0.5;
}
.header-10__border {
  width: 1px;
  height: 20px;
  background-color: #000;
}

.header-11 {
  background-color: #fff;
}
.header-11__bar1 {
  height: 60px;
  background-color: #333;
}
.header-11__contact {
  cursor: pointer;
  background-color: #50d3cf;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .header-11__contact {
    display: none;
  }
}
.header-11__contact:hover {
  background-color: #97efeb;
}
.header-11__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #fff;
}
.header-11__line {
  width: 30px;
  height: 2px;
  background-color: #000;
}
.header-11__dammy {
  width: 100%;
  height: 300px;
  background-color: #f0f;
}
@media only screen and (max-width: 767px) {
  .header-11__dammy {
    display: none;
  }
}
.header-11__ul {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.header-11__link {
  font-size: 14px;
  color: #000;
  height: 60px;
  position: relative;
}
.header-11__link:hover {
  padding-top: 4px;
  color: #000;
  border: none;
  text-decoration: none;
  border-bottom: 4px solid #50d3cf;
}
.header-11__jp {
  font-size: 14px;
  text-align: center;
}
.header-11__en {
  font-size: 10px;
  opacity: 0.5;
}

.header-12 {
  background-color: #f3f3f3;
}
.header-12__left {
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-right: 70px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-12__left {
    padding: 0 15px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
  }
}
.header-12__contact {
  cursor: pointer;
  background-color: #50d3cf;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .header-12__contact {
    display: none;
  }
}
.header-12__contact:hover {
  background-color: #97efeb;
}
.header-12__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #fff;
}
.header-12__line {
  width: 30px;
  height: 2px;
  background-color: #000;
}
.header-12__list {
  padding-left: 0;
  margin-top: 10px;
}
.header-12__link {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-12__link:hover {
  color: #50d3cf;
  border: none;
  text-decoration: none;
}
.header-12__link:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  left: -20px;
  top: calc(50% - 4px);
  border-color: #50d3cf transparent transparent transparent;
  transform: rotate(270deg);
}

.header-13__bar1 {
  height: 100px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-13__bar1 {
    padding-left: 0;
    height: 60px;
  }
}
.header-13__link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #000;
  height: 100px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-13__link:hover {
  color: #3ca2a1;
  border: none;
  text-decoration: none;
}
.header-13__jp {
  font-size: 14px;
}
.header-13__en {
  font-size: 10px;
  opacity: 0.5;
}
.header-13__border {
  width: 1px;
  height: 20px;
  background-color: #000;
  transform: rotate(10deg);
}
.header-13__contact {
  cursor: pointer;
  position: relative;
  background-color: #23AFAA;
  height: 100px;
  width: 100px;
  flex-shrink: 0;
}
.header-13__contact::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 40px;
  left: calc(50% - 15px);
}
.header-13__contact:hover {
  background-color: #97efeb;
}
.header-13__hum {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #50d3cf;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-13__hum {
    margin-right: 0;
  }
}
.header-13__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.header-14__bar1 {
  height: 100px;
}
@media only screen and (max-width: 767px) {
  .header-14__bar1 {
    height: 60px;
  }
}
.header-14__img {
  height: 200px;
  width: 200px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-14__img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header-14__logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-14__item {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-14__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 30px;
  left: calc(50% - 15px);
}
.header-14__item.-contact {
  background-color: #23AFAA;
}
.header-14__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-14__item:hover {
  color: #fff;
  text-decoration: none;
  background: #97efeb;
}
.header-14__menu {
  cursor: pointer;
  background-color: #50d3cf;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-14__menu {
    margin: 0;
  }
}
.header-14__bar2 {
  height: 100px;
}
.header-14__link {
  color: #fff;
  font-size: 14px;
  height: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1029px) {
  .header-14__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-14__link:hover {
  color: white;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-14__link {
    height: 60px;
  }
}
.header-14__en {
  display: block;
}
.header-14__main {
  margin-top: -100px;
  margin-left: 100px;
}
@media only screen and (max-width: 767px) {
  .header-14__main {
    margin-top: -60px;
    margin-left: 0;
  }
}

.header-15__bar1 {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-15__bar1 {
    height: 60px;
  }
}
.header-15__img {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-15__img {
    height: 60px;
  }
}
.header-15__logo {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .header-15__logo {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-15__item {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-15__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 30px;
  left: calc(50% - 25px);
}
.header-15__item.-contact {
  background-color: #DC2725;
}
.header-15__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-15__item:hover {
  color: #fff;
  text-decoration: none;
  background: #e76867;
}
.header-15__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header-15__menu {
    margin-right: 0;
  }
}
.header-15__bar2 {
  height: 60px;
}
.header-15__link {
  color: #fff;
  font-size: 14px;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-15__link:hover {
  color: white;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-15__link {
    height: 60px;
  }
}
@media screen and (max-width: 1029px) {
  .header-15__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-15__en {
  display: block;
}
.header-15__main {
  margin-top: -120px;
  background-color: #2459BE;
  width: 100%;
  height: 460px;
  padding-top: 160px;
  padding-left: 100px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .header-15__main {
    margin-top: -60px;
    padding-top: 90px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
}
.header-15__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  position: relative;
  min-width: 140px;
  padding-right: 30px;
  margin-top: 50px;
  font-size: 14px;
  height: 50px;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .header-15__btn {
    margin-top: 30px;
  }
}
.header-15__btn:hover {
  background-color: #fff;
}
.header-15__btn:hover::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.header-15__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .header-15__title {
    font-size: 16px;
  }
}

.header-16__bar1 {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-16__bar1 {
    height: 60px;
  }
}
.header-16__img {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-16__img {
    height: 60px;
  }
}
.header-16__logo {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .header-16__logo {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-16__li {
  position: relative;
}
.header-16__li:nth-child(n+2):before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.header-16__item {
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-16__item.-contact {
  width: 175px;
  height: 70px;
  margin-left: 49px;
  background-color: #DC2725;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1119px) {
  .header-16__item.-contact {
    width: 160px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 14px;
  }
}
.header-16__item.-contact::before {
  content: "";
  position: relative;
  z-index: 1;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
.header-16__item.-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 100%;
  background-image: none;
  background-color: inherit;
  transform-origin: 0 0;
  transform: skewX(-30deg);
}
.header-16__item:hover {
  background: #e76867;
}
.header-16__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header-16__menu {
    margin-right: 0;
  }
}
.header-16__bar2 {
  height: 60px;
}
.header-16__link {
  color: #fff;
  font-size: 14px;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1119px) {
  .header-16__link {
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.header-16__link:hover {
  color: white;
  border: none;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .header-16__link {
    height: 60px;
  }
}
.header-16__en {
  display: block;
}
.header-16__main {
  margin-top: -120px;
  background-color: #101A34;
  width: 100%;
  height: 500px;
  padding-top: 160px;
  padding-left: 100px;
  background-image: url(https://app.krane.jp/storage/content_media/header-16-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width: 767px) {
  .header-16__main {
    margin-top: -60px;
    padding-top: 200px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
}
.header-16__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DC2725;
  color: #fff;
  border-radius: 30px;
  position: relative;
  min-width: 140px;
  margin-top: 50px;
  font-size: 14px;
  height: 50px;
  width: 200px;
}
.header-16__btn::before {
  content: "";
  position: relative;
  z-index: 1;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
.header-16__btn:hover {
  background: #e76867;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-16__title {
    font-size: 16px;
  }
}

.header-17 {
  position: relative;
}
.header-17__bar1 {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-17__bar1 {
    height: 60px;
  }
}
.header-17__img {
  height: 200px;
  width: 200px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-17__img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header-17__logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-17__ul {
  padding: 0;
  padding-left: 15px;
}
.header-17__li {
  position: relative;
}
.header-17__li:nth-child(n+2):before {
  content: "";
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: #fff;
}
.header-17__item {
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-17__item:hover {
  background: #e76867;
}
.header-17__contact {
  position: absolute;
  right: 0;
  top: 30px;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 220px;
  margin-left: 49px;
  border-radius: 0;
  background-color: #DC2725;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 3px;
}
@media screen and (max-width: 1199px) {
  .header-17__contact {
    top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .header-17__contact {
    display: none;
  }
}
.header-17__contact:hover {
  color: #fff;
  background: #e76867;
}
.header-17__contact::before {
  content: "";
  display: inline-block;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  margin-bottom: 10px;
}
.header-17__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header-17__menu {
    margin-right: 0;
  }
}
.header-17__bar2 {
  height: 60px;
}
.header-17__link {
  color: #fff;
  font-size: 14px;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-17__link:hover {
  color: white;
  border: none;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .header-17__link {
    height: 60px;
  }
}
.header-17__en {
  display: block;
}
.header-17__main {
  margin-top: -120px;
  background-color: #101A34;
  width: 100%;
  height: 500px;
  padding-top: 160px;
  padding-left: 100px;
  margin-bottom: 50px;
  background-image: url(https://app.krane.jp/storage/content_media/header-17-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media only screen and (max-width: 767px) {
  .header-17__main {
    margin-top: -60px;
    padding-top: 200px;
    padding-left: 15px;
    padding-bottom: 30px;
  }
}
.header-17__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  position: relative;
  min-width: 140px;
  margin-top: 50px;
  font-size: 14px;
  height: 60px;
  width: 250px;
}
.header-17__btn svg {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.header-17__btn path {
  fill: currentColor;
}
.header-17__btn:hover {
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .header-17__title {
    font-size: 16px;
  }
}

.header-18__bar1 {
  height: 100px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-18__bar1 {
    padding-left: 0;
    height: 60px;
  }
}
.header-18__link {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  color: #000;
  height: 100px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-18__link:hover {
  color: #3ca2a1;
  border: none;
  text-decoration: none;
}
.header-18__en {
  font-size: 14px;
}
.header-18__jp {
  font-size: 10px;
  opacity: 0.5;
}
.header-18__border {
  width: 1px;
  height: 20px;
  background-color: #000;
  transform: rotate(10deg);
}
.header-18__item {
  color: #fff;
  height: 50px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-18__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-18__item.-contact {
  background-color: #50d3cf;
}
.header-18__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-18__item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #97efeb;
}
.header-18__hum {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #50d3cf;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-18__hum {
    margin-right: 0;
  }
}
.header-18__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.header-19 {
  background-color: #333;
}
.header-19__bar1 {
  height: 60px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header-19__bar1 {
    padding-left: 15px;
  }
}
.header-19__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-19__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-19__item.-contact {
  background-color: #3ca2a1;
}
.header-19__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-19__item:hover {
  color: #fff;
  text-decoration: none;
  background: #50d3cf;
}
.header-19__menu {
  color: #000;
  cursor: pointer;
  background-color: #50d3cf;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-19__menu {
    margin-right: 0;
  }
}
.header-19__bar2 {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-19__link {
  color: #fff;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
  border-right: 1px solid #fff;
}
.header-19__link:hover {
  color: #3ca2a1;
  text-decoration: none;
}
.header-19__link.-none {
  border-right: none;
}
.header-19__main {
  margin-top: -60px;
}

.header-2__bar1 {
  background-color: #333;
  height: 60px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-2__bar1 {
    background-color: #fff;
    padding-right: 0;
  }
}
.header-2__tel {
  font-size: 25px;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
}
.header-2__tel::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/phone-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-2__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 30px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-2__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-2__item.-contact {
  background-color: #50d3cf;
}
.header-2__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-2__item.-contact:hover {
  background-color: #8de2e0;
}
.header-2__item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3ba6f4;
}
.header-2__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #000;
}
.header-2__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header-2__bar2 {
  background-color: #f3f3f3;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-2__link {
  font-size: 14px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-2__link:hover {
  border: none;
  text-decoration: none;
  background-color: #e5e5e5;
}
.header-2__link.-after {
  padding-right: 45px;
}
.header-2__link.-after:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  right: 20px;
  border-color: #50d3cf transparent transparent transparent;
}

.header-20__bar1 {
  height: 60px;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .header-20__bar1 {
    padding-left: 15px;
  }
}
.header-20__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-20__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-20__item.-contact {
  background-color: #3ca2a1;
}
.header-20__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-20__item:hover {
  color: #fff;
  text-decoration: none;
  background: #50d3cf;
}
.header-20__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-20__menu {
    margin-right: 0;
  }
}
.header-20__bar2 {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-20__link {
  color: #000;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
  border-right: 1px solid #000;
}
.header-20__link:hover {
  color: #000;
  text-decoration: none;
}
.header-20__link.-none {
  border-right: none;
}
.header-20__main {
  margin-top: -60px;
}

.header-21 {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-21__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-21__bar1 {
  background-color: #fff;
  height: 80px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header-21__bar1 {
    height: 60px;
    padding-left: 15px;
    margin-top: 0;
    padding-right: 0;
  }
}
.header-21__item {
  padding-left: 40px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  background-color: #3ca2a1;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-21__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 7px);
}
.header-21__item:hover {
  background: #6dddda;
}
.header-21__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .header-21__hum {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header-21__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header-21__bar2 {
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-21__link {
  color: #000;
  font-size: 14px;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-21__link:hover {
  color: #fff;
  border: none;
  text-decoration: none;
  background-color: #000;
}
.header-21__link.-after {
  padding-right: 30px;
}
.header-21__link.-after::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  right: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.header-21__link.-after:hover::after {
  top: 25px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(225deg);
}
.header-21__main {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .header-21__main {
    margin-top: -60px;
  }
}

.header-3__bar1 {
  background-color: #333;
  height: 60px;
  padding-left: 15px;
}
.header-3__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-3__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-3__item.-contact {
  background: linear-gradient(to right, #23afaa, #418aff);
}
.header-3__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-3__item.-contact:hover {
  background: linear-gradient(to right, #23afaa, #418aff);
  opacity: 0.8;
}
.header-3__item:hover {
  color: #fff;
  text-decoration: none;
  background: #50d3cf;
}
.header-3__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #000;
}
.header-3__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header-3__bar2 {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-3__link {
  color: #fff;
  font-size: 14px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-3__link:hover {
  color: white;
  border: none;
  text-decoration: none;
  background: linear-gradient(to right, #23afaa, #418aff);
}
.header-3__link.-after {
  padding-right: 45px;
}
.header-3__link.-after:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  right: 20px;
  border-color: #fff transparent transparent transparent;
}

.header-4__bar1 {
  height: 60px;
  padding-left: 15px;
}
.header-4__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-4__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 9px);
}
.header-4__item.-contact {
  background: linear-gradient(to right, #23afaa, #418aff);
}
.header-4__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-4__item.-contact:hover {
  background: linear-gradient(to right, #23afaa, #418aff);
  opacity: 0.8;
}
.header-4__item:hover {
  color: #fff;
  text-decoration: none;
  background: #50d3cf;
}
.header-4__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .header-4__menu {
    margin-right: 0;
  }
}
.header-4__bar2 {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-4__link {
  color: #fff;
  font-size: 14px;
  height: 60px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-4__link:hover {
  color: white;
  border: none;
  text-decoration: none;
}
.header-4__link.-after {
  padding-right: 45px;
}
.header-4__link.-after:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  right: 20px;
  border-color: #fff transparent transparent transparent;
}
.header-4__main {
  margin-top: -60px;
}

.header-5__bar1 {
  background-color: #333;
  height: 60px;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .header-5__bar1 {
    background-color: inherit;
  }
}
.header-5__hum {
  width: 60px;
  padding: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .header-5__hum {
    border-radius: 50%;
    background-color: #0c81d6;
  }
}
.header-5__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}

.header-6__bar1 {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-6__bar1 {
    height: 60px;
  }
}
.header-6__img {
  height: 120px;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .header-6__img {
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .header-6__logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-6__item {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  background-color: #0c81d6;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-6__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/letter_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 30px;
  left: calc(50% - 15px);
}
.header-6__item.-contact {
  background-color: #23AFAA;
}
.header-6__item.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-6__item:hover {
  color: #fff;
  text-decoration: none;
  background: #6dddda;
}
.header-6__menu {
  cursor: pointer;
  background-color: #000;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .header-6__menu {
    margin-right: 0;
  }
}
.header-6__bar2 {
  height: 120px;
}
.header-6__link {
  color: #fff;
  font-size: 14px;
  height: 120px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-6__link:hover {
  color: white;
  border: none;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-6__link {
    height: 60px;
  }
}
.header-6__en {
  display: block;
}
.header-6__main {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .header-6__main {
    margin-top: -60px;
  }
}

.header-7__bar1 {
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .header-7__img {
    width: 100%;
  }
}
.header-7__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #f3f3f3;
}
.header-7__line {
  width: 30px;
  height: 2px;
  background-color: #000;
}
.header-7__bar2 {
  background-color: #f3f3f3;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 50px;
  position: relative;
  z-index: 3;
}
.header-7__link {
  font-size: 14px;
  color: #000;
  height: 60px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-7__link:hover {
  color: #3ca2a1;
  border: none;
  text-decoration: none;
}
.header-7__jp {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
}
.header-7__jp.-none {
  border-right: none;
}
.header-7__en {
  font-size: 10px;
  opacity: 0.5;
}
.header-7__main {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .header-7__main {
    margin-top: -60px;
  }
}

.header-8__bar1 {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header-8__bar1 {
    justify-content: space-between;
    padding-left: 15px;
  }
}
.header-8__hum {
  cursor: pointer;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: #000;
}
.header-8__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.header-8__line:nth-child(1) {
  transform-origin: 0% 50%;
}
.header-8__hum.is-active .header-8__line:nth-child(1) {
  transform: rotate(45deg) scaleX(1.414);
}
.header-8__hum.is-active .header-8__line:nth-child(2) {
  transform: scaleX(0);
}
.header-8__line:nth-child(3) {
  transform-origin: 0% 50%;
}
.header-8__hum.is-active .header-8__line:nth-child(3) {
  transform: translateY(2px) rotate(-45deg) scaleX(1.414);
}
.header-8__ul {
  margin-bottom: 0;
  padding-left: 0;
}
@media only screen and (min-width: 768px), print {
  .header-8__ul {
    display: flex;
    align-items: center;
  }
}
.header-8__li {
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .header-8__li {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .header-8__li {
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px), print {
  .header-8__li:nth-child(n+2):before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #000;
  }
}
.header-8__link {
  transition: all 0.2s ease-out;
}
@media only screen and (min-width: 768px), print {
  .header-8__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    height: 60px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .header-8__link {
    display: block;
    padding: 12px 15px;
    color: #fff;
  }
}
.header-8__link:hover {
  color: #3ca2a1;
  border: none;
  text-decoration: none;
}
.header-8__jp {
  font-size: 14px;
}
.header-8__en {
  font-size: 10px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .header-8__en {
    display: none;
  }
}
.header-8__border {
  width: 1px;
  height: 20px;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .header-8__menu {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 2100;
    width: 250px;
    padding: 0;
    background-color: #98a6b5;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.5s;
  }
  .header-8__menu.is-active {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-8__shade {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .header-8__shade.is-active {
    visibility: visible;
    opacity: 1;
  }
}

.header-9__container {
  width: 96%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .header-9__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-9__bar1 {
  margin-top: 60px;
  background-color: #fff;
  height: 60px;
  padding-left: 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .header-9__bar1 {
    padding-left: 15px;
    margin-top: 0;
    padding-right: 0;
  }
}
.header-9__item {
  color: #fff;
  padding-left: 40px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  background-color: #3ca2a1;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.header-9__item::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 15px;
  top: calc(50% - 7px);
}
.header-9__item:hover {
  color: #fff;
  text-decoration: none;
  background: #6dddda;
}
.header-9__hum {
  cursor: pointer;
  width: 60px;
  padding: 15px;
  background-color: #e5e5e5;
}
.header-9__line {
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header-9__bar2 {
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-9__link {
  color: #000;
  font-size: 14px;
  height: 60px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  transition: all 0.2s ease-out;
}
.header-9__link:hover {
  color: #000;
  border: none;
  text-decoration: none;
  background-color: #f3f3f3;
}
.header-9__link.-after {
  padding-right: 30px;
}
.header-9__link.-after:hover::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  right: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.header-9__main {
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .header-9__main {
    margin-top: -60px;
  }
}

.footer-1__list li:nth-child(n+2):before {
  content: "/";
}
.footer-1__item {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
  font-weight: bold;
}
.footer-1__item:hover {
  color: #fff;
}
.footer-1__cr {
  border-top: 1px solid #fff;
}

.footer-2 {
  background-color: #333;
}
.footer-2__list {
  font-weight: bold;
}
.footer-2__list a {
  color: #fff;
}
.footer-2__item {
  font-weight: normal;
}
.footer-2__item::before {
  content: "-";
}
.footer-2__cr {
  background-color: #000;
  border-top: 1px solid #707070;
  justify-content: space-between;
}

.footer-3 {
  background-color: #0f716d;
}
.footer-3__list a {
  color: #fff;
}
.footer-3__item {
  font-weight: normal;
}
.footer-3__item::before {
  content: "-";
}
.footer-3__cr {
  background-color: #333;
  border-top: 1px solid #707070;
  justify-content: space-between;
}

.footer-4 {
  background-color: #333333;
}
@media only screen and (max-width: 767px) {
  .footer-4 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-4__logo {
    margin-top: 50px;
  }
}
.footer-4__list li:nth-child(n+2):before {
  content: "/";
}
.footer-4__list a {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-4__icon {
  padding: 5px;
  background-color: #000000;
  border-radius: 50%;
}
.footer-4__contact {
  position: relative;
  background-color: #ce1d1d;
  color: #ffffff;
  font-weight: bold;
  border-style: none;
}
.footer-4__contact::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 20px;
  margin-top: 3px;
}
.footer-4__cr {
  border-top: 1px solid #333333;
}
@media only screen and (max-width: 767px) {
  .footer-4__cr {
    background-color: #000;
  }
}

.footer-5 {
  background-color: #333333;
}
.footer-5__item a {
  color: #fff;
}
.footer-5__cr {
  background-color: #333333;
  border-top: 1px solid #707070;
}
.footer-5__contact {
  position: relative;
  background-color: #ce1d1d;
  color: #ffffff;
  font-weight: bold;
  border-style: none;
  transition: all 0.3s;
}
.footer-5__contact::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 20px;
  margin-top: 3px;
}
.footer-5__contact:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.footer-6__list a {
  color: #000;
}
.footer-6__item {
  font-weight: normal;
}
.footer-6__item::before {
  content: "-";
}
.footer-6__cr {
  color: #000000;
  border-top: 1px solid #707070;
  background-color: #ffffff;
  justify-content: space-between;
}

.footer-7__btn {
  margin-left: 10px;
  margin-right: 10px;
  border: solid 1px #000000;
  background-color: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer-7__btn {
    width: 130px;
    font-size: 14px;
  }
}
.footer-7__list li:nth-child(n+2):before {
  content: "/";
}
.footer-7__item {
  padding-left: 16px;
  padding-right: 16px;
  color: #000;
  font-weight: bold;
}
.footer-7__item:hover {
  color: #000;
}
.footer-7__cr {
  border-top: 1px solid #000000;
}

.heading-a__main {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .heading-a__main {
    font-size: 30px;
  }
}
.heading-a__border {
  width: 150px;
  height: 7px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.heading-a__sub {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .heading-a__sub {
    font-size: 16px;
  }
}

.heading-b__main {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .heading-b__main {
    font-size: 26px;
  }
}
.heading-b__sub {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .heading-b__sub {
    font-size: 16px;
  }
}
.heading-b__border {
  height: 3px;
  background-image: linear-gradient(to right, #2ECFCA 120px, #D5DCE5 120px);
  background-color: #D5DCE5;
}

.heading-c__main {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .heading-c__main {
    font-size: 30px;
  }
}
.heading-c__sub {
  font-size: 16px;
  color: #2ecfca;
}

.heading-d {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.heading-d__main {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .heading-d__main {
    font-size: 30px;
  }
}
.heading-d__separator {
  margin: 0 20px;
}
.heading-d__sub {
  margin: 0;
  font-size: 16px;
}

.heading-e {
  position: relative;
}
.heading-e__bg {
  margin: 0;
  font-size: 100px;
  letter-spacing: 10px;
  white-space: nowrap;
  color: #f2f6fa;
}
@media only screen and (max-width: 767px) {
  .heading-e__bg {
    font-size: 60px;
  }
}
.heading-e__main {
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  margin: 0;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .heading-e__main {
    left: 40px;
    font-size: 26px;
  }
}

.heading-f:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}
.heading-f__inner {
  background-color: #fff;
}
.heading-f__main {
  font-size: 26px;
}
.heading-f__sub {
  font-size: 16px;
}

.heading-g__sub {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #2ecfca;
  color: #fff;
  font-size: 16px;
}
.heading-g__main {
  font-size: 23px;
}

.main-1 {
  width: 100%;
}
.main-1__textbox {
  margin-top: 160px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .main-1__textbox {
    margin-top: 80px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-1__title {
    font-size: 20px;
    width: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-1__text {
    width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-1__text {
    font-size: 14px;
  }
}
.main-1__circle {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.main-1__circle.-active {
  background-color: #fff;
}

.main-10__row {
  height: 500px;
  overflow: hidden;
}
.main-10__left {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .main-10__left {
    margin-top: 50px;
  }
}
.main-10__imgleft {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: ellipse(40vw 40vw at 10% 50%);
          clip-path: ellipse(40vw 40vw at 10% 50%);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .main-10__imgleft {
    height: 300px;
    -webkit-clip-path: ellipse(100vw 70vw at 50% 80%);
            clip-path: ellipse(100vw 70vw at 50% 80%);
  }
}
.main-10__circle {
  top: -5vw;
  left: 23vw;
  background-color: #f3f3f3;
  width: 30vw;
  height: 50vw;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main-10__circle {
    top: 0;
    width: 160vw;
    left: -50vw;
  }
}
.main-10__circle.-cr1 {
  height: 200px;
  width: 200px;
  top: -30px;
  left: inherit;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .main-10__circle.-cr1 {
    display: none;
  }
}
.main-10__circle.-cr2 {
  height: 300px;
  width: 400px;
  top: inherit;
  bottom: -100px;
  left: inherit;
  right: -100px;
}
@media only screen and (max-width: 767px) {
  .main-10__circle.-cr2 {
    display: none;
  }
}
.main-10__border {
  top: -2vw;
  left: 20vw;
  border: 2px solid #e5e5e5;
  width: 30vw;
  height: 60vw;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .main-10__border {
    top: 0vw;
    left: -20vw;
    width: 150vw;
  }
}
.main-10__border.-br1 {
  top: -50px;
  left: inherit;
  right: -70px;
  height: 250px;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .main-10__border.-br1 {
    display: none;
  }
}
.main-10__border.-br2 {
  top: inherit;
  left: inherit;
  bottom: -80px;
  right: -130px;
  height: 300px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .main-10__border.-br2 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-10__right {
    display: none;
  }
}
.main-10__right1 {
  height: 250px;
}
.main-10__right2 {
  height: 250px;
}
.main-10__imgr1 {
  height: 100%;
  margin-top: -50px;
  margin-right: -130px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: circle(30%);
          clip-path: circle(30%);
  position: relative;
  z-index: 3;
}
.main-10__imgr2 {
  height: 100%;
  margin-top: 50px;
  margin-right: -75px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: circle(40%);
          clip-path: circle(40%);
  position: relative;
  z-index: 3;
}
.main-10__textbox {
  z-index: 5;
  top: 40%;
  right: 10%;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .main-10__textbox {
    position: inherit;
    text-align: center;
    top: inherit;
    right: inherit;
    width: inherit;
    padding-top: 30px;
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
.main-10__title {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .main-10__title {
    font-size: 24px;
  }
}

.main-11__left {
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-11__textbox {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 100px;
  margin-left: -15px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .main-11__textbox {
    height: inherit;
    padding: 15px;
    min-width: 300px;
    width: 60vw;
  }
}
.main-11__title {
  font-size: 26px;
}
.main-11__box {
  width: 100%;
  height: 150px;
}
.main-11__subtext {
  width: 50%;
}

.main-12 {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .main-12 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.main-12__title {
  font-size: 30px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .main-12__title {
    font-size: 20px;
    width: auto;
  }
}
.main-12__text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .main-12__text {
    width: auto;
  }
}
.main-12__circles {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.main-12__circle {
  background-color: #23afaa;
  width: 30vw;
  height: 30vw;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 220px;
  max-height: 220px;
  word-break: break-all;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .main-12__circle {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 100vw;
    max-width: 290px;
    max-height: 290px;
  }
}
.main-12__step {
  font-size: 23px;
  letter-spacing: 0.2;
}
.main-12__border {
  border-bottom: solid 1px #97efeb;
  width: 60px;
}
.main-12__subtext {
  font-size: 16px;
  line-height: 1.75;
}
.main-12__box {
  background-color: #23afaa;
  border-radius: 10px;
}
.main-12__feature {
  font-size: 10px;
}
.main-12__count {
  font-size: 18px;
}
.main-12__slash {
  width: 1px;
  height: 50px;
  background-color: #fff;
}
.main-12__content {
  font-size: 14px;
}

.main-13__leftimg {
  position: absolute;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50px, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 50px, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .main-13__leftimg {
    height: 500px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 200px, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 200px, 0% 100%);
  }
}
.main-13__rightimg {
  position: absolute;
  height: 550px;
  bottom: -550px;
  width: 50%;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 300px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 300px);
}
@media only screen and (max-width: 767px) {
  .main-13__rightimg {
    width: 100%;
    height: 500px;
    bottom: -500px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 80%);
  }
}
.main-13__textbox {
  padding-top: 400px;
}
@media only screen and (max-width: 767px) {
  .main-13__textbox {
    padding-top: 520px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.main-13__title {
  width: 30vw;
  font-size: 22px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .main-13__title {
    width: auto;
    font-size: 18px;
  }
}
.main-13__text {
  text-align: center;
}

.main-2 {
  padding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .main-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.main-2__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.main-2__box {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
@media only screen and (max-width: 767px) {
  .main-2__box {
    padding: 30px 20px;
  }
}
.main-2__title {
  font-size: 23px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .main-2__title {
    font-size: 16px;
  }
}
.main-2__border {
  border-bottom: 1px solid #000;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .main-2__border {
    width: 100%;
  }
}

.main-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url(https://app.krane.jp/storage/content_media/main-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 30px;
  margin: 15px;
}
@media only screen and (max-width: 767px) {
  .main-3 {
    padding-top: 80px;
  }
}
.main-3__title {
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-3__title {
    font-size: 26px;
  }
}
.main-3__text {
  color: #fff;
}
.main-3__border {
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
}

.main-4 {
  padding-top: 40px;
  padding-bottom: 30px;
}
.main-4__row {
  flex-wrap: nowrap;
  overflow: hidden;
}
.main-4__left {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(https://app.krane.jp/storage/content_media/main-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.main-4__right {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(https://app.krane.jp/storage/content_media/main-5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}
.main-4__center {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url(https://app.krane.jp/storage/content_media/main-3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 30px;
  margin-right: 30px;
}
.main-4__box {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .main-4__box {
    height: 500px;
  }
}
.main-4__arrow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 -40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-4__arrow {
    margin: 0 -15px;
  }
}
.main-4__arrow::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  left: 15px;
  border-left: 4px solid #98a6b5;
  border-bottom: 4px solid #98a6b5;
  transform: rotate(45deg);
}
.main-4__arrow.-right::before {
  left: inherit;
  right: 15px;
  transform: rotate(225deg);
}
.main-4__textbox {
  width: 450px;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .main-4__textbox {
    width: auto;
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.main-4__title {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .main-4__title {
    font-size: 20px;
    width: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-4__text {
    font-size: 14px;
    width: 60vw;
    padding-bottom: 0px;
  }
}
.main-4__circle {
  width: 15px;
  height: 15px;
  border: 1px solid #98a6b5;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.main-4__circle.-active {
  background-color: #98a6b5;
}

.main-5__textbox {
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 40px;
  right: 40px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .main-5__textbox {
    justify-content: space-between;
  }
}
.main-5__title {
  margin-bottom: 20px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .main-5__title {
    padding-top: 70px;
    font-size: 20px;
  }
}
.main-5__text {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .main-5__text {
    font-size: 16px;
  }
}
.main-5 .swiper-button-prev,
.main-5 .swiper-button-next {
  opacity: 0.9;
}
.main-5 .swiper-button-prev:hover,
.main-5 .swiper-button-next:hover {
  opacity: 1;
}
.main-5 .swiper-button-prev:after,
.main-5 .swiper-button-next:after {
  content: none;
}
.main-5__thumb {
  margin: 30px -15px 0;
}
@media only screen and (max-width: 767px) {
  .main-5__thumb {
    display: none;
  }
}
.main-5__thumb-item.swiper-slide {
  width: 33.3333%;
  padding: 0 15px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.main-5__thumb-item.swiper-slide:hover {
  opacity: 0.8;
}
.main-5__thumb-text {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

.main-6 {
  padding: 15px;
}
.main-6__container {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .main-6__container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 200px;
  }
}
.main-6__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-6__textbox {
  background-color: #fff;
}

.main-7 {
  padding: 15px;
}
.main-7__container {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .main-7__container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .main-7__right {
    margin-top: 40px;
  }
}
.main-7__textbox {
  background-color: #fff;
  width: 100%;
}
.main-7__content {
  border-bottom: 1px solid #e5e5e5;
}
.main-7__date {
  font-size: 14px;
  color: #3ca2a1;
}
.main-7__news {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.main-7__news::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 4px;
  right: 10px;
  border-top: 2px solid #50d3cf;
  border-right: 2px solid #50d3cf;
  transform: rotate(45deg);
}
.main-7__btn {
  background-color: #50d3cf;
  border: 1px solid #50d3cf;
  border-radius: 0;
  position: relative;
  min-width: 140px;
}
.main-7__btn:hover {
  background-color: #fff;
  color: #50d3cf;
}
.main-7__btn:hover::after {
  border-top: 2px solid #50d3cf;
  border-right: 2px solid #50d3cf;
}
.main-7__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  top: calc(50% - 5px);
  right: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.main-8__photo {
  width: 100%;
  height: 400px;
  transition: all 0.3s;
}
.main-8__photo:hover {
  opacity: 0.8;
  text-decoration: none;
}
.main-8__photo.-sub {
  height: 200px;
}
.main-8__text {
  color: #f00;
  width: 100%;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.main-8__text::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  top: calc(50% - 5px);
  right: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.main-8__text.-sub {
  font-size: 14px;
  width: calc(25vw - 40px);
}
@media only screen and (max-width: 767px) {
  .main-8__text.-sub {
    width: calc(50vw - 40px);
  }
}
.main-8__text.-sub::after {
  right: -20px;
}

.main-9 {
  width: 100%;
}
.main-9__textbox {
  margin-top: 160px;
  margin-bottom: 100px;
  width: 450px;
}
@media only screen and (max-width: 767px) {
  .main-9__textbox {
    margin-top: 80px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main-9__title {
    font-size: 20px;
    width: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-9__text {
    width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .main-9__text {
    font-size: 14px;
  }
}
.main-9__circle {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 8px;
  margin-right: 8px;
}
.main-9__circle.-active {
  background-color: #fff;
}

.footernav-1 {
  background-color: #333;
  height: 60px;
  width: 100%;
}
.footernav-1__btn {
  min-width: 130px;
  width: 40vw;
  flex-shrink: 0;
  color: #fff;
  height: 60px;
  border: none;
  background-color: #333;
}
.footernav-1__btn:hover {
  color: #fff;
  text-decoration: none;
}
.footernav-1__btn.-tel {
  width: calc(60vw - 60px);
}
.footernav-1__contact {
  height: 60px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  font-size: 14px;
}
.footernav-1__contact::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: calc(50% - 7px);
}
.footernav-1__bar {
  width: 1px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.footernav-1__tel {
  height: 60px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.footernav-1__tel::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/phone-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: calc(50% - 10px);
}
.footernav-1__arrow {
  width: 60px;
  height: 60px;
  background-color: #ce1d1d;
  background-image: url(https://app.krane.jp/storage/content_media/icons/arrow-up_w.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.footernav-2 {
  background-color: #333;
  height: 70px;
  width: 100%;
}
.footernav-2__nav {
  width: calc(100vw - 60px);
}
.footernav-2__btn {
  position: relative;
  width: calc(25vw - 15px);
  font-size: 10px;
  text-align: center;
  color: #fff;
  height: 70px;
  border: none;
  background-color: #333;
}
.footernav-2__btn::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/menu_bar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: 15px;
}
.footernav-2__btn.-home::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/icon_home.svg);
}
.footernav-2__btn.-tel::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/phone-w.svg);
}
.footernav-2__btn.-contact::before {
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
}
.footernav-2__text {
  display: block;
  color: #fff;
  padding-top: 42px;
}
.footernav-2__text:hover {
  color: #fff;
  text-decoration: none;
}
.footernav-2__arrow {
  width: 60px;
  height: 70px;
  background-color: #ce1d1d;
  background-image: url(https://app.krane.jp/storage/content_media/icons/arrow-up_w.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.footernav-3 {
  background-color: #333;
  height: 60px;
  width: 100%;
}
.footernav-3__btn {
  min-width: 130px;
  width: 50vw;
  flex-shrink: 0;
  color: #fff;
  height: 60px;
  border: none;
  background-color: #333;
}
.footernav-3__btn.-tel {
  background-color: #50d3cf;
}
.footernav-3__btn:hover {
  color: #fff;
  text-decoration: none;
}
.footernav-3__contact {
  height: 60px;
  position: relative;
  padding-left: 35px;
  padding-right: 10px;
  font-size: 14px;
}
.footernav-3__contact::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/email-1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: calc(50% - 7px);
}
.footernav-3__bar {
  width: 1px;
  height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.footernav-3__tel {
  height: 60px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
.footernav-3__tel::before {
  content: "";
  position: absolute;
  background-image: url(https://app.krane.jp/storage/content_media/icons/phone-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 10px;
  top: calc(50% - 10px);
}

@media only screen and (max-width: 767px) {
  .flow-1__respon {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.flow-1__item {
  width: 13vw;
  max-width: 150px;
}
@media only screen and (max-width: 767px) {
  .flow-1__item {
    width: 70%;
    max-width: 500px;
    margin-left: 10px;
  }
}
.flow-1__count {
  background-color: #baefed;
  border-radius: 30px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .flow-1__count {
    font-size: 14px;
  }
}
.flow-1__count.-two {
  background-color: #97efeb;
}
.flow-1__count.-three {
  background-color: #6dddda;
}
.flow-1__count.-four {
  background-color: #50d3cf;
}
.flow-1__count.-five {
  background-color: #3ca2a1;
}
.flow-1__img {
  width: 13vw;
  height: 13vw;
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .flow-1__img {
    width: 25vw;
    height: 25vw;
  }
}
.flow-1__title {
  font-size: 16px;
}
.flow-1__text {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .flow-1__text {
    font-size: 12px;
  }
}
.flow-1__arrowpc {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0px;
  border-top: 4px solid #97efeb;
  border-right: 4px solid #97efeb;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .flow-1__arrowpc {
    display: none;
  }
}
.flow-1__arrowpc.-two {
  border-top: 4px solid #6dddda;
  border-right: 4px solid #6dddda;
}
.flow-1__arrowpc.-three {
  border-top: 4px solid #50d3cf;
  border-right: 4px solid #50d3cf;
}
.flow-1__arrowpc.-four {
  border-top: 4px solid #3ca2a1;
  border-right: 4px solid #3ca2a1;
}
.flow-1__arrowsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-1__arrowsp {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0px;
    border-right: 4px solid #97efeb;
    border-bottom: 4px solid #97efeb;
    transform: rotate(45deg);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.flow-1__arrowsp.-two {
  border-right: 4px solid #6dddda;
  border-bottom: 4px solid #6dddda;
}
.flow-1__arrowsp.-three {
  border-right: 4px solid #50d3cf;
  border-bottom: 4px solid #50d3cf;
}
.flow-1__arrowsp.-four {
  border-right: 4px solid #3ca2a1;
  border-bottom: 4px solid #3ca2a1;
}

.flow-10__step {
  background-color: #97efeb;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .flow-10__step {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    margin-right: 15px;
  }
}
.flow-10__step.-two {
  background-color: #6dddda;
  z-index: 3;
}
.flow-10__step.-three {
  background-color: #50d3cf;
  z-index: 2;
}
.flow-10__step.-four {
  background-color: #3ca2a1;
  z-index: 1;
}
.flow-10__before {
  margin-left: -30px;
}
@media only screen and (max-width: 767px) {
  .flow-10__before {
    margin-top: -32px;
    margin-left: 0;
  }
}
.flow-10__after {
  position: relative;
}
.flow-10__after::after {
  content: "";
  width: 20px;
  height: 100%;
  top: 0;
  right: -20px;
  background-color: inherit;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 0% 100%, 20px 50%);
  clip-path: polygon(0 0, 0% 100%, 20px 50%);
}
@media only screen and (max-width: 767px) {
  .flow-10__after::after {
    top: inherit;
    bottom: -19px;
    width: 100%;
    height: 40px;
    right: 0;
    z-index: 5;
    -webkit-clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  }
}
.flow-10__title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .flow-10__title {
    margin-top: 0;
  }
}
.flow-10__text {
  font-size: 14px;
}

.flow-11__row {
  position: relative;
}
.flow-11__row::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(#e5e5e5, #e5e5e5 5px, transparent 5px, transparent 12px);
  background-size: 5px 12px;
  background-repeat: repeat-y;
  background-position: left top;
  width: 5px;
  left: 30px;
  top: 50px;
  bottom: 0px;
}
.flow-11__arrow {
  padding: 0;
}
.flow-11__step {
  color: #50d3cf;
  font-size: 18px;
}
.flow-11__span {
  font-size: 30px;
}
.flow-11__textbox {
  padding: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-11__textbox {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.flow-11__title {
  line-height: 40px;
  padding-left: 5px;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flow-11__title {
    line-height: 30px;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .flow-11__text {
    margin-top: 0;
  }
}

.flow-2__step {
  background-color: #6dddda;
}
@media only screen and (max-width: 767px) {
  .flow-2__step {
    padding-left: 5px;
    padding-right: 5px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    margin-right: 15px;
  }
}
.flow-2__step.-two {
  background-color: #50d3cf;
}
.flow-2__step.-three {
  background-color: #3ca2a1;
}
.flow-2__cut {
  position: relative;
}
.flow-2__cut::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  border-right: 20px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
@media only screen and (min-width: 768px), print {
  .flow-2__cut::before {
    top: -18px;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-2__cut::before {
    bottom: -20px;
    right: 0;
  }
}
.flow-2__cut::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
@media only screen and (min-width: 768px), print {
  .flow-2__cut::after {
    border-right: 20px solid #fff;
    bottom: -18px;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-2__cut::after {
    border-left: 20px solid #fff;
    bottom: -20px;
    left: 0;
  }
}
.flow-2__title {
  font-size: 16px;
}
.flow-2__text {
  font-size: 14px;
}
.flow-2__photo {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-2__photo {
    margin-top: 0;
  }
}
.flow-2__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-3 {
  background-color: #f3f3f3;
}
.flow-3__content {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .flow-3__content {
    margin-bottom: 20px;
  }
}
.flow-3__circle {
  background-color: #50d3cf;
  width: 200px;
  height: 200px;
  word-break: break-all;
  padding: 25px;
  margin-top: -100px;
}
.flow-3__step {
  font-size: 18px;
}
.flow-3__border {
  border-bottom: solid 1px #97efeb;
  width: 60px;
}
.flow-3__title {
  font-size: 17px;
  line-height: 1.75;
}
.flow-3__box {
  background-color: #fff;
  border: solid 1px #f3f3f3;
}

.flow-4 {
  position: relative;
}
.flow-4::before {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  right: 0;
  width: 620px;
  height: 2px;
  margin: auto;
  background-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .flow-4::before {
    display: none;
  }
}
.flow-4__item {
  position: relative;
}
.flow-4__item.-after::after {
  content: "";
  position: absolute;
  top: 70px;
  left: 5px;
  bottom: -30px;
  width: 2px;
  margin-left: 50px;
  background-color: #50d3cf;
}
@media only screen and (min-width: 768px), print {
  .flow-4__item.-after::after {
    display: none;
  }
}
.flow-4__circle {
  background-color: #50d3cf;
  width: 140px;
  height: 140px;
  word-break: break-all;
  padding: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow-4__circle {
    padding: 10px;
    width: 80px;
    height: 80px;
    margin-left: 0;
    margin-right: 0;
  }
}
.flow-4__step {
  font-size: 14px;
}
.flow-4__count {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .flow-4__count {
    margin-top: -10px;
  }
}
.flow-4__textbox {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.flow-4__title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .flow-4__title {
    margin-top: 0;
  }
}
.flow-4__text {
  font-size: 14px;
}

.flow-5__row {
  position: relative;
}
.flow-5__row.-after::after {
  content: "";
  position: absolute;
  top: 180px;
  left: 50px;
  bottom: -130px;
  width: 2px;
  margin-left: 50px;
  background-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .flow-5__row.-after::after {
    display: none;
  }
}
.flow-5__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .flow-5__img {
    height: 100px;
    width: 100px;
  }
}
.flow-5__stepsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-5__stepsp {
    display: block;
    width: 100px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #50d3cf;
  }
}
.flow-5__steppc {
  font-size: 17px;
  width: 100px;
  background-color: #50d3cf;
  border-radius: 5px;
}
.flow-5__steppc:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: none;
  top: 0;
  left: 120px;
  border-left: 20px solid #50d3cf;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
@media only screen and (max-width: 767px) {
  .flow-5__steppc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .flow-5__textbox {
    padding-left: 20px;
  }
}
.flow-5__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .flow-5__title {
    font-size: 14px;
  }
}
.flow-5__text {
  font-size: 14px;
}

@media only screen and (min-width: 768px), print {
  .flow-6 {
    background-color: #f3f3f3;
  }
}
@media only screen and (max-width: 767px) {
  .flow-6__container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.flow-6__row {
  position: relative;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .flow-6__row {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.flow-6__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 100%;
  min-width: 220px;
}
.flow-6__stepsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-6__stepsp {
    display: block;
    position: relative;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0;
    background-color: #50d3cf;
  }
  .flow-6__stepsp::after {
    content: "";
    position: absolute;
    background-color: #50d3cf;
    width: 100%;
    height: 20px;
    bottom: -9px;
    left: 0;
    -webkit-clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
            clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
  }
}
.flow-6__steppc {
  font-size: 17px;
  padding-left: 10px;
  flex-shrink: 0;
  width: 86px;
  height: 40px;
  line-height: 40px;
  background-color: #3ca2a1;
}
.flow-6__steppc::after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  transform: rotate(45deg) skew(10deg, 10deg);
  position: absolute;
  left: 75px;
  top: 8px;
  background: inherit;
}
@media only screen and (max-width: 767px) {
  .flow-6__steppc {
    display: none;
  }
}
.flow-6__title {
  height: 40px;
  line-height: 40px;
  background-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .flow-6__title {
    padding-left: 0;
    color: #000;
    background-color: inherit;
  }
}
.flow-6__textbox {
  background-color: #fff;
}
.flow-6__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .flow-6__title {
    margin-top: 5px;
    font-size: 15px;
  }
}
.flow-6__text {
  font-size: 14px;
}
@media only screen and (min-width: 768px), print {
  .flow-6__text {
    margin-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.flow-6__arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0px;
  border-right: 7px solid #98a6b5;
  border-bottom: 7px solid #98a6b5;
  transform: rotate(45deg);
}

.flow-7__leftbox {
  background-color: #f3f3f3;
}
.flow-7__step {
  position: relative;
  font-size: 22px;
  color: #50d3cf;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-right: 15px;
  border-left: 3px solid #50d3cf;
}
.flow-7__step::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 15px;
  left: 2px;
  bottom: -3px;
  margin: 0 0px;
  border-right: 3px solid #50d3cf;
  border-bottom: 3px solid #50d3cf;
  transform: rotate(45deg);
}
.flow-7__textbox {
  border: solid 1px #f3f3f3;
}

.flow-8 {
  background-color: #f3f3f3;
}
.flow-8__box {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .flow-8__box {
    margin-top: 20px;
  }
}
.flow-8__step {
  font-size: 18px;
  top: 29px;
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #6dddda;
  -webkit-clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 100% 0%, 0% 0%);
}
@media only screen and (max-width: 767px) {
  .flow-8__step {
    top: 0;
  }
}
.flow-8__span {
  display: block;
  font-size: 35px;
  margin-top: -15px;
}
.flow-8__title {
  font-size: 16px;
}
.flow-8__text {
  font-size: 14px;
  background-color: #fff;
}
.flow-8__photo {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-8__photo {
    margin-top: 0;
  }
}
.flow-8__img {
  -o-object-fit: cover;
     object-fit: cover;
}

.flow-9__row {
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 768px), print {
  .flow-9__row {
    border-left: 4px solid #f3f3f3;
  }
  .flow-9__row::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #50d3cf;
    left: -9px;
    top: -8px;
  }
  .flow-9__row.-pb-0 {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .flow-9__row {
    justify-content: space-between;
  }
}
.flow-9__arrow {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-9__arrow {
    display: block;
    border-left: 4px solid #f3f3f3;
    padding-left: 0;
    padding-right: 0;
  }
}
.flow-9__stepsp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .flow-9__stepsp {
    display: inline-block;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    color: #50d3cf;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: -4px;
    border-left: solid 4px #50d3cf;
    font-size: 17px;
  }
}
.flow-9__textbox {
  padding: 0;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .flow-9__textbox {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.flow-9__steppc {
  line-height: 40px;
  padding-left: 5px;
  padding-right: 5px;
  color: #50d3cf;
  border-bottom: 4px solid #50d3cf;
  position: relative;
}
.flow-9__steppc::before {
  content: "";
  position: absolute;
  border: 2px solid #50d3cf;
  width: 50px;
  left: -40px;
  top: 20px;
  transform: rotate(50deg);
}
@media only screen and (max-width: 767px) {
  .flow-9__steppc {
    display: none;
  }
}
.flow-9__title {
  line-height: 40px;
  padding-left: 5px;
  width: 100%;
  border-bottom: 4px solid #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .flow-9__title {
    line-height: 30px;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .flow-9__text {
    margin-top: 0;
  }
}

.about-1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.about-1__list {
  line-height: 40px;
}
.about-1__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-1__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-1__item.-bnone {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-1__item p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-1__item div {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-2 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-2 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.about-2__map {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .about-2__map {
    height: 200px;
  }
}
.about-2__list {
  line-height: 40px;
}
.about-2__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-2__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-2__item.-bnone {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-2__item p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-2__item div {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-3 {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .about-3 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.about-3__map {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .about-3__map {
    height: 200px;
  }
}
.about-3__list {
  position: relative;
  line-height: 40px;
  background-color: #3d4955;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: -50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .about-3__list {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.about-3__list::after {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-bottom: 60px solid #3d4955;
}
@media only screen and (max-width: 767px) {
  .about-3__list::after {
    top: -40px;
    border-bottom: 40px solid #3d4955;
  }
}
.about-3__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-3__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-3__item.-bnone {
  border: none;
}

.about-4 {
  padding-top: 100px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-4 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.about-4__map {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .about-4__map {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .about-4__images {
    padding-top: 0px;
    padding-right: 0;
  }
}
.about-4__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-4__list {
  line-height: 40px;
}
.about-4__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-4__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-4__item.-bnone {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-4__item p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-4__item div {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-5 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .about-5 {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-5__map {
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .about-5__map {
    height: 200px;
  }
}
.about-5__row {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .about-5__row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-5__images {
    padding-top: 0px;
    padding-right: 0;
  }
}
.about-5__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-5__list {
  line-height: 40px;
}
.about-5__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-5__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-5__item.-bnone {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-5__item p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-5__item div {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-6 {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .about-6 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-6__images {
    padding-top: 0px;
    padding-right: 0;
  }
}
.about-6__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.about-6__list {
  line-height: 40px;
}
.about-6__item {
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .about-6__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.about-6__item.-bnone {
  border: none;
}
@media only screen and (max-width: 767px) {
  .about-6__item p {
    padding-left: 0;
    padding-right: 0;
  }
  .about-6__item div {
    padding-left: 0;
    padding-right: 0;
  }
}

.strength-1__col {
  position: relative;
}
.strength-1__feature {
  position: absolute;
  background-color: #50d3cf;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .strength-1__feature {
    padding-left: 15px;
  }
}
.strength-1__title {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .strength-1__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .strength-1__text {
    padding-top: 15px;
  }
}

.strength-10__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.strength-10__box {
  color: #fff;
  bottom: 0;
  z-index: 2;
}
.strength-10__title {
  font-size: 24px;
}
.strength-10__text {
  position: relative;
  cursor: pointer;
}
.strength-10__text::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  top: calc(50% - 5px);
  left: calc(50% + 20px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.strength-11 {
  background-color: #f3f3f3;
}
.strength-11__box {
  background-color: #fff;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .strength-11__box {
    margin-bottom: 30px;
  }
}
.strength-11__step {
  position: relative;
  font-size: 22px;
  color: #50d3cf;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 15px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  margin-right: 15px;
  border-left: 3px solid #50d3cf;
}
.strength-11__step::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 15px;
  left: 2px;
  bottom: -3px;
  margin: 0 0px;
  border-right: 3px solid #50d3cf;
  border-bottom: 3px solid #50d3cf;
  transform: rotate(45deg);
}

.strength-12 {
  background-color: #f3f3f3;
}
.strength-12__col {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .strength-12__col {
    margin-bottom: 30px;
  }
}
.strength-12__photo {
  margin-left: -15px;
  margin-right: 15px;
  height: 30vw;
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .strength-12__photo {
    height: 300px;
  }
}
.strength-12__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strength-12__label {
  top: 30px;
  left: 30px;
  font-size: 40px;
  line-height: 1;
  flex-wrap: nowrap;
  color: #e6f8f9;
  opacity: 0.8;
  z-index: 2;
}
.strength-12__box {
  position: relative;
  margin-top: -150px;
  background-color: #fff;
  z-index: 3;
}
.strength-12__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .strength-12__title {
    font-size: 18px;
  }
}
.strength-12__textbox {
  overflow: hidden;
  width: 100%;
}
.strength-12__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 767px) {
  .strength-12__text {
    padding-top: 15px;
  }
}
.strength-12__btn {
  color: #50d3cf !important;
  cursor: pointer;
  border-radius: 0;
  position: relative;
}
.strength-12__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  top: calc(50% - 5px);
  right: 0px;
  border-top: 2px solid #50d3cf;
  border-right: 2px solid #50d3cf;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.strength-13 {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .strength-13__col {
    margin-bottom: 15px;
  }
}
.strength-13__box {
  background-color: #fff;
}
.strength-13__count {
  font-size: 50px;
  line-height: 1;
}
.strength-13__title {
  font-size: 25px;
}
.strength-13__border {
  width: 50px;
  border-bottom: 2px solid #000;
}

.strength-14__textbox {
  padding: 50px;
}
@media only screen and (max-width: 767px) {
  .strength-14__textbox {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
  }
}
.strength-14__title {
  display: block;
  background-color: #000;
  padding: 30px;
  font-size: 20px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
}
.strength-14__title::after {
  content: "";
  position: absolute;
  top: 32px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/arrow-right_w.svg);
  background-size: contain;
}
.strength-14__title:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .strength-14__title {
    padding: 15px;
    font-size: 16px;
  }
  .strength-14__title::after {
    width: 16px;
    height: 16px;
    top: 16px;
    right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .strength-14__text {
    font-size: 14px;
  }
}
.strength-14__photo {
  padding: 0;
}
.strength-14__img {
  margin-right: -30px;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .strength-14__img {
    height: 300px;
  }
}

.strength-15__title {
  margin-top: 40px;
}
.strength-15__circle {
  width: 60px;
  height: 60px;
  background-color: #50d3cf;
  padding-top: 17px;
  padding-left: 20px;
  bottom: -30px;
  right: 0;
  transition: all 0.3s;
}
.strength-15__circle:hover {
  opacity: 0.8;
}

.strength-16__title {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .strength-16__title {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5;
  }
}
.strength-16__count {
  font-size: 200px;
  color: #f3f3f3;
  line-height: 1;
  bottom: -20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .strength-16__count {
    right: 0;
  }
}
.strength-16__count.-right {
  right: 0;
}
.strength-16__img {
  height: 35vw;
  max-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .strength-16__img {
    height: inherit;
    max-height: inherit;
  }
}

.strength-2 {
  background-color: #f3f3f3;
}
.strength-2__content {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .strength-2__content {
    margin-bottom: 20px;
  }
}
.strength-2__circle {
  background-color: #50d3cf;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -100px;
}
.strength-2__step {
  font-size: 18px;
}
.strength-2__border {
  border-bottom: solid 1px #97efeb;
  width: 60px;
}
.strength-2__title {
  font-size: 18px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.strength-2__text {
  background-color: #fff;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
  padding: 15px;
}
.strength-2__box {
  background-color: #50d3cf;
  border: solid 1px #f3f3f3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.strength-3 {
  background-color: #fff;
}
.strength-3__circle {
  width: 20vw;
  height: 20vw;
  max-width: 260px;
  max-height: 260px;
}
@media (max-width: 767.99px) {
  .strength-3__circle {
    width: 260px;
    height: 260px;
  }
}
.strength-3__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.strength-4 {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .strength-4 {
    background-color: #fff;
  }
}
.strength-4__row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .strength-4__row {
    margin-bottom: 15px;
  }
}
.strength-4__photo {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .strength-4__photo {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .strength-4__img {
    -o-object-position: center;
       object-position: center;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.strength-4__box {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .strength-4__box {
    padding-top: 70px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.strength-4__feature {
  background-color: #50d3cf;
  width: 100px;
  height: 100px;
  padding: 10px;
  top: calc(50% - 50px);
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .strength-4__feature {
    top: -50px;
    left: calc(50% - 50px);
  }
}
.strength-4__ftext {
  font-size: 12px;
}
.strength-4__border {
  border-bottom: 1px solid #fff;
  width: 50%;
}
.strength-4__count {
  font-size: 40px;
}

.strength-5 {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .strength-5 {
    background-color: #fff;
  }
}
.strength-5__row {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .strength-5__row {
    margin-bottom: 15px;
  }
}
.strength-5__photo {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .strength-5__photo {
    padding: 0;
  }
}
.strength-5__img {
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .strength-5__img {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.strength-5__box {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .strength-5__box {
    padding-top: 70px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.strength-5__feature {
  background-color: #50d3cf;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0px;
  padding-right: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 0%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%);
}
.strength-5__count {
  font-size: 40px;
}

.strength-6 {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .strength-6 {
    background-color: #fff;
  }
}
.strength-6__row {
  margin-bottom: 30px;
  padding-top: 45px;
}
@media only screen and (max-width: 767px) {
  .strength-6__row {
    background-color: #f3f3f3;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .strength-6__photo {
    padding-right: 30px;
    margin-left: -15px;
  }
}
.strength-6__img {
  -o-object-position: center;
     object-position: center;
  margin-left: 15px;
  margin-right: -15px;
  margin-top: -45px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.strength-6__feature {
  position: absolute;
  background-color: #50d3cf;
  z-index: 4;
  top: -30px;
  left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 30px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .strength-6__feature {
    padding-left: 15px;
  }
}
.strength-6__border {
  border: 1px solid #50d3cf;
  width: calc(100% - 15px);
  height: calc(100% - 0px);
  bottom: 30px;
  left: 45px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .strength-6__border {
    width: calc(100% - 45px);
  }
}
.strength-6__box {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 40px;
}
@media only screen and (max-width: 767px) {
  .strength-6__box {
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.strength-7 {
  background-color: #f3f3f3;
}
.strength-7__col {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .strength-7__col {
    margin-bottom: 30px;
  }
}
.strength-7__label {
  bottom: -5px;
  right: 5px;
  font-size: 40px;
  line-height: 1;
  flex-wrap: nowrap;
  color: #e6f8f9;
  opacity: 0.8;
}
.strength-7__box {
  background-color: #fff;
}
.strength-7__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .strength-7__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .strength-7__text {
    padding-top: 15px;
  }
}
.strength-7__btn {
  background-color: #50d3cf;
  border-radius: 0;
  position: relative;
  min-width: 140px;
  color: #fff;
  transition: all 0.3s;
}
.strength-7__btn:hover {
  color: #fff;
  opacity: 0.8;
}
.strength-7__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  top: calc(50% - 5px);
  right: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.strength-8 {
  background-color: #f3f3f3;
}
.strength-8__content {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .strength-8__content {
    margin-bottom: 15px;
  }
}
.strength-8__circle {
  background-color: #50d3cf;
  width: 200px;
  height: 200px;
  word-break: break-all;
  padding: 25px;
  margin-top: -100px;
}
.strength-8__step {
  font-size: 18px;
}
.strength-8__border {
  border-bottom: solid 1px #97efeb;
  width: 60px;
}
.strength-8__title {
  font-size: 17px;
  line-height: 1.75;
}
.strength-8__box {
  background-color: #fff;
  border: solid 1px #f3f3f3;
}

.strength-9 {
  background-color: #f3f3f3;
}
.strength-9__circle {
  background-color: #50d3cf;
  width: 30vw;
  height: 30vw;
  max-width: 300px;
  max-height: 300px;
  word-break: break-all;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .strength-9__circle {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    height: 100vw;
    max-width: 290px;
    max-height: 290px;
  }
}
.strength-9__step {
  font-size: 25px;
}
.strength-9__border {
  border-bottom: solid 1px #97efeb;
  width: 60px;
}
.strength-9__text {
  font-size: 17px;
  line-height: 1.75;
}

.description-1__title {
  font-size: 26px;
}
.description-1__border {
  display: block;
  width: 130px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .description-1__border {
    margin-left: 0;
  }
}

.description-2__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.description-2__title {
  font-size: 40px;
}
.description-2__border {
  border-bottom: solid 1px #fff;
  width: 130px;
}

@media only screen and (max-width: 767px) {
  .description-3 {
    padding-bottom: 40px;
  }
}
.description-3__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.description-3__title {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .description-3__title {
    font-size: 20px;
  }
}
.description-3__border {
  display: flex;
  align-items: center;
}
.description-3__border::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
  margin-right: 15px;
}
.description-3__border::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
  margin-left: 15px;
}

.description-4__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.description-4__title {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .description-4__title {
    font-weight: normal;
  }
}
.description-4__border {
  border-bottom: solid 1px #fff;
  width: 120px;
}

@media screen and (min-width: 992px) {
  .description-5__box {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.description-5__title {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .description-5__title {
    font-size: 20px;
  }
}
.description-5__border {
  border-bottom: solid 1px #fff;
  width: 130px;
}
.description-5__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.description-5__bar {
  background-color: #f0f3f5;
}

@media screen and (min-width: 992px) {
  .description-6__box {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.description-6__title {
  font-size: 40px;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .description-6__title {
    font-size: 30px;
  }
}
.description-6__border {
  border-bottom: solid 1px #fff;
  width: 130px;
}
.description-6__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 120px;
}
.description-6__bar {
  background-color: #f0f3f5;
}
.description-6__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.description-box {
  max-width: 516px;
}

.description-box-center {
  max-width: 516px;
  margin-left: auto;
  margin-right: auto;
}
.description-box-center.-white {
  padding: 35px 45px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
}
@media only screen and (max-width: 767px) {
  .description-box-center.-white {
    padding: 25px 25px;
  }
}

.description-breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
}
.description-breadcrumb > li {
  display: inline-block;
}
.description-breadcrumb > li:nth-child(n+2):before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  vertical-align: 1px;
}
.description-breadcrumb > li > a {
  color: inherit;
}

.history-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.history-1__row {
  min-height: 50px;
  border-left: 1px solid #000;
}
.history-1__row.-gray {
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .history-1__time {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .history-1__content {
    padding-top: 5px;
    padding-right: 15px;
  }
}

.history-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.history-2__row {
  min-height: 50px;
  border-left: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .history-2__row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.history-2__time {
  color: #50d3cf;
  position: relative;
}
.history-2__time::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #50d3cf;
  border-radius: 50%;
  top: calc(50% + 3px);
  left: -6px;
}
@media only screen and (max-width: 767px) {
  .history-2__time {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .history-2__content {
    padding-top: 5px;
  }
}

.history-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.history-3__black {
  background-color: #000;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .history-3__black {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.history-3__gray {
  background-color: #f3f3f3;
}
.history-3__time {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .history-3__time {
    width: 100%;
  }
}
.history-4 {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .history-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.history-4__time {
  font-size: 30px;
}
.history-4__textbox {
  padding-left: 120px;
  position: relative;
}
.history-4__textbox::before {
  content: "";
  position: absolute;
  height: 2px;
  top: -20px;
  bottom: -18px;
  left: 120px;
  right: 0;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .history-4__textbox {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .history-4__title {
    padding-top: 15px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .history-4__text {
    padding-top: 15px;
    font-size: 14px;
  }
}

.history-5 {
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .history-5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.history-5__arrow {
  background-color: #23afaa;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}
@media only screen and (max-width: 767px) {
  .history-5__arrow {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.history-5__time {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .history-5__time {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .history-5__textbox {
    padding-right: 0;
  }
}
.history-5__title {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .history-5__title {
    font-size: 16px;
  }
}

.staff-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.staff-1__row {
  margin-left: -15px;
  margin-right: -15px;
}
.staff-1__content {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-1__content {
    margin-top: 130px;
  }
}
.staff-1__box {
  background-color: #fff;
  padding: 15px;
  position: relative;
  box-shadow: 0px 5px 15px #e5e5e5;
  letter-spacing: 0.1rem;
}
.staff-1__img {
  margin-top: -100px;
  max-width: 200px;
  max-height: 200px;
  width: 25vw;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .staff-1__img {
    width: 200px;
    height: 200px;
  }
}
.staff-1__en {
  position: absolute;
  text-align: right;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: 10px;
  font-size: 40px;
  color: #f3f3f3;
  right: -40px;
  bottom: 0px;
  z-index: 0;
}
.staff-1__border {
  border-bottom: solid 1px #000;
  width: 60px;
}
.staff-1__text {
  z-index: 1;
}

.staff-10 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-10 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-10__row {
    margin-top: 0;
  }
}
.staff-10__box {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .staff-10__box {
    margin-top: 15px;
  }
}
.staff-10__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .staff-10__image {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: center;
       object-position: center;
  }
}
.staff-10__cover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
}
@media only screen and (min-width: 768px), print {
  .staff-10__cover {
    opacity: 0;
    cursor: pointer;
    transition: all 0.5s;
  }
}
.staff-10__cover:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .staff-10__cover {
    top: 50%;
  }
}
.staff-10__cover::before {
  content: "";
  position: absolute;
  border: 1px solid #fff;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .staff-10__textjob {
    font-size: 12px;
    padding-top: 15px;
  }
}
.staff-10__textname {
  font-size: 20px;
}

.staff-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .staff-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.staff-2__container {
  padding-top: 90px;
}
@media only screen and (max-width: 767px) {
  .staff-2__container {
    padding-top: 30px;
  }
}
.staff-2__row {
  flex-wrap: nowrap;
}
@media only screen and (min-width: 768px), print {
  .staff-2__photo.-right {
    text-align: right;
    margin-right: inherit;
  }
}
.staff-2__img {
  position: relative;
  z-index: 3;
  margin-top: -30px;
  height: 300px;
  width: 18vw;
  max-width: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-2__img {
    width: 260px;
    margin-top: inherit;
    margin-bottom: -30px;
  }
}
.staff-2__title {
  border-bottom: 1px solid #000;
}
.staff-2__job {
  background-color: #f3f3f3;
}
.staff-2__box {
  position: relative;
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 768px), print {
  .staff-2__box::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #fff;
    left: -49px;
    z-index: 1;
  }
  .staff-2__box.-right::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    background-color: #fff;
    left: inherit;
    right: -49px;
    z-index: 1;
  }
}
@media only screen and (max-width: 767px) {
  .staff-2__box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.staff-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .staff-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-3__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.staff-3__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .staff-3__img {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: top;
       object-position: top;
  }
}
.staff-3__textbox {
  position: relative;
  background-color: #fff;
  padding-left: 30px !important;
  padding-right: 30px !important;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .staff-3__textbox {
    padding-left: 15px !important;
  }
}
.staff-3__en {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  bottom: 0px;
  right: -80px;
  transform: scale(-1, -1);
  font-size: 70px;
  color: #f3f3f3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .staff-3__en {
    right: -50px;
    font-size: 50px;
  }
}

.staff-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-4__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.staff-4__img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .staff-4__img {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: center;
       object-position: center;
  }
}
.staff-4__textbox {
  position: relative;
  background-color: #fff;
  padding-left: 30px !important;
  padding-right: 60px !important;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .staff-4__textbox {
    padding-left: 15px !important;
    padding-right: 30px !important;
  }
}
.staff-4__title {
  letter-spacing: 0.2em;
}
.staff-4__en {
  position: absolute;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  bottom: 0px;
  right: -80px;
  transform: scale(-1, -1);
  font-size: 70px;
  color: #f3f3f3;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .staff-4__en {
    right: -50px;
    font-size: 50px;
  }
}
.staff-4__image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-4__image {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: center;
       object-position: center;
  }
}
.staff-4__textmember {
  background-color: #fff;
}
.staff-4__textjob {
  color: #98a6b5;
}
.staff-4__textname {
  font-size: 20px;
}
.staff-4__texten {
  color: #98a6b5;
}

.staff-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-5 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.staff-5__row {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .staff-5__row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.staff-5__photo {
  background-color: #fff;
}
.staff-5__photo img {
  width: 100%;
}
.staff-5__img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media only screen and (min-width: 768px), print {
  .staff-5__img.-right {
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
  }
}
.staff-5__textbox {
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .staff-5__textbox {
    padding: 15px;
  }
}
.staff-5__title {
  border-bottom: 3px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .staff-5__title {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .staff-5__names {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-5__job {
    margin-left: 0;
  }
}
.staff-5__en {
  color: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .staff-5__en {
    width: 100%;
    text-align: right;
  }
}

.staff-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .staff-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-6__row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.staff-6__img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-6__img {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: center;
       object-position: center;
  }
}
.staff-6__textbox {
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .staff-6__textbox {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-6__names {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-6__job {
    margin-left: 0;
  }
}
.staff-6__en {
  color: #e5e5e5;
}

.staff-11 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-11 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-11__row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-11__box {
    padding-top: 30px;
  }
}
.staff-11__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-11__img {
    min-height: 250px;
    height: 60vw;
    max-height: 300px;
    -o-object-position: top;
       object-position: top;
  }
}
.staff-11__textbox {
  position: absolute;
  background-color: rgba(0, 207, 202, 0.6);
  bottom: 0;
  left: 15px;
  right: 15px;
}
.staff-11__job {
  font-size: 12px;
}
.staff-11__name {
  font-size: 18px;
}
.staff-11__en {
  font-size: 14px;
}

.staff-7 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-7 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-7__row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-7__box {
    padding-left: 15px;
    padding-top: 30px;
  }
}
.staff-7__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-7__img {
    min-height: 250px;
    height: 60vw;
    max-height: 300px;
    -o-object-position: top;
       object-position: top;
  }
}
.staff-7__textbox {
  position: absolute;
  background-color: #fff;
  margin-left: -15px;
  margin-right: 15px;
  bottom: 0;
  border-bottom: 3px solid #50d3cf;
}
@media only screen and (max-width: 767px) {
  .staff-7__textbox {
    margin-left: 0;
  }
}
.staff-7__job {
  font-size: 12px;
}
.staff-7__name {
  font-size: 18px;
}
.staff-7__en {
  font-size: 14px;
}

.staff-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-8 {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff-8__row {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.staff-8__image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .staff-8__image {
    min-height: 250px;
    max-height: 300px;
    height: 60vw;
    -o-object-position: center;
       object-position: center;
  }
}
.staff-8__textmember {
  background-color: #fff;
}
.staff-8__textjob {
  color: #98a6b5;
}
.staff-8__textname {
  font-size: 20px;
}
.staff-8__texten {
  color: #98a6b5;
}

.staff-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .staff-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .staff-9__row {
    margin-top: 0;
  }
}
.staff-9__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 15vw;
  height: 15vw;
  max-width: 230px;
  max-height: 230px;
}
@media only screen and (max-width: 767px) {
  .staff-9__image {
    width: 290px;
    height: 290px;
    max-width: 290px;
    max-height: 290px;
  }
}
.staff-9__textmember {
  background-color: #fff;
}
.staff-9__textjob {
  color: #98a6b5;
}
.staff-9__textname {
  font-size: 20px;
}
.staff-9__texten {
  color: #98a6b5;
}

.price-1 {
  background-color: #f3f3f3;
}
.price-1__box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.price-1__box.-pr {
  border: 3px solid #ff4e62;
  margin-top: 75px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .price-1__box.-pr {
    margin-top: 100px;
  }
}
.price-1__plan {
  font-size: 20px;
}
.price-1__plan.-pr {
  position: absolute;
  background-color: #ff4e62;
  width: calc(100% + 6px);
  height: 70px;
  top: -70px;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
.price-1__plan.-pr::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ff4e62;
  bottom: -10px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}
.price-1__amount.-pr {
  color: #ff4e62;
}
.price-1__price {
  font-size: 35px;
}
.price-1__border {
  border-bottom: 1px solid #000;
  width: 30%;
}
.price-1__item {
  line-height: 2;
  list-style: none;
  position: relative;
}
.price-1__item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/check-circle-regular.svg);
  left: -25px;
  top: 7px;
}
.price-1__btn {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 30px;
  background-color: #50d3cf;
  width: 150px;
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
.price-1__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.price-1__btn:hover {
  color: #fff;
  opacity: 0.7;
}
.price-1__btn.-pr {
  background-color: #ff4e62;
}

.price-10__box {
  display: flex;
  justify-content: space-between;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .price-10__box {
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .price-10__title {
    padding-top: 15px;
  }
}
.price-10__price {
  flex: none;
  font-size: 30px;
}
@media only screen and (min-width: 768px), print {
  .price-10__price {
    margin-left: 30px;
  }
}

.price-2 {
  background-color: #f3f3f3;
}
.price-2__box {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.price-2__box.-pr {
  border: 3px solid #3ca2a1;
  margin-top: 0px;
  padding-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .price-2__box.-pr {
    margin-top: 30px;
  }
}
.price-2__box.-pr::after {
  content: "";
  position: absolute;
  background-color: #3ca2a1;
  width: 70px;
  height: 70px;
  top: -1px;
  left: -1px;
  -webkit-clip-path: polygon(0 0, 0 70px, 70px 0);
  clip-path: polygon(0 0, 0 70px, 70px 0);
}
.price-2__box.-pr::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/icon_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: 10px;
  z-index: 3;
}
.price-2__plan {
  font-size: 20px;
}
.price-2__plan.-pr {
  font-size: 25px;
  color: #3ca2a1;
}
.price-2__amount.-pr {
  color: #3ca2a1;
  margin-bottom: 40px;
}
.price-2__price {
  font-size: 35px;
}
.price-2__border {
  border-bottom: 1px solid #000;
  width: 30%;
}
.price-2__item {
  line-height: 2;
  list-style: none;
  position: relative;
}
.price-2__item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/check-circle-regular.svg);
  left: -25px;
  top: 7px;
}
.price-2__btn {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 30px;
  background-color: #50d3cf;
  width: 150px;
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
.price-2__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.price-2__btn:hover {
  color: #fff;
  opacity: 0.7;
}

.price-3 {
  background-color: #f3f3f3;
}
.price-3__box {
  background-color: #fff;
  padding-bottom: 20px;
}
.price-3__box.-pr {
  border: 3px solid #2da2c7;
  margin-top: 0px;
}
@media only screen and (max-width: 767px) {
  .price-3__box.-pr {
    margin-top: 30px;
  }
}
.price-3__color {
  background: linear-gradient(to right, #23afaa, #418aff);
  width: 100%;
  position: relative;
  color: #fff;
}
.price-3__color.-pr {
  background: linear-gradient(#23afaa, #418aff);
  padding-top: 40px;
}
.price-3__color.-pr::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  bottom: -10px;
  background-color: #418aff;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}
.price-3__plan {
  font-size: 20px;
}
.price-3__plan.-pr {
  font-size: 25px;
}
.price-3__amount.-pr {
  color: #ff4e62;
}
.price-3__price {
  font-size: 35px;
}
.price-3__border {
  border-bottom: 1px solid #000;
  width: 30%;
}
.price-3__list.-pr {
  padding-top: 60px;
}
.price-3__item {
  line-height: 2;
  list-style: none;
  position: relative;
}
.price-3__item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/check-circle-regular.svg);
  left: -25px;
  top: 7px;
}
.price-3__btn {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  border-radius: 30px;
  background: linear-gradient(to right, #23afaa, #418aff);
  width: 150px;
  position: relative;
  color: #fff;
  transition: all 0.3s;
}
.price-3__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 15px;
  top: 17px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.price-3__btn:hover {
  color: #fff;
  opacity: 0.7;
}

.price-4 {
  background-color: #f3f3f3;
}
.price-4__box {
  background-color: #fff;
}
.price-4__plan {
  background-color: #23afaa;
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
}
.price-4__price {
  font-size: 30px;
}

.price-5__space {
  height: 150px;
  background-color: #fff;
}
.price-5__item {
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .price-5__item {
    font-size: 12px;
    padding: 5px;
  }
}
.price-5__item.-blue {
  font-weight: bold;
  background-color: #006bc7;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.price-5__item.-pr {
  background-color: #f2f6fa;
}
.price-5__list.-pr {
  outline: 2px solid #f00;
  position: relative;
  z-index: 2;
}
.price-5__head {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #006bc7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .price-5__head {
    padding: 5px;
    font-size: 12px;
  }
}
.price-5__amount {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .price-5__amount {
    font-size: 12px;
  }
}
.price-5__price {
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .price-5__price {
    font-size: 14px;
  }
}

.price-6 {
  background-color: #f3f3f3;
}
.price-6__table {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .price-6__table {
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.price-6__thead {
  background-color: #006bc7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .price-6__thead {
    padding: 10px !important;
  }
}
.price-6__thead.-planb {
  background-color: #3ca2a1;
}
.price-6__thead.-planc {
  background-color: #50d3cf;
}
.price-6__amount {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 5px;
}
.price-6__price {
  text-align: center;
}
.price-6__tr {
  height: 60px;
  background-color: #f2f6fa;
}
.price-6__tr.-white {
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .price-6__tr {
    height: inherit;
  }
}
.price-6__td {
  text-align: center;
  vertical-align: middle !important;
}
.price-6__row {
  min-width: 85px;
  vertical-align: middle !important;
}

.price-7__row {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .price-7__row {
    font-size: 12px;
  }
}
.price-7__list {
  padding-left: 0;
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .price-7__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.price-7__item {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
  height: 60px;
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .price-7__item {
    flex-direction: column;
  }
}
.price-7__item.-head {
  background-color: #98a6b5;
  border: none;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .price-7__item.-head {
    border: 1px solid #fff;
  }
}
.price-7__item.-headpr {
  background-color: #3ca2a1;
  border: none;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .price-7__item.-headpr {
    border: 1px solid #fff;
  }
}
.price-7__item.-gray {
  background-color: #f3f3f3;
}
.price-7__item.-pr {
  color: #3ca2a1;
}
.price-7__price {
  font-size: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .price-7__price {
    font-size: 14px;
  }
}

.price-8__box {
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .price-8__box {
    width: auto;
  }
}
.price-8__title {
  display: inline-block;
  padding: 15px;
  border: 4px solid #000;
  border-radius: 15px;
  position: relative;
}
.price-8__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  width: 18px;
  height: 18px;
  bottom: -12px;
  left: 30px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .price-8__title {
    margin-bottom: 30px;
  }
}
.price-8__table {
  width: 380px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .price-8__table {
    width: 100%;
    margin-top: 0;
  }
}
.price-8__tr {
  border-bottom: 2px solid #f3f3f3;
  height: 60px;
}
.price-8__th {
  vertical-align: middle !important;
  padding-left: 0 !important;
}
.price-8__td {
  vertical-align: middle !important;
}
@media only screen and (max-width: 767px) {
  .price-8__td {
    padding: 0px !important;
    flex-shrink: 0;
  }
}

.price-9__border {
  border-bottom: 1px solid #e5e5e5;
}
.price-9__amount {
  font-size: 20px;
}
.price-9__cost {
  color: #3ca2a1;
}
.price-9__price {
  font-size: 30px;
}

.gallery-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gallery-1__wide {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .gallery-1__wide {
    height: 300px;
  }
}
.gallery-1__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-1__img.-wide {
  height: 600px;
}
@media only screen and (max-width: 767px) {
  .gallery-1__img.-wide {
    height: 300px;
  }
}
.gallery-1__img.-small {
  height: 190px;
}
.gallery-1__toleft {
  top: calc(50% - 10px);
  left: -20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 4px solid #98a6b5;
  border-bottom: 4px solid #98a6b5;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .gallery-1__toleft {
    left: 15px;
  }
}
.gallery-1__toright {
  top: calc(50% - 10px);
  right: -20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 4px solid #98a6b5;
  border-bottom: 4px solid #98a6b5;
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .gallery-1__toright {
    right: 15px;
  }
}
.gallery-1__circles {
  bottom: 30px;
  left: calc(50% - 77px);
}
.gallery-1__circle {
  border: 1px solid #98a6b5;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  margin-right: 8px;
}
.gallery-1__circle.-active {
  background-color: #98a6b5;
}

.gallery-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-2__first {
    margin-bottom: 30px;
  }
}
.gallery-2__wide {
  width: 100%;
  height: 482px;
}
@media only screen and (max-width: 767px) {
  .gallery-2__wide {
    height: 300px;
  }
}
.gallery-2__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-2__img.-wide {
  height: 482px;
}
@media only screen and (max-width: 767px) {
  .gallery-2__img.-wide {
    height: 300px;
  }
}
.gallery-2__img.-small {
  height: 225px;
}
.gallery-2__gallery {
  left: 5px;
  bottom: -30px;
  font-size: 100px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .gallery-2__gallery {
    font-size: 60px;
    bottom: -25px;
    left: 10px;
  }
}

.gallery-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.gallery-3__wide {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .gallery-3__wide {
    height: 300px;
  }
}
.gallery-3__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-3__img.-wide {
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .gallery-3__img.-wide {
    height: 300px;
  }
}
.gallery-3__img.-small {
  height: 225px;
}
.gallery-3__gallery {
  left: 5px;
  bottom: -30px;
  font-size: 100px;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .gallery-3__gallery {
    font-size: 60px;
    bottom: -25px;
    left: 10px;
  }
}

.gallery-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-4__row {
    margin-top: 0;
  }
}
.gallery-4__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 15vw;
  height: 15vw;
  max-width: 230px;
  max-height: 230px;
}
@media only screen and (max-width: 767px) {
  .gallery-4__image {
    width: 35vw;
    height: 35vw;
    min-width: 200px;
    min-height: 200px;
  }
}
.gallery-4__textmember {
  background-color: #fff;
}
.gallery-4__textjob {
  color: #98a6b5;
}
.gallery-4__title {
  font-size: 16px;
}
.gallery-5 {
  background-color: #f3f3f3;
  padding-bottom: 30px;
}
.gallery-5__row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 767px) {
  .gallery-5__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.gallery-5__box {
  padding: 15px;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .gallery-5__box {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery-5__img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-6 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .gallery-6 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.gallery-6__name {
  background-color: #98a6b5;
  padding-left: 0;
  padding-right: 0;
  height: 250px;
}
.gallery-6__title {
  font-size: 30px;
}
.gallery-6__image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

.voice-1 {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-1__row {
  margin-left: -15px;
  margin-right: -15px;
}
.voice-1__content {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-1__content {
    margin-top: 130px;
  }
}
.voice-1__box {
  background-color: #fff;
  padding: 15px;
  letter-spacing: 0.1rem;
}
.voice-1__img {
  margin-top: -100px;
  max-width: 200px;
  max-height: 200px;
  width: 25vw;
  height: 25vw;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .voice-1__img {
    width: 200px;
    height: 200px;
  }
}
.voice-1__name {
  color: #3ca2a1;
}
.voice-1__text {
  padding-left: 20px;
  padding-right: 20px;
}
.voice-10 {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice-10 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-10__row {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 767px) {
  .voice-10__row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.voice-10__box {
  margin-top: 30px;
}
.voice-10__col {
  padding: 15px;
}
.voice-10__voice {
  background-color: #50d3cf;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 10px;
  margin: 0;
}
.voice-10__textbox {
  background-color: #fff;
  margin-left: -15px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .voice-10__textbox {
    padding: 15px;
  }
}
.voice-10__img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-10__title {
  padding-left: 20px;
  font-size: 16px;
}
.voice-10__text {
  font-size: 14px;
}

.voice-2 {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-2 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-2__row {
    margin-top: 30px;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.voice-2__textbox {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 15px;
  margin-left: 30px;
  padding: 40px;
  height: 100%;
}
.voice-2__textbox::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  transform: rotate(45deg);
  left: -10px;
  top: 110px;
}
@media only screen and (max-width: 767px) {
  .voice-2__textbox {
    padding: 15px;
    margin-left: 0px;
  }
  .voice-2__textbox::before {
    top: -10px;
    left: calc(50% - 10px);
  }
}

.voice-3 {
  background-color: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-3 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-3__row {
  padding-top: 30px;
}
.voice-3__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .voice-3__img {
    height: 180px;
    -o-object-position: top;
       object-position: top;
  }
}
.voice-3__border {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .voice-3__border {
    padding-top: 5px;
  }
}
.voice-3__name {
  font-size: 22px;
}
.voice-3__box {
  background-color: #fff;
  margin-left: -30px;
  padding: 30px;
  height: 100%;
}
.voice-3__box.-reverse {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .voice-3__box {
    padding: 15px;
    margin-left: inherit;
  }
}

.voice-4 {
  background-color: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-4 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-4__row {
  padding-top: 60px;
}
@media only screen and (max-width: 767px) {
  .voice-4__row {
    padding-top: 30px;
    padding-left: 15px;
  }
}
.voice-4__img {
  margin-top: -30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .voice-4__img {
    margin-top: 0;
    margin-left: -15px;
    height: 180px;
    -o-object-position: top;
       object-position: top;
  }
}
.voice-4__border {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .voice-4__border {
    padding-top: 5px;
  }
}
.voice-4__name {
  font-size: 22px;
}
.voice-4__box {
  background-color: #fff;
  position: relative;
  margin-left: -30px;
  padding: 30px;
  height: 100%;
}
@media only screen and (min-width: 768px), print {
  .voice-4__box::before {
    content: "";
    position: absolute;
    width: 100px;
    top: 0px;
    bottom: 0px;
    background-color: #fff;
    left: -99px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-4__box {
    padding: 15px;
    margin-left: inherit;
  }
}
.voice-4__text {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .voice-4__text {
    padding-top: 20px;
    padding-left: 0px;
  }
}

.voice-5 {
  background-color: #f3f3f3;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-5 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-5__row {
  padding-top: 30px;
  background-color: #fff;
}
.voice-5__row.-big {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .voice-5__row.-big {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .voice-5__row {
    background-color: #f3f3f3;
  }
}
.voice-5__img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .voice-5__img {
    height: 180px;
    -o-object-position: top;
       object-position: top;
  }
}
.voice-5__border {
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .voice-5__border {
    padding-top: 5px;
  }
}
.voice-5__name {
  font-size: 22px;
}
.voice-5__box {
  background-color: #fff;
  margin-left: -30px;
  padding: 30px;
  height: 100%;
}
.voice-5__box.-reverse {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .voice-5__box {
    padding: 15px;
    margin-left: inherit;
  }
}

.voice-6 {
  background-color: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice-6 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.voice-6__namebox {
  background-color: #50d3cf;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
}
.voice-6__namebox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #50d3cf;
  bottom: -10px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}
.voice-6__name {
  font-size: 22px;
  position: relative;
}
.voice-6__name::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(https://app.krane.jp/storage/content_media/icons/icon_thumb.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: -40px;
  top: -5px;
}
@media only screen and (max-width: 767px) {
  .voice-6__name {
    font-size: 16px;
  }
  .voice-6__name::before {
    top: -10px;
  }
}
.voice-6__job {
  font-size: 14px;
}
.voice-6__textbox {
  background-color: #fff;
}

.voice-7 {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice-7 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.voice-7__box {
  background-color: #fff;
  margin-top: 20px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.voice-7__box::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(https://app.krane.jp/storage/content_media/icons/icon_voice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.voice-7__voice {
  background-color: #50d3cf;
  font-size: 11px;
  width: 75px;
  text-align: center;
  height: 37px;
  padding-top: 5px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  top: 0;
  left: calc(50% - 37px);
}
.voice-7__title {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  z-index: 2;
}
.voice-7__text {
  position: relative;
  z-index: 2;
}

.voice-8 {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice-8 {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.voice-8__row {
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
.voice-8__box {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.voice-8__box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #000;
  border-radius: 15px;
  top: -10px;
  left: -10px;
}
.voice-8__box.-right::before {
  left: inherit;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .voice-8__box {
    width: 100%;
  }
}
.voice-8__namebox {
  flex-shrink: 0;
  width: 200px;
  margin: 20px;
  padding-bottom: 20px;
  color: #50d3cf;
  background-image: url(https://app.krane.jp/storage/content_media/icons/icon_voice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .voice-8__namebox {
    flex-shrink: inherit;
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.voice-8__name {
  font-size: 22px;
}
.voice-8__textbox {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 40px;
}
.voice-8__textbox.-right {
  padding-right: inherit;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .voice-8__textbox {
    padding: 0px;
  }
}
.voice-8__angle {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  bottom: -3px;
  left: 100px;
  background-color: #fff;
  border-bottom: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(45deg);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .voice-8__angle {
    left: 40px;
  }
}
.voice-8__angle.-right {
  left: inherit;
  right: 100px;
}
@media only screen and (max-width: 767px) {
  .voice-8__angle.-right {
    left: inherit;
    right: 40px;
  }
}
.voice-8__angle.-white {
  border: none;
  bottom: -15px;
  z-index: 2;
}

.voice-9 {
  background-color: #f3f3f3;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .voice-9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.voice-9__box {
  background-color: #fff;
}
.voice-9__box.-gray {
  background-color: #f2f6fa;
}
.voice-9__namebox {
  border-bottom: 1px solid #e5e5e5;
}
.voice-9__name {
  font-size: 20px;
}

.cta-1__figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
}
.cta-1__image {
  width: 50%;
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
.cta-1__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-1__figcaption {
  width: 50%;
  background-color: #fff;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-1__figcaption__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cta-1__figcaption__description {
  font-size: 16px;
  margin-bottom: 36px;
}
.cta-1__figcaption__button {
  text-align: left;
}
.cta-1__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.cta-1__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-1__figcaption__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.cta-1__figcaption__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .cta-1__figure {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cta-1__image {
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  }
  .cta-1__figcaption {
    width: 100%;
    height: auto;
    padding: 30px 24px 0;
  }
  .cta-1__figcaption__button {
    text-align: center;
    position: relative;
  }
  .cta-1__figcaption__button a {
    position: absolute;
    left: 25%;
    top: 180px;
  }
}

.cta-10 {
  background-color: #f3f3f3;
}
.cta-10__figure {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.cta-10__image {
  margin: 0 0 0 0;
}
.cta-10__image img {
  width: 100%;
}
.cta-10__figcaption {
  background-color: #23AFAA;
  color: #fff;
  padding: 20px 20px 24px;
  margin: 0 0 0 0;
}
.cta-10__figcaption__title {
  font-size: 20px;
  padding: 14px 3px;
  margin-bottom: 16px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.cta-10__figcaption__description {
  font-size: 14px;
  margin-bottom: 24px;
}
.cta-10__figcaption__button {
  text-align: center;
}
.cta-10__figcaption__button a {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #23AFAA;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.cta-10__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #23AFAA;
  border-right: solid 2px #23AFAA;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-10__figcaption__button a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #23AFAA;
}
.cta-10__figcaption__button a:hover:after {
  border-color: #fff;
}

.cta-2 {
  background-color: #e5e5e5;
}
.cta-2__figure {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.cta-2__image {
  width: 50%;
}
.cta-2__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-2__figcaption {
  width: 50%;
  background-color: #fff;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-2__figcaption__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cta-2__figcaption__description {
  font-size: 16px;
  margin-bottom: 36px;
}
.cta-2__figcaption__button {
  text-align: right;
  margin: 0 -54px 0 0;
}
.cta-2__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #006bc7;
  border: solid 1px #006bc7;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.cta-2__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-2__figcaption__button a:hover {
  text-decoration: none;
  color: #006bc7;
  background-color: #fff;
}
.cta-2__figcaption__button a:hover:after {
  border-color: #006bc7;
}
@media only screen and (max-width: 767px) {
  .cta-2__figure {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .cta-2__image {
    width: 100%;
  }
  .cta-2__figcaption {
    width: 100%;
    height: auto;
    padding: 30px 24px 0;
  }
  .cta-2__figcaption__button {
    text-align: center;
    position: relative;
  }
  .cta-2__figcaption__button a {
    position: absolute;
    left: 25%;
    top: 180px;
  }
}

.cta-3__figure {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  background-color: #3ca2a1;
  margin: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .cta-3__figure {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.cta-3__figure:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid #fff;
}
.cta-3__image {
  width: 50%;
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .cta-3__image {
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 16%, 100% 0, 100% 100%, 0% 100%);
  }
}
.cta-3__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-3__figcaption {
  width: 50%;
  color: #fff;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .cta-3__figcaption {
    width: 100%;
    height: auto;
    padding: 30px 24px 0;
  }
}
.cta-3__figcaption__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cta-3__figcaption__description {
  font-size: 16px;
  margin-bottom: 36px;
}
.cta-3__figcaption__button {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .cta-3__figcaption__button {
    position: relative;
    text-align: center;
  }
}
.cta-3__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #3ca2a1;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 767px) {
  .cta-3__figcaption__button a {
    position: absolute;
    left: 50%;
    top: 38vw;
    border: none;
    transform: translateX(-50%);
  }
}
.cta-3__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-3__figcaption__button a:hover {
  text-decoration: none;
  color: #3ca2a1;
  background-color: #fff;
}
.cta-3__figcaption__button a:hover:after {
  border-color: #3ca2a1;
}

.cta-4 {
  background-color: #e5e5e5;
}
.cta-4__figure {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
}
.cta-4__image {
  width: 50%;
  -webkit-clip-path: circle(100% at 0 50%);
          clip-path: circle(100% at 0 50%);
}
.cta-4__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-4__figcaption {
  width: 50%;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-4__figcaption__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 24px;
  position: relative;
}
.cta-4__figcaption__title:before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #50d3cf;
  border-radius: 2px;
}
.cta-4__figcaption__description {
  font-size: 16px;
  margin-bottom: 28px;
}
.cta-4__figcaption__button {
  text-align: right;
}
.cta-4__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #50d3cf;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.cta-4__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .cta-4__figure {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cta-4__image {
    width: 100%;
    -webkit-clip-path: circle(78% at 50% 0);
            clip-path: circle(78% at 50% 0);
  }
  .cta-4__figcaption {
    width: 100%;
    height: auto;
    padding: 30px 24px 32px;
  }
}

.cta-5__figure {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
}
.cta-5__image {
  width: 50%;
  display: flex;
  gap: 14px;
}
.cta-5__image img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-5__figcaption {
  width: 50%;
  background-color: #fff;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-5__figcaption__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cta-5__figcaption__description {
  font-size: 16px;
  margin-bottom: 36px;
}
.cta-5__figcaption__button {
  text-align: left;
}
.cta-5__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.cta-5__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-5__figcaption__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.cta-5__figcaption__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .cta-5__figure {
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cta-5__image {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .cta-5__image img {
    width: 100%;
    height: 160px;
  }
  .cta-5__figcaption {
    width: 100%;
    height: auto;
    padding: 30px 24px 0;
  }
  .cta-5__figcaption__button {
    text-align: center;
  }
}

.cta-6 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://app.krane.jp/storage/content_media/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cta-6__contents {
  color: #fff;
  text-align: center;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-6__contents__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.cta-6__contents__description {
  font-size: 16px;
  margin-bottom: 36px;
}
.cta-6__contents__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.cta-6__contents__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.cta-6__contents__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-6__contents__button a:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
.cta-6__contents__button a:hover:after {
  border-color: #333;
}
@media only screen and (max-width: 767px) {
  .cta-6__contents {
    text-align: left;
  }
  .cta-6__contents__button a {
    text-align: center;
    width: 100%;
  }
}

.cta-7 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://app.krane.jp/storage/content_media/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  outline: 1px solid #fff;
  outline-offset: -10px;
}
.cta-7__contents {
  color: #fff;
  text-align: center;
  padding: 40px 40px 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.cta-7__contents__title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cta-7__contents__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.cta-7__contents__button a {
  text-align: center;
  display: inline-block;
  width: 400px;
  padding: 8px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border: solid 1px #ff4e62;
  background-color: #ff4e62;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.cta-7__contents__button a:hover {
  text-decoration: none;
  color: #ff4e62;
  background-color: transparent;
}
.cta-7__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  list-style: none;
  margin: 32px auto 0;
  padding: 0;
}
.cta-7__list {
  width: 30%;
}
.cta-7__list__description {
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}
.cta-7__list__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.cta-7__list__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.cta-7__list__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.cta-7__list__button a:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}
.cta-7__list__button a:hover:after {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta-7__contents {
    text-align: left;
    padding: 12px;
  }
  .cta-7__contents__button a {
    text-align: center;
    width: 100%;
  }
  .cta-7__lists {
    gap: 24px;
  }
  .cta-7__list {
    width: 100%;
  }
  .cta-7__list__description {
    margin-bottom: 10px;
  }
}

.cta-8 {
  background-color: #f3f3f3;
  position: relative;
  z-index: 0;
}
.cta-8__bg {
  padding: 20px;
  background: repeating-linear-gradient(-45deg, #baefed, #baefed 20px, #fff 20px, #fff 40px);
}
@media only screen and (max-width: 767px) {
  .cta-8__bg {
    padding: 15px;
  }
}
.cta-8__contents {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cta-8__contents {
    padding: 15px;
  }
}
.cta-8__contents__title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta-8__contents__description {
  font-size: 16px;
  margin-bottom: 24px;
}
.cta-8__contents__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta-8__contents__button a {
  text-align: center;
  display: inline-block;
  width: 45%;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  border: solid 5px #50d3cf;
  background-color: #50d3cf;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .cta-8__contents__button a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-8__contents__button a {
    font-size: 20px;
    width: 100%;
    line-height: 60px;
  }
}
.cta-8__contents__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.cta-8__contents__button a:nth-of-type(2) {
  font-size: 24px;
  color: #23AFAA;
  border-color: #baefed;
  background-color: #baefed;
}
@media screen and (max-width: 991px) {
  .cta-8__contents__button a:nth-of-type(2) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-8__contents__button a:nth-of-type(2) {
    font-size: 16px;
  }
}
.cta-8__contents__button a:nth-of-type(2):hover {
  color: #baefed;
  background-color: #23AFAA;
}

.cta-9 {
  background-color: #f3f3f3;
}
.cta-9__contents {
  background: linear-gradient(rgba(35, 175, 170, 0.7), rgba(35, 175, 170, 0.7)), url(https://app.krane.jp/storage/content_media/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 40px;
  margin: 0px 0 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cta-9__contents {
    padding: 15px;
  }
}
.cta-9__contents__title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cta-9__contents__description {
  font-size: 16px;
  margin-bottom: 24px;
}
.cta-9__contents__button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.cta-9__contents__button a {
  text-align: center;
  display: inline-block;
  width: 45%;
  line-height: 80px;
  font-size: 32px;
  font-weight: bold;
  color: #50d3cf;
  border: solid 5px #fff;
  background-color: #fff;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  .cta-9__contents__button a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-9__contents__button a {
    font-size: 20px;
    width: 100%;
    line-height: 60px;
  }
}
.cta-9__contents__button a:hover {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
}
.cta-9__contents__button a:nth-of-type(2) {
  font-size: 24px;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .cta-9__contents__button a:nth-of-type(2) {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-9__contents__button a:nth-of-type(2) {
    font-size: 16px;
  }
}
.cta-9__contents__button a:nth-of-type(2):hover {
  color: #50d3cf;
  background-color: #fff;
}

.card-1 {
  background-color: #e5e5e5;
}
.card-1__figure {
  display: flex;
}
.card-1__figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.card-1__figure:nth-of-type(even) .card-1__image {
  margin: 50px 0 0 -50px;
}
.card-1__figure:nth-of-type(even) .card-1__figcaption {
  margin: 0px 0 50px 0;
}
.card-1__figure + figure {
  margin-top: 80px;
}
.card-1__image {
  margin: 0px 0 50px 0;
}
.card-1__figcaption {
  background-color: #fff;
  padding: 50px 50px 40px;
  margin: 50px 0 0 -50px;
}
.card-1__figcaption__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.card-1__figcaption__description {
  font-size: 14px;
  margin-bottom: 50px;
}
.card-1__figcaption__button {
  text-align: center;
}
.card-1__figcaption__button a {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.card-1__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-1__figcaption__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.card-1__figcaption__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .card-1__figure {
    flex-wrap: wrap;
  }
  .card-1__figure:nth-of-type(even) .card-1__image {
    margin: 0px 24px 0px 0;
  }
  .card-1__figure:nth-of-type(even) .card-1__figcaption {
    margin: -36px 0 0 24px;
  }
  .card-1__image {
    margin: 0px 24px 0px 0;
  }
  .card-1__image img {
    max-width: 100%;
  }
  .card-1__figcaption {
    margin: -36px 0 0 24px;
  }
}

.card-10 {
  background-color: #e5e5e5;
}
.card-10__figure {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.card-10__figure:nth-of-type(even) {
  flex-direction: row-reverse;
}
.card-10__image {
  width: 50%;
}
.card-10__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-10__figcaption {
  width: 50%;
  background-color: #fff;
  padding: 50px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-10__figcaption__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}
.card-10__figcaption__description {
  font-size: 14px;
  margin-bottom: 20px;
}
.card-10__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #006bc7;
  border: solid 1px #006bc7;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.card-10__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-10__figcaption__button a:hover {
  text-decoration: none;
  color: #006bc7;
  background-color: #fff;
}
.card-10__figcaption__button a:hover:after {
  border-color: #006bc7;
}
@media only screen and (max-width: 767px) {
  .card-10__figure {
    flex-wrap: wrap;
  }
  .card-10__image {
    width: 100%;
  }
  .card-10__figcaption {
    width: 100%;
  }
  .card-10__figcaption__button {
    text-align: center;
  }
}

.card-2 {
  background-color: #e5e5e5;
}
.card-2__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.card-2__figure {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.card-2__figure:nth-of-type(even) {
  flex-direction: column-reverse;
  margin-top: 72px;
}
.card-2__image {
  margin: 0 0 0 0;
}
.card-2__image img {
  max-width: 100%;
}
.card-2__figcaption {
  background-color: #fff;
  padding: 50px 50px 40px;
  margin: 0 0 0 0;
}
.card-2__figcaption__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
.card-2__figcaption__description {
  font-size: 14px;
  margin-bottom: 50px;
}
.card-2__figcaption__button {
  text-align: center;
}
.card-2__figcaption__button a {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.card-2__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-2__figcaption__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.card-2__figcaption__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .card-2__figure {
    width: 100%;
  }
  .card-2__figure:nth-of-type(even) {
    flex-direction: column;
    margin-top: 40px;
  }
}

.card-3 {
  background-color: #e5e5e5;
}
.card-3__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.card-3__figure {
  display: flex;
  flex-direction: column;
  width: 47%;
}
.card-3__image {
  margin: 0 0 0 0;
}
.card-3__image img {
  max-width: 100%;
}
.card-3__figcaption {
  background-color: #fff;
  padding: 50px 50px 40px;
  margin: 0 0 0 0;
}
.card-3__figcaption__title {
  text-align: center;
  font-size: 18px;
  padding: 20px 25px;
  margin-top: -90px;
  margin-bottom: 32px;
  background-color: #fff;
  position: relative;
}
.card-3__figcaption__title:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  width: 60px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 2px;
}
.card-3__figcaption__description {
  font-size: 14px;
  margin-bottom: 50px;
}
.card-3__figcaption__button {
  text-align: center;
}
.card-3__figcaption__button a {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.card-3__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-3__figcaption__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.card-3__figcaption__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .card-3__figure {
    width: 100%;
  }
  .card-3__figure:nth-of-type(even) {
    margin-top: 40px;
  }
}

.card-4 {
  background-image: url(https://app.krane.jp/storage/content_media/card-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 110px 0 110px 50%;
}
.card-4__container {
  padding: 0;
}
.card-4__contents {
  background-color: #333;
  color: #fff;
  padding: 50px 50px 40px;
  margin: 0 0 0 0;
  text-align: right;
}
.card-4__contents__title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 32px;
}
.card-4__contents__description {
  text-align: left;
  font-size: 14px;
}
.card-4__contents__arrow {
  display: inline-block;
  width: 32%;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: skew(45deg);
}
@media only screen and (max-width: 767px) {
  .card-4 {
    padding: 50% 16px 1px;
  }
  .card-4__contents {
    margin-bottom: -50%;
  }
}

.card-6__figure {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card-6__image {
  width: 50%;
  margin: 0 0 0 0;
  display: flex;
  justify-content: center;
}
.card-6__image__title {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  letter-spacing: 8px;
  display: flex;
  align-items: center;
}
.card-6__image__title span {
  font-size: 18px;
  margin: 10px auto 0;
}
.card-6__image img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-6__figcaption {
  width: 50%;
  background-color: #fff;
  padding: 0px 0 0px 50px;
  margin: 0 0 0 0;
}
.card-6__figcaption__title {
  font-size: 18px;
  margin-bottom: 24px;
}
.card-6__figcaption__description {
  font-size: 14px;
  margin-bottom: 50px;
}
.card-6__figcaption__button {
  text-align: right;
}
.card-6__figcaption__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 14px 30px;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.card-6__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-6__figcaption__button a:hover {
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
.card-6__figcaption__button a:hover:after {
  border-color: #333;
}
@media only screen and (max-width: 767px) {
  .card-6__image {
    width: 100%;
  }
  .card-6__image__title {
    font-size: 30px;
  }
  .card-6__figcaption {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .card-6__figcaption__button {
    text-align: center;
  }
}

.card-7__container {
  display: flex;
  flex-wrap: wrap;
}
.card-7__contents {
  width: 50%;
  background-color: #23AFAA;
  color: #fff;
  padding: 50px 50px 40px;
  margin: 0 0 0 0;
  text-align: right;
}
.card-7__contents:nth-of-type(even) {
  background-color: #006bc7;
}
.card-7__contents__title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 32px;
}
.card-7__contents__description {
  text-align: left;
  font-size: 14px;
}
.card-7__contents__arrow {
  display: inline-block;
  width: 32%;
  height: 10px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  transform: skew(45deg);
}
@media only screen and (max-width: 767px) {
  .card-7__contents {
    width: 100%;
  }
}

.card-9 {
  background-color: #e5e5e5;
}
.card-9__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.card-9__figure {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding-top: 30px;
  width: 47%;
}
.card-9__image {
  margin: 0 0 0 0;
  text-align: center;
}
.card-9__image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-9__figcaption {
  padding: 50px 50px 40px;
  margin: 0 0 0 0;
}
.card-9__figcaption__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.card-9__figcaption__subtitle {
  color: #98a6b5;
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 14px 0 32px;
  position: relative;
}
.card-9__figcaption__subtitle:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 50%;
  width: 60px;
  height: 1px;
  transform: translateX(-50%);
  background-color: #98a6b5;
  border-radius: 2px;
}
.card-9__figcaption__description {
  font-size: 16px;
  margin-bottom: 50px;
}
.card-9__figcaption__button {
  text-align: center;
}
.card-9__figcaption__button a {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #50d3cf;
  border-radius: 2px;
  position: relative;
  transition: 0.4s;
}
.card-9__figcaption__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .card-9__figure {
    width: 100%;
  }
  .card-9__figure:nth-of-type(even) {
    margin-top: 40px;
  }
}

.card-a {
  background-color: #f3f3f3;
}
.card-a__container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
.card-a__image {
  flex: none;
}
.card-a__image img {
  width: 100%;
}
.card-a__contents {
  background-color: #fff;
  color: #333;
  padding: 50px 50px 40px;
  margin: 0 -160px 0 0;
  text-align: right;
  flex: auto;
}
.card-a__contents__title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 32px;
}
.card-a__contents__description {
  text-align: left;
  font-size: 14px;
  margin-bottom: 24px;
}
.card-a__contents__arrow {
  display: inline-block;
  width: 32%;
  height: 10px;
  border-right: solid 1px #50d3cf;
  border-bottom: solid 1px #50d3cf;
  transform: skew(45deg);
}
.card-a__contents__button {
  text-align: left;
}
.card-a__contents__button a {
  text-align: center;
  display: inline-block;
  width: 180px;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.card-a__contents__button a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.card-a__contents__button a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: #fff;
}
.card-a__contents__button a:hover:after {
  border-color: #50d3cf;
}
@media only screen and (max-width: 767px) {
  .card-a__container {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .card-a__contents {
    width: 90%;
    margin: -100px 0 0;
  }
  .card-a__contents__button {
    text-align: center;
  }
}

.blog-1 {
  background-color: #f3f3f3;
}
.blog-1__list {
  display: block;
  background-color: #fff;
  color: #333;
  transition: all 0.3s;
}
.blog-1__list:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.blog-1__list__inner {
  padding: 16px 16px 20px;
}
.blog-1__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-1__list__image {
  width: 100%;
}
.blog-1__list__time {
  color: #98a6b5;
}
.blog-1__list__category {
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  padding: 3px 10px;
}
.blog-1__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-1__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-1__list__button {
  text-align: center;
}
.blog-1__list__button span {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.blog-1__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.blog-10 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://app.krane.jp/storage/content_media/blog-10.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-10__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-10__title {
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 24%;
  font-size: 90px;
  font-weight: normal;
}
.blog-10__arrow {
  display: inline-block;
  width: 92%;
  height: 10px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  transform: skew(45deg);
}
.blog-10__lists {
  width: 74%;
  max-width: 780px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-10__list {
  background-color: #fff;
  width: 32%;
  position: relative;
}
.blog-10__list a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.blog-10__list a:hover {
  opacity: 0.7;
}
.blog-10__list__category {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  padding: 3px 10px;
}
.blog-10__list__image {
  width: 100%;
}
.blog-10__list__inner {
  padding: 16px 16px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-10__list__title {
  width: 80%;
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-10__list__button {
  text-align: right;
  width: 36px;
  height: 36px;
  padding: 0 0 0 0;
}
.blog-10__list__button span {
  width: 100%;
  height: 100%;
  background-color: #50d3cf;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.blog-10__list__button span::before, .blog-10__list__button span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.blog-10__list__button span::before {
  left: 8px;
  width: 18px;
  height: 4px;
  background: #fff;
}
.blog-10__list__button span::after {
  left: 10px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 991px) {
  .blog-10__container {
    align-items: center;
  }
  .blog-10__title {
    width: 100%;
    padding-left: 40px;
    position: relative;
    letter-spacing: 10px;
  }
  .blog-10__arrow {
    border: none;
    width: 0;
    height: 0;
    transform: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .blog-10__arrow:before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 20px;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
  }
  .blog-10__arrow:after {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 15px;
    width: 2px;
    height: 58px;
    background: #fff;
  }
  .blog-10__lists {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog-10__list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.blog-11 a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.blog-11 a:hover {
  opacity: 0.7;
}
.blog-11__first .blog-11__list__text {
  -webkit-line-clamp: 5;
}
.blog-11__first .blog-11__list__category {
  bottom: 24px;
}
.blog-11__list {
  display: block;
  background-color: #fff;
}
.blog-11__list:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px), print {
  .blog-11__list__inner {
    padding: 16px 16px 20px;
  }
}
.blog-11__list__image {
  width: 100%;
  border-top: solid 2px #50d3cf;
}
.blog-11__list__category {
  display: inline-block;
  position: absolute;
  left: -6px;
  bottom: 8px;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding: 3px 16px;
}
.blog-11__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-11__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-11__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-11__list__time {
  color: #50d3cf;
  font-weight: bold;
}
.blog-11__list__button {
  text-align: center;
}
.blog-11__list__button span {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.blog-11__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.blog-12 a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.blog-12 a:hover {
  opacity: 0.7;
}
.blog-12__first .blog-12__list__category {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-12__first .blog-12__list__title {
  width: 100%;
}
.blog-12__list {
  display: block;
  background-color: #fff;
  border-top: solid 1px #e5e5e5;
  padding-top: 12px;
  padding-bottom: 12px;
}
.blog-12__list__catch {
  position: relative;
}
.blog-12__list__image {
  width: 100%;
}
.blog-12__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-12__list__label {
  display: flex;
  flex-direction: column;
}
.blog-12__list__category {
  display: inline-block;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  padding: 3px 16px;
}
.blog-12__list__title {
  font-size: 16px;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 991px) {
  .blog-12__list__title {
    width: 70%;
  }
}
.blog-12__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.blog-12__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-12__list__time {
  color: #50d3cf;
  font-weight: bold;
}
.blog-12__list__button {
  text-align: center;
}
.blog-12__list__button span {
  display: inline-block;
  width: 180px;
  padding: 8px 10px;
  font-weight: bold;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  position: relative;
  transition: 0.4s;
}
.blog-12__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.blog-13__lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-13__list {
  background-color: #fff;
}
.blog-13__list a {
  text-decoration: none;
  color: #333;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: solid 1px #98a6b5;
  transition: all 0.3s;
}
.blog-13__list a:hover {
  opacity: 0.7;
}
.blog-13__list__image {
  width: 28%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-13__list__inner {
  width: 70%;
}
.blog-13__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-13__list__time {
  color: #98a6b5;
}
.blog-13__list__category {
  display: inline-block;
  color: #50d3cf;
  font-weight: bold;
  margin: 0 0 16px;
}
.blog-13__list__category:before {
  content: "■";
  margin-right: 5px;
}
.blog-13__list__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-13__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-13__list__button {
  text-align: right;
}
.blog-13__list__button span {
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #50d3cf;
  position: relative;
  transition: 0.4s;
}
.blog-13__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .blog-13__list a {
    padding: 30px 0;
    flex-direction: column;
  }
  .blog-13__list__image {
    width: 100%;
  }
  .blog-13__list__inner {
    width: 100%;
    padding: 20px 0;
  }
  .blog-13__list__title {
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-13__list__text {
    -webkit-line-clamp: 5;
  }
}

.blog-2__list {
  display: block;
  position: relative;
  color: #333;
  transition: all 0.3s;
}
.blog-2__list:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
.blog-2__list__inner {
  padding: 0 0 0;
}
.blog-2__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-2__list__image {
  width: 100%;
}
.blog-2__list__time {
  color: #98a6b5;
}
.blog-2__list__category {
  position: absolute;
  display: inline-block;
  top: -8px;
  left: -8px;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  padding: 3px 10px;
}
.blog-2__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-2__list__button {
  text-align: center;
}
.blog-2__list__button span {
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #50d3cf;
  position: relative;
  transition: 0.4s;
}
.blog-2__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.blog-3 {
  background-color: #f3f3f3;
}
.blog-3__list {
  display: block;
  background-color: #fff;
  color: #333;
  transition: all 0.3s;
}
.blog-3__list:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.blog-3__list__inner {
  padding: 16px 16px 20px;
}
.blog-3__list__image {
  width: 100%;
}
.blog-3__list__time {
  color: #98a6b5;
}
.blog-3__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-3__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-3__list__category {
  display: block;
  padding-top: 12px;
  border-top: solid 1px #98a6b5;
  margin-top: 12px;
  color: #50d3cf;
}

.blog-4 {
  background-color: #f3f3f3;
}
.blog-4__list-wrapper {
  padding-top: 24px;
}
.blog-4__list {
  display: block;
  background-color: #fff;
  position: relative;
  color: #333;
  transition: all 0.3s;
}
.blog-4__list:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.blog-4__list__inner {
  padding: 16px 16px 20px;
}
.blog-4__list__image {
  width: 100%;
  transform: translate(-12px, -24px);
}
.blog-4__list__time {
  color: #98a6b5;
}
.blog-4__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-4__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-4__list__block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 12px;
  border-top: solid 1px #98a6b5;
  margin-top: 12px;
}
.blog-4__list__category {
  display: inline-block;
  color: #50d3cf;
}
.blog-4__list__category:before {
  content: "■";
  margin-right: 3px;
}
.blog-4__list__button {
  text-align: right;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.blog-4__list__button span {
  width: 36px;
  height: 36px;
  margin: -24px -10px 0px 0;
  padding: 0 0 0 0;
  background-color: #50d3cf;
  border-radius: 2px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.blog-4__list__button span::before, .blog-4__list__button span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.blog-4__list__button span::before {
  left: 8px;
  width: 18px;
  height: 4px;
  background: #fff;
}
.blog-4__list__button span::after {
  left: 10px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.blog-5__list {
  display: block;
  background-color: #fff;
  position: relative;
  transition: all 0.3s;
}
.blog-5__list:hover {
  opacity: 0.7;
  text-decoration: none;
  color: #333;
}
.blog-5__list__image {
  width: 100%;
}
.blog-5__list__category {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  padding: 3px 10px;
}
.blog-5__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-5__list__title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  padding: 5px 12px 5px 10px;
  margin: 0;
  height: 36px;
  line-height: 27px;
  width: calc(100% - 36px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.blog-5__list__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 14px;
  border-color: transparent transparent #50d3cf transparent;
}
.blog-5__list__button {
  text-align: right;
  width: 36px;
  height: 36px;
}
.blog-5__list__button span {
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  background-color: #50d3cf;
  border-radius: 2px;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.blog-5__list__button span::before, .blog-5__list__button span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.blog-5__list__button span::before {
  left: 8px;
  width: 18px;
  height: 4px;
  background: #fff;
}
.blog-5__list__button span::after {
  left: 10px;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}

.blog-6 {
  background-color: #e5e5e5;
}
.blog-6__list {
  background-color: #fff;
}
.blog-6__list a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 20px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.blog-6__list a:hover {
  opacity: 0.7;
}
.blog-6__list__image {
  width: 28%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-6__list__inner {
  width: 70%;
}
.blog-6__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-6__list__time {
  color: #98a6b5;
}
.blog-6__list__category {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  padding: 3px 16px;
}
.blog-6__list__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 14px 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-6__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-6__list__button {
  text-align: right;
}
.blog-6__list__button span {
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #50d3cf;
  position: relative;
  transition: 0.4s;
}
.blog-6__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .blog-6__list a {
    padding: 0;
    flex-direction: column;
    gap: 0;
  }
  .blog-6__list__image {
    width: 100%;
  }
  .blog-6__list__inner {
    width: 100%;
    padding: 20px 20px;
  }
  .blog-6__list__title {
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog-6__list__text {
    -webkit-line-clamp: 5;
  }
}

.blog-7__list {
  margin-bottom: 60px;
  background-color: #fff;
}
.blog-7__list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s;
}
.blog-7__list a:hover {
  opacity: 0.7;
}
.blog-7__list__image {
  flex: none;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-7__list__inner {
  flex: none;
  width: calc(100% - 230px);
}
.blog-7__list__ttlset {
  margin: 0 0 16px;
}
.blog-7__list__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-7__list__time {
  color: #98a6b5;
}
.blog-7__list__text {
  border-top: solid 1px #98a6b5;
  padding-top: 14px;
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-7__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-7__list__category {
  display: inline-block;
  color: #50d3cf;
  font-weight: bold;
}
.blog-7__list__category:before {
  content: "■";
  margin-right: 5px;
}
.blog-7__list__button {
  text-align: right;
}
.blog-7__list__button span {
  display: inline-block;
  padding: 0 20px 0 0;
  font-weight: bold;
  color: #50d3cf;
  position: relative;
  transition: 0.4s;
}
.blog-7__list__button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #50d3cf;
  border-right: solid 2px #50d3cf;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .blog-7__list {
    margin-bottom: 0;
    padding: 0;
    flex-direction: column;
    border-bottom: solid 1px #98a6b5;
    position: relative;
  }
  .blog-7__list__image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    height: 100px;
  }
  .blog-7__list__inner {
    width: 100%;
    padding: 20px 0;
  }
  .blog-7__list__ttlset {
    width: calc(100% - 115px);
    margin: 0 0 0 auto;
  }
  .blog-7__list__title {
    white-space: normal;
    text-overflow: clip;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .blog-7__list__text {
    -webkit-line-clamp: 5;
    border: none;
  }
}

.blog-8 {
  background-color: #f3f3f3;
}
.blog-8__list {
  background-color: #fff;
  border: solid 1px #98a6b5;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333;
  transition: all 0.3s;
}
.blog-8__list:hover {
  text-decoration: none;
  color: #333;
  opacity: 0.7;
}
.blog-8__list__image {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-8__list__inner {
  width: 60%;
  padding: 16px 16px 0 16px;
}
.blog-8__list__time {
  color: #98a6b5;
}
.blog-8__list__title {
  font-size: 16px;
  font-weight: bold;
  margin: 14px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-8__list__text {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-8__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.blog-8__list__category {
  display: inline-block;
  color: #50d3cf;
}
.blog-8__list__button {
  text-align: right;
  width: 36px;
  height: 36px;
  padding: 0 0 0 0;
  margin: 0 -16px 0 0;
}
.blog-8__list__button span {
  width: 100%;
  height: 100%;
  background-color: #50d3cf;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
  position: relative;
}
.blog-8__list__button span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 12px;
  height: 12px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .blog-8__list {
    width: 100%;
  }
}

.blog-9__lists {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-9__list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.blog-9__list a:hover {
  opacity: 0.7;
}
.blog-9__list + li {
  margin-top: 24px;
}
.blog-9__list__time {
  color: #333;
}
.blog-9__list__category {
  display: inline-block;
  padding: 3px 10px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
}
.blog-9__list__title {
  width: 76%;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .blog-9__list__title {
    width: 100%;
  }
}

.news-1__container {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}
.news-1__fv {
  min-height: 300px;
  width: 30%;
  margin-right: 40px;
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-image: url(https://app.krane.jp/storage/content_media/news-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .news-1__fv {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.news-1__fv h2 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
}
.news-1__fv a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 190px;
  padding: 10px 20px;
  color: #fff;
  border: solid 1px #50d3cf;
  background-color: #50d3cf;
  transition: 0.4s;
}
.news-1__fv a:hover {
  text-decoration: none;
  color: #50d3cf;
  background-color: rgba(255, 255, 255, 0.7);
}
.news-1__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-1__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.news-1__list span {
  display: inline-block;
  min-width: 102px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 2px;
  padding: 3px 10px;
}
.news-1__list p {
  width: 70%;
  margin: 0;
}
.news-1__list + li {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .news-1__container {
    flex-wrap: wrap;
  }
  .news-1__fv {
    min-height: 300px;
    width: 100%;
  }
  .news-1__list {
    flex-wrap: wrap;
  }
  .news-1__list p {
    width: 100%;
  }
}

.news-2__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.news-2__fv {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .news-2__fv {
    margin-right: 5px;
  }
}
.news-2__fv h2 {
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  font-size: 36px;
  margin: 0;
  letter-spacing: 8px;
}
.news-2__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-2__list {
  border-bottom: solid 1px #f2f6fa;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-2__list:last-of-type {
  border: none;
}
.news-2__list h3 {
  font-size: 18px;
  font-weight: bold;
}
.news-2__list p {
  margin: 0;
}
.news-2__list + li {
  margin-top: 20px;
}
.news-2__button {
  text-align: right;
}
.news-2__button a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 190px;
  padding: 10px 20px;
  color: #fff;
  border: solid 1px #333;
  background-color: #333;
  transition: 0.4s;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.news-2__button a::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.news-2__button a:hover {
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
}
.news-2__button a:hover:after {
  border-color: #333;
}

.news-3__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-3__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news-3__list {
    flex-direction: column;
  }
}
.news-3__list img {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .news-3__list img {
    width: 100%;
  }
}
.news-3__list__content {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .news-3__list__content {
    width: 100%;
    margin-top: 15px;
  }
}
.news-3__list__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-3__list__title h3 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: inline-block;
  width: calc(100% - 140px);
}
@media only screen and (max-width: 767px) {
  .news-3__list__title h3 {
    width: calc(100% - 110px);
  }
}
.news-3__list__title span {
  display: inline-block;
  min-width: 102px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
  border-radius: 50px;
  padding: 3px 10px;
}
.news-3__list p {
  margin: 8px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-3__list + li {
  margin-top: 30px;
}

.news-4__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-4__list {
  display: flex;
  align-items: center;
  background-color: #f2f6fa;
  padding: 16px 16px;
}
@media only screen and (max-width: 767px) {
  .news-4__list {
    flex-wrap: wrap;
  }
}
.news-4__list h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  display: inline-block;
  width: 80%;
}
@media only screen and (min-width: 768px), print {
  .news-4__list h3 {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .news-4__list h3 {
    margin-top: 10px;
    width: 100%;
  }
}
.news-4__list span {
  display: inline-block;
  min-width: 102px;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 2px;
  padding: 3px 10px;
  margin-left: 16px;
}
.news-4__list + li {
  margin-top: 20px;
}

.news-5 {
  background-color: #f3f3f3;
}
.news-5__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-5__list {
  background-color: #fff;
  padding: 16px 16px;
}
.news-5__list:nth-of-type(even) {
  background-color: #f2f6fa;
}
.news-5__list__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-5__list__label span {
  display: inline-block;
  min-width: 102px;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 2px;
  padding: 3px 10px;
  margin-right: 16px;
}
.news-5__list h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0 0;
}
.news-6__lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-6__list {
  padding: 0 0 18px;
  border-bottom: solid 1px #98a6b5;
}
.news-6__list__label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-6__list__label span {
  display: inline-block;
  min-width: 102px;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 2px;
  padding: 3px 10px;
  margin-left: 16px;
}
.news-6__list h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 14px 0 0;
}
.news-6__list + li {
  margin-top: 20px;
}
.article-9 img, .article-8 img, .article-7 img, .article-6 img, .article-5 img, .article-4 img, .article-3 img, .article-2 img, .article-10 img, .article-1 img {
  max-width: 100%;
}
.article-9__container, .article-8__container, .article-7__container, .article-6__container, .article-10__container {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
.article-9__container > article, .article-8__container > article, .article-7__container > article, .article-6__container > article, .article-10__container > article {
  width: 63%;
  margin: 0;
}
.article-9__container > nav, .article-8__container > nav, .article-7__container > nav, .article-6__container > nav, .article-10__container > nav {
  width: 34%;
}
.article-9__article, .article-8__article, .article-7__article, .article-6__article, .article-5__article, .article-4__article, .article-3__article, .article-2__article, .article-10__article, .article-1__article {
  max-width: 1000px;
  margin: 0 auto;
}
.article-9__header, .article-8__header, .article-7__header, .article-6__header, .article-5__header, .article-4__header, .article-3__header, .article-2__header, .article-10__header, .article-1__header {
  margin: 0 auto;
}
.article-9__figure, .article-8__figure, .article-6__figure, .article-5__figure, .article-4__figure, .article-3__figure, .article-10__figure, .article-1__figure {
  position: relative;
}
.article-9__figcaption, .article-8__figcaption, .article-6__figcaption, .article-5__figcaption, .article-4__figcaption, .article-3__figcaption, .article-10__figcaption, .article-1__figcaption {
  margin-top: 20px;
}
.article-9__date, .article-8__date, .article-6__date, .article-5__date, .article-4__date, .article-3__date, .article-10__date, .article-1__date {
  font-size: 14px;
  color: #98a6b5;
}
.article-9__category, .article-8__category, .article-6__category, .article-5__category, .article-4__category, .article-3__category, .article-10__category, .article-1__category {
  font-size: 14px;
  font-weight: bold;
}
.article-9__category span + span, .article-8__category span + span, .article-6__category span + span, .article-5__category span + span, .article-4__category span + span, .article-3__category span + span, .article-10__category span + span, .article-1__category span + span {
  margin-left: 14px;
}
.article-9__title, .article-8__title, .article-7__title, .article-6__title, .article-5__title, .article-4__title, .article-3__title, .article-2__title, .article-10__title, .article-1__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.article-9__content, .article-8__content, .article-7__content, .article-6__content, .article-5__content, .article-4__content, .article-3__content, .article-2__content, .article-10__content, .article-1__content {
  margin: 40px auto 0;
}
.article-9__h2, .article-8__h2, .article-7__h2, .article-6__h2, .article-5__h2, .article-4__h2, .article-3__h2, .article-2__h2, .article-10__h2, .article-1__h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
.article-9__h2:first-of-type, .article-8__h2:first-of-type, .article-7__h2:first-of-type, .article-6__h2:first-of-type, .article-5__h2:first-of-type, .article-4__h2:first-of-type, .article-3__h2:first-of-type, .article-2__h2:first-of-type, .article-10__h2:first-of-type, .article-1__h2:first-of-type {
  margin: 0;
}
.article-9__p, .article-8__p, .article-7__p, .article-6__p, .article-5__p, .article-4__p, .article-3__p, .article-2__p, .article-10__p, .article-1__p {
  font-size: 14px;
  margin-top: 30px;
}

.article-9__nav-aside, .article-8__nav-aside, .article-7__nav-aside, .article-6__nav-aside, .article-10__nav-aside {
  margin-bottom: 50px;
}
.article-9__nav-title, .article-8__nav-title, .article-7__nav-title, .article-6__nav-title, .article-10__nav-title {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 16px;
}
.article-9__nav-lists, .article-8__nav-lists, .article-7__nav-lists, .article-6__nav-lists, .article-10__nav-lists {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-9__nav-card, .article-8__nav-card, .article-7__nav-card, .article-6__nav-card, .article-10__nav-card {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
}
.article-9__nav-card:last-of-type, .article-8__nav-card:last-of-type, .article-7__nav-card:last-of-type, .article-6__nav-card:last-of-type, .article-10__nav-card:last-of-type {
  border: none;
}
.article-9__nav-card > div, .article-8__nav-card > div, .article-7__nav-card > div, .article-6__nav-card > div, .article-10__nav-card > div {
  width: 30%;
}
.article-9__nav-card > dl, .article-8__nav-card > dl, .article-7__nav-card > dl, .article-6__nav-card > dl, .article-10__nav-card > dl {
  width: 67%;
}
.article-9__nav-card > dl dt, .article-8__nav-card > dl dt, .article-7__nav-card > dl dt, .article-6__nav-card > dl dt, .article-10__nav-card > dl dt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-9__nav-card > dl dd, .article-8__nav-card > dl dd, .article-7__nav-card > dl dd, .article-6__nav-card > dl dd, .article-10__nav-card > dl dd {
  color: #333;
  margin-top: 4px;
}
.article-9__nav-card > dl dd span, .article-8__nav-card > dl dd span, .article-7__nav-card > dl dd span, .article-6__nav-card > dl dd span, .article-10__nav-card > dl dd span {
  color: #50d3cf;
}
.article-9__nav-category, .article-8__nav-category, .article-7__nav-category, .article-6__nav-category, .article-10__nav-category {
  padding: 10px 20px;
}
.article-9__nav-category:first-of-type, .article-8__nav-category:first-of-type, .article-7__nav-category:first-of-type, .article-6__nav-category:first-of-type, .article-10__nav-category:first-of-type {
  margin-top: 20px;
}

.article-1__figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.article-1__category span {
  display: inline-block;
  padding: 5px 18px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-1__content {
  border-top: solid 1px #000;
  padding: 30px 0 0;
}
.article-10__figure {
  position: relative;
}
.article-10__figcaption {
  margin: 0;
}
.article-10__category {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 5px 18px;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-10__title {
  color: #333;
  margin: 20px 0;
}
.article-10__nav-title {
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  background-color: #333;
}
.article-10__nav-card {
  margin: 28px 20px;
}
.article-10__nav-card:first-of-type {
  margin: 0 20px;
  padding: 28px 0 0;
}
.article-10__nav-card > dl dd span {
  color: #333;
}
.article-10__nav-category {
  padding: 16px 20px;
  border-bottom: solid 1px #333;
}
.article-10__nav-category:first-of-type {
  margin: 0 0 0;
}
.article-10__nav-category:before {
  content: "ー";
}
@media only screen and (max-width: 767px) {
  .article-10__container > article {
    width: 100%;
  }
  .article-10__nav {
    display: none;
  }
}

.article-2__header {
  height: 300px;
  width: 100%;
  background: linear-gradient(rgba(80, 211, 207, 0.3), rgba(80, 211, 207, 0.3)), url(https://app.krane.jp/storage/content_media/article.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.article-2__header-content {
  margin: 0 20px;
  max-width: 666px;
}
.article-2__title-description {
  color: #fff;
  margin-top: 18px;
}
.article-2__title-description span {
  padding: 2px 10px 2px 0;
  margin: 0 10px 0 0;
  border-right: solid 1px #fff;
}
.article-2__title {
  color: #fff;
  margin: 0;
}
.article-3__figure {
  display: flex;
  gap: 20px;
}
.article-3__figure img {
  width: 50%;
}
.article-3__figcaption {
  width: 50%;
  margin-top: 0;
}
.article-3__category span {
  display: inline-block;
  padding: 5px 18px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-3__title {
  color: #333;
  margin: 20px 0;
}
.article-3__h2 {
  padding: 2px 15px;
  border-left: solid 5px #50d3cf;
}
@media only screen and (max-width: 767px) {
  .article-3__figure {
    flex-wrap: wrap;
  }
  .article-3__figure img {
    width: 100%;
  }
  .article-3__figcaption {
    width: 100%;
  }
}

.article-4__figcaption {
  margin: 0;
}
.article-4__images {
  position: relative;
}
.article-4__date {
  display: inline-block;
  padding: 18px 16px;
  color: #fff;
  background-color: #3ca2a1;
  border: solid 1px #3ca2a1;
  width: 120px;
  text-align: center;
  position: absolute;
}
.article-4__date time {
  display: inline-block;
  padding: 5px 18px;
}
.article-4__date time:first-of-type {
  font-size: 20px;
}
.article-4__date hr {
  border: solid 1px #fff;
  margin: 0 auto;
  width: 20px;
}
.article-4__category {
  color: #98a6b5;
}
.article-4__title {
  color: #333;
  margin: 20px 0;
}
.article-5__figure {
  position: relative;
}
.article-5__figcaption {
  margin: 0;
}
.article-5__category {
  position: absolute;
  top: 0;
  color: #fff;
  padding: 5px 18px;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-5__title {
  color: #333;
  margin: 20px 0;
}
.article-6__figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.article-6__category span {
  display: inline-block;
  padding: 5px 18px;
  color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-6__content {
  border-top: solid 1px #000;
  padding: 30px 0 0;
}
.article-6__nav-title {
  margin: 8px 0;
  padding: 12px 16px;
  border-top: solid 1px #202020;
  border-bottom: solid 1px #202020;
  position: relative;
}
.article-6__nav-title:before, .article-6__nav-title:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  left: 0;
}
.article-6__nav-title::before {
  border-top: solid 2px #202020;
  top: -8px;
}
.article-6__nav-title::after {
  border-bottom: solid 2px #202020;
  bottom: -8px;
}
@media only screen and (max-width: 767px) {
  .article-6__container > article {
    width: 100%;
  }
  .article-6__nav {
    display: none;
  }
}

.article-7__header {
  height: 300px;
  width: 100%;
  background: linear-gradient(rgba(80, 211, 207, 0.3), rgba(80, 211, 207, 0.3)), url(https://app.krane.jp/storage/content_media/article.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.article-7__header-content {
  margin: 0 20px;
  max-width: 666px;
}
.article-7__title-description {
  color: #fff;
  margin-top: 18px;
}
.article-7__title-description span {
  padding: 2px 10px 2px 0;
  margin: 0 10px 0 0;
  border-right: solid 1px #fff;
}
.article-7__title {
  color: #fff;
  margin: 0;
}
.article-7__nav-title {
  color: #fff;
  background-color: #333;
}
.article-7__nav-category {
  padding: 16px 20px;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.article-7__nav-category:first-of-type {
  margin: -8px 0 0;
}
.article-7__nav-category:before {
  content: "ー";
}
@media only screen and (max-width: 767px) {
  .article-7__container > article {
    width: 100%;
  }
  .article-7__nav {
    display: none;
  }
}

.article-8__figure {
  display: flex;
  gap: 20px;
}
.article-8__figure img {
  width: 50%;
}
.article-8__figcaption {
  width: 50%;
  margin: 0;
}
.article-8__category span {
  color: #fff;
  background-color: #50d3cf;
  border: solid 1px #50d3cf;
}
.article-8__title {
  color: #333;
  margin: 20px 0;
}
.article-8__h2 {
  padding: 2px 15px;
  border-left: solid 5px #50d3cf;
}
.article-8__nav-title {
  text-align: center;
  color: #fff;
  background-color: #3ca2a1;
  position: relative;
}
.article-8__nav-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3ca2a1;
}
.article-8__nav-category {
  padding: 16px 20px;
}
.article-8__nav-category:before {
  content: "ー";
}
@media only screen and (max-width: 767px) {
  .article-8__figure {
    flex-wrap: wrap;
  }
  .article-8__figure img {
    width: 100%;
  }
  .article-8__figcaption {
    width: 100%;
  }
  .article-8__container > article {
    width: 100%;
  }
  .article-8__nav {
    display: none;
  }
}

.article-9__figcaption {
  margin: 0;
}
.article-9__images {
  position: relative;
}
.article-9__date {
  display: inline-block;
  padding: 18px 16px;
  color: #fff;
  background-color: #3ca2a1;
  border: solid 1px #3ca2a1;
  width: 120px;
  text-align: center;
  position: absolute;
}
.article-9__date time {
  display: inline-block;
  padding: 5px 18px;
}
.article-9__date time:first-of-type {
  font-size: 20px;
}
.article-9__date hr {
  border: solid 1px #fff;
  margin: 0 auto;
  width: 20px;
}
.article-9__title {
  color: #333;
  margin: 20px 0;
}
.article-9__nav-title {
  color: #fff;
  margin: 0;
  background-color: #333;
}
.article-9__nav-title:before {
  content: "■";
  margin-right: 5px;
}
.article-9__nav-lists {
  background-color: #f3f3f3;
}
.article-9__nav-card {
  margin: 28px 20px;
}
.article-9__nav-card:first-of-type {
  margin: 0 20px;
  padding: 28px 0 0;
}
.article-9__nav-card > dl {
  width: 100%;
}
.article-9__nav-card > dl dt {
  -webkit-line-clamp: 2;
}
.article-9__nav-card > dl dd span {
  color: #333;
}
.article-9__nav-category {
  padding: 16px 20px;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
}
.article-9__nav-category:first-of-type {
  margin: 0 0 0;
}
.article-9__nav-category:before {
  content: "ー";
}
@media only screen and (max-width: 767px) {
  .article-9__container > article {
    width: 100%;
  }
  .article-9__nav {
    display: none;
  }
}

.contact-1 {
  background-color: #fff;
}
.contact-1__select {
  border: 1px solid #333;
}
.contact-1__input {
  border: 1px solid #333;
}
.contact-2 {
  background-color: #fff;
}
.contact-2__label {
  flex: 25%;
}
.contact-2__select {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-2__input {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-2__check {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
}
.contact-2__check > input + label:before {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-2__form {
  align-items: flex-start;
  justify-content: space-between;
}
.contact-2__content, .contact-2__content--check {
  flex: 75%;
  max-width: 75%;
}
.contact-2__content--check {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact-2__form {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-2__label {
    padding-right: 15px;
    padding-left: 15px;
  }
  .contact-2__content, .contact-2__content--check {
    max-width: 100%;
  }
}

.contact-3 {
  background-color: #fff;
}
.contact-3__select {
  border: 1px solid #999;
}
.contact-3__input {
  border: 1px solid #999;
}
.contact-3__row {
  justify-content: space-between;
  gap: 20px;
}
.contact-3__form {
  width: 48%;
}
.contact-3__form-group {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .contact-3__row {
    gap: 0px;
  }
  .contact-3__form {
    width: 100%;
  }
}

.contact-4__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.contact-4__description {
  flex: 1;
  background-color: #23afaa;
  padding: 60px 30px 0 0;
  color: #fff;
  position: relative;
}
.contact-4__description:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #23afaa;
}
.contact-4__description__title {
  letter-spacing: 4px;
  display: inline-block;
  padding: 0 5px 0 50px;
  border-bottom: solid 2px #fff;
}
.contact-4__description__lists {
  list-style-type: none;
  padding: 20px 5px 0 50px;
}
.contact-4__description__lists li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.contact-4__description__lists li:before {
  content: "■";
  left: 0;
  position: absolute;
}
.contact-4__form {
  flex: 2;
}
.contact-4__select {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-4__input {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-4__check > input + label:before {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
@media only screen and (max-width: 767px) {
  .contact-4__container {
    flex-direction: column;
  }
  .contact-4__description {
    text-align: center;
    padding: 30px 10px 0px;
  }
  .contact-4__description:before {
    content: "";
    position: absolute;
    top: 105%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #3ca2a1;
  }
  .contact-4__description__title {
    padding: 0 10px;
    margin: 0 auto;
  }
  .contact-4__description__lists {
    text-align: left;
    padding: 20px 20px;
  }
}

.contact-5__select {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0.25rem;
  background-image: linear-gradient(45deg, transparent 50%, #50d3cf 50%), linear-gradient(135deg, #50d3cf 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.contact-5__select:focus {
  background-image: linear-gradient(45deg, #50d3cf 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #50d3cf 50%), linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.contact-5__input {
  border-bottom: 1px solid #3ca2a1;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0px;
}
.contact-5__input:focus {
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0px;
  border-bottom: 1px solid #3ca2a1;
  box-shadow: 0 0.2rem 0 0 rgba(60, 162, 161, 0.3);
}
.contact-6 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://app.krane.jp/storage/content_media/contact-6.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.contact-6__select {
  border: 1px solid #999;
}
.contact-6__input {
  border: 1px solid #999;
}
.contact-6__check label:before {
  background-color: #f2f6fa;
}
.contact-6__row {
  justify-content: space-between;
  gap: 20px;
}
.contact-6__form {
  width: 48%;
}
.contact-6__form-group {
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .contact-6__row {
    gap: 0px;
  }
  .contact-6__form {
    width: 100%;
  }
}

.contact-7 {
  background-color: #fff;
}
.contact-7__header {
  height: 400px;
  width: 100%;
  background: url(https://app.krane.jp/storage/content_media/contact-7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contact-7__header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 24px solid #fff;
}
.contact-7__select {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-7__input {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
.contact-7__check > input + label:before {
  border: solid 1px #f2f6fa;
  background-color: #f2f6fa;
}
@media only screen and (max-width: 767px) {
  .contact-7__header {
    height: 200px;
  }
}

.contact__label, .contact-1__label, .contact-2__label, .contact-3__label, .contact-4__label, .contact-5__label, .contact-6__label, .contact-7__label {
  font-weight: bold;
}

.contact__asterisk, .contact-1__asterisk, .contact-2__asterisk, .contact-3__asterisk, .contact-4__asterisk, .contact-5__asterisk, .contact-6__asterisk, .contact-7__asterisk {
  color: #f00;
  font-weight: bold;
  margin-left: 3px;
}

.contact__select, .contact-1__select, .contact-2__select, .contact-3__select, .contact-4__select, .contact-5__select, .contact-6__select, .contact-7__select {
  width: 100%;
  display: inline-block;
  font: inherit;
  padding: 20px 40px 20px 30px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%3E%3Cpath%20d%3D%22M0%2C6.575%2C2.24%2C4.5%2C9.5%2C11.349%2C16.76%2C4.5%2C19%2C6.575%2C9.5%2C15.5Z%22%20transform%3D%22translate(0%20-4.5)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to right, #2ecfca, #2ecfca);
  background-position: top 50% right 24px, right;
  background-size: 19px 11px, 70px 100%;
  background-repeat: no-repeat;
}
.contact__select:focus, .contact-1__select:focus, .contact-2__select:focus, .contact-3__select:focus, .contact-4__select:focus, .contact-5__select:focus, .contact-6__select:focus, .contact-7__select:focus {
  outline: none;
  border: 1px solid #3ca2a1;
  box-shadow: 0 0 0 0.2rem rgba(60, 162, 161, 0.3);
}

.contact__input, .contact-1__input, .contact-2__input, .contact-3__input, .contact-4__input, .contact-5__input, .contact-5__input--box, .contact-6__input, .contact-7__input {
  padding: 30px 40px 30px 30px;
}
.contact__input:focus, .contact-1__input:focus, .contact-2__input:focus, .contact-3__input:focus, .contact-4__input:focus, .contact-5__input:focus, .contact-5__input--box:focus, .contact-6__input:focus, .contact-7__input:focus {
  border: 1px solid #3ca2a1;
  box-shadow: 0 0 0 0.2rem rgba(60, 162, 161, 0.3);
}

.contact__check-group, .contact-1__check-group, .contact-4__check-group, .contact-7__check-group {
  display: flex;
  gap: 28px;
}

.contact__check, .contact-1__check, .contact-2__check, .contact-3__check, .contact-4__check, .contact-5__check, .contact-6__check, .contact-7__check {
  padding: 0;
}
.contact__check label:before, .contact-1__check label:before, .contact-2__check label:before, .contact-3__check label:before, .contact-4__check label:before, .contact-5__check label:before, .contact-6__check label:before, .contact-7__check label:before {
  border: solid 1px #333;
}
.contact__check input[type=checkbox], .contact-1__check input[type=checkbox], .contact-2__check input[type=checkbox], .contact-3__check input[type=checkbox], .contact-4__check input[type=checkbox], .contact-5__check input[type=checkbox], .contact-6__check input[type=checkbox], .contact-7__check input[type=checkbox] {
  display: none;
}
.contact__check input[type=checkbox] + label, .contact-1__check input[type=checkbox] + label, .contact-2__check input[type=checkbox] + label, .contact-3__check input[type=checkbox] + label, .contact-4__check input[type=checkbox] + label, .contact-5__check input[type=checkbox] + label, .contact-6__check input[type=checkbox] + label, .contact-7__check input[type=checkbox] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 5px 10px 5px 30px;
}
.contact__check input[type=checkbox] + label::before, .contact-1__check input[type=checkbox] + label::before, .contact-2__check input[type=checkbox] + label::before, .contact-3__check input[type=checkbox] + label::before, .contact-4__check input[type=checkbox] + label::before, .contact-5__check input[type=checkbox] + label::before, .contact-6__check input[type=checkbox] + label::before, .contact-7__check input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  margin-top: -12px;
  left: 0;
  top: 50%;
}
.contact__check input[type=checkbox]:checked + label::after, .contact-1__check input[type=checkbox]:checked + label::after, .contact-2__check input[type=checkbox]:checked + label::after, .contact-3__check input[type=checkbox]:checked + label::after, .contact-4__check input[type=checkbox]:checked + label::after, .contact-5__check input[type=checkbox]:checked + label::after, .contact-6__check input[type=checkbox]:checked + label::after, .contact-7__check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 8px;
  top: 12px;
  left: 5px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #fff;
}
.contact__check input[type=checkbox]:checked + label::before, .contact-1__check input[type=checkbox]:checked + label::before, .contact-2__check input[type=checkbox]:checked + label::before, .contact-3__check input[type=checkbox]:checked + label::before, .contact-4__check input[type=checkbox]:checked + label::before, .contact-5__check input[type=checkbox]:checked + label::before, .contact-6__check input[type=checkbox]:checked + label::before, .contact-7__check input[type=checkbox]:checked + label::before {
  border: none;
  background-color: #23AFAA;
}
.contact__check input[type=radio], .contact-1__check input[type=radio], .contact-2__check input[type=radio], .contact-3__check input[type=radio], .contact-4__check input[type=radio], .contact-5__check input[type=radio], .contact-6__check input[type=radio], .contact-7__check input[type=radio] {
  display: none;
  position: relative;
  top: 2px;
}
.contact__check input[type=radio] + label, .contact-1__check input[type=radio] + label, .contact-2__check input[type=radio] + label, .contact-3__check input[type=radio] + label, .contact-4__check input[type=radio] + label, .contact-5__check input[type=radio] + label, .contact-6__check input[type=radio] + label, .contact-7__check input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 5px 30px;
  position: relative;
  width: auto;
}
.contact__check input[type=radio] + label::before, .contact-1__check input[type=radio] + label::before, .contact-2__check input[type=radio] + label::before, .contact-3__check input[type=radio] + label::before, .contact-4__check input[type=radio] + label::before, .contact-5__check input[type=radio] + label::before, .contact-6__check input[type=radio] + label::before, .contact-7__check input[type=radio] + label::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  left: 0px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
}
.contact__check input[type=radio]:checked + label::before, .contact-1__check input[type=radio]:checked + label::before, .contact-2__check input[type=radio]:checked + label::before, .contact-3__check input[type=radio]:checked + label::before, .contact-4__check input[type=radio]:checked + label::before, .contact-5__check input[type=radio]:checked + label::before, .contact-6__check input[type=radio]:checked + label::before, .contact-7__check input[type=radio]:checked + label::before {
  border: 7px solid #23AFAA;
  background-color: #fff;
}

.contact__submit, .contact-1__submit, .contact-2__submit, .contact-3__submit, .contact-4__submit, .contact-5__submit, .contact-6__submit, .contact-7__submit {
  text-align: center;
}

.contact__button, .contact-1__button, .contact-2__button, .contact-3__button, .contact-4__button, .contact-5__button, .contact-6__button, .contact-7__button {
  color: #fff;
  background-color: #50d3cf;
  border: solid 2px #50d3cf;
  font-weight: bold;
  margin: 0 auto;
  padding: 8px 32px;
}
.contact__button:hover, .contact-1__button:hover, .contact-2__button:hover, .contact-3__button:hover, .contact-4__button:hover, .contact-5__button:hover, .contact-6__button:hover, .contact-7__button:hover, .contact__button:not(:disabled):not(.disabled):active, .contact-1__button:not(:disabled):not(.disabled):active, .contact-2__button:not(:disabled):not(.disabled):active, .contact-3__button:not(:disabled):not(.disabled):active, .contact-4__button:not(:disabled):not(.disabled):active, .contact-5__button:not(:disabled):not(.disabled):active, .contact-6__button:not(:disabled):not(.disabled):active, .contact-7__button:not(:disabled):not(.disabled):active {
  color: #50d3cf;
  background-color: #fff;
  border-color: #50d3cf;
}
.contact__button:focus, .contact-1__button:focus, .contact-2__button:focus, .contact-3__button:focus, .contact-4__button:focus, .contact-5__button:focus, .contact-6__button:focus, .contact-7__button:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 211, 207, 0.3);
}

.faq-1__content {
  margin-top: 25px;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid #000;
  border-radius: 15px;
}
.faq-1__content.-answer {
  border: 2px solid #50d3cf;
}
.faq-1__content:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .faq-1__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.faq-1__row {
  flex-wrap: nowrap;
}
.faq-1__hidden {
  display: none;
}
.faq-1__hidden.-answer {
  display: block;
}
.faq-1__icon {
  font-size: 30px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .faq-1__icon {
    margin-top: -10px;
  }
}
.faq-1__icon.-answer {
  color: #50d3cf;
  margin-top: inherit;
}
.faq-1__quest {
  font-size: 14px;
}
.faq-1__btnbox {
  height: 50px;
}
.faq-1__btn {
  flex-shrink: 0;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  position: relative;
  background-color: #fff;
  border: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .faq-1__btn {
    width: 25px;
    height: 25px;
  }
}
.faq-1__btn.-answer {
  border: 2px solid #50d3cf;
}
.faq-1__btn::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .faq-1__btn::before {
    width: 15px;
  }
}
.faq-1__btn.-answer::before {
  border-top: 2px solid #50d3cf;
}
.faq-1__btn::after {
  position: absolute;
  top: 6px;
  right: calc(50% - 1px);
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #000;
  transform: translateX(-50%);
  transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .faq-1__btn::after {
    top: 3px;
    width: 15px;
    height: 15px;
  }
}
.faq-1__btn.-answer::after {
  display: none;
}

.faq-2__content {
  margin-top: 25px;
  border: 2px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 15px;
}
.faq-2__content:first-child {
  margin-top: 0;
}
.faq-2__row {
  flex-wrap: nowrap;
  padding-left: 40px;
  padding-right: 100px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-2__row {
    padding-left: 15px;
    padding-right: 40px;
  }
}
.faq-2__row::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  right: 40px;
  top: calc(50% - 10px);
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .faq-2__row::before {
    top: inherit;
    right: 15px;
    bottom: 15px;
  }
}
.faq-2__row.-answer::before {
  top: calc(50% - 10px);
  border-bottom: inherit;
  border-right: inherit;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
}
@media only screen and (max-width: 767px) {
  .faq-2__row.-answer::before {
    top: inherit;
    right: 15px;
    bottom: 15px;
  }
}
.faq-2__hidden {
  display: none;
  border: 2px solid #f3f3f3;
  border-radius: 0 0 10px 10px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .faq-2__hidden {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-2__hidden.-answer {
  display: block;
  background-color: #fff;
}
.faq-2__icon {
  font-size: 30px;
}
.faq-2__quest {
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-2__quest {
    padding-top: 15px;
  }
}

.faq-3__row {
  border-left: 10px solid #50d3cf;
  background-color: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.faq-3__row.-answer {
  border-left: 10px solid #97efeb;
  background-color: #fff;
}
.faq-3__icon {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .faq-3__icon {
    font-size: 25px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-3__text {
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faq-4__row {
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .faq-4__row {
    padding-right: 0;
  }
}
.faq-4__icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  background-color: #50d3cf;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .faq-4__icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}
.faq-4__icon.-answer {
  color: #50d3cf;
  border: 1px solid #50d3cf;
  background-color: #fff;
}
.faq-4__text {
  position: relative;
  margin-left: 20px;
  background-color: #f3f3f3;
  border-radius: 15px;
  width: calc(100% - 90px);
}
.faq-4__text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  left: -8px;
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .faq-4__text {
    padding: 15px;
  }
}
.faq-4__text.-answer {
  background-color: #fff;
  border: 1px solid #50d3cf;
}
.faq-4__text.-answer::before {
  background-color: #fff;
  border-right: 1px solid #50d3cf;
  border-bottom: 1px solid #50d3cf;
}

.faq-5__row {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .faq-5__row {
    padding-right: 0;
  }
}
.faq-5__hidden {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.faq-5__hidden.-answer {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .faq-5__hidden {
    padding-right: 0;
  }
}
.faq-5__icon {
  font-size: 40px;
  width: 80px;
  height: 80px;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .faq-5__icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}
.faq-5__icon.-answer {
  color: #000;
  background-color: #fff;
}
.faq-5__quest {
  position: relative;
  margin-left: 20px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 60px;
  line-height: 20px;
  border-bottom: 1px solid #000;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
  .faq-5__quest {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 30px;
    width: calc(100% - 85px);
  }
}
.faq-5__quest::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  right: 40px;
  bottom: 20px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .faq-5__quest::before {
    top: inherit;
    right: 15px;
    bottom: 15px;
    width: 10px;
    height: 10px;
  }
}
.faq-5__quest.-answer::before {
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .faq-5__quest.-answer::before {
    top: inherit;
    right: 15px;
    bottom: 15px;
  }
}
.faq-5__answer {
  margin-left: 20px;
  margin-bottom: 0;
  width: calc(100% - 100px);
  background-color: #fff;
  border: none;
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .faq-5__answer {
    width: calc(100% - 85px);
    padding: 15px;
  }
}