@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
ul {
  margin: 0;
}

body {
  font-size: 17px;
  color: #4a4a4a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
  background: #F1EFE7 !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.inner2 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner2 {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.mv {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .mv {
    padding: 20px 0;
  }
}
.mv .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .mv .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.mv .left {
  width: 350px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .mv .left {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .mv .left {
    width: 100%;
  }
}
.mv .left .icon {
  width: 50%;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .mv .left .icon {
    width: 30%;
  }
}
.mv .left ul li {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1.4px solid #4a4a4a;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .mv .left ul li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.mv .right {
  width: calc(100% - 370px);
}
@media screen and (max-width: 1000px) {
  .mv .right {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 767px) {
  .mv .right {
    width: 100%;
    margin-bottom: 10px;
  }
}
.mv .right .wrap video {
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .mv .right .wrap video {
    border-radius: 20px;
  }
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

body,
html {
  overflow-x: hidden;
}

.section-title {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
@media screen and (max-width: 360px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title .section-title-wrap {
  position: relative;
  display: inline-block;
}
.section-title .section-title-wrap .left-icon {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -110px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .section-title .section-title-wrap .left-icon {
    width: 60px;
    left: -30px;
  }
}
.section-title .section-title-wrap .right-icon {
  position: absolute;
  top: 80%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -110px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .section-title .section-title-wrap .right-icon {
    right: -20px;
    width: 60px;
  }
}

.section-title3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-title3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.section-title4 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-title4 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

.top1 .lead {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top1 .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .top1 .lead {
    font-size: 12.5px;
  }
}
.top1 .btn {
  margin-top: 50px;
}
.top1 .btn a {
  display: block;
  max-width: 120px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top1 .btn a {
    max-width: 80px;
  }
}
.top1 .btn a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .top1 .btn {
    margin-top: 25px;
  }
}

.top2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top2 .flex {
    display: block;
  }
}
.top2 .left {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .top2 .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top2 .right {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .top2 .right {
    width: 100%;
  }
}
.top2 .right .heading {
  padding-bottom: 30px;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  .top2 .right .heading {
    padding-bottom: 15px;
  }
}
.top2 .right .bottom {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .top2 .right .bottom {
    padding-top: 10px;
  }
}
.top2 .right .box {
  padding: 20px 30px;
  border: 1px solid #4a4a4a;
  border-radius: 30px;
  position: relative;
}
.top2 .right .box .img {
  position: absolute;
  max-width: 300px;
  top: 10px;
  right: 20px;
  width: 24%;
}
@media screen and (max-width: 1200px) {
  .top2 .right .box .img {
    width: 18%;
  }
}
@media screen and (max-width: 1000px) {
  .top2 .right .box .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top2 .right .box {
    padding: 20px;
    border-radius: 20px;
  }
}
.top2 .right .box .contents {
  position: relative;
  z-index: 2;
}
.top2 .lead2 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .top2 .lead2 {
    margin-top: 30px;
    font-size: 16px;
  }
}
.top2 .card {
  border-radius: 36px;
  padding: 20px;
  color: #fff;
  -webkit-box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
          box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
}
@media screen and (max-width: 767px) {
  .top2 .card {
    border-radius: 16px;
  }
}
.top2 .card__title {
  margin: 0;
}
.top2 .card__text {
  margin: 0;
}
.top2 {
  /* colors */
}
.top2 .card--gray {
  background: #a9a39b;
}
.top2 .card--grad {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7b400), color-stop(52%, #ff7a4f), to(#ff4a7a));
  background: linear-gradient(180deg, #f7b400 0%, #ff7a4f 52%, #ff4a7a 100%);
}
.top2 .card--orange {
  background: #ff6b4a;
}
.top2 {
  /* responsive */
}
.top2 .feature-cards .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top2 .feature-cards .cards {
    display: block;
    margin-top: 20px;
  }
}
.top2 .feature-cards .cards .card {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .top2 .feature-cards .cards .card {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .top2 .feature-cards .cards .card:last-child {
    margin-bottom: 0;
  }
}
.top2 .feature-cards .cards .card h3 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.top2 .feature-cards .cards .card p {
  font-size: 16px;
}

.top3 {
  background: #2E2E2E;
  color: #fff;
}
.top3 .main-wrap .row {
  margin-bottom: 20px;
}
.top3 .main-wrap .row:last-child {
  margin-bottom: 0;
}
.top3 .main-wrap .heading {
  /* 3カラム（left / center / right） */
  display: grid;
  grid-template-columns: 50% 29% 20%;
  gap: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .top3 .main-wrap .heading {
    grid-template-columns: 1fr;
  }
}
.top3 .main-wrap .heading {
  /* 既存のwidth指定を無効化 */
}
.top3 .main-wrap .heading .left,
.top3 .main-wrap .heading .center,
.top3 .main-wrap .heading .right {
  width: auto;
  min-width: 0;
  /* はみ出し対策 */
}
.top3 .main-wrap .heading {
  /* 左：でかいカード1枚を全高に */
  /* center：縦に3段（上1つ + 下2つ）を均等にしたいなら1frで分割 */
}
.top3 .main-wrap .heading .center {
  display: grid;
  grid-template-rows: 2fr 1fr 1fr;
  /* 上を少し大きく、下2つは同じ */
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top3 .main-wrap .heading .center {
    grid-template-rows: auto;
  }
}
.top3 .main-wrap .heading {
  /* right：2段で上下均等 */
}
.top3 .main-wrap .heading .right {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .top3 .main-wrap .heading .right {
    grid-template-rows: auto;
  }
}
.top3 .main-wrap .bottom {
  margin-top: 5px;
  /* headingとの間隔は好みで */
  display: grid;
  grid-template-columns: 30% 35% 34%;
  gap: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .top3 .main-wrap .bottom {
    grid-template-columns: 1fr;
  }
}
.top3 .main-wrap .bottom .card {
  /* 既に .card に position:relative / flex / padding 等あるので基本そのまま活きます */
}
.top3 {
  /* カードがセルいっぱいに伸びるように */
}
.top3 .card {
  padding: 20px;
  height: 100%;
  border-radius: 18px;
  /* 任意 */
  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;
  /* 縦中央 */
  /* background / box-shadow はお好みで */
  position: relative;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.top3 .card .contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  color: #4a4a4a;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top3 .card .contents.active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.top3 .card {
  /* タイポは今のままでOK（必要なら） */
}
.top3 .card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top3 .card h3 {
    font-size: 17px;
  }
}
.top3 .card p {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top3 .card p {
    font-size: 14px;
  }
}
.top3 .card1 .contents {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* 上と下に振り分け */
  height: 100%;
  /* 親の高さを使う */
}
@media screen and (max-width: 767px) {
  .top3 .card1 .contents {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.top3 .card1 .contents .text1 {
  position: absolute;
  top: 20px;
  right: 20px;
}
.top3 .card1 .contents h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top3 .card1 .contents h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.top3 .card1 .contents p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top3 .card1 .contents p {
    font-size: 16px;
  }
}
.top3 .card1 .contents .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .top3 .card1 .contents .logo {
    margin-bottom: 20px;
  }
}
.top3 .card1 .contents .wrap2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.top3 .card1 .wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top3 .card1 .logo {
  max-width: 200px;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .top3 .card2 {
    min-height: 200px;
  }
}
.top3 .card2 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 767px) {
  .top3 .card2 .contents .img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.top3 .card2 .contents img {
  height: 100% !important;
  height: auto !important;
}
.top3 .card3 .contents .wrap2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top3 .card4 {
    min-height: 200px;
  }
}
.top3 .card4 .img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .top3 .card4 .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.top3 .card4 img {
  height: 100% !important;
  height: auto !important;
}
.top3 .card4 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 1000px) {
  .top3 .card5 {
    min-height: 200px;
  }
}
.top3 .card5 .img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .top3 .card5 .img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.top3 .card5 img {
  height: 100% !important;
  height: auto !important;
}
.top3 .card5 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 1000px) {
  .top3 .card7 {
    min-height: 200px;
  }
}
.top3 .card7 .img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .top3 .card7 .img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.top3 .card7 img {
  height: 100% !important;
  height: auto !important;
}
.top3 .card7 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 1000px) {
  .top3 .card8 {
    min-height: 200px;
  }
}
.top3 .card8 .img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .top3 .card8 .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.top3 .card8 img {
  height: 100% !important;
  height: auto !important;
}
.top3 .card8 .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.footer {
  background: #2E2E2E;
  color: #fff;
  padding: 30px 0;
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top3 .card {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  .top3 .main-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top3 .card1 .contents .logo {
    margin-bottom: 200px;
  }
}
.top4 .flex {
  border-top: 1px solid #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top4 .flex {
    display: block;
    border-top: none;
  }
}
.top4 .flex .left {
  padding: 30px;
  border-right: 1px solid #4a4a4a;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .top4 .flex .left {
    padding: 20px 0;
    width: 100%;
    border-right: none;
  }
}
.top4 .flex .right {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .top4 .flex .right {
    padding: 20px 0;
    width: 100%;
  }
}
.top4 .top-news {
  background: #E5E4E4;
  padding: 20px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top4 .top-news {
    margin-bottom: 30px;
    border-radius: 10px;
  }
}
.top4 .top-news h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.top4 .top-news h3 span {
  width: 18px;
  height: 18px;
  background: #FF5F30;
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  position: relative;
  top: 1px;
}
.top4 .top-news h3 .h3-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top4 .top-news p {
  font-size: 15.7px;
}
@media screen and (max-width: 767px) {
  .top4 .top-news p {
    font-size: 14px;
  }
}
.top4 .form-wrap h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top4 .form-wrap h3 {
    font-size: 18px;
  }
}
.top4 .form-wrap .box {
  border-radius: 20px;
  background: #2E2E2E;
  padding: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top4 .form-wrap .box {
    border-radius: 10px;
  }
}
.top4 .form-wrap .box h4 {
  background: #fff;
  line-height: 1.3;
  color: #4a4a4a;
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top4 .form-wrap .box h4 {
    display: inline-block;
    font-size: 16px;
  }
}
.top4 .form-wrap .box p {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .top4 .form-wrap .box p {
    font-size: 14px;
  }
}
.top4 .form-wrap .link a {
  color: #4a4a4a;
  font-size: 20px;
  display: inline-block;
  border-bottom: 1px solid #4a4a4a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top4 .form-wrap .link a {
    font-size: 16px;
  }
}
.top4 .form-wrap .link a:hover {
  opacity: 0.6;
}
.top4 .right h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top4 .right h3 {
    font-size: 18px;
  }
}
.top4 .right ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top4 .right ul {
    margin-bottom: 30px;
  }
}
.top4 .right ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top4 .right ul li {
    margin-bottom: 10px;
  }
}
.top4 .right ul li a {
  color: #4a4a4a;
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top4 .right ul li a {
    font-size: 16px;
  }
}
.top4 .right ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top4 .right ul li a:hover {
  opacity: 0.6;
}

