@charset "UTF-8";
/* ---------------------------------------
トップページ
-----------------------------------------*/
#header {
  position: absolute;
}
#header .header_wrap {
  background-color: transparent;
  transition: top 0.5s ease;
}
#header.is-scrolled .header_wrap {
  position: fixed;
  background-color: #ffffff;
  top: -10rem;
}
#header.is-scrolled .logo_w,
#header.is-scrolled .ico_w {
  display: none;
}
#header.is-fixed .header_wrap {
  top: 0;
}
#header:not(.is-scrolled)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(108, 109, 109) 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
}
#header:not(.is-scrolled) .logo_b,
#header:not(.is-scrolled) .ico_b {
  display: none;
}
@media screen and (min-width: 768px) {
  #header:not(.is-scrolled) .header_menu .gnavi > li {
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #header.navOpen .header_wrap {
    position: fixed;
    top: 0;
  }
  #header:not(.is-scrolled):not(.navOpen) .menu_trigger .txt {
    color: #ffffff;
  }
  #header:not(.is-scrolled):not(.navOpen) .menu_trigger span {
    background-color: #ffffff;
  }
  #header:not(.is-scrolled) .logo img {
    display: block;
    transition: 0.5s ease;
  }
  #header:not(.is-scrolled) .logo .logo_w {
    opacity: 1;
  }
  #header:not(.is-scrolled) .logo .logo_b {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  #header:not(.is-scrolled).navOpen .logo_w {
    opacity: 0;
  }
  #header:not(.is-scrolled).navOpen .logo_b {
    opacity: 1;
  }
  #header .ico_w {
    display: none !important;
  }
  #header .ico_b {
    display: block !important;
  }
}

main {
  padding-top: 0;
}

/* 共通
--------------------------------*/
main section {
  padding: 9rem 0 12rem;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 12rem 0 15rem;
  }
}

/* sec_mv
--------------------------------*/
#sec_mv {
  height: 100vh;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_mv {
    height: auto;
  }
}
#sec_mv::before, #sec_mv::after {
  content: none;
}
#sec_mv .movie {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #sec_mv .movie {
    width: 177.77777778vh;
    /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw;
    /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#sec_mv .movie video {
  display: block;
  width: 100%;
}
#sec_mv #ico_speaker {
  display: block;
  width: 6rem;
  height: 2.1rem;
  position: absolute;
  top: 10rem;
  right: calc(50% - 62rem);
  background: url(../img/index/ico_sound_off.svg) no-repeat center center/100% auto;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec_mv #ico_speaker {
    width: 9rem;
    height: 3.15rem;
    top: 12rem;
    right: 3rem;
  }
}
#sec_mv #ico_speaker.sound_on {
  background: url(../img/index/ico_sound_on.svg) no-repeat center center/4.9rem auto;
}
@media screen and (max-width: 767px) {
  #sec_mv #ico_speaker.sound_on {
    background: url(../img/index/ico_sound_on.svg) no-repeat center center/7.35rem auto;
  }
}
#sec_mv .pagescroll {
  width: 1px;
  height: 13rem;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 67rem);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_mv .pagescroll {
    width: 0.2rem;
    height: 26rem;
    left: 5rem;
  }
}
#sec_mv .pagescroll::after {
  content: "";
  width: 1px;
  height: 3rem;
  background-color: #000000;
  position: absolute;
  animation: scrolldown 2s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  #sec_mv .pagescroll::after {
    width: 0.2rem;
    height: 6rem;
  }
}
@keyframes scrolldown {
  0% {
    top: -3rem;
  }
  100% {
    top: 100%;
  }
}

