@charset "UTF-8";
/*
.Footer .copyright .inner {
  padding-bottom: 76px;
}
.Pagetop {
  bottom: 100px;
} */
/* --------------------------------------------------------
-----------------------------------------------------------
common
-----------------------------------------------------------
----------------------------------------------------------- */
/*
-----------------------------------------------------------
.index-btn-wrap
----------------------------------------------------------- */
.index-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.index-btn-wrap a {
  color: #050505;
  font-size: 1.07rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border: 1px solid;
  width: 217px;
  height: 42px;
  line-height: 40px;
  background: #fff;
  padding-right: 11px;
  padding-left: 5px;
}
.index-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
  width: 16px;
  height: 16px;
  background: url(/img/icon_arrow02.svg) no-repeat left top;
}

/*
-----------------------------------------------------------
bxslider
----------------------------------------------------------- */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 31px;
  height: 31px;
  margin: auto 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(/img/icon_arrow05.svg) no-repeat left top;
  background-size: contain;
  transition: all 0.3s;
}

.bx-wrapper .bx-prev {
  left: -5.6%;
  transform: scale(-1, 1);
}

.bx-wrapper .bx-next {
  right: -5.6%;
}

@media screen and (max-width: 1360px) {
  .bx-wrapper .bx-prev {
    left: 10px;
  }

  .bx-wrapper .bx-next {
    right: 10px;
  }
}
/* --------------------------------------------------------
-----------------------------------------------------------
.first-view-area
-----------------------------------------------------------
----------------------------------------------------------- */
.first-view-area {
  position: relative;
  /* height: calc(100vh - 84px);
  min-height: calc(56.25vw + 78px); */
}

.first-view-area .main-visual .movie-block {
  /* position: relative;
  height: calc(100vh - 84px);
  min-height: calc(56.25vw + 78px); */
  overflow: hidden;
  height: calc(100vh - 84px - 78px);
}

.first-view-area .main-visual .movie-block video {
  position: relative;
  display: block;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 56.25vw;
  width: calc((100vh - 84px - 78px) * 1.78);
  height: 100%;
}

/* .first-view-area .main-visual .movie-block video {
  position: relative;
  display: block;
  max-width: none;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  min-width: 100vw;
  min-height: 56.25vw;
  width: calc((100vh - 84px - 78px) * 1.78);
  height: calc(100vh - 84px - 78px);
} */
/* btn-bottom
----------------------------------------------------------- */
/* .first-view-area .btn-bottom {
background: #fee9be;
position: absolute;
bottom: 0;
width: 100%;
left: 0;
} */
/* .first-view-area .btn-bottom {
  position: fixed;
  background: #fee9be;
  left: 0;
  width: 100%;
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom);
  bottom: 0;
  z-index: 150;
}
.first-view-area .btn-bottom ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  border-left: 4px solid #fff;
  height: 78px;
}
.first-view-area .btn-bottom li {
  width: 33.333%;
  border-right: 4px solid #fff;
  height: 100%;
}
.first-view-area .btn-bottom a {
  color: inherit;
  text-decoration: none;
  font-weight: 900;
  display: flex;
  text-align: center;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.first-view-area .btn-bottom a .text-wrap {
  font-size: 21px;
  display: flex;
  margin-left: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.first-view-area .btn-bottom a .text-wrap .sub {
  font-size: $fs14;
  display: block;
  border: 1px solid;
  margin-left: 5px;
  padding: 0 5px;
  line-height: 20px;
} */
/*
-----------------------------------------------------------
 picture-block
----------------------------------------------------------- */
/* .first-view-area:not(.MOD-picture) .scroll {
  margin-top: -98px;
  height: 98px;
  bottom: 78px;
  width: 100%;
}
.first-view-area.MOD-picture .scroll {
position: relative;
    height: 98px;
    margin-top: -98px;
}
.first-view-area .scroll.fixedsticky-off {
    position: relative !important;
    bottom: 0px !important;
} */
.first-view-area .scroll {
  position: relative;
  height: 98px;
  margin-top: -98px;
}