.top4 .slider .item {
  padding: 0 10px;
  /* 2枚表示時の間隔 */
}
.top4 .slider .item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top4 .slider .item a:hover {
  opacity: 0.6;
}
.top4 .slider .item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  /* 任意 */
}
.top4 {
  /* 矢印を画像外に出したい場合 */
}
.top4 .slider .slick-prev {
  left: -16px;
  z-index: 2;
}
.top4 .slider .slick-next {
  right: 0px;
  z-index: 2;
}
.top4 .slick-dots {
  margin-bottom: 0 !important;
  bottom: -55px;
}
.top4 .slick-prev:before,
.top4 .slick-next:before {
  opacity: 1;
  color: #4a4a4a !important;
  font-size: 25px;
}
.top4 .slick-dots li button:before {
  font-size: 14px;
}
.top4 {
  /* 矢印ボタン本体 */
}
.top4 .slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  display: grid;
  place-items: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top4 {
  /* 位置 */
}
.top4 .slider .slick-arrow.is-prev {
  left: -20px;
}
.top4 .slider .slick-arrow.is-next {
  right: -20px;
}
.top4 {
  /* 文字矢印 */
}
.top4 .slider .slick-arrow .arrow {
  font-size: 28px;
  line-height: 1;
  color: #4a4a4a;
  background: transparent;
}
.top4 {
  /* hover */
}
.top4 {
  /* 無効時（infinite:false だと端でdisabledになる） */
}
.top4 .slider .slick-arrow.slick-disabled {
  pointer-events: none;
}