/* sec_important
--------------------------------*/
#sec_important {
  padding: 3.5rem 0;
}
@media screen and (max-width: 767px) {
  #sec_important {
    padding: 3.8rem 0 3.5rem;
  }
  #sec_important .wrap {
    padding-left: 5rem;
  }
}
#sec_important::before, #sec_important::after {
  content: none;
}
#sec_important .wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  #sec_important .wrap {
    display: block;
  }
}
#sec_important .sec_ttl {
  color: #C9CACA;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-right: 7rem;
}
@media screen and (max-width: 767px) {
  #sec_important .sec_ttl {
    font-size: 3.2rem;
    margin-right: 0;
  }
}
#sec_important .sec_ttl .ico {
  display: inline-block;
  width: 2.1rem;
  vertical-align: -0.5rem;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_important .sec_ttl .ico {
    width: 4.2rem;
    vertical-align: -1rem;
    margin-right: 1.5rem;
  }
}
#sec_important .topics_list {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item {
    margin-top: 1rem;
  }
}
#sec_important .topics_list .item a {
  display: flex;
}
@media screen and (min-width: 768px) {
  #sec_important .topics_list .item a {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  #sec_important .topics_list .item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item a {
    flex-wrap: wrap;
  }
}
#sec_important .topics_list .item .date {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item .date {
    font-size: 2.8rem;
    position: relative;
    top: 0.4rem;
  }
}
#sec_important .topics_list .item .cate {
  color: #C9CACA;
  font-size: 1.3rem;
  line-height: 2.3076923077;
  margin-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item .cate {
    flex: 1;
    font-size: 2.6rem;
    margin-left: 5.8rem;
  }
}
#sec_important .topics_list .item .cate span {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item .cate span {
    display: inline-block;
  }
  #sec_important .topics_list .item .cate span + span {
    margin-left: 0.5rem;
  }
  #sec_important .topics_list .item .cate span + span::before {
    content: none;
  }
}
#sec_important .topics_list .item .cate span::before, #sec_important .topics_list .item .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_important .topics_list .item .cate span::before {
  margin-right: 0.8rem;
}
#sec_important .topics_list .item .cate span::after {
  margin-left: 0.8rem;
}
#sec_important .topics_list .item .ttl {
  flex: 1;
  color: #ffffff;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #sec_important .topics_list .item .ttl {
    flex: auto;
    width: 100%;
    margin-left: 0;
  }
}

/* sec_about
--------------------------------*/
#sec_about {
  padding-top: 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_about {
    padding: 12rem 0 0;
  }
}
#sec_about .inner {
  position: relative;
  max-width: 77rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #sec_about .inner {
    max-width: inherit;
    padding-bottom: 15rem;
  }
}
#sec_about .inner .txt_wrap {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .txt_wrap {
    width: 100%;
  }
}
#sec_about .inner .txt_wrap .ttl01 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .txt_wrap .ttl01 {
    margin-top: 4.5rem;
  }
}
#sec_about .inner .txt_wrap .btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .txt_wrap .btn {
    margin-top: 6rem;
  }
}
#sec_about .inner .btn_wrap {
  display: flex;
  gap: 4rem;
  margin-top: 9.3rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .btn_wrap {
    flex-direction: column;
    gap: 4rem 0;
    margin-top: 12rem;
  }
}
#sec_about .inner .btn_wrap .btn_box {
  width: 29.4rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .btn_wrap .btn_box {
    width: 100%;
    height: 10rem;
  }
}
#sec_about .inner .btn_wrap .btn_box a {
  justify-content: flex-start;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .btn_wrap .btn_box a {
    padding: 1rem 6rem;
  }
}
#sec_about .inner .btn_wrap .btn_box .btn_txt {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sec_about .inner .btn_wrap .btn_box .btn_txt {
    font-size: 3.2rem;
  }
}
#sec_about .img_wrap {
  width: calc(50% - 1.3rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_about .img_wrap {
    width: 100%;
    height: 82.4rem;
    position: relative;
  }
}
#sec_about .img_wrap .img {
  width: 100%;
  height: 100%;
}
#sec_about .img_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#sec_about .img_wrap .img.add-animation img {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1) rotate(0.001deg);
  }
  100% {
    transform: scale(1.1) rotate(0.001deg);
  }
}
#sec_about .slider {
  height: 100%;
}
#sec_about .slider .slick-list,
#sec_about .slider .slick-track {
  height: 100%;
}
#sec_about .slider .slick-dots {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5.2rem 0;
  position: absolute;
  left: 3.6rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  #sec_about .slider .slick-dots {
    left: 3.2rem;
  }
}
#sec_about .slider .slick-dots li {
  font-size: 0;
}
#sec_about .slider .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_about .slider .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
#sec_about .slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  transform: scale(1.5);
}

/* sec_brand-shop
--------------------------------*/
#sec_brand-shop {
  padding-bottom: 0;
}
#sec_brand-shop::after {
  height: calc(100% - 29rem);
}
@media screen and (max-width: 767px) {
  #sec_brand-shop::after {
    height: calc(100% - 32rem);
  }
}
#sec_brand-shop .bg {
  padding: 8.4rem 0 8rem;
  background: url(../img/index/brand-shop_bg_pc.png) no-repeat center top/cover;
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .bg {
    padding: 5.8rem 0 14.9rem;
    background: url(../img/index/brand-shop_bg_sp.png) no-repeat center top/cover;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .sec_ttl_en svg {
    height: 15rem;
  }
}
#sec_brand-shop .sec_ttl_en svg text:nth-child(2) {
  transform: translateY(8rem);
}
#sec_brand-shop .brand-shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .brand-shop_list {
    gap: 2rem;
  }
}
#sec_brand-shop .brand-shop_list .item {
  width: 38.4rem;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .brand-shop_list .item {
    width: 30.5rem;
  }
}
#sec_brand-shop .brand-shop_list .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 20.9rem;
  padding: 2rem 1.5rem 1.5rem;
  background-color: #fff;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .brand-shop_list .item a {
    min-height: 24.6rem;
    padding: 2rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_brand-shop .brand-shop_list .item a:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#sec_brand-shop .brand-shop_list .item .logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sec_brand-shop .brand-shop_list .item .logo img {
  width: 21.8rem;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .brand-shop_list .item .logo img {
    width: 20.9rem;
  }
}
#sec_brand-shop .brand-shop_list .item .txt {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sec_brand-shop .brand-shop_list .item .txt {
    font-size: 2.4rem;
  }
}