.first-view-area .scroll .inner-wrap {
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 20px;
}
.first-view-area .scroll .inner-wrap::before {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 32px);
  top: 32px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media print, screen and (min-width: 1520px) {
  .first-view-area .scroll .inner-wrap {
    left: 50%;
    margin-left: -742px;
  }
}
/*
-----------------------------------------------------------
 picture-block
----------------------------------------------------------- */
.first-view-area .picture-block {
  height: calc(100vh - 84px - 78px);
  overflow: hidden;
  position: relative;
}

.first-view-area .picture-block .top-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
top-block
-----------------------------------------------------------
----------------------------------------------------------- */
.top-block {
  padding-top: 68px;
  padding-bottom: 73px;
}

/*
-----------------------------------------------------------
top-btn-nav
----------------------------------------------------------- */
.top-btn-nav .nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}

.top-btn-nav .nav-list > li {
  width: 48.6%;
}

.top-btn-nav .nav-list > li > a {
  background: #efefef;
  transition: background-color 0.3s;
  height: 100%;
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
}
.top-btn-nav .nav-list > li > a:hover {
  background: #e60012;
}

/* img-wrap
----------------------------------------------------------- */
.top-btn-nav .nav-list .img-wrap {
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 12px calc(5px + 5%) 0 5px;
}

/* img02-wrap
----------------------------------------------------------- */
.top-btn-nav .nav-list .img02-wrap {
  text-align: center;
  padding: 0 5px 27px;
}

/* .data-wrap
----------------------------------------------------------- */
.top-btn-nav .nav-list .data-wrap {
  padding: 0 17px 27px;
}

.top-btn-nav .nav-list .data-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14px 0;
  min-height: 75px;
  border-radius: 10px;
}

.top-btn-nav .nav-list .data-wrap ul li {
  font-size: 1.33rem;
  margin: 0 1.2%;
  font-weight: 900;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
  position: relative;
  padding-top: 16px;
}
.top-btn-nav .nav-list .data-wrap ul li::before {
  border-color: #050505 transparent transparent transparent;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 11.5px 0 11.5px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-btn-nav .nav-list .data-wrap ul li .name {
  margin-right: 3px;
}

