/* -----------------------------------
init
------------------------------------ */
#cnt_main * {
  box-sizing: border-box;
}

#top #btn_contact {
  display: none !important;
}

/* -----------------------------------
.top
------------------------------------ */
.secMain {
  position: relative;
  height: calc(100vh - 60px);
}
@media screen and (min-width: 768px) {
  .secMain {
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .secMain {
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
  }
  body[data-bnr^=is-bnr2] .secMain {
    margin-bottom: 45.3333333333vw;
  }
  body[data-bnr^=is-bnr3] .secMain {
    margin-bottom: 98.6666666667vw;
  }
}
.secMain_txt {
  position: absolute;
  z-index: 11;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 47%;
}
body[data-bnr^=is-bnr] .secMain_txt {
  top: 38%;
}
@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    flex-wrap: wrap;
  }
  body[data-bnr^=is-bnr] .secMain_txt span {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 767px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    top: 33%;
  }
}
@media (max-height: 600px) {
  body[data-bnr^=is-bnr] .secMain_txt {
    top: 26%;
  }
}

.secMain_txt span {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .secMain_txt span {
    font-size: 60px;
    letter-spacing: 0.15em;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .secMain_txt span {
    font-size: 9.3333333333vw;
    line-height: 1.3142857143;
  }
}
.secMain_txt img {
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .secMain_txt img {
    height: clamp(164px, 12.0588235294vw, 205px);
  }
  body[data-bnr^=is-bnr] .secMain_txt img {
    height: clamp(48.6px, 3.1764705882vw, 64.8px);
  }
}
@media screen and (max-width: 767px) {
  .secMain_txt img {
    width: 100%;
    height: 33.0666666667vw;
    object-fit: contain;
  }
}
.secMain_bnr {
  position: absolute;
  z-index: 11;
  bottom: 8%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .secMain_bnr {
    bottom: 12vw;
  }
}
@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr3] .secMain_bnr ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul li {
    margin: 0 7px;
    margin: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  body[data-bnr^=is-bnr2] .secMain_bnr ul li:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  body[data-bnr^=is-bnr3] .secMain_bnr ul li {
    flex-shrink: 1;
    margin: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  body[data-bnr^=is-bnr3] .secMain_bnr ul li:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 10.6666666667vw;
  }
  body[data-bnr^=is-bnr3] .secMain_bnr ul li:nth-of-type(3) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin-top: 58.6666666667vw;
  }
}

.secMain_bnr ul li a {
  display: block;
}
.secMain_bnr ul li a img {
  width: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .secMain_bnr ul li a img {
    height: clamp(173.6px, 12.7647058824vw, 217px);
  }
}
@media screen and (max-width: 767px) {
  .secMain_bnr ul li a img {
    height: 42.6666666667vw;
  }
}
.secMain_bnr ul li a img {
  transition: 0.3s ease-in-out;
}
.secMain_bnr ul li a {
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .secMain_bnr ul li a:hover {
    opacity: 0.7;
  }
}
.secMain_cover {
  position: fixed;
  top: 2;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 1.2s ease-in-out;
}
.secMain_cover.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.secMain_scroll {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 48px;
  height: 20px;
  background: url(../../module/img/division/main_scroll.svg) no-repeat center/contain;
  bottom: 100px;
}
body[data-bnr^=is-bnr] .secMain_scroll {
  bottom: 2%;
}

@media screen and (max-width: 767px) {
  .secMain_scroll {
    width: 12.8vw;
    height: 5.3333333333vw;
    bottom: 16vw;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .secMain_scroll {
    animation: 2s main_scroll infinite;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    animation: 2s main_scroll_bnr infinite;
  }
}
@media screen and (max-width: 767px) {
  .secMain_scroll {
    animation: 2s main_scroll_sp infinite;
  }
  body[data-bnr^=is-bnr] .secMain_scroll {
    animation: 2s main_scroll_sp_bnr infinite;
  }
}

@keyframes main_scroll {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -20px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_sp {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 2.6666666667vw);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_bnr {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes main_scroll_sp_bnr {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 1.3333333333vw);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .headingStyle1 {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .headingStyle1 {
    margin-bottom: 6.9333333333vw;
  }
}
.headingStyle1 > span {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .headingStyle1 > span {
    font-size: 50px;
    letter-spacing: 0.06em;
    line-height: 1;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .headingStyle1 > span {
    display: block;
    font-size: 9.3333333333vw;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .headingStyle2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .headingStyle2 {
    margin-bottom: 4.2666666667vw;
  }
}
.headingStyle2 > span {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .headingStyle2 > span {
    font-size: 40px;
    letter-spacing: 0.06em;
    line-height: 1;
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .headingStyle2 > span {
    display: block;
    font-size: 7.4666666667vw;
    line-height: 1;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .secTopics {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .secTopics {
    padding-top: 8vw;
  }
}
.secTopics {
  background-color: rgba(15, 11, 13, 0.63);
}

.secDepartment .l-sec_in {
  container-type: inline-size;
  --cqw-base: 1340;
}
@media screen and (min-width: 768px) {
  .secDepartment {
    padding-top: 90px;
  }
}
.secDepartment_cnt {
  border-radius: 8px;
  background: url(../img/top/department_bg.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt {
    padding: calc(55 / var(--cqw-base) * 100cqw) calc(90 / var(--cqw-base) * 100cqw) calc(75 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt {
    padding: 10.6666666667vw 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item:nth-of-type(1) {
    margin-right: calc(70 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl + dl {
    margin-top: calc(70 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl + dl {
    margin-top: 9.3333333333vw;
  }
}
.secDepartment_cnt_nav_item dl dt {
  line-height: 1;
}
.secDepartment_cnt_nav_item dl dt span {
  display: inline-block;
  line-height: 1;
  background: #fff;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  color: #000;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dt span {
    padding: 4px 8px;
    font-size: calc(18 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dt span {
    padding: 0.5333333333vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd {
    margin-top: calc(25 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd {
    margin-top: 4.2666666667vw;
  }
}
.secDepartment_cnt_nav_item dl dd a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd a {
    padding-right: calc(15 / var(--cqw-base) * 100cqw);
    padding-bottom: calc(10 / var(--cqw-base) * 100cqw);
    padding-left: calc(25 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd a {
    padding-right: 4vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.secDepartment_cnt_nav_item dl dd a {
  color: #fff;
  font-family: "shippori-mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd a {
    font-size: calc(40 / var(--cqw-base) * 100cqw);
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd a {
    line-height: 1.2;
    font-size: 7.4666666667vw;
  }
}
.secDepartment_cnt_nav_item dl dd a::before {
  content: "";
  display: block;
  background: url(../img/top/ico_arrow1.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  left: 0px;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd a::before {
    width: calc(18 / var(--cqw-base) * 100cqw);
    height: calc(18 / var(--cqw-base) * 100cqw);
    top: calc(10 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd a::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 2.6666666667vw;
  }
}
.secDepartment_cnt_nav_item dl dd a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd a::after {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd a::after {
    border-radius: 0 0 1.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .secDepartment_cnt_nav_item dl dd ul li + li {
    margin-top: calc(40 / var(--cqw-base) * 100cqw);
  }
}
@media screen and (max-width: 767px) {
  .secDepartment_cnt_nav_item dl dd ul li + li {
    margin-top: 4.2666666667vw;
  }
}/*# sourceMappingURL=top.css.map */