.top4 .slider .slick-arrow {
  background: transparent !important;
}

.top4 .slider .slick-arrow.is-next {
  background: transparent !important;
}

.top4 .slider .slick-arrow .arrow {
  font-size: 50px;
  width: 30px;
  display: inline-block;
  font-family: auto;
}

/* 背景 */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.modal.is-open {
  display: block;
}

/* オーバーレイ */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

/* パネル */
.modal__panel {
  position: relative;
  width: min(860px, 100% - 32px);
  max-height: calc(100dvh - 80px);
  margin: 40px auto;
  background: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  /* 中身スクロールのため */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: -40px;
  right: -18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

/* 中身：高さ超えたらここがスクロール */
.modal__body {
  padding: 28px 22px 22px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100dvh - 120px); /* 保険 */
}

/* モーダル開いてる時に背景スクロール禁止（JSでbodyに付ける） */
body.is-modal-open {
  overflow: hidden;
}

.modal-panel-staff {
  max-width: 550px;
}
.modal-panel-staff .modal__body {
  padding: 0;
}

/* 背景スクロール禁止 */
body.is-modal-open {
  overflow: hidden;
}

/* まず非表示（jQueryがfadeInで表示） */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; /* ← jQueryで表示切替 */
}

/* オーバーレイ */
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* パネル：最初は少し下＋透明 */
.modal__panel {
  position: relative;
  width: min(1000px, 100% - 32px);
  max-height: calc(100dvh - 80px);
  margin: 100px auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal__panel {
    margin: 60px auto;
  }
}
.modal__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

