body {
  background-color: #F0F0F0;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p {
  margin-bottom: 0;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.fb {
  font-weight: bold;
}
.fbb {
  font-weight: 900;
}
.mv {
  position: relative;
  background: linear-gradient(180deg, #D00D2D 0%, #61061F 100%);
  background-image: url(../img/mv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
}
.max_width {
  max-width: 1280px;
  width: 88.8888888889%;
  margin: 0 auto;
}

.mv .container {
  padding: 0;
}

.mv .bg_txt {
  display: inline-block;
  transform-origin: center;
  transform: scale(0);
  animation: bgTxtScaleIn 1.2s ease-out forwards;
  opacity: 0;
}

.mv .bg_txt img {
  display: block;
}

.mv .luster {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1026 / 1366 * 100%);
  height: 100%;
  mix-blend-mode: screen;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  img {
    width: 100%;
    height: 100%;
  }
}
.mv .logo {
  position: absolute;
  bottom: 4px;
  right: 47px;
  width: calc(357 / 1366 * 100%);
  aspect-ratio: 1 / 1;
  z-index: 2;
}

@keyframes bgTxtScaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.mv .point_right {
  position: absolute;
  top: 23%;
  white-space: nowrap;
  color: #000;
  opacity: 0.1;
  font-size: 36rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -7.208px;
}
.mv .wrapper .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation-delay: 0.3s;
}
.mv .open_campus {
  position: absolute;
  z-index: 6;
  left: 36px;
  bottom: 52px;
  width: 300px;
}
.mv .open_campus a {
  display: block;
  overflow: hidden;
}
.mv .open_campus .ttl_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -17%;
}
.mv .open_campus .ttl_img img {
  width: 160px;
}
.mv .open_campus .img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -17%;
}
.mv .open_campus .info {
  background-color: #D8D8D8;
}
.mv .open_campus .date {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 59px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
  width: 213px;
  display: flex;
  align-items: center;
  padding: 8px 17px 8px 17px;
  gap: 5px;
}
.mv .open_campus .date p {
  margin-bottom: 0;
}
.mv .open_campus .ttl {
  padding: 20px 10px 10px;
  
}
.mv .open_campus .ttl h4 {
  line-height: 1.3125;
}

