@charset "UTF-8";
.top {
  max-width: 100%;
  overflow-x: hidden;
}
.top > * {
  font-family: "helvetica-lt-pro", sans-serif;
  color: #333333;
}
.top .btn-cl .red {
  -webkit-box-shadow: 0 7px 0 #93433f;
          box-shadow: 0 7px 0 #93433f;
  background-color: #e36660;
}
.top .btn-cl .blue {
  -webkit-box-shadow: 0 7px 0 #113c65;
          box-shadow: 0 7px 0 #113c65;
  background-color: #3d70a3;
}
.top .more {
  text-align: center;
}
.top .more__inner {
  display: inline-block;
  background-color: #333333;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .more__inner {
    margin-top: 36px;
    width: 270px;
    padding: 16px 16px 15px;
    text-align: center;
  }
}
@media only screen and (max-width:960px) {
  .top .more__inner span {
    color: #fff;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: bold;
  }
}
.top .more__inner span.close + svg {
  top: calc(50% + 3px);
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.top .more__inner svg {
  position: absolute;
  top: calc(50% - 3px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width:960px) {
  .top .more__inner svg {
    right: 24px;
  }
}
.top .mv {
  background: center/cover no-repeat url("../img/top/mv_bg.jpg");
  padding-top: 74px;
  padding-bottom: 77px;
}
@media only screen and (max-width:960px) {
  .top .mv {
    background-image: url("../img/top/mv_bg-sp.jpg");
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
.top .mv__inner {
  width: 83.7%;
  margin: 0 auto;
  position: relative;
  padding-right: 45%;
  max-width: 1366px;
}
@media only screen and (min-width:1281px) {
  .top .mv__inner {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 652px;
  }
}
@media only screen and (max-width:1280px) {
  .top .mv__inner {
    padding-right: 0;
    width: 92%;
    text-align: center;
  }
}
@media only screen and (max-width:480px) {
  .top .mv__inner {
    width: 84%;
  }
}
.top .mv__inner h2 {
  width: 584px;
  max-width: 100%;
}
@media only screen and (max-width:1280px) {
  .top .mv__inner h2 {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .top .mv__inner h2 {
    width: 315px;
    margin: 0 auto;
  }
}
.top .mv__inner h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
  padding: 23px 22px 16px 29px;
  width: 473px;
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}
@media only screen and (max-width:1280px) {
  .top .mv__inner h3 {
    width: 100%;
  }
}
@media only screen and (max-width:480px) {
  .top .mv__inner h3 {
    font-size: 17px;
    margin-top: 15px;
    padding: 0 14px;
  }
}
@media only screen and (max-width:374px) {
  .top .mv__inner h3 {
    font-size: 13px;
  }
}
.top .mv__inner h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 473px;
  width: 100%;
  aspect-ratio: 473/72;
  background: center/contain no-repeat url("../img/top/mv_item_01.png");
}
@media only screen and (max-width:480px) {
  .top .mv__inner h3::before {
    max-width: 313px;
    aspect-ratio: 315/48;
  }
}
.top .mv__inner h3 span {
  color: #0089bc;
}
.top .mv__inner .contact-form {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  padding: 30px;
  padding-bottom: 34px;
  aspect-ratio: 1/1.25;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(43, 57, 59, 0.2509803922);
          box-shadow: 0px 0px 20px 0px rgba(43, 57, 59, 0.2509803922);
  height: 100%;
  overflow-y: scroll;
}
.top .mv__inner .contact-form .mesh {
  padding: 23px 0 24px;
  width: 100%;
  background: center/cover no-repeat url("../img/top/mesh.png");
  position: relative;
}
.top .mv__inner .contact-form .mesh span {
  position: absolute;
  background: center/contain no-repeat url("../img/top/bracket_02.png");
  width: 13px;
  height: 13px;
}
.top .mv__inner .contact-form .mesh span:first-child {
  top: 0;
  left: 0;
}
.top .mv__inner .contact-form .mesh span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top .mv__inner .contact-form .mesh span:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.top .mv__inner .contact-form .mesh span:last-of-type {
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.top .mv__inner .contact-form .mesh__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  color: #0089bc;
}
.top .mv__inner .contact-form .mesh__text {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  text-align: center;
}
.top .mv__inner .contact-form .form-group > p label {
  margin-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.66;
  font-weight: 400;
}
.top .mv__inner .contact-form .form-group > p label .required {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 18px;
  padding: 4px 10px;
  color: #0089bc;
  border-color: #0089bc;
}
.top .mv__inner .contact-form .form-group {
  text-align: left;
  margin-top: 16px;
}
.top .mv__inner .contact-form label {
  display: block;
  margin-bottom: 4px;
  color: #333333;
}
.top .mv__inner .contact-form label[for=comments] {
  line-height: 1.4;
}
.top .mv__inner .contact-form input,
.top .mv__inner .contact-form textarea {
  width: 98%;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #efefef;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
}
.top .mv__inner .contact-form input::-webkit-input-placeholder, .top .mv__inner .contact-form textarea::-webkit-input-placeholder {
  font-size: 17px;
}
.top .mv__inner .contact-form input::-moz-placeholder, .top .mv__inner .contact-form textarea::-moz-placeholder {
  font-size: 17px;
}
.top .mv__inner .contact-form input:-ms-input-placeholder, .top .mv__inner .contact-form textarea:-ms-input-placeholder {
  font-size: 17px;
}
.top .mv__inner .contact-form input::-ms-input-placeholder, .top .mv__inner .contact-form textarea::-ms-input-placeholder {
  font-size: 17px;
}
.top .mv__inner .contact-form input::placeholder,
.top .mv__inner .contact-form textarea::placeholder {
  font-size: 17px;
}
.top .mv__inner .contact-form .required {
  color: red;
  font-size: 17px;
  margin-left: 5px;
  border: 1px solid red;
}
.top .mv__inner .contact-form .wpcf7-form-control-wrap {
  display: block;
}
.top .mv__inner .contact-form span.wpcf7-list-item {
  margin: auto; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
  display: block;
}
.top .mv__inner .contact-form .wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
  font-size: 17px; /* 項目のフォントサイズ */
}
.top .mv__inner .contact-form input[type=checkbox] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.top .mv__inner .contact-form .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  content: "";
  top: -1px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #dddddd;
  margin-right: 8px;
  background-color: white;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.top .mv__inner .contact-form input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #005d9c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 3px solid white;
  outline-offset: -4px;
}
.top .mv__inner .contact-form .privacy-policy input[type=checkbox] {
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border: 1px solid #c3c3c3;
  background-color: #efefef;
  position: relative;
  padding: 0;
  margin-top: 6px;
}
.top .mv__inner .contact-form .privacy-policy input[type=checkbox]:checked::before {
  background-color: #02b36c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 3px solid white;
  outline-offset: -4px;
}
.top .mv__inner .contact-form .privacy-policy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 2px;
  height: 6px;
  border: 2px solid #005d9c;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top .mv__inner .contact-form .wpcf7-list-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .mv__inner .contact-form .privacy-policy .wpcf7-list-item-label {
  margin-left: 15px;
  color: #333333;
  font-size: 17px;
}
.top .mv__inner .contact-form .privacy-policy .wpcf7-list-item-label::before {
  display: none;
}
.top .mv__inner .contact-form .privacy-policy .wpcf7-list-item-label #privacy-policy-link {
  text-decoration: underline !important;
}
.top .mv__inner .contact-form .privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
.top .mv__inner .contact-form p {
  margin-top: 16px;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit) {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 16px auto;
  cursor: pointer;
  border-radius: 11px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  background: #113c65;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit)::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 19px;
  height: 26px;
  background: center/contain no-repeat url("../img/top/document.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit):hover {
  border: none;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit):hover:not(:has(:disabled))::after {
  top: 50%;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit):hover:not(:has(:disabled)) .wpcf7-submit {
  -webkit-transform: none;
          transform: none;
}
.top .mv__inner .contact-form p:has(.wpcf7-submit) .wpcf7-submit {
  background: #3d70a3;
  border: none;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  max-width: 360px;
  height: auto;
  padding: 20px 0;
  border-radius: 11px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 30px;
}
.top .mv__inner .contact-form .wpcf7-spinner {
  display: none;
}
.top .mv__inner .contact-form .wpcf7-not-valid-tip {
  margin-top: 8px;
}
.top .mv__inner .btn {
  display: none;
}
@media only screen and (max-width:1280px) {
  .top .mv__inner .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    margin-top: 24.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .mv__inner .btn a {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.29));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.29));
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:960px) {
  .top .mv__inner .btn a {
    font-size: 17px;
    max-width: 375px;
    width: 100%;
  }
}
.top .mv__inner .btn a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .mv__inner .btn a:first-child {
  -webkit-box-shadow: 0 7px 0 #93433f;
          box-shadow: 0 7px 0 #93433f;
  background-color: #e36660;
  padding-right: 68px;
  padding-left: 34px;
}
@media only screen and (max-width:960px) {
  .top .mv__inner .btn a:first-child {
    padding-right: 34px;
  }
}
.top .mv__inner .btn a:first-child img {
  width: 22px;
  right: 25px;
}
@media only screen and (max-width:960px) {
  .top .mv__inner .btn a:first-child img {
    width: 19px;
    height: 19px;
    right: 18px;
  }
}
.top .mv__inner .btn a:last-child {
  -webkit-box-shadow: 0 7px 0 #113c65;
          box-shadow: 0 7px 0 #113c65;
  background-color: #3d70a3;
  padding-right: 84px;
  padding-left: 34px;
}
@media only screen and (max-width:960px) {
  .top .mv__inner .btn a:last-child {
    padding-right: 34px;
  }
}
.top .mv__inner .btn a:last-child img {
  width: 19px;
  right: 36px;
}
@media only screen and (max-width:960px) {
  .top .mv__inner .btn a:last-child img {
    width: 16px;
    height: 22px;
    right: 19px;
  }
}
.top .mv__inner .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top .cta {
  background-color: #4a5763;
}
.top .cta .section__inner {
  width: 71.5%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner {
    width: 84%;
    max-width: 500px;
    padding: 17px 0 15px;
  }
}
.top .cta .section__inner::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.6);
          transform: translate(-50%, -50%) scale(1.6);
  background: center/contain no-repeat url("../img/top/cta_item_01.png");
  width: 44px;
  height: 89px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner::before {
    width: 28px;
    height: 57px;
  }
}
.top .cta .section__inner h2 {
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 54px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  background: center/cover no-repeat url("../img/top/cta_mesh.png");
  position: relative;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:1280px) {
  .top .cta .section__inner h2 {
    height: 125px;
  }
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner h2 {
    font-size: 24px;
    line-height: 1.33;
    height: 75px;
  }
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner h2 {
    font-size: 22px;
  }
}
.top .cta .section__inner h2::before, .top .cta .section__inner h2::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url("../img/top/cta_item_02.png");
  width: 13px;
  height: 85px;
}
@media only screen and (max-width:1280px) {
  .top .cta .section__inner h2::before, .top .cta .section__inner h2::after {
    width: 20px;
    height: 125px;
  }
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner h2::before, .top .cta .section__inner h2::after {
    width: 12px;
    height: 75px;
  }
}
.top .cta .section__inner h2::before {
  left: 0;
}
.top .cta .section__inner h2::after {
  right: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.top .cta .section__inner .box {
  background-color: #fff;
  margin-top: 30px;
  padding-top: 26px;
  padding-bottom: 30px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box {
    padding: 18px 17px 24px;
  }
}
.top .cta .section__inner .box p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box p {
    font-size: 17px;
    line-height: 23px;
  }
}
.top .cta .section__inner .box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width:1280px) {
  .top .cta .section__inner .box .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }
}
.top .cta .section__inner .box .btn a {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.29));
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.29));
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  border-radius: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width:1280px) {
  .top .cta .section__inner .box .btn a {
    margin: 0 auto;
  }
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box .btn a {
    width: 100%;
    font-size: 17px;
  }
}
.top .cta .section__inner .box .btn a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .cta .section__inner .box .btn a:first-child {
  -webkit-box-shadow: 0 7px 0 #93433f;
          box-shadow: 0 7px 0 #93433f;
  background-color: #e36660;
  padding-right: 68px;
  padding-left: 34px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box .btn a:first-child {
    padding-right: 50px;
  }
}
.top .cta .section__inner .box .btn a:first-child img {
  width: 22px;
  right: 25px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box .btn a:first-child img {
    width: 19px;
    right: 18px;
  }
}
.top .cta .section__inner .box .btn a:last-child {
  -webkit-box-shadow: 0 7px 0 #113c65;
          box-shadow: 0 7px 0 #113c65;
  background-color: #3d70a3;
  padding-right: 84px;
  padding-left: 34px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box .btn a:last-child {
    padding-right: 50px;
  }
}
.top .cta .section__inner .box .btn a:last-child img {
  width: 19px;
  right: 36px;
}
@media only screen and (max-width:960px) {
  .top .cta .section__inner .box .btn a:last-child img {
    width: 16px;
    right: 19px;
  }
}
.top .cta .section__inner .box .btn a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.top .link {
  text-align: center;
}
.top .link a, .top .link__inner {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: bold;
  color: #fff;
  background-color: #333333;
  padding: 15px 100px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .link a, .top .link__inner {
    font-size: 17px;
    padding: 16.5px 0 14.5px;
    width: 270px;
    margin: 0 auto;
    white-space: nowrap;
  }
}
.top .link a::before, .top .link__inner::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: center/contain no-repeat url("../img/top/sec_06_item_03.png");
}
@media only screen and (max-width:960px) {
  .top .link a::before, .top .link__inner::before {
    width: 16px;
    height: 16px;
    top: 50%;
  }
}
.top .link--02 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .link--02 a::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.top .link--02 a:hover {
  opacity: 0.7;
}
.top .swiper--01 {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width:960px) {
  .top .swiper--01 {
    padding-bottom: 10px;
  }
}
.top .swiper--01 .swiper-button-prev,
.top .swiper--01 .swiper-button-next {
  cursor: pointer;
  top: 180px;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-button-prev,
  .top .swiper--01 .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top .swiper--01 .swiper-button-prev::after,
.top .swiper--01 .swiper-button-next::after {
  content: "";
  width: 38px;
  height: 38px;
  background: center/contain no-repeat url("../img/top/sec_07_arrow.png");
}
.top .swiper--01 .swiper-button-prev {
  left: calc(50% - 275px);
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-button-prev {
    left: 17px;
  }
}
.top .swiper--01 .swiper-button-next {
  right: calc(50% - 275px);
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-button-next {
    right: 17px;
  }
}
.top .swiper--01 .swiper-button-next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-container {
    padding: 0 30px;
  }
}
.top .swiper--01 .swiper-wrapper {
  padding-top: 53px;
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-wrapper {
    padding-top: 33px;
  }
}
.top .swiper--01 .swiper-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top .swiper--01 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.top .swiper--01 .swiper-wrapper .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.85);
}
.top .swiper--01 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .overlay h3,
.top .swiper--01 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) p,
.top .swiper--01 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .tags {
  display: none !important;
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content {
  width: 100%;
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .overlay {
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .overlay__inner {
  position: relative;
  overflow: hidden;
  height: 239px;
  clip-path: polygon(23px 0, 100% 0, 100% calc(100% - 23px), calc(100% - 23px) 100%, 0 100%, 0 23px);
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .overlay__inner {
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    height: auto;
    aspect-ratio: 315/161;
    width: 100%;
  }
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .overlay__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .overlay__inner h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 20px;
  padding-right: 45px;
  background-color: #0089bc;
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content p {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width:960px) {
  .top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
  }
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 8px;
}
.top .swiper--01 .swiper-wrapper .swiper-slide .swiper-content .tags span {
  font-size: 17px;
  font-weight: bold;
  color: #0089bc;
  padding: 6px 9px;
  border: 1px solid #0089bc;
  background-color: #fff;
}
.top .scroll {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.top .scroll__inner {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-left 60s linear infinite;
          animation: scroll-left 60s linear infinite;
}
.top .scroll__inner img {
  display: inline-block;
  height: 31px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.top .scroll__inner img:first-child {
  width: 65px;
}
.top .scroll__inner img:nth-child(2) {
  width: 72px;
}
.top .scroll__inner img:nth-child(3) {
  width: 115px;
}
.top .scroll__inner img:nth-child(4) {
  width: 116px;
}
.top .scroll__inner img:nth-child(5) {
  width: 114px;
}
.top .scroll__inner img:nth-child(6) {
  width: 67px;
}
.top .scroll__inner img:nth-child(7) {
  width: 79px;
}
.top .scroll__inner img:nth-child(8) {
  width: 100px;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top .section {
  position: relative;
  padding-top: 52px;
}
@media only screen and (max-width:1280px) {
  .top .section {
    padding-top: 76px;
  }
}
.top .section::before {
  content: "";
  position: absolute;
  top: 55px;
  left: -1133px;
  width: 1452px;
  height: 27px;
  background: center/contain no-repeat;
}
@media only screen and (max-width:960px) {
  .top .section::before {
    width: 776px;
    height: 20px;
    left: -584px;
    top: 28px;
  }
}
.top .section__inner {
  width: 82.4%;
  margin: 0 auto;
}
@media only screen and (max-width:1280px) {
  .top .section__inner {
    width: 92%;
  }
}
@media only screen and (max-width:960px) {
  .top .section__inner {
    width: 84%;
  }
}
.top .section__inner h2 {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .top .section__inner h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
@media only screen and (max-width:374px) {
  .top .section__inner h2 {
    font-size: 22px;
  }
}
.top .section__inner h3.key {
  text-align: center;
  margin-bottom: 24px;
}
.top .section__inner h3.key .inner {
  background-color: #0089bc;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  padding: 17px 50px 19px;
  display: inline-block;
}
@media only screen and (max-width:960px) {
  .top .section__inner h3.key .inner {
    padding: 22px 45px 19px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
}
.top .section__inner h3.key .inner .bracket span {
  position: absolute;
  background: center/cover no-repeat url("../img/top/bracket.png");
  width: 13px;
  height: 13px;
  z-index: 1;
}
.top .section__inner h3.key .inner .bracket span:first-child {
  top: 6px;
  left: 8px;
}
.top .section__inner h3.key .inner .bracket span:nth-child(2) {
  top: 6px;
  right: 8px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top .section__inner h3.key .inner .bracket span:nth-child(3) {
  right: 8px;
  bottom: 6px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.top .section__inner h3.key .inner .bracket span:last-child {
  left: 8px;
  bottom: 6px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.top .section__inner .note {
  position: relative;
  text-align: center;
  background: center/cover no-repeat url("../img/top/sec_04_mesh.png");
  padding: 26px 45px 29px;
  width: 656px;
  margin: 0 auto;
  background-color: rgba(222, 222, 222, 0.2);
  margin-top: 55px;
}
@media only screen and (max-width:960px) {
  .top .section__inner .note {
    width: 100%;
    margin-top: 30px;
    padding: 21px 19px 17px;
  }
}
.top .section__inner .note .bracket {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.top .section__inner .note .bracket span {
  position: absolute;
  background: center/cover no-repeat url("../img/top/bracket.png");
  width: 16px;
  height: 16px;
  z-index: 1;
}
.top .section__inner .note .bracket span:first-child {
  top: 0;
  left: 0;
}
.top .section__inner .note .bracket span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top .section__inner .note .bracket span:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.top .section__inner .note .bracket span:last-child {
  left: 0;
  bottom: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.top .section__inner .note h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0089bc;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:960px) {
  .top .section__inner .note h4 {
    line-height: 24px;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width:374px) {
  .top .section__inner .note h4 br {
    display: none !important;
  }
}
.top .section__inner .note p {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
}
.top .section__inner .box {
  margin-top: 30px;
}
.top .section__inner .box.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top .section__inner .box.card .box__item {
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
.top .section__inner .box.card .box__item .inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  height: 100%;
  clip-path: polygon(23px 0, 100% 0, 100% calc(100% - 23px), calc(100% - 23px) 100%, 0 100%, 0 23px);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section__inner .box.card .box__item .inner {
    clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
  }
}
.top .section__inner .box.card .box__item .inner + .border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-color: #0089bc;
  clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%, 0 24px);
  z-index: 0;
}
@media only screen and (max-width:960px) {
  .top .section__inner .box.card .box__item .inner + .border {
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
  }
}
.top .section--01::before {
  background-image: url("../img/top/sec_01_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--01::before {
    background-image: url("../img/top/sec_01_tag-sp.png");
  }
}
.top .section--01 .section__inner {
  position: relative;
  width: calc(83.7% + 25px);
  margin: 0 auto;
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner {
    width: 84%;
  }
}
.top .section--01 .section__inner h2 {
  margin-bottom: 53px;
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner h2 {
    margin-bottom: 26px;
  }
}
.top .section--01 .section__inner h3 {
  text-align: center;
}
.top .section--01 .section__inner h3 span {
  font-size: 22px;
  line-height: 42px;
  position: relative;
  background-color: #0089bc;
  color: #fff;
  padding: 16px 48px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner h3 span {
    padding: 9px;
    display: block;
    line-height: 1.33;
  }
}
@media only screen and (max-width:374px) {
  .top .section--01 .section__inner h3 span {
    font-size: 20px;
  }
}
.top .section--01 .section__inner h3 span::before, .top .section--01 .section__inner h3 span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url("../img/top/sec_01_h3_item.png");
  width: 13px;
  height: 51px;
}
.top .section--01 .section__inner h3 span::before {
  left: 8px;
}
.top .section--01 .section__inner h3 span::after {
  right: 8px;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.top .section--01 .section__inner .swiper {
  position: relative;
}
.top .section--01 .section__inner .swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
@media only screen and (min-width:961px) {
  .top .section--01 .section__inner .swiper .swiper-pagination {
    display: none;
  }
}
.top .section--01 .section__inner .swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #707070;
}
.top .section--01 .section__inner .swiper .swiper-pagination-bullet-active {
  background: #4a5763;
}
.top .section--01 .section__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 40px;
  padding-bottom: 82px;
  padding-top: 35px;
}
@media only screen and (min-width:961px) {
  .top .section--01 .section__inner .box {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner .box {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width:374px) {
  .top .section--01 .section__inner .box {
    padding-top: 5px;
    margin-top: 15px;
  }
}
.top .section--01 .section__inner .box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 33px;
}
@media only screen and (min-width:961px) {
  .top .section--01 .section__inner .box .swiper-slide {
    width: calc(25% - 25px) !important;
  }
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner .box .swiper-slide {
    padding-left: 22px;
    padding-right: 22px;
    row-gap: 28px;
  }
}
.top .section--01 .section__inner .box__item {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 75px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.top .section--01 .section__inner .box__item::before, .top .section--01 .section__inner .box__item::after {
  content: "";
  position: absolute;
  -webkit-box-shadow: 2px 2px 4px rgba(73, 73, 73, 0.35);
          box-shadow: 2px 2px 4px rgba(73, 73, 73, 0.35);
  border-radius: 50%;
}
.top .section--01 .section__inner .box__item::before {
  width: 17px;
  height: 17px;
  top: calc(100% + 1px);
  right: 40px;
}
.top .section--01 .section__inner .box__item::after {
  width: 10px;
  height: 10px;
  top: calc(100% + 10px);
  right: 27px;
}
.top .section--01 .section__inner .box__item.pat-01::before, .top .section--01 .section__inner .box__item.pat-01::after {
  background-color: #0089bc;
}
.top .section--01 .section__inner .box__item.pat-02::before, .top .section--01 .section__inner .box__item.pat-02::after {
  background-color: #fff;
}
.top .section--01 .section__inner .box__item p {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 27px 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:960px) {
  .top .section--01 .section__inner .box__item p {
    padding: 10px 33px 20px;
  }
}
.top .section--01 .section__inner .box__item p::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 5px;
  border-radius: 75px;
  background: transparent;
  border: 1px solid #0089bc;
  width: 100%;
  height: 100%;
}
.top .section--01 .section__inner .box__item p > span {
  font-size: 17px;
  line-height: 1.42;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.top .section--01 .section__inner .box__item p > span span {
  color: #0089bc;
}
.top .section--02 {
  padding-bottom: 57px;
}
@media only screen and (max-width:960px) {
  .top .section--02 {
    padding-top: 92px;
    padding-bottom: 38px;
  }
}
.top .section--02::before {
  background-image: url("../img/top/sec_02_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--02::before {
    background-image: url("../img/top/sec_02_tag-sp.png");
    top: 40px;
    left: auto;
    right: -584px;
  }
}
.top .section--02 .section__inner {
  max-width: 1126px;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner h2 {
    text-align: right;
  }
}
.top .section--02 .section__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box {
    margin-top: 58px;
  }
}
.top .section--02 .section__inner .box img {
  position: absolute;
  top: 50%;
  left: -40px;
  max-width: 562px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  aspect-ratio: 562/519;
}
@media only screen and (max-width:1280px) {
  .top .section--02 .section__inner .box img {
    width: 410px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box img {
    top: -119px;
    left: auto;
    right: 48%;
    -webkit-transform: none;
            transform: none;
    width: 258px;
  }
}
.top .section--02 .section__inner .box .text {
  position: relative;
  z-index: 1;
  width: 584px;
  margin-left: auto;
  max-width: 100%;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text {
    width: 100%;
    margin: 0 auto;
  }
}
.top .section--02 .section__inner .box .text h3 {
  text-align: right;
  white-space: nowrap;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text h3 {
    -webkit-transform: translateX(22%);
            transform: translateX(22%);
  }
}
.top .section--02 .section__inner .box .text h3 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#0089bc));
  background: linear-gradient(#0089bc 0%);
  display: inline;
  letter-spacing: 0.03em;
  line-height: 55px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  padding: 3px 30px;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text h3 span {
    font-size: 17px;
    line-height: 43px;
    padding: 10px 17px 7px;
    padding-right: calc(17px + 20%);
  }
}
.top .section--02 .section__inner .box .text p {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin-top: 40px;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text p {
    margin-top: 50px;
  }
}
.top .section--02 .section__inner .box .text p.president {
  text-align: right;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text p.president {
    margin-top: 9px;
  }
}
.top .section--02 .section__inner .box .text p.president span {
  font-size: 22px;
  line-height: 34px;
  padding-left: 10px;
}
@media only screen and (max-width:960px) {
  .top .section--02 .section__inner .box .text p.president span {
    font-size: 18px;
  }
}
.top .section--03 {
  background-color: #f0f0f0;
}
.top .section--03::before {
  background-image: url("../img/top/sec_03_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--03::before {
    background-image: url("../img/top/sec_03_tag-sp.png");
  }
}
.top .section--03 .section__inner {
  width: 85.2%;
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner {
    width: 84%;
    padding-bottom: 30px;
  }
}
.top .section--03 .section__inner > p {
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  margin-top: 53px;
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner > p {
    font-size: 17px;
    line-height: 23px;
    margin-top: 30px;
  }
}
.top .section--03 .section__inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  margin-top: 55px;
}
@media only screen and (max-width:1280px) {
  .top .section--03 .section__inner .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 15px;
    margin-top: 30px;
  }
}
.top .section--03 .section__inner .box__item {
  width: calc(33.333% - 15px);
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width:1280px) {
  .top .section--03 .section__inner .box__item {
    width: 100%;
  }
}
.top .section--03 .section__inner .box__item.hidden {
  display: none;
}
.top .section--03 .section__inner .box__item::before {
  content: "";
  position: absolute;
  bottom: -5.5px;
  left: -5.5px;
  width: 59px;
  height: 59px;
  background: center/contain no-repeat url("../img/top/sec_03_item_01.png");
}
.top .section--03 .section__inner .box__item .inner {
  position: relative;
}
.top .section--03 .section__inner .box__item .num {
  position: absolute;
  top: 7px;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 47px;
  background: center/contain no-repeat url("../img/top/sec03_num_bg.png");
  font-size: 28px;
  font-weight: bold;
}
.top .section--03 .section__inner .box__item h3 {
  text-align: center;
  padding: 30px 0 0;
  margin-bottom: 30px;
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner .box__item h3 {
    padding-top: 20px;
    margin-bottom: 12px;
  }
}
.top .section--03 .section__inner .box__item h3 span {
  padding: 0 40px 7px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  border-bottom: 1px solid #0089bc;
  display: inline-block;
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner .box__item h3 span {
    line-height: 20px;
    letter-spacing: 0.03em;
  }
}
.top .section--03 .section__inner .box__item h4 {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
  padding: 0 20px;
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner .box__item h4 {
    padding: 20px;
  }
}
.top .section--03 .section__inner .box__item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  margin-top: auto;
  padding: 15px 20px;
  background: center/cover no-repeat url("../img/top/sec_03_mesh.png");
}
@media only screen and (max-width:960px) {
  .top .section--03 .section__inner .box__item p {
    padding: 0 18px 12px;
  }
}
.top .section--04 {
  overflow: hidden;
  padding-bottom: 38px;
}
.top .section--04::before {
  background-image: url("../img/top/sec_04_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--04::before {
    background-image: url("../img/top/sec_04_tag-sp.png");
  }
}
.top .section--04 .section__inner .note {
  margin-bottom: 55px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .section__inner .note {
    margin-bottom: 35px;
  }
}
.top .section--04 .row {
  margin-bottom: 30px;
}
.top .section--04 .row h3 {
  position: relative;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:960px) {
  .top .section--04 .row h3 {
    margin-bottom: 13px;
  }
}
.top .section--04 .row h3::before {
  content: "";
  position: absolute;
  top: 0;
  background: center/contain no-repeat url("../img/top/sec_04_tag_02.png");
  width: 1761px;
  height: 56px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row h3::before {
    background-image: url("../img/top/sec_04_tag_02-sp.png");
    width: 843px;
    height: 27px;
  }
}
.top .section--04 .row h3 span {
  position: relative;
  z-index: 1;
  padding: 5px 0;
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row h3 span {
    font-size: 18px;
    padding: 2px 0;
    line-height: 25px;
    display: inline-block;
  }
}
.top .section--04 .row.not-reverse h3::before {
  left: -225px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row.not-reverse h3::before {
    left: -119px;
  }
}
.top .section--04 .row.not-reverse span {
  padding-left: 120px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row.not-reverse span {
    padding-left: 30px;
  }
}
.top .section--04 .row.reverse h3 {
  text-align: right;
}
.top .section--04 .row.reverse h3::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: auto;
  right: -313px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row.reverse h3::before {
    right: -168px;
  }
}
.top .section--04 .row.reverse h3 span {
  padding-right: 120px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row.reverse h3 span {
    padding-right: 30px;
  }
}
.top .section--04 .row__inner {
  width: 75.6%;
  margin: 0 auto;
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row__inner {
    width: 92%;
  }
}
.top .section--04 .row__inner__item h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  background-color: #0089bc;
  display: inline-block;
  color: #fff;
  padding: 8px 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item h4 {
    font-size: 17px;
    line-height: 20px;
    padding: 6px 11px;
    margin-bottom: 3px;
  }
}
.top .section--04 .row__inner__item .box {
  position: relative;
  padding-top: 148px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box {
    padding-top: 65px;
  }
}
.top .section--04 .row__inner__item .box .image {
  position: absolute;
  top: 0;
  aspect-ratio: 533/201;
  width: 100%;
  max-height: 201px;
  overflow: hidden;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .image {
    aspect-ratio: 345/94;
    max-height: 104px;
  }
}
.top .section--04 .row__inner__item .box .image p {
  position: absolute;
  top: 105px;
  right: 3px;
  font-size: 57px;
  letter-spacing: 0.05em;
  line-height: 66px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .image p {
    top: 43px;
    font-size: 27px;
    line-height: 31px;
  }
}
.top .section--04 .row__inner__item .box .links {
  position: relative;
  z-index: 1;
  width: 93.4%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
  padding-bottom: 13px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .links {
    width: 95.3%;
  }
}
.top .section--04 .row__inner__item .box .links__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  padding: 30px 16px;
  background-color: #fff;
  clip-path: polygon(32px 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .links__inner {
    padding: 30px 8px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
}
.top .section--04 .row__inner__item .box .links__inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 21px;
  font-weight: bold;
  border: 1px solid #0089bc;
  height: 60px;
  padding-left: 13px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .links__inner a {
    font-size: 17px;
    padding-left: 7px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media only screen and (max-width:374px) {
  .top .section--04 .row__inner__item .box .links__inner a {
    width: 100% !important;
  }
}
.top .section--04 .row__inner__item .box .links__inner a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: center/contain no-repeat url("../img/top/arrow_01.png");
}
@media only screen and (max-width:960px) {
  .top .section--04 .row__inner__item .box .links__inner a::before {
    width: 12px;
    height: 12px;
    right: 7px;
  }
}
.top .section--04 .row--01 .row__inner {
  width: 80.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 22px;
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--01 .row__inner {
    width: 92%;
  }
}
.top .section--04 .row--01 .row__inner__item {
  width: calc(50% - 15px);
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--01 .row__inner__item {
    width: 100%;
    overflow: hidden;
  }
}
.top .section--04 .row--01 .row__inner__item .box .links__inner a {
  width: calc(50% - 5px);
  padding-right: 40px;
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--01 .row__inner__item .box .links__inner a {
    padding-right: 18px;
  }
}
@media only screen and (max-width:480px) {
  .top .section--04 .row--01 .row__inner__item .box .links__inner a {
    width: 100%;
  }
  .top .section--04 .row--01 .row__inner__item .box .links__inner a br {
    display: none !important;
  }
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--02 .row__inner__item {
    width: 100%;
    overflow: hidden;
  }
}
.top .section--04 .row--02 .row__inner__item .box .links {
  width: 96.7%;
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--02 .row__inner__item .box .links {
    width: 95.3%;
  }
}
.top .section--04 .row--02 .row__inner__item .box .links__inner a {
  width: calc(25% - 7.5px);
  padding-right: 38px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row--02 .row__inner__item .box .links__inner a {
    width: calc(50% - 4px);
    padding-right: 23px;
  }
}
@media only screen and (max-width:480px) {
  .top .section--04 .row--02 .row__inner__item .box .links__inner a {
    width: 100%;
  }
  .top .section--04 .row--02 .row__inner__item .box .links__inner a br {
    display: none !important;
  }
}
.top .section--04 .row--03.not-reverse h3::before {
  width: 1886px;
  left: -110px;
  background-image: url("../img/top/sec_04_tag_03.png");
}
@media only screen and (max-width:960px) {
  .top .section--04 .row--03.not-reverse h3::before {
    background-image: url("../img/top/sec_04_tag_03-sp.png");
    left: -125px;
    width: 849px;
    height: 57px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--04 .row--03.not-reverse h3 span {
    line-height: 28px;
    padding-top: 0;
  }
}
.top .section--04 .row--03 .row__inner__item {
  margin-bottom: 22px;
}
@media only screen and (max-width:1280px) {
  .top .section--04 .row--03 .row__inner__item {
    width: 100%;
  }
}
.top .section--04 .row--03 .row__inner__item .box .links {
  width: 96.7%;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row--03 .row__inner__item .box .links {
    width: 95.5%;
  }
}
.top .section--04 .row--03 .row__inner__item .box .links__inner a {
  width: calc(25% - 7.5px);
  padding-right: 38px;
}
@media only screen and (max-width:960px) {
  .top .section--04 .row--03 .row__inner__item .box .links__inner a {
    width: calc(50% - 4px);
  }
}
@media only screen and (max-width:480px) {
  .top .section--04 .row--03 .row__inner__item .box .links__inner a {
    width: 100%;
  }
  .top .section--04 .row--03 .row__inner__item .box .links__inner a br {
    display: none !important;
  }
}
.top .section--05 {
  background-color: #f0f0f0;
}
.top .section--05::before {
  background-image: url("../img/top/sec_05_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--05::before {
    background-image: url("../img/top/sec_05_tag-sp.png");
  }
}
.top .section--05 .section__inner {
  padding-bottom: 58px;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner {
    padding-bottom: 30px;
    width: 89.3%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .note {
    width: 94%;
    margin: 35px auto;
  }
}
.top .section--05 .section__inner .box {
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
}
.top .section--05 .section__inner .box__item {
  width: calc(25% - 19px);
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box__item {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width:480px) {
  .top .section--05 .section__inner .box__item {
    width: 100%;
  }
}
.top .section--05 .section__inner .box__item::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -5px;
  width: 53px;
  height: 59px;
  background: center/contain no-repeat url("../img/top/sec_05_item_01.png");
}
.top .section--05 .section__inner .box__item .inner {
  padding: 8px 15px 16px;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box__item .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top .section--05 .section__inner .box__item .inner h3 {
  text-align: center;
  margin-bottom: 9px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box__item .inner h3 {
    height: 38px;
  }
}
.top .section--05 .section__inner .box__item .inner h3 span {
  font-size: 24px;
  line-height: 23px;
  font-weight: bold;
  color: #0089bc;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box__item .inner h3 span {
    font-size: 22px;
    letter-spacing: 0.03em;
  }
}
.top .section--05 .section__inner .box__item .inner p {
  margin-top: 26px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .top .section--05 .section__inner .box__item .inner p {
    margin-top: 15px;
  }
}
.top .section--06 {
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--06 {
    padding-bottom: 30px;
  }
}
.top .section--06::before {
  background-image: url("../img/top/sec_06_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--06::before {
    background-image: url("../img/top/sec_06_tag-sp.png");
  }
}
.top .section--06 .section__inner {
  width: 68.8%;
}
@media only screen and (max-width:1280px) {
  .top .section--06 .section__inner {
    width: 92%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--06 .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--06 .section__inner .note {
    width: 84%;
  }
}
.top .section--06 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 20px;
  padding: 30px;
  background-color: rgba(0, 137, 188, 0.07);
}
@media only screen and (max-width:960px) {
  .top .section--06 .box {
    row-gap: 50px;
    margin-bottom: 0;
  }
}
.top .section--06 .box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item {
    row-gap: 15px;
  }
}
.top .section--06 .box__item .row {
  position: relative;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
.top .section--06 .box__item .row img {
  position: absolute;
  width: 84px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top .section--06 .box__item .row p {
  width: 71.4%;
  margin: 0 auto;
  padding: 20px 20px 16px;
  position: relative;
  background-color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row p {
    width: calc(100% - 64px);
    margin-right: 0;
    padding-right: 10px;
    line-height: 20px;
  }
}
.top .section--06 .box__item .row--01 img {
  top: 0;
  left: 0;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row--01 img {
    top: auto;
    bottom: -8px;
  }
}
.top .section--06 .box__item .row--01 p {
  padding-left: 78px;
  clip-path: polygon(57px 0, 57px 66.6%, 0 56.7%, 57px 100%, 100% 100%, 100% 0%, 0% 0%);
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row--01 p {
    padding-left: 51px;
    clip-path: polygon(29px 0, 29px 78.9%, 0 75.4%, 29px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
}
.top .section--06 .box__item .row--02 img {
  right: 0;
  bottom: 0;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row--02 img {
    bottom: 24px;
  }
}
.top .section--06 .box__item .row--02 p {
  background-color: #0089bc;
  padding-right: 78px;
  clip-path: polygon(0% 0%, calc(100% - 57px) 0%, calc(100% - 57px) 76.9%, 100% 67.3%, calc(100% - 57px) 100%, 0% 100%, 0% 0%);
  color: #fff;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row--02 p {
    margin-right: auto;
    margin-left: 0;
    clip-path: polygon(0% 0%, calc(100% - 30px) 0%, calc(100% - 30px) 90.4%, 100% 88.8%, calc(100% - 30px) 100%, 0% 100%, 0% 0%);
    padding-right: 41px;
    line-height: 28px;
  }
}
.top .section--06 .box__item .row--02 p span {
  padding: 5px 7px;
  color: #0089bc;
  background-color: #fff;
}
@media only screen and (max-width:960px) {
  .top .section--06 .box__item .row--02 p span {
    padding: 3px 5px;
  }
}
.top .section--06 .middle {
  position: relative;
  width: 84.8%;
  padding: 28px 34px;
  margin-top: 47px;
  margin-bottom: 45px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .middle {
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 24px 7px 18px;
  }
}
.top .section--06 .middle::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: center/contain no-repeat url("../img/top/sec_06_item_04.png");
  width: 44px;
  height: 67px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .middle::before {
    top: -25px;
  }
}
.top .section--06 .middle p {
  color: #0089bc;
  font-size: 22px;
  line-height: 32px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width:960px) {
  .top .section--06 .middle p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.03em;
  }
}
.top .section--06 .list {
  width: 82.3%;
  max-width: 1125px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
@media only screen and (max-width:1280px) {
  .top .section--06 .list {
    width: 92%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--06 .list {
    width: 84%;
  }
}
.top .section--06 .list__inner {
  position: relative;
  padding: 44px 30px 42px 15px;
  clip-path: polygon(82px 0, 100% 0, 100% calc(100% - 82px), calc(100% - 82px) 100%, 0 100%, 0 82px);
  background-color: #fff;
  min-height: 500px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner {
    padding: 28px 20px 24px;
    clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
    min-height: auto;
  }
}
.top .section--06 .list__inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 42px;
  width: 404px;
  height: 340px;
  background: center/contain no-repeat url("../img/top/sec_06_item_05.png");
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner::before {
    width: 273px;
    height: 230px;
    top: 66px;
    left: 50%;
    bottom: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top .section--06 .list__inner h3 {
  padding-left: 66px;
  color: #0089bc;
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner h3 {
    font-size: 18px;
    padding-left: 0;
    font-size: 18px;
    line-height: 25px;
  }
}
.top .section--06 .list__inner p {
  padding-left: 66px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 39px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner p {
    padding: 0;
    margin-bottom: 221px;
  }
}
.top .section--06 .list__inner p span {
  color: #0089bc;
}
.top .section--06 .list__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 12px;
  padding-left: 420px;
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner ul {
    padding-left: 0;
    row-gap: 8px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.top .section--06 .list__inner ul li {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--06 .list__inner ul li {
    padding-left: 13px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top .section--06 .list__inner ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #0089bc;
}
.top .section--06 .list__inner ul li.hidden-li {
  display: none;
}
.top .section--06.faq .box {
  margin-bottom: 0;
}
.top .section--07 {
  overflow-x: hidden;
}
.top .section--07::before {
  background-image: url("../img/top/sec_07_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--07::before {
    background-image: url("../img/top/sec_07_tag-sp.png");
  }
}
.top .section--07 .section__inner {
  position: relative;
  width: 92.2%;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner {
    width: 90.6%;
  }
}
.top .section--07 .section__inner::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  height: 45%;
  background-color: #f0f0f0;
  z-index: -1;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner::after {
    height: 204px;
  }
}
.top .section--07 .section__inner .swiper {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper {
    padding-bottom: 30px;
  }
}
.top .section--07 .section__inner .swiper .swiper-button-prev,
.top .section--07 .section__inner .swiper .swiper-button-next {
  cursor: pointer;
  top: 180px;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-button-prev,
  .top .section--07 .section__inner .swiper .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top .section--07 .section__inner .swiper .swiper-button-prev::after,
.top .section--07 .section__inner .swiper .swiper-button-next::after {
  content: "";
  width: 38px;
  height: 38px;
  background: center/contain no-repeat url("../img/top/sec_07_arrow.png");
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-button-prev::after,
  .top .section--07 .section__inner .swiper .swiper-button-next::after {
    width: 25px;
    height: 25px;
  }
}
.top .section--07 .section__inner .swiper .swiper-button-prev {
  left: calc(50% - 275px);
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-button-prev {
    left: -13px;
  }
}
.top .section--07 .section__inner .swiper .swiper-button-next {
  right: calc(50% - 275px);
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-button-next {
    right: -13px;
  }
}
.top .section--07 .section__inner .swiper .swiper-button-next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top .section--07 .section__inner .swiper .swiper-wrapper {
  padding-top: 53px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-wrapper {
    padding-top: 31px;
  }
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  -webkit-transform: scale(0.74);
          transform: scale(0.74);
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.85);
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .overlay h3,
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) p,
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .tags {
  display: none !important;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .overlay {
    -webkit-filter: none !important;
            filter: none !important;
  }
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay {
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay__inner {
  position: relative;
  overflow: hidden;
  height: 239px;
  clip-path: polygon(23px 0, 100% 0, 100% calc(100% - 23px), calc(100% - 23px) 100%, 0 100%, 0 23px);
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay__inner {
    height: auto;
    width: 100%;
    aspect-ratio: 315/161;
    clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%, 0 17px);
  }
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay__inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay__inner h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 20px;
  padding-right: 45px;
  background-color: #0089bc;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .overlay__inner h3 {
    line-height: 12px;
  }
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content p {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content p {
    font-size: 17px;
    line-height: 22px;
    margin-top: 15px;
  }
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 8px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.top .section--07 .section__inner .swiper .swiper-wrapper .swiper-slide .swiper-content .tags span {
  font-size: 17px;
  font-weight: bold;
  color: #0089bc;
  padding: 6px 9px;
  border: 1px solid #0089bc;
  background-color: #fff;
}
.top .section--07 .box--01 {
  width: 82.3%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.3));
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 {
    width: 84%;
  }
}
.top .section--07 .box--01 h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 h3 {
    font-size: 22px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top .section--07 .box--01 h3 span {
  font-size: 34px;
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 h3 span {
    font-size: 25px;
    line-height: 32px;
  }
}
.top .section--07 .box--01 .box__inner {
  background-color: #fff;
  padding: 57px 55px 50px;
  clip-path: polygon(73px 0, 100% 0, 100% calc(100% - 73px), calc(100% - 73px) 100%, 0 100%, 0 73px);
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 .box__inner {
    padding: 28px 19px 36px;
    clip-path: polygon(19px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 19px) 100%, 0 100%, 0 44px);
  }
}
.top .section--07 .box--01 .box__inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  row-gap: 27px;
  margin-top: 32px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 .box__inner .list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top .section--07 .box--01 .box__inner .list .image {
  width: calc(20% - 52px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 .box__inner .list .image {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--01 .box__inner .list .image:nth-child(1) img {
    width: 48.5074626866%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(2) img {
    width: 52.9850746269%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(3) img {
    width: 85.0746268657%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(4) img {
    width: 87.3134328358%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(5) img {
    width: 37.3134328358%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(6) img {
    width: 85.8208955224%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(7) img {
    width: 83.5820895522%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(8) img {
    width: 82.0895522388%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(9) img {
    width: 71.6417910448%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(10) img {
    width: 48.5074626866%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(11) img {
    width: 43.2835820896%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(12) img {
    width: 81.3432835821%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(13) img {
    width: 81.3432835821%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(14) img {
    width: 62.6865671642%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(15) img {
    width: 80.5970149254%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(16) img {
    width: 74.6268656716%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(17) img {
    width: 69.4029850746%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(18) img {
    width: 79.8507462687%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(19) img {
    width: 79.8507462687%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(20) img {
    width: 79.1044776119%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(21) img {
    width: 81.3432835821%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(22) img {
    width: 35.0746268657%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(23) img {
    width: 83.5820895522%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(24) img {
    width: 72.3880597015%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(25) img {
    width: 92.5373134328%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(26) img {
    width: 82.8358208955%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(27) img {
    width: 96.2686567164%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(28) img {
    width: 96.2686567164%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(29) img {
    width: 105.9701492537%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(30) img {
    width: 93.2835820896%;
  }
  .top .section--07 .box--01 .box__inner .list .image:nth-child(31) img {
    width: 74.6268656716%;
  }
}
.top .section--07 .box--02 {
  padding-bottom: 50px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 {
    padding-bottom: 30px;
  }
}
.top .section--07 .box--02 .result__item--02 {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 7px;
  background: top center/cover no-repeat url("../img/top/sec_07_mesh.png");
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 {
    margin-bottom: 5px;
  }
}
.top .section--07 .box--02 .result__item--02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 137, 188, 0.2);
}
.top .section--07 .box--02 .result__item--02 h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 23px;
}
.top .section--07 .box--02 .result__item--02 .industry {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top .section--07 .box--02 .result__item--02 .industry__item {
  background-color: #0089bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 10px;
  padding-bottom: 22px;
  position: relative;
  height: 150px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item {
    padding-top: 6.5px;
    padding-bottom: 13.5px;
    height: 92px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  top: -7px;
  left: -8px;
}
.top .section--07 .box--02 .result__item--02 .industry__item h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item h4 {
    font-size: 13px;
    line-height: 19px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item img {
  margin-top: 14px;
}
.top .section--07 .box--02 .result__item--02 .industry__item--01 img {
  margin-top: -3px;
  width: 117px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--01 img {
    width: 72px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--02 img {
  margin-top: 14px;
  width: 58px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--02 img {
    margin-top: 9px;
    width: 36px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--03 img {
  margin-top: 6px;
  width: 98px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--03 img {
    width: 61px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--04 img {
  width: 73px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--04 img {
    margin-top: 9.4px;
    width: 45px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--05 img {
  width: 77px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--05 img {
    margin-top: 9.4px;
    width: 47px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--06 img {
  width: 70px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--06 img {
    margin-top: 9.4px;
    width: 43px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--07 img {
  width: 64px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--07 img {
    margin-top: 9.4px;
    width: 40px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--08 img {
  margin-top: 20px;
  width: 80px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--08 img {
    margin-top: 13.1px;
    width: 49px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--09 img {
  width: 75px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--09 img {
    margin-top: 9.4px;
    width: 46px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--10 img {
  margin-top: 20px;
  width: 87px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--10 img {
    margin-top: 13.2px;
    width: 53px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--11 img {
  width: 69px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--11 img {
    margin-top: 9.4px;
    width: 43px;
  }
}
.top .section--07 .box--02 .result__item--02 .industry__item--12 img {
  width: 75px;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result__item--02 .industry__item--12 img {
    margin-top: 9.4px;
    width: 46px;
  }
}
.top .section--07 .box--02 .result .more {
  position: relative;
}
.top .section--07 .box--02 .result .more .border {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top .section--07 .box--02 .result .more .border::before, .top .section--07 .box--02 .result .more .border::after {
  content: "";
  position: absolute;
  bottom: 11px;
  width: 41.5%;
  height: 1px;
  background-color: rgba(0, 137, 188, 0.2);
  z-index: 0;
}
.top .section--07 .box--02 .result .more .border::before {
  left: 0;
}
.top .section--07 .box--02 .result .more .border::after {
  right: 0;
}
.top .section--07 .box--02 .result .more__inner {
  font-size: 34px;
  font-weight: bold;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 95px;
  background-color: rgba(0, 137, 188, 0.07);
  clip-path: polygon(0 0, 100% 0, 100% 0, 50% 100%, 50% 100%, 0 0);
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width:960px) {
  .top .section--07 .box--02 .result .more__inner {
    font-size: 24px;
    height: 47px;
  }
}
.top .section--07 .box--02 .result .more__inner span {
  position: relative;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  color: #0089bc;
}
.top .section--08::before {
  background-image: url("../img/top/sec_08_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--08::before {
    background-image: url("../img/top/sec_08_tag-sp.png");
    top: 30px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .note {
    padding: 12px 19px 10px;
    margin-bottom: 28px;
    width: 84%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box {
    row-gap: 12px;
  }
}
.top .section--08 .section__inner .box--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  width: 55.1%;
  margin: 0 auto 30px;
  min-width: 621px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 61.6%;
    min-width: auto;
  }
}
.top .section--08 .section__inner .box--01 .box__item {
  width: 50%;
  position: relative;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item {
    width: 100%;
  }
}
.top .section--08 .section__inner .box--01 .box__item::before {
  content: "";
  position: absolute;
  top: -6px;
  right: -5px;
  width: 33px;
  height: 37px;
  background: center/contain no-repeat url("../img/top/sec_05_item_01.png");
}
.top .section--08 .section__inner .box--01 .box__item--01 p.price {
  font-size: 103px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--01 p.price {
    font-size: 67px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--01 p.price span {
  font-size: 51px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--01 p.price span {
    font-size: 33px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price {
  font-size: 56px;
  white-space: nowrap;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--02 p.price {
    letter-spacing: -0.05em !important;
    font-size: 37px;
    margin-bottom: 8px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price span {
  letter-spacing: 0.02em;
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price span:first-child {
  font-size: 38px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--02 p.price span:first-child {
    font-size: 25px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price span:nth-child(2) {
  font-size: 32px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--02 p.price span:nth-child(2) {
    font-size: 19px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price span:nth-child(3) {
  font-size: 38px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--02 p.price span:nth-child(3) {
    font-size: 25px;
  }
}
.top .section--08 .section__inner .box--01 .box__item--02 p.price span:last-child {
  font-size: 20px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item--02 p.price span:last-child {
    font-size: 13px;
  }
}
.top .section--08 .section__inner .box--01 .box__item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 22px;
}
.top .section--08 .section__inner .box--01 .box__item .inner > * {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.top .section--08 .section__inner .box--01 .box__item .inner h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item .inner h4 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.03em;
    margin-bottom: 8px;
  }
}
.top .section--08 .section__inner .box--01 .box__item .inner h4 span {
  border-bottom: 1px solid #0089bc;
  padding: 0 50px 17px;
  display: inline-block;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item .inner h4 span {
    padding: 0 48px 9px;
  }
}
.top .section--08 .section__inner .box--01 .box__item .inner .text {
  padding: 0 0 22px;
  margin-top: auto;
  text-align: center;
  position: relative;
}
.top .section--08 .section__inner .box--01 .box__item .inner .text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 124px;
  background: center/cover no-repeat url(../img/top/sec_03_mesh.png);
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item .inner .text::after {
    height: 78px;
  }
}
.top .section--08 .section__inner .box--01 .box__item .inner .text p {
  font-weight: bold;
}
.top .section--08 .section__inner .box--01 .box__item .inner .text p.price {
  color: #0089bc;
  letter-spacing: 0.051em;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
}
.top .section--08 .section__inner .box--01 .box__item .inner .text p.price span {
  color: #0089bc;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top .section--08 .section__inner .box--01 .box__item .inner .text p:not(.price) {
  margin-top: 13px;
  padding-left: 46px;
  text-align: left;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--01 .box__item .inner .text p:not(.price) {
    margin-top: 0;
    padding-left: 22px;
  }
}
.top .section--08 .section__inner .box--01 .box__item .inner .text p:not(.price) small {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 18px;
}
@media only screen and (max-width:480px) {
  .top .section--08 .section__inner .box--02 .box__item {
    overflow: auto;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner {
  padding: 60px 93px 57px;
  clip-path: polygon(74px 0, 100% 0, 100% calc(100% - 74px), calc(100% - 74px) 100%, 0 100%, 0 74px);
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width:480px) {
  .top .section--08 .section__inner .box--02 .box__item .inner {
    clip-path: none;
    overflow: visible;
    background: #fff;
    width: 100%;
    padding: 15px 15px 13px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table {
  border: 1px solid #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width:480px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table {
    min-width: 549px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table th,
.top .section--08 .section__inner .box--02 .box__item .inner table td {
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table th,
  .top .section--08 .section__inner .box--02 .box__item .inner table td {
    min-width: 134px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table th span,
.top .section--08 .section__inner .box--02 .box__item .inner table td span {
  font-weight: bold;
}
.top .section--08 .section__inner .box--02 .box__item .inner table th.blue,
.top .section--08 .section__inner .box--02 .box__item .inner table td.blue {
  color: #0089bc;
  position: relative;
  -webkit-transform: scale(1.015, 1.1);
          transform: scale(1.015, 1.1);
  border: 3px solid #0089bc;
}
.top .section--08 .section__inner .box--02 .box__item .inner table th.blue span,
.top .section--08 .section__inner .box--02 .box__item .inner table th.blue p,
.top .section--08 .section__inner .box--02 .box__item .inner table td.blue span,
.top .section--08 .section__inner .box--02 .box__item .inner table td.blue p {
  color: #0089bc;
}
.top .section--08 .section__inner .box--02 .box__item .inner table th .flex,
.top .section--08 .section__inner .box--02 .box__item .inner table td .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top .section--08 .section__inner .box--02 .box__item .inner table th .flex span,
.top .section--08 .section__inner .box--02 .box__item .inner table td .flex span {
  font-size: 17px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table th .flex span,
  .top .section--08 .section__inner .box--02 .box__item .inner table td .flex span {
    font-size: 13px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:first-child {
  width: 231px;
}
@media only screen and (max-width:960px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:first-child {
    width: 139px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(2) {
  position: relative;
  background-color: #0089bc;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(2) {
    font-size: 18px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(2) span {
  color: #fff;
  display: block;
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(3), .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:last-child {
  padding-top: 20px;
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(3), .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:last-child {
    font-size: 17px;
    line-height: 26px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(3) span, .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:last-child span {
  padding: 20px 99px;
  background-color: #b5b5b5;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:nth-child(3) span, .top .section--08 .section__inner .box--02 .box__item .inner table thead tr th:last-child span {
    padding: 13px 0 14px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr th,
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td {
  padding: 22px 0;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr th,
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td {
    padding: 12.5px 0;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr th {
  color: #0089bc;
  background-color: rgba(0, 137, 188, 0.07);
  white-space: nowrap;
  font-size: 17px;
  line-height: 26px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr th {
    line-height: 21px;
    font-size: 13px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td {
  padding: 13px 17px 21px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td {
    padding: 10px 13px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td:not(:nth-of-type(1)) {
  background-color: rgba(222, 222, 222, 0.3);
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.circle01 img {
  width: 30px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.circle01 img {
    width: 20px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.circle02 img {
  width: 29px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.circle02 img {
    width: 20px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.cross img {
  width: 17px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.cross img {
    width: 12px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.triangle img {
  width: 28px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.triangle img {
    width: 20px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.price {
  font-size: 18px;
  line-height: 29px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.price {
    font-size: 13px;
    line-height: 21px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.price span {
  font-size: 32px;
  line-height: 52px;
  margin-right: 5px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td.price span {
    font-size: 22px;
    line-height: 36px;
    margin-right: 3px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td img {
  margin-bottom: 8px;
}
.top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td p {
  margin-top: 13px;
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr td p {
    font-size: 13px;
  }
}
@media only screen and (max-width:1280px) {
  .top .section--08 .section__inner .box--02 .box__item .inner table tbody tr.risk td:first-of-type {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
.top .section--08 .section__inner .box--02 .box__item .inner p small {
  text-align: right;
  margin-top: 7px;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 18px;
  color: #b5b5b5;
  display: block;
}
@media only screen and (max-width:480px) {
  .top .section--08 .section__inner .box--02 .box__item .inner p small {
    text-align: left;
    white-space: nowrap;
  }
}
.top .section--09 {
  overflow-x: hidden;
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--09 {
    padding-top: 105px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09::before {
    top: 60px;
    background-image: url("../img/top/sec_09_tag-sp.png");
  }
}
.top .section--09 .section__inner {
  width: 100%;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner {
    width: 84%;
  }
}
.top .section--09 .section__inner h2 {
  margin-bottom: 53px;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner h2 {
    position: relative;
    z-index: 1;
    margin-bottom: -52px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box {
    position: relative;
    z-index: 0;
    margin-top: 0;
  }
}
.top .section--09 .section__inner .box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 23px;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner {
    row-gap: 0;
    clip-path: polygon(0 85px, 100% 0, 100% calc(100% - 85px), 0% 100%);
  }
}
.top .section--09 .section__inner .box__inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  background-color: #f0f0f0;
  width: 88.2%;
}
@media only screen and (max-width:1280px) {
  .top .section--09 .section__inner .box__inner .inner {
    width: 92%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 58px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner:not(:first-child) {
    padding: 0 14.5px 58px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner:last-child {
    padding-bottom: 140px;
  }
}
.top .section--09 .section__inner .box__inner .inner:last-child .inner__item::after {
  top: 125px;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner:last-child .inner__item::after {
    content: none;
  }
}
.top .section--09 .section__inner .box__inner .inner__item {
  text-align: center;
  width: 33.333%;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner__item {
    width: 100%;
  }
}
.top .section--09 .section__inner .box__inner .inner__item::after {
  content: "";
  position: absolute;
  top: 98px;
  left: calc(100% + 30px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #0089bc;
  z-index: 0;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner__item::after {
    top: calc(100% + 11px);
    width: 1px;
    height: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.top .section--09 .section__inner .box__inner .inner__item h4 span {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  color: #0089bc;
  background: center/contain no-repeat url("../img/top/sec_09_step.png");
  padding: 3px 13px;
  font-weight: bold;
}
.top .section--09 .section__inner .box__inner .inner__item h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 11px;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner__item h3 {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.03em;
  }
}
.top .section--09 .section__inner .box__inner .inner__item p {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  font-weight: bold;
  margin-top: 14px;
  text-align: left;
}
.top .section--09 .section__inner .box__inner .inner__item .image {
  padding: 0 11px;
  display: inline-block;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
.top .section--09 .section__inner .box__inner .inner__item .image i {
  color: #0089bc;
  font-size: 50px;
}
.top .section--09 .section__inner .box__inner .inner--01 {
  margin-left: auto;
  padding: 29px 120px 23px 108px;
  clip-path: polygon(120px 0, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner--01 {
    clip-path: none;
    padding: 112px 14.5px 0;
  }
}
.top .section--09 .section__inner .box__inner .inner--02 {
  margin-right: auto;
  padding: 29px 114px 23px 207px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 120px) 0, 100% 100%, 0 100%, 0 100%);
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner--02 {
    clip-path: none;
  }
}
.top .section--09 .section__inner .box__inner .inner--02 .inner__item::after {
  left: -30px;
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner--02 .inner__item::after {
    left: 50%;
  }
}
@media only screen and (max-width:960px) {
  .top .section--09 .section__inner .box__inner .inner--02 .inner__item--04 {
    padding-top: 58px;
  }
}
.top .section--10 {
  padding-bottom: 30px;
  background-color: #f0f0f0;
}
@media only screen and (max-width:960px) {
  .top .section--10 {
    padding-top: 75px;
    padding-bottom: 18px;
  }
}
.top .section--10::before {
  background-image: url("../img/top/sec_10_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--10::before {
    top: 30px;
    background-image: url("../img/top/sec_10_tag-sp.png");
  }
}
@media only screen and (max-width:960px) {
  .top .section--10 .section__inner {
    width: 100%;
  }
}
.top .section--10 .section__inner > p {
  font-size: 20px;
  line-height: 29px;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}
@media only screen and (max-width:960px) {
  .top .section--10 .section__inner > p {
    font-size: 17px;
    line-height: 22px;
  }
}
.top .section--10 .section__inner .link a::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.top .section--11 {
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f0f0f0));
  background: linear-gradient(to bottom, #fff 50%, #f0f0f0 50%);
}
.top .section--11::before {
  background-image: url("../img/top/sec_11_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--11::before {
    background-image: url("../img/top/sec_11_tag-sp.png");
  }
}
@media only screen and (max-width:960px) {
  .top .section--11 .section__inner {
    width: 100%;
  }
}
.top .section--12 {
  padding-top: 135px;
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--12 {
    padding-top: 105px;
    padding-bottom: 28px;
  }
}
.top .section--12::before {
  background-image: url("../img/top/sec_12_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--12::before {
    background-image: url("../img/top/sec_12_tag-sp.png");
    top: 60px;
  }
}
.top .section--12 .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner {
    display: block;
  }
}
.top .section--12 .section__inner h2 {
  white-space: nowrap;
  width: 22.6%;
  text-align: left;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner h2 {
    width: 100%;
    margin-bottom: 31px;
    text-align: center;
  }
}
.top .section--12 .section__inner .box {
  width: 77.4%;
  margin-bottom: 30px;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .box {
    width: 100%;
  }
}
.top .section--12 .section__inner .box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid #dedede;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .box__item {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
.top .section--12 .section__inner .box__item:last-child {
  border-bottom: 1px solid #dedede;
}
.top .section--12 .section__inner .box__item .column--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.top .section--12 .section__inner .box__item .column--01 span {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 20px;
  padding: 5px 10px;
  border: 1px solid #0089bc;
  white-space: nowrap;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .box__item .column--01 span {
    padding: 0 9.7px;
  }
}
.top .section--12 .section__inner .box__item .column--01 span:first-child {
  background-color: #0089bc;
  color: #fff;
}
.top .section--12 .section__inner .box__item .column--01 span:not(:first-child) {
  background-color: #fff;
  color: #0089bc;
}
.top .section--12 .section__inner .box__item .column--02 {
  padding-left: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .box__item .column--02 {
    padding-left: 0;
    margin-top: 15px;
  }
}
.top .section--12 .section__inner .box__item .column--02 p {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .box__item .column--02 p {
    font-size: 17px;
    line-height: 22px;
  }
}
.top .section--12 .section__inner .link {
  text-align: right;
  width: 100%;
}
@media only screen and (max-width:960px) {
  .top .section--12 .section__inner .link {
    text-align: center;
  }
}
.top .section--12 .section__inner .link a::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.top .section--13 {
  background: center/cover no-repeat url("../img/top/sec_13_bg.jpg");
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--13 {
    background-image: url("../img/top/sec_13_bg-sp.jpg");
    padding-bottom: 52px;
  }
}
.top .section--13 .section__inner h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width:960px) {
  .top .section--13 .section__inner h2 {
    line-height: 35px;
  }
}
.top .section--13 .section__inner h2 span {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 18px;
  color: #0089bc;
  padding-bottom: 11px;
  font-family: "helvetica-lt-pro", sans-serif;
}
.top .section--13 .section__inner p {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 46px;
  margin-bottom: 45px;
}
@media only screen and (max-width:960px) {
  .top .section--13 .section__inner p {
    margin-top: 27px;
    margin-bottom: 41px;
    font-size: 17px;
    line-height: 23px;
    text-align: left;
  }
}
.top .section--14 {
  padding-bottom: 60px;
}
@media only screen and (max-width:960px) {
  .top .section--14 {
    padding-bottom: 52px;
  }
}
.top .section--14::before {
  background-image: url("../img/top/sec_14_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--14::before {
    background-image: url("../img/top/sec_14_tag-sp.png");
    top: 30px;
  }
}
.top .section--14 .section__inner .box {
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box {
    margin-top: 31px;
  }
}
.top .section--14 .section__inner .box__item {
  width: 100%;
}
.top .section--14 .section__inner .box__item::before {
  content: "";
  position: absolute;
  bottom: -5.5px;
  left: -5.5px;
  width: 59px;
  height: 59px;
  background: center/contain no-repeat url("../img/top/sec_14_item_01.png");
}
.top .section--14 .section__inner .box__item.hidden-item {
  display: none;
}
.top .section--14 .section__inner .box__item .inner {
  position: relative;
  padding: 6px;
  padding-left: 85px;
}
.top .section--14 .section__inner .box__item .inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url(../img/top/mv_mesh.png);
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner::after {
    height: 120px;
  }
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner {
    padding: 3px 13px 14px 50px;
  }
}
.top .section--14 .section__inner .box__item .inner dl dt,
.top .section--14 .section__inner .box__item .inner dl dd {
  font-weight: bold;
}
.top .section--14 .section__inner .box__item .inner dl dt::before,
.top .section--14 .section__inner .box__item .inner dl dd::before {
  content: "";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top .section--14 .section__inner .box__item .inner dl dt {
  font-size: 18px;
  line-height: 26px;
  padding-top: 22px;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0089bc;
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner dl dt {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.03em;
    padding-top: 11.7px;
    padding-bottom: 4.7px;
    margin-bottom: 17.7px;
  }
}
.top .section--14 .section__inner .box__item .inner dl dt::before {
  content: "Q";
  top: 6px;
  left: 6px;
  font-size: 30px;
  color: #fff;
  width: 67px;
  height: 67px;
  background: center/contain no-repeat url("../img/top/num_mark.png");
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner dl dt::before {
    top: 3px;
    left: 3px;
    width: 37px;
    height: 37px;
    font-size: 18px;
  }
}
.top .section--14 .section__inner .box__item .inner dl dd {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 20px;
  padding-bottom: 19px;
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner dl dd {
    padding-bottom: 14.7px;
    line-height: 1.42;
  }
}
.top .section--14 .section__inner .box__item .inner dl dd::before {
  content: "A.";
  font-size: 40px;
  top: calc(50% - 5px);
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #0089bc;
}
@media only screen and (max-width:960px) {
  .top .section--14 .section__inner .box__item .inner dl dd::before {
    font-size: 21px;
    top: 3px;
    left: -37px;
    -webkit-transform: none;
            transform: none;
  }
}
.top .section--14 .link {
  display: none;
}
@media only screen and (max-width:960px) {
  .top .section--14 .link {
    margin-top: 34.9px;
    display: block;
  }
}
@media only screen and (max-width:960px) {
  .top .section--14 .link__inner::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: calc(50% - 2px);
  }
}
@media only screen and (max-width:960px) {
  .top .section--14 .link__inner.close::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg);
    top: calc(50% + 2px);
  }
}
@media only screen and (max-width:960px) {
  .top .section--15 {
    padding-top: 43px;
  }
}
.top .section--15 .section__inner {
  width: 100%;
  text-align: center;
}
.top .section--15 .section__inner h2 {
  font-size: 34px;
  letter-spacing: 0.03em;
  line-height: 55px;
  font-weight: bold;
  color: #0089bc;
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner h2 {
    font-size: 22px;
    line-height: 1.42;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.top .section--15 .section__inner p {
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 1.66;
  margin-top: 18px;
  margin-bottom: 42px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner p {
    width: 84%;
    margin: 27px auto 11px;
  }
}
.top .section--15 .section__inner .note {
  width: 82.4%;
  margin: 0 auto;
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner .note {
    width: 92%;
  }
}
.top .section--15 .section__inner .swiper--04 {
  position: relative;
  padding-bottom: 25px;
  pointer-events: none;
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1, 0.89);
          transform: scale(1, 0.89);
  overflow: hidden;
  aspect-ratio: 319/506;
  position: relative;
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide {
    aspect-ratio: 185/260;
  }
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  -webkit-transform: perspective(800px) rotateY(5deg) translateX(5px) scale(1, 0.9125);
          transform: perspective(800px) rotateY(5deg) translateX(5px) scale(1, 0.9125);
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide.swiper-slide-prev {
    -webkit-transform: perspective(800px) rotateY(10deg) translateX(5px) scale(1, 0.9125);
            transform: perspective(800px) rotateY(10deg) translateX(5px) scale(1, 0.9125);
  }
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide.swiper-slide-next {
  -webkit-transform: perspective(800px) rotateY(-5deg) translateX(-5px) scale(1, 0.9125);
          transform: perspective(800px) rotateY(-5deg) translateX(-5px) scale(1, 0.9125);
}
@media only screen and (max-width:960px) {
  .top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide.swiper-slide-next {
    -webkit-transform: perspective(800px) rotateY(-10deg) translateX(-5px) scale(1, 0.9125);
            transform: perspective(800px) rotateY(-10deg) translateX(-5px) scale(1, 0.9125);
  }
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide:has(+ .swiper-slide-prev) {
  -webkit-transform: perspective(800px) rotateY(10deg) translateX(10px);
          transform: perspective(800px) rotateY(10deg) translateX(10px);
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  -webkit-transform: perspective(800px) rotateY(-10deg) translateX(-10px);
          transform: perspective(800px) rotateY(-10deg) translateX(-10px);
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide .swiper-image--01 {
  left: -41.6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide .swiper-image--02 {
  left: -60.8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .section--15 .section__inner .swiper--04 .swiper-wrapper .swiper-slide .swiper-image--03 {
  left: -19.4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top .section--16 {
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f0f0f0));
  background: linear-gradient(to bottom, #fff 50%, #f0f0f0 50%);
}
.top .section--16::before {
  background-image: url("../img/top/sec_16_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--16::before {
    background-image: url("../img/top/sec_16_tag-sp.png");
  }
}
@media only screen and (max-width:960px) {
  .top .section--16 .section__inner {
    width: 100%;
  }
}
.top .section--17 {
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #f0f0f0));
  background: linear-gradient(to bottom, #fff 50%, #f0f0f0 50%);
}
.top .section--17::before {
  background-image: url("../img/top/sec_17_tag.png");
}
@media only screen and (max-width:960px) {
  .top .section--17::before {
    background-image: url("../img/top/sec_17_tag-sp.png");
  }
}
@media only screen and (max-width:960px) {
  .top .section--17 .section__inner {
    width: 100%;
  }
}