/* 開いたら ふわっ */
.modal.is-open .modal__panel {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 閉じる（右上×） */
/* 中身スクロール（高さ超えたらここだけ） */
.modal__body {
  padding: 28px 22px 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100dvh - 120px);
}

.modal__close {
  background: transparent;
  color: #fff;
  font-size: 40px;
  border: none;
}

@media screen and (max-width: 767px) {
  .top3 .main-wrap .row {
    padding: 10px;
  }
}

.modal .modal__body2 {
  background: #F1EFE7;
  position: relative;
}
.modal .modal__body2 .bg1 {
  position: absolute;
  top: 20px;
  left: 40px;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .modal .modal__body2 .bg1 {
    max-width: 20px;
    top: 0px;
    left: 10px;
  }
}
.modal .modal__body2 .bg2 {
  position: absolute;
  bottom: 20px;
  right: 40px;
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .modal .modal__body2 .bg2 {
    max-width: 20px;
    bottom: 0px;
    right: 10px;
    display: none;
  }
}
.modal h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal h2 {
    margin-bottom: 20px;
  }
}
.modal h2 .wrap {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 10px 30px;
  background: #01032C;
  border-radius: 0 10px;
  font-size: 30px;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .modal h2 .wrap {
    font-size: 20px;
    padding: 10px 10px;
  }
}
.modal .box {
  margin-bottom: 40px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .modal .box {
    padding: 0 0px;
  }
}
.modal .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal .box {
    margin-bottom: 20px;
  }
}
.modal .box h3 {
  margin-bottom: -20px;
  display: block;
}
.modal .box h3 .wrap {
  color: #fff;
  display: inline-block;
  line-height: 1.3;
  padding: 5px 30px;
  background: #01032C;
  border-radius: 0 10px;
  font-size: 20px;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .modal .box h3 .wrap {
    font-size: 16px;
    padding: 5px 15px;
    min-width: initial;
  }
}
.modal .box .contents {
  background: #fff;
  padding: 40px 30px 30px;
}
@media screen and (max-width: 767px) {
  .modal .box .contents {
    padding: 30px 20px 20px;
  }
}
.modal ul li {
  padding-left: 12px;
  position: relative;
}
.modal ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: #4a4a4a;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .modal ul li::before {
    top: 8px;
  }
}
.modal ul li span {
  font-weight: 700;
}
.modal h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .modal h4 {
    font-size: 16px;
  }
}
.modal .row2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .modal .row2 {
    margin-bottom: 20px;
  }
}
.modal .row2:last-child {
  margin-bottom: 0;
}
.modal .flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modal .flex3 {
    display: block;
  }
}
.modal .flex3 .box-left {
  width: 35%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal .flex3 .box-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.modal .flex3 .box-right {
  width: 60%;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .modal .flex3 .box-right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .modal .flex3 .contents {
    height: 90%;
  }
}
.modal .flex3 li:last-child {
  text-align: right;
}
.modal .flex3 li:last-child::before {
  display: none;
}

.top3 .card .wrap h3 {
  color: #fff;
}

.top2 .card h3 {
  color: #fff;
}

.top2 .feature-cards .cards .card {
  color: #fff !important;
}

body {
  -webkit-animation: fadein 3s forwards;
          animation: fadein 3s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider a.is-disabled {
  pointer-events: none;
}

@media screen and (max-width: 1000px) {
  .top3 .main-wrap .row p {
    margin-bottom: 0;
  }
  .top3 .main-wrap .row {
    margin-bottom: 0;
  }
  .top3 .card .contents-add {
    margin-bottom: 5px;
  }
  .top3 .card1 .contents {
    position: initial;
    opacity: 1 !important;
  }
  .top3 .card {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .top3 .card .contents {
    height: initial !important;
  }
  .top3 .card1 .contents .logo {
    margin-bottom: 30px;
  }
  .top3 .card1 .contents .text1 {
    top: 20px;
  }
  .top3 .card .contents p {
    margin-bottom: 0 !important;
  }
  .top3 .card .contents {
    position: initial;
    opacity: 1 !important;
  }
  .top3 .card3 .contents .wrap2 {
    position: initial;
    -webkit-transform: initial;
            transform: initial;
  }
  .top3 .card {
    padding: 0px 0 10px;
  }
  .top3 .main-wrap .heading .center {
    grid-template-rows: initial;
  }
  .top3 .main-wrap .heading .left {
    grid-template-rows: initial;
  }
  .top3 .main-wrap .heading .right {
    grid-template-rows: initial;
  }
  .top3 .main-wrap .heading {
    grid-template-rows: initial;
  }
  .top3 .main-wrap .bottom {
    grid-template-rows: initial;
  }
  .top3 .main-wrap .row {
    padding: 10px;
  }
  .top3 .main-wrap .heading {
    grid-template-rows: initial;
  }
  .top3 .card3 .contents {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .top3 .card2 {
    min-height: initial;
  }
  .top3 .card .contents-add {
    margin-bottom: 0;
  }
  .top3 .card3 .contents .wrap2 {
    font-size: 18px;
  }
  .top3 .card5 {
    min-height: initial;
  }
  .top3 .card4 {
    min-height: initial;
  }
  .top3 .card7 {
    min-height: initial;
  }
  .top3 .card8 {
    min-height: initial;
  }
  .top3 .card2 .contents {
    padding: 67px 0;
  }
  .top3 .card4 .contents {
    padding: 40px 0;
  }
  .top3 .card5 .contents {
    padding: 40px 0;
  }
  .top3 .card7 .contents {
    padding: 40px 0;
  }
  .top3 .card8 .contents {
    padding: 40px 0;
  }
}