.post_sec {
  margin-top: -5px;
}
.post_sec .wrapper  {
  display: flex;
}
.post_sec .wrapper .post {
  display: flex;
  align-items: center;
  padding: 2.4rem  3.3rem;
  flex: 0 0 50%;
  color: #fff;
}
.post_sec .wrapper .news {
  background-color: #E7213F;
}
.post_sec .wrapper .blog {
  background-color: #000;
}
.post_sec .wrapper .post .mds {
  text-align: center;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 22.721px;
}
.post_sec .wrapper .post .block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex: auto;
  margin-left: 6.3rem;
}
.post_sec .wrapper .post .list .item .info {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.post_sec .wrapper .post .list .item .info .day {
  font-size: 1.4rem;
}
.post_sec .wrapper .post .list .item .info .cate {
  padding: 1px 1rem;
  margin-left: 1.6rem;
  background-color: #fff;
  border-radius: 50px;
  color: #222;
  text-align: center;
  font-size: 12px;
}
.post_sec .wrapper .news .list .item .info .cate {
  color: #E7213F;
}
.post_sec .wrapper .post .block .link {
  position: relative;
  padding-right: 40px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.48px;
}
.post_sec .wrapper .post .block .link::before {
  position: absolute;
  content: "";
  background-image: url(../img/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 8px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.post_sec .wrapper .post .block .ttl a {
  color: #fff;
}

.bg_block {
  background-image: url(../img/bg_block.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pick_up {
  padding-top: 7.6rem;
  
}
.pick_up .mds {
  max-width: 298px;
  margin-bottom: -50px;
  font-size: 2.4rem;
  color: #222;
}
.pick_up .sp_bg{
  padding: 0 6rem 5.6rem;
}
.pick_up .wrapper {
  /* padding: 5.6rem 6rem; */
  /* background-color: #E4E4E4;
  backdrop-filter: blur(15px); */
}
.pick_up .wrapper .flex_block {
  display: flex;
  justify-content: center;
}
.pick_up .big_banner {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5%;
}
.pick_up .wrapper .img {
  flex: 0 0 31.3%;
  margin-right: 3%;
}
.pick_up .wrapper .img:last-child {
  margin-right: 0;
}


.reason {
  padding-top: 14rem;
}
.reason .mds {
  max-width: 675px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 7rem;
}
.reason .mds span.sub {
  font-size: 4.6rem;
}
.reason .mds span.num {
  color: #fff;
  -webkit-text-stroke-width: 1.26px;
  -webkit-text-stroke-color: #222;
  font-size: 8rem;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.2px;
}
.reason .wrapper {
  display: flex;
  margin-top: 3.5rem;
}
.reason .wrapper .box {
  flex: 0 0 31.3%;
  margin-right: 3%;
}
.reason .wrapper .box:last-child {
  margin-right: 0;
}
.reason .link_box{
  background-color: #000000;
  max-width: 600px;
  width: 92%;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
}
.reason .link_box .link {
  position: relative;
  display: block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 20px;
  color: #fff;
  transition: 0.3s;
}
.reason .link_box .link::before {
  position: absolute;
  content: "";
  background-image: url(../img/reason_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 15px;
  top: 0;
  right: 5rem;
  bottom: 0;
  margin: auto;
}
.reason .link_box .link:hover {
  opacity: 1;
  background-color: #E7213F;
}
.reason .link_box .link:hover::before {
  background-image: url(../img/reason_arrow_y.svg);
}

/* MAJOR */
.major {
  margin-top: 14.4rem;
}
.major .mds {
  max-width: 315px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem;
}
.major .wrapper .box {
  display: flex;
  align-items: center;
  background-color: #ffffff99;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.major .wrapper .box .left {
  flex: 0 0 50%;
}
.major .wrapper .box .right {
  flex: auto;
}
.major .wrapper .box .right .m_mds {
  max-width: 537px;
  width: 92%;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 3.7rem;
}
.major .wrapper .box:last-child .right .m_mds {
  max-width: 407px;
}
.major .wrapper .box .right .txt {
  padding: 0 3.5rem;
}
.major .wrapper .box .right .txt .b_bar {
  position: relative;
  z-index: 0;
  color: #E71A42;
}
.major .wrapper .box .right .txt .b_bar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  flex-shrink: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #00000040;
}
.major .wrapper .box .link_box {
  max-width: 210px;
  width: 92%;
  margin-right: 3.5rem;
  margin-left: auto;
  margin-top: 2.2rem;
}
.major .wrapper .box .link_box a {
  display: block;
  padding: 2rem 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.major .wrapper .box .link_box a:hover {
  opacity: 1;
  background-color: #E7213F;
}
.major .wrapper .box .link_box a span {
  position: relative;
  padding-right: 30px;
}
.major .wrapper .box .link_box a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height:8px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.major .wrapper .box:last-child {
  margin-top: 4.7rem;
}

.sns_sec {
  margin-top: 18rem;
  padding-bottom: 13rem;
}
.sns_sec .sns_list {
  display: flex;
  justify-content: space-between;
}
.sns_sec .sns_item {
  width: 46.875%;
  padding: 76px 48px;
  background-color: #ffffff99;
}
.sns_sec .sns_item .head {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-style: normal;
}
.sns_sec .sns_item.sns_item_instagram .head {
  max-width: 297px;
}
.sns_sec .sns_item.sns_item_tiktok .head {
  max-width: 210px;
}
.sns_sec .sns_item .feed {
  width: 100%;
}

.sns_sec .sns_item .more_link {
  max-width: 183px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
.sns_sec .sns_item .more_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0;
  background-color: #000;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.sns_sec .sns_item .more_link a:hover {
  opacity: 1;
  background-color: #E7213F;
}
.sns_sec .sns_item .more_link a span {
  position: relative;
  padding-right: 30px;
}
.sns_sec .sns_item .more_link a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height:8px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.guide_sec {
  border-top: 20px solid #000;
  border-bottom: 20px solid #000;
  padding-top: 3%;
  padding-bottom: 10%;
  position: relative;
  background-color: #fff;
}
.guide_sec .content {
  display: flex;
  justify-content: space-between;
}
.guide_sec .content .left { 
  width: 50%;
}
.guide_sec .content .left .txt {
  margin-top: 2.2rem;
}
.guide_sec .content .left .access_btn {
  max-width: 253px;
  width: 92%;
}
.guide_sec .content .left .access_btn a {
  display: block;
  padding: 1.5rem 0;
  margin-top: 3.2rem;
  background-color: #000;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.guide_sec .content .left .access_btn a:hover {
  opacity: 1;
  background-color: #E7213F;
}
.guide_sec .content .left .access_btn a span {
  position: relative;
  padding-right: 30px;
}
.guide_sec .content .left .access_btn a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height:8px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.guide_sec .content .left .guide_list {
  margin-top: 5.5rem;
}
.guide_sec .content .left .guide_list .guide_item {
  max-width: 450px;
}
.guide_sec .content .left .guide_list .guide_item:nth-child(n+2) {
  margin-top: 3.9rem;
}
.guide_sec .content .left .guide_list .guide_item a {
  display: flex;
  align-items: center;
  border: 1px solid #000;
}
.guide_sec .content .left .guide_list .guide_item .col01 {
  flex: 0 0 47%;
}
.guide_sec .content .left .guide_list .guide_item .col02 {
  flex: auto;
  padding: 0 2.5rem;
}
.guide_sec .content .left .guide_list .guide_item .col02 .item_txt {
  margin: 1rem 0;
  line-height: 1.4;
}
.guide_sec .content .left .guide_list .guide_item .col02 .detail_link span {
  position: relative;
  color: #E50012;
  padding-right: 20px;
}
.guide_sec .content .left .guide_list .guide_item .col02 .detail_link span::before {
  position: absolute;
  content: "";
  background-image: url(../img/r_link_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14px;
  height:8px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.guide_sec .content .right {
  width: 50%;
  margin-top: -13rem;
} 


@media (max-width: 1024px) {
  .p-header__logo:has(.jhm_link) {
    width: 350px;
  }
  .mv {
    height: 50vh;
  }
  .mv .point_right {
    font-size: 27rem;
  }
  .post_sec .wrapper .post .block {
    margin-left: 2rem;
  }
  .post_sec .wrapper .post {
    padding: 2rem 2rem;
  }
  .major .wrapper .box .text_box .m_mds {
    font-size: 4rem;
  }
  .major .wrapper .box .text_box .m_mds span {
    font-size: 3.6rem;
  }
  .major .wrapper .box .text_box {
    left: 45%;
  }
  .major .wrapper .box .link_box {
    max-width: 130px;
  }
  .guide_sec .content .content_img {
    top: -35%;
  }
  .major .wrapper .box .right .txt {
    padding: 0 2rem;
  }
  .major .wrapper .box .right .m_mds {
    margin-bottom: 2rem;
  }
  .major .wrapper .box .link_box a {
    padding: 1rem 0;
  }
}

@media (max-width: 768px) {
  .post_sec .wrapper .post .block {
    display: block;
  } 
  .post_sec .wrapper .post .block .link {
    display: block;
    max-width: max-content;
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
  }
  .post_sec .wrapper .post .block .ttl a {
    font-size: 14px;
  }
  .pick_up .sp_bg {
    padding: 3rem 1rem;
  }
  .reason .mds {
    font-size: 4.8rem;
  }
  .reason .mds span.sub {
    font-size: 4.4rem;
  }
  .major .wrapper .box .text_box .s_mds {
    font-size: 2rem;
  }
  .major .wrapper .box .text_box .m_mds {
    font-size: 3rem;
  }
  .major .wrapper .box .text_box .m_mds span {
    font-size: 2rem;
  }
  .major .wrapper .box .text_box .txt {
    font-size: 1.4rem;
  }
  .major .wrapper .box .text_box {
    left: 42%;
  }
  .guide_sec .guide_item .item_txt {
    font-size: 12px;
  }
  .mv .open_campus {
    width: 200px;
    bottom: 25px;
  }
  .mv .open_campus .date {
    bottom: 99px;
    width: 185px;
  }
  .mv .open_campus .ttl h4 {
    font-size: 1.4rem;
  }
  .post_sec .wrapper .post {
    padding: 2rem 1rem;
  }
  .post_sec .wrapper .post .mds{
    font-size: 2rem;
  }
  .reason .mds {
    max-width: 475px;
  }
  .major .mds {
    max-width: 200px;
  }
  .sns_sec .sns_item {
    padding: 25px 15px;
  }
  .guide_sec .content .right {
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .mv {
    height: 100vh;
  }
   .mv .open_campus {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .p-header__logo:has(.jhm_link) {
    width: 210px;
  } 
  .mv {
    height: 100vh;
    background: linear-gradient(180deg, #e90024 0%, #61061F 100%);
  }
  .mv .point_right {
    top: 10%;
    font-size: 15rem;
  }
  .mv .bg_txt{
    position: relative;
    z-index: 1;
  }
  .mv .wrapper .img {
    z-index: 0;
  }
  .post_sec {
    margin-top: 0;
  }
  .post_sec .wrapper {
    display: block;
  }
  .post_sec .wrapper .post {
    position: relative;
    display: block;
    padding: 3rem 2rem;
  }
  .post_sec .wrapper .post .mds {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 24px;
    writing-mode: inherit;
  }
  .post_sec .wrapper .post .block {
    margin-left: 0;
  }
  .post_sec .wrapper .post .block .link {
    position: absolute;
    top: 18px;
    right: 25px;
    padding-right: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
  }
  .post_sec .wrapper .post .block .link::before {
    width: 10px;
    height: 5px;
    top: -5px;
  }

  .pick_up {
    padding-top: 5.6rem;
  }
  .pick_up .mds {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .pick_up .container {
    width: 100%;
  }
  .pick_up .sp_bg {
    background-color: #E4E4E4;
  }
  .pick_up .list_wrap {
    width: 90%;
    margin: auto;
  }
  .pick_up .wrapper {
    background-color: transparent;
    overflow: scroll;
  }
  .pick_up .flex_block {
    width: 504px;
    gap: 13px;
  }
  /* .pick_up .big_banner {
    padding-top: 3rem;
  } */
  .pick_up .wrapper .img {
    flex: 0 0 240px;
    /* flex: 0 0 165px; */
    margin-right: 0;
  }

  .reason {
    padding-top: 5.6rem;
  }
  .reason .mds {
    font-size: 22px;
  }
  .reason .mds span.sub {
    font-size: 16px;
  }
  .reason .mds span.num {
    font-size: 30px;
  }
  .reason .wrapper {
    display: block;
    margin-top: 3.2rem;
  }
  .reason .wrapper .box {
    margin-right: 0;
  }
  .reason .wrapper .box:nth-child(n+2) {
    margin-top: 20px;
  }

  .major {
    margin-top: 56px;
  }
  .major .sp_wrapper .box:nth-child(n+2) {
    margin-top: 20px;
  }

  .sns_sec {
    margin-top: 81px;
  }
  .sns_sec .sns_list {
    display: block;
  }
  .sns_sec .sns_item {
    width: 100%;
    padding: 46px 20px;
  }
  .sns_sec .sns_item:nth-child(n+2) {
    margin-top: 36px;
  }
  .sns_sec .sns_item .head {
    font-size: 24px;
    top: -21px;
  }
  .sns_sec .sns_item .more_link {
    font-size: 16px;
  }

  .guide_sec {
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .guide_sec .sec_ttl_en {
    width: 85.8666666667vw;
  }
  .guide_sec .sec_ttl_ja {
    margin-top: 10px;
    font-size: 22px;
  }
  .guide_sec .content {
    position: relative;
    display: block;
  }
  .guide_sec .content .right {
    position: absolute;
    top: -60px;
    width: 100%;
    z-index: 0;
    opacity: 0.7;
  }
  .guide_sec .content .left {
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .guide_sec .content .txt {
    width: 100%;
  }
  .guide_sec .content .access_btn {
    margin-left: auto;
    margin-right: auto;
  }

  .guide_sec .guide_list {
    margin-top: 40px;
    flex-direction: column;
  }
  .guide_sec .guide_item {
    width: 100%;
    margin-top: 20px;
  }
  .guide_sec .guide_item a {
    gap: 0;
  }
  .guide_sec .guide_item .head {
    font-size: 18px;
  }
  .guide_sec .guide_item .item_txt {
    font-size: 3.4666666667vw;
  }
  .guide_sec .guide_item .detail_link {
    font-size: 3.4666666667vw;
  }
  .guide_sec .guide_item .col02 {
    width: 35.7333333333vw;
  }

  .open_campus_sec {
    padding-top: 12.8vw;
    padding-bottom: 20vw;
  }
  .open_campus_sec .open_campus {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .open_campus_sec .open_campus .close_btn {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    background-color: #e72340cc;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
  .open_campus_sec .open_campus .ttl_img {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    background-color: #222;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .open_campus_sec .open_campus .ttl_img img {
    position: relative;
    top: -2rem;
    width: 142px;
  }
  .open_campus_sec .open_campus a {
    display: flex;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
    overflow: hidden;
  }
  .open_campus_sec .open_campus .left {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    align-self: stretch;
  }
  .open_campus_sec .open_campus .ttl {
    padding: 16px;
  }
  .open_campus_sec .open_campus .ttl h4 {
    line-height: 1.3125;
  }
  .open_campus_sec .open_campus .right {
    width: 50%;
    aspect-ratio: 157 / 144;
  }
  .open_campus_sec .open_campus .date {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    border-radius: 100px;
    background-color: #222;
    width: 213px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 20px 8px 40px;
    gap: 5px;
  }
  .open_campus_sec .open_campus .date::before {
    content: "";
    display: block;
    width: 17px;
    height: 10px;
    background-image: url(../img/link_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .open_campus_sec .open_campus .date p {
    margin-bottom: 0;
  }
  .pick_up .big_banner {
    width: 100%;
  }
  .pick_up .wrapper .flex_block {
    justify-content: flex-start;
  }

  .reason .link_box .link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
  .reason .link_box .link::before {
    right: 1rem;
  }
  .reason .link_box .link .f32 {
    font-size: 1.8rem;
  }
  .major .wrapper .box {
    display: block;
  }
  .major .wrapper .box .right .m_mds {
    margin-top: 2rem;
  }
  .major .wrapper .box .right .txt {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .major .wrapper .box .right .txt .b_bar {
    font-size: 2.2rem;
  }
  .major .wrapper .box .link_box {
    max-width: none;
    width: 100%;
  }
  .guide_sec .content .left .guide_list .guide_item .col02 {
    padding: 15px;
  }
}

.p-header__nav li a:has(+ .ac-menu)::before {
  background-image: url(../img/icon_drop.svg);
}
.p-header__nav2 ul li a {
  padding: 0 12px !important;
  font-size: 12px;
}
.p-header__nav ul li {
  margin-right: 38px;
}
.l-drawer .drawer_top {
  background-color: #E7213F;
}