/* sec_recruit
--------------------------------*/
#sec_recruit::before, #sec_recruit::after {
  background-color: rgba(102, 102, 102, 0.8);
}
#sec_recruit .block_wrap {
  position: relative;
  display: flex;
  margin-top: 8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap {
    display: block;
    margin-top: 9rem;
  }
}
#sec_recruit .block_wrap .block {
  position: relative;
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block {
    width: 100%;
  }
}
#sec_recruit .block_wrap .block::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s ease;
}
#sec_recruit .block_wrap .block.active::before {
  opacity: 0;
}
#sec_recruit .block_wrap .block .inner {
  position: relative;
  padding: 10rem 5rem;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .inner {
    height: 70rem;
  }
}
#sec_recruit .block_wrap .block._01 {
  background-image: url(../img/index/recruit_block01_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block._01 {
    background-image: url(../img/index/recruit_block01_bg_sp.jpg);
  }
}
#sec_recruit .block_wrap .block._01 .inner {
  justify-content: flex-end;
}
#sec_recruit .block_wrap .block._02 {
  background-image: url(../img/index/recruit_block02_bg_pc.jpg);
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block._02 {
    background-image: url(../img/index/recruit_block02_bg_sp.jpg);
  }
}
#sec_recruit .block_wrap .block .txt_wrap {
  width: 55rem;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .txt_wrap {
    width: 100%;
    padding: 0;
  }
}
#sec_recruit .block_wrap .block .txt_wrap * {
  color: #ffffff;
}
#sec_recruit .block_wrap .block .txt_wrap .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .txt_wrap .ttl {
    font-size: 5.6rem;
  }
}
#sec_recruit .block_wrap .block .txt_wrap .ttl span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .txt_wrap .ttl span {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
}
#sec_recruit .block_wrap .block .txt_wrap .txt {
  padding: 0 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .txt_wrap .txt {
    padding: 0;
    margin-top: 4.5rem;
  }
}
#sec_recruit .block_wrap .block .txt_wrap .btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .block_wrap .block .txt_wrap .btn {
    margin-top: 5rem;
  }
}
#sec_recruit .voice {
  position: relative;
  margin-top: 6.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice {
    margin-top: 8rem;
  }
}
#sec_recruit .voice .ttl {
  text-align: center;
  font-weight: 500;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice .ttl {
    font-size: 5.6rem;
  }
}
#sec_recruit .voice .ttl .en {
  display: block;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice .ttl .en {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
#sec_recruit .voice_list {
  max-width: 192rem;
  margin-top: 4rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice_list {
    max-width: inherit;
    margin-top: 7rem;
  }
}
#sec_recruit .voice_list .item {
  width: 28.2rem;
  margin: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice_list .item {
    width: 45.1rem;
    margin: 0 1.8rem;
  }
}
#sec_recruit .voice_list .item a {
  display: block;
}
#sec_recruit .voice_list .item .img {
  width: 100%;
  aspect-ratio: 282/188;
  overflow: hidden;
}
#sec_recruit .voice_list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_recruit .voice_list .item a:hover .img img {
    transform: scale(1.1);
  }
}
#sec_recruit .voice_list .item .txt {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 1rem;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice_list .item .txt {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit .voice_list .item a:hover .txt {
    opacity: 0.6;
  }
}
#sec_recruit .voice .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .voice .btn {
    margin-top: 6rem;
  }
}
#sec_recruit .btn_box._recruit {
  position: relative;
  width: 104.4rem;
  height: 10.8rem;
  margin: 6.5rem auto 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit {
    width: 63rem;
    height: auto;
    margin: 10rem 5rem 0 auto;
  }
}
#sec_recruit .btn_box._recruit a {
  justify-content: flex-start;
  padding: 1rem 7rem;
  background-color: #C9CACA;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit a {
    padding: 6.5rem 5rem 5rem;
  }
}
#sec_recruit .btn_box._recruit a::before {
  background-color: #414141;
}
#sec_recruit .btn_box._recruit .btn_txt {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit .btn_txt {
    display: block;
    font-size: 2.8rem;
  }
}
#sec_recruit .btn_box._recruit .btn_txt .min {
  position: relative;
  font-weight: 500;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit .btn_txt .min {
    display: block;
    text-align: center;
    font-size: 5.6rem;
  }
}
#sec_recruit .btn_box._recruit .btn_txt .min::after {
  content: "／";
  margin: 0 1.8rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit .btn_txt .min::after {
    display: block;
    margin: 0.5rem 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit .btn_txt .gothic {
    display: block;
    line-height: 1.8571428571;
    letter-spacing: 0;
    padding-right: 10rem;
  }
}
#sec_recruit .btn_box._recruit .arw {
  width: 1.2rem;
  height: 2.2rem;
  border-color: #231815;
  position: absolute;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  #sec_recruit .btn_box._recruit .arw {
    width: 1.6rem;
    height: 3.2rem;
    right: 8rem;
    bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #sec_recruit .btn_box._recruit a:hover .btn_txt {
    color: #ffffff;
  }
  #sec_recruit .btn_box._recruit a:hover .arw {
    border-color: #ffffff;
  }
}