.top-btn-nav .nav-list .data-wrap ul li .value {
  font-size: 1.73rem;
  font-family: "DIN Alternate", "Helvetica Neue", Arial, "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}

.top-btn-nav .nav-list .data-wrap ul .list03 .value {
  color: #e60012;
}

@media screen and (max-width: 1280px) {
  .top-btn-nav .nav-list .data-wrap ul li {
    font-size: 1.13rem;
  }

  .top-btn-nav .nav-list .data-wrap ul li .value {
    font-size: 1.4rem;
  }
}
/*
-----------------------------------------------------------
gift-bnr-block
----------------------------------------------------------- */
.gift-bnr-wrap {
  margin-top: 79px;
}

.gift-bnr-wrap .top-text {
  font-size: 1.87rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  line-height: 1.4;
}

.gift-bnr-wrap .bnr-wrap {
  text-align: center;
}

/* --------------------------------------------------------
-----------------------------------------------------------
event-block
-----------------------------------------------------------
----------------------------------------------------------- */
.event-block {
  background: #efefef;
  padding: 46px 0 40px;
}

.event-block .block-title {
  text-align: center;
  margin-bottom: 32px;
}

/* article
----------------------------------------------------------- */
.event-block .article > a {
  color: #050505;
  display: block;
  text-decoration: none;
  height: 100%;
  background-color: #fff;
}

.event-block .article .img-wrap {
  text-align: center;
}

.event-block .article .text-wrap {
  padding: 20px 32px 32px;
  position: relative;
}

.event-block .article .text-wrap .icon-arrow {
  position: absolute;
  bottom: 11px;
  right: 15px;
}

.event-block .article .title {
  font-size: 2.67rem;
  margin-bottom: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0;
}

.event-block .article .table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.event-block .article .table + .table {
  margin-top: 14px;
}

.event-block .article .table > * {
  display: table-cell;
  vertical-align: top;
}

.event-block .article .table .icon {
  width: 37px;
}

.event-block .article .table .text {
  font-size: 1.67rem;
  font-weight: 900;
  line-height: 1.3;
}

.event-block .article .date .icon {
  padding-top: 3px;
  padding-left: 2px;
}

.event-block .article .time .icon {
  padding-top: 3px;
  padding-left: 2px;
}

.event-block .article .place .icon {
  padding-top: 3px;
  padding-left: 3px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
reason-block
-----------------------------------------------------------
----------------------------------------------------------- */
.reason-block {
  padding: 91px 0 109px;
}

.reason-block .block-title {
  text-align: center;
  margin-bottom: 28px;
}

.reason-block .block-title .illust {
  margin-bottom: 20px;
  padding-right: 2.2%;
}

.reason-block .block-title .text {
  font-size: inherit;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.reason-block .block-title .text img + img {
  margin-left: 4px;
}

.reason-block .block-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.reason-block .block-body ul li {
  flex: 0 1 390px;
  margin-bottom: 15px;
  background: #efefef;
}

.reason-block .block-body li a {
  position: relative;
  display: flex;
  color: inherit;
  text-decoration: none;
}
.reason-block .block-body li .text-wrap {
  flex: 0 1 178px;
}

.reason-block .block-body li .text-wrap img {
  width: 100%;
}

.reason-block .block-body li .text-wrap {
  display: flex;
  flex: 0 1 208px;
  flex-wrap: wrap;
  height: fit-content;
  padding: 25px 0;
  box-sizing: border-box;
}

.reason-block .block-body li .text-wrap h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

.reason-block .block-body li .text-wrap p {
  display: block;
  width: 100%;
  text-align: center;
}

.reason-block .block-body li .title {
  line-height: 1.3;
  font-size: 24px;
  margin-bottom: 5px;
}

.reason-block .block-body li .icon-arrow {
  position: absolute;
  bottom: 10px;
  right: 12px;
  width: 19px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
voice-block
-----------------------------------------------------------
----------------------------------------------------------- */
.voice-block {
  background: #efefef;
  padding: 46px 0 40px;
}

.voice-block .block-title {
  text-align: center;
  margin-bottom: 32px;
}

/*
-----------------------------------------------------------
article
----------------------------------------------------------- */
.voice-block .article .link {
  background: #fff;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 24px 18px 34px;
  position: relative;
}

.voice-block .article .img-wrap {
  text-align: center;
  margin-bottom: 18px;
}

.voice-block .article .img-wrap img {
  border: 1px solid;
  padding: 8px;
}

.voice-block .article .title {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.voice-block .article .icon-arrow {
  position: absolute;
  bottom: 8px;
  right: 12px;
  width: 19px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.onayami-block
-----------------------------------------------------------
----------------------------------------------------------- */
.onayami-block {
  padding: 63px 0 90px;
}

.onayami-block .block-title {
  text-align: center;
  margin-bottom: 26px;
}

.onayami-block .block-title .illust {
  margin-bottom: 18px;
}

.onayami-block .block-title .text {
  font-size: inherit;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.onayami-block .block-title .text img + img {
  margin-left: 10px;
}

.onayami-block .block-body ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.onayami-block .block-body li {
  width: 48.3%;
  border-top: 2px solid;
  border-bottom: 2px solid;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.onayami-block .block-body li:nth-of-type(n + 3) {
  margin-top: 26px;
}

.onayami-block .block-body li .case-number {
  background: #0099cc;
  margin-right: 3.2%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.onayami-block .block-body li .text {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 5px 0;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.onayami-block .index-btn-wrap {
  margin-top: 47px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
.useful-block
-----------------------------------------------------------
----------------------------------------------------------- */
.useful-block {
  background: #efefef;
  padding: 53px 0 40px;
}

.useful-block .block-title {
  text-align: center;
  margin-bottom: 57px;
}

.useful-block .article-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  border-left: 3px solid #fff;
}

/*
-----------------------------------------------------------
article
----------------------------------------------------------- */
.useful-block .article {
  width: 33.3333%;
  border-right: 3px solid #fff;
}

.useful-block .article .link {
  position: relative;
  display: flex;
  text-decoration: none;
  color: inherit;
  padding: 17px 22px 17px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.useful-block .article .img-wrap {
  width: 50.8%;
}

.useful-block .article .text-wrap {
  width: 43.3%;
  padding: 7px 0 5px;
}

.useful-block .article .date {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 3px;
}

.useful-block .article .title {
  font-size: 1rem;
  line-height: 1.6;
}

.useful-block .article .icon-arrow {
  position: absolute;
  bottom: 2px;
  right: 24px;
  width: 19px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
news-blog-block
-----------------------------------------------------------
----------------------------------------------------------- */
.news-blog-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 70px 0 66px;
  max-width: 1141px;
}

.news-blog-block .news-block,
.news-blog-block .blog-block {
  width: 45.2%;
}

.news-blog-block .block-title {
  text-align: center;
  position: relative;
  border-bottom: 1px solid;
  min-height: 81px;
  padding-top: 20px;
  padding-left: 62px;
}

.news-blog-block .block-title .illust {
  position: absolute;
  bottom: 0;
}

.news-blog-block .article {
  border-bottom: 1px solid;
}

.news-blog-block .article .link {
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  height: 142px;
  display: table;
  width: 100%;
}

.news-blog-block .article .link > * {
  display: table-cell;
  vertical-align: middle;
}

.news-blog-block .article .date {
  font-weight: bold;
  color: #898989;
}

.news-blog-block .article .title {
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
}

.news-blog-block .index-btn-wrap {
  margin-top: 33px;
}

/*
-----------------------------------------------------------
news-block
----------------------------------------------------------- */
.news-blog-block .news-block .block-title .illust {
  left: 23px;
  height: 69px;
}

.news-blog-block .news-block .category {
  width: 28.5%;
  padding-left: 4%;
}

.news-blog-block .news-block .category .label {
  display: block;
  padding: 10px 5px;
  border: 1px solid;
  line-height: 1.25;
  border-radius: 6px;
  color: #f8b62d;
  font-size: 20px;
  text-align: center;
}

.news-blog-block .news-block .text-wrap {
  padding-left: 7.5%;
}

/*
-----------------------------------------------------------
blog
----------------------------------------------------------- */
.news-blog-block .blog-block .block-title .illust {
  left: 13px;
  height: 55px;
}

.news-blog-block .blog-block .img-wrap {
  width: 31%;
  padding-left: 4%;
}

.news-blog-block .blog-block .img-wrap img {
  width: 100%;
}

.news-blog-block .blog-block .text-wrap {
  padding-left: 4%;
}

/* --------------------------------------------------------
-----------------------------------------------------------
branch-company-block
-----------------------------------------------------------
----------------------------------------------------------- */
.branch-company-block {
  position: relative;
}

.branch-company-block .inner-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 357px;
  position: relative;
  z-index: 10;
}

.branch-company-block .bg {
  position: absolute;
  top: 0;
  width: calc(50% - 20px);
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.branch-company-block .bg01 {
  background-image: url(/img/top/bg01.jpg);
  left: 0;
}

.branch-company-block .bg02 {
  background-image: url(/img/top/bg02.jpg);
  right: 0;
}

.branch-company-block .content-block {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 16px 10px 0px;
}

.branch-company-block .content-block .title {
  font-weight: 900;
  font-size: 25px;
  margin-bottom: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.branch-company-block .content-block .list {
  min-width: 270px;
}

.branch-company-block .content-block .list li + li {
  margin-top: 7px;
}

.branch-company-block .content-block .list li a {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid;
  color: #fff;
  padding: 3px 10px;
  line-height: 1.3;
  font-size: 20px;
}
/* --------------------------------------------------------
-----------------------------------------------------------
 Member-block-area
-----------------------------------------------------------
----------------------------------------------------------- */
#index .Content .Member-block-area {
  margin-top: 80px;
}