/* sec_company
--------------------------------*/
#sec_company {
  background: url(../img/index/company_bg_pc.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #sec_company {
    background: url(../img/index/company_bg_sp.jpg) no-repeat center/cover;
  }
}
#sec_company::before, #sec_company::after {
  background-color: rgba(255, 255, 255, 0.8);
}
#sec_company .company_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  #sec_company .company_list {
    flex-direction: column;
    gap: 4rem 0;
    margin-top: 6.4rem;
  }
}
#sec_company .company_list .btn_box {
  width: 58.8rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  #sec_company .company_list .btn_box {
    width: 100%;
    height: 13rem;
  }
}
#sec_company .company_list .btn_box a {
  justify-content: flex-start;
}
#sec_company .company_list .btn_box .btn_txt {
  display: flex;
  align-items: center;
}
#sec_company .company_list .btn_box .btn_txt .en {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 4rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  #sec_company .company_list .btn_box .btn_txt .en {
    font-size: 2.4rem;
    margin-left: 3rem;
  }
}
#sec_company .company_list .btn_box .arw {
  width: 1.2rem;
  height: 2.2rem;
  position: absolute;
  right: 5rem;
}

/* sec_topics
--------------------------------*/
#sec_topics .topics_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8rem 2.4rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list {
    grid-template-columns: 1fr;
    gap: 10rem 0;
    margin-top: 6.7rem;
  }
}
#sec_topics .topics_list .item a {
  display: block;
}
#sec_topics .topics_list .item .thumb {
  width: 100%;
  height: 18.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .thumb {
    height: 42rem;
  }
}
#sec_topics .topics_list .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  #sec_topics .topics_list .item a:hover .thumb img {
    transform: scale(1.1);
  }
  #sec_topics .topics_list .item a:hover .date,
  #sec_topics .topics_list .item a:hover .ttl,
  #sec_topics .topics_list .item a:hover .cate {
    opacity: 0.6;
  }
}
#sec_topics .topics_list .item .date {
  color: #9C9D9D;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 3.5rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .date {
    font-size: 2.6rem;
    margin-top: 5.5rem;
  }
}
#sec_topics .topics_list .item .ttl {
  padding-right: 1em;
  margin-top: 1rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .ttl {
    padding-right: 0;
    margin-top: 3rem;
  }
}
#sec_topics .topics_list .item .cate {
  color: #9C9D9D;
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 1rem;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .cate {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}
#sec_topics .topics_list .item .cate span {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .cate span {
    margin-bottom: 1.5rem;
  }
}
#sec_topics .topics_list .item .cate span::before, #sec_topics .topics_list .item .cate span::after {
  content: "/";
  display: inline-block;
  line-height: 1;
}
#sec_topics .topics_list .item .cate span::before {
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .cate span::before {
    margin-right: 1.5rem;
  }
}
#sec_topics .topics_list .item .cate span::after {
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .cate span::after {
    margin-left: 1.5rem;
  }
}
#sec_topics .topics_list .item .cate span + span {
  margin-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .topics_list .item .cate span + span {
    margin-left: 1.5rem;
  }
}
#sec_topics .topics_list .item .cate span + span::before {
  content: none;
}
#sec_topics .btn {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #sec_topics .btn {
    margin-top: 8rem;
  }
}