@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
body.spn {
  margin-top: 70px !important;
}

.p-header {
  width: 100%;
  background: #fff;
  position: absolute;
  top: -100px;
  margin-top: 100px;
  left: 0;
  height: 120px;
  z-index: 100;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-header {
    height: 70px;
  }
}
.p-header.fixed {
  position: fixed;
  top: 0;
  margin-top: 0;
  transition: top 0.65s ease-in;
}
.p-header__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding: 16px;
  display: grid;
  row-gap: 24px;
  align-items: center;
  grid-template-columns: minmax(50px, 1fr) auto;
  grid-template-rows: auto auto;
  grid-template-areas: "logo upper" "logo lower";
}
@media (max-width: 767px) {
  .p-header__inner {
    display: none;
  }
}
.p-header__logo {
  grid-area: logo;
}
.p-header__logo .logo {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  gap: 4px;
  justify-content: center;
}
.p-header__logo .logo_text {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .p-header__logo_sp {
    width: 70%;
    height: 70px;
    padding: 16px;
    box-sizing: border-box;
  }
  .p-header__logo_sp .__logo {
    width: -moz-fit-content;
    width: fit-content;
    display: grid;
    gap: 4px;
    justify-content: center;
  }
  .p-header__logo_sp .__logo a {
    height: 24px;
    display: block;
  }
  .p-header__logo_sp .__logo img {
    vertical-align: top;
  }
  .p-header__logo_sp .logo_text {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: block;
  }
}
.p-header__upper {
  grid-area: upper;
}
.p-header__lower {
  grid-area: lower;
}
.p-header__btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.p-header__btn {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 155px;
  height: 40px;
  background: #e3f3e1;
  border: 2px solid #e3f3e1;
  color: #000;
  font-weight: 700;
  border-radius: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.3s;
}
.p-header__btn:hover {
  background: #fff;
  border: 2px solid #46b035;
}
.p-header__btn:before {
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  aspect-ratio: 1/1;
}
.p-header__btn.a-recruit:before {
  background: url(../images/common/icon_recruit_green.png) no-repeat center center/contain;
}
.p-header__btn.a-tel:before {
  background: url(../images/common/icon_tel_green.png) no-repeat center center/contain;
}
.p-header__btn.a-contact:before {
  background: url(../images/common/icon_contact_green.png) no-repeat center center/contain;
}
.p-header__menu {
  display: flex;
  justify-content: flex-end;
  gap: 2em;
}
.p-header__menu-item {
  position: relative;
}
.p-header__menu-item:hover .p-header__submenu {
  visibility: visible;
  opacity: 1;
}
.p-header__menu-item a {
  font-weight: 700;
  color: #000;
}

.p-header__submenu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  padding-top: 36px;
  left: 0px;
  width: 180%;
  transition: all 0.2s ease;
}
.p-header__submenu > li {
  background: #faf9f9;
  width: 130%;
  min-width: 200px;
  border-bottom: solid 1px #dcdcdc;
  border-left: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
}
.p-header__submenu > li:first-child {
  border-top: solid 2px #3ad597;
}
.p-header__submenu > li a {
  box-sizing: border-box;
  padding: 10px 10px;
  line-height: 1.5;
  text-align: left;
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.p-header__submenu > li a:hover {
  background: #e2e2e2;
}

.p-footer {
  margin-top: 64px;
}
.p-footer__logo {
  display: grid;
  gap: 10px;
}
.p-footer__logo .__text {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-footer__logo .__text {
    font-size: 10.4px;
  }
}
.p-footer__logo .__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-footer__band {
  background: #46b035;
  padding-block: 40px 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .p-footer__band {
    padding-bottom: 70px;
  }
}
.p-footer__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-footer__inner {
    box-sizing: border-box;
    padding-inline: 5vw;
  }
}
.p-footer__list {
  display: flex;
  gap: 2em;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-footer__list {
    flex-wrap: wrap;
    gap: 1em;
  }
}
.p-footer__list a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-footer__list a {
    font-size: 12.8px;
  }
}
.p-footer__list a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.p-footer__btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-block: 24px;
}
.p-footer__btn {
  display: flex;
  gap: 0.5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 36px;
  background: #46b035;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 2em;
  text-align: center;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .p-footer__btn {
    font-size: 14px;
  }
}
.p-footer__btn:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  border: 1px solid #fff;
  color: #fff;
}
.p-footer__btn:before {
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  aspect-ratio: 1/1;
}
.p-footer__btn.a-recruit:before {
  background: url(../images/common/icon_recruit_white.png) no-repeat center center/contain;
}
.p-footer__btn.a-tel:before {
  background: url(../images/common/icon_tel_white.png) no-repeat center center/contain;
}
.p-footer__btn.a-contact:before {
  background: url(../images/common/icon_contact_white.png) no-repeat center center/contain;
}
.p-footer__copyright {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 9.6px;
  }
}

.p-sidebanner {
  display: grid;
  grid-template-columns: 1fr;
  border: 3px solid #fff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  background: #46b035;
  width: 70px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 140px;
  right: 0;
}
@media (max-width: 767px) {
  .p-sidebanner {
    border-radius: 0 0;
    border: none;
    border-top: 3px solid #fff;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.p-sidebanner__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  box-sizing: border-box;
  padding: 16px;
}
.p-sidebanner__inner .__item {
  display: flex;
  justify-content: center;
  padding-block: 16px;
}
@media (max-width: 767px) {
  .p-sidebanner__inner .__item {
    padding-block: 0;
    align-items: center;
  }
}
.p-sidebanner__inner .__item:not(:last-child) {
  border-bottom: 3px dotted #fff;
}
@media (max-width: 767px) {
  .p-sidebanner__inner {
    grid-template-columns: repeat(3, 1fr);
    padding: 8px;
  }
  .p-sidebanner__inner .__item:not(:last-child) {
    border-right: 3px dotted #fff;
    border-bottom: none;
  }
}
.p-sidebanner a {
  writing-mode: vertical-rl;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-inline: auto;
  font-weight: 700;
  transition: color 0.3s;
}
.p-sidebanner a:hover {
  color: #ffff00;
}
@media (max-width: 767px) {
  .p-sidebanner a {
    writing-mode: inherit;
    font-size: 12px;
    line-height: 1.4;
  }
}

.p-top-informations {
  padding: 2.4rem 0;
}
.p-top-informations__tabgroup {
  margin-inline: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  gap: 25px;
}
@media (max-width: 767px) {
  .p-top-informations__tabgroup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding-inline: 5vw;
    margin-bottom: 10px;
  }
}
.p-top-informations__tab {
  box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  background: #e9f0f6;
  border-radius: 10px 10px 0 0;
  color: #00558c;
  font-weight: 700;
  text-align: center;
  padding: 22px 1em;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-top-informations__tab:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .p-top-informations__tab {
    border-radius: 10px;
  }
}
.p-top-informations__tab.is_current {
  background: #00558c;
  color: #fff;
}
.p-top-informations__contents {
  width: 100%;
  background: #e9f0f6;
  padding: 55px 0px;
  padding-inline: 16px;
  box-sizing: border-box;
}
.p-top-informations__content {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  box-sizing: border-box;
}
.p-top-informations .is_hide {
  display: none;
}

.p-top-information-list {
  display: grid;
  gap: 14px;
}
.p-top-information-list.__tab04 .p-top-information-list__item {
  grid-template-columns: 80px 140px auto;
  grid-template-areas: "time tag title";
}
@media (max-width: 767px) {
  .p-top-information-list.__tab04 .p-top-information-list__item {
    grid-template-areas: "time tag ." "title title title";
  }
}
.p-top-information-list.__tab03 .p-top-information-list__item {
  grid-template-columns: 170px auto;
  grid-template-areas: "img time" "img title";
  grid-template-rows: 16px auto;
  align-items: start;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab03 .p-top-information-list__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "img" "time" "title";
  }
  .p-top-information-list.__tab03 .p-top-information-list__item span {
    margin-inline: auto;
  }
}
.p-top-information-list.__tab02 .p-top-information-list__item {
  grid-template-columns: 170px 90px 200px auto;
  grid-template-areas: "img time tag ." "img title title title";
  grid-template-rows: 16px auto;
  align-items: start;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab02 .p-top-information-list__item {
    grid-template-columns: 90px auto;
    grid-template-rows: auto;
    grid-template-areas: "img img  " "time tag  " " title  title";
  }
  .p-top-information-list.__tab02 .p-top-information-list__item span {
    margin-inline: auto;
  }
}
.p-top-information-list.__tab02 .p-top-information-list__item .__image {
  grid-area: img;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab02 .p-top-information-list__item .__image img {
    max-width: 100%;
  }
}
.p-top-information-list.__tab02 .p-top-information-list__item .__tag.__pink {
  background: #e0729c;
}
.p-top-information-list.__tab02 .p-top-information-list__item .__tag.__blue {
  background: #00b0d9;
}
.p-top-information-list.__tab01 .p-top-information-list__item .__seminar {
  padding: 2.4rem;
  display: grid;
  gap: 24px;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab01 .p-top-information-list__item .__seminar {
    padding: 0;
  }
}
.p-top-information-list.__tab01 .p-top-information-list__item .__image img {
  -o-object-fit: none;
     object-fit: none;
  aspect-ratio: auto;
}
.p-top-information-list.__tab01 .p-top-information-list__item .__seminar_title {
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  color: #00558c;
  background: linear-gradient(transparent 60%, #e9f0f6 60%);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab01 .p-top-information-list__item .__seminar_title {
    font-size: 120%;
  }
}
.p-top-information-list.__tab01 .p-top-information-list__item .__seminar_subtitle {
  font-size: 140%;
  font-weight: 700;
  color: #00558c;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab01 .p-top-information-list__item .__seminar_subtitle {
    font-size: 120%;
  }
}
.p-top-information-list.__tab01 .p-top-information-list__item .__seminar_items {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .p-top-information-list.__tab01 .p-top-information-list__item .__seminar_items {
    grid-template-columns: 1fr;
  }
}
.p-top-information-list.__tab01 .p-top-information-list__item .__seminar_item02 {
  display: grid;
  gap: 24px;
}
.p-top-information-list.__tab01 .p-top-information-list__item .__detail_list .__group {
  display: grid;
  grid-template-columns: 3em 1.5fr;
  margin-bottom: 0.5em;
}
.p-top-information-list__item {
  background: #fff;
  border-radius: 10px;
  display: grid;
  align-items: center;
  gap: 1.5em;
  padding: 1.5em 2em;
  line-height: 1.4;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-information-list__item {
    padding-inline: 1em;
    gap: 16px;
  }
}
.p-top-information-list__item .__image {
  grid-area: img;
}
.p-top-information-list__item .__image img {
  border: 1px solid #e9f0f6;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 170/110;
}
.p-top-information-list__item .__time {
  font-weight: 700;
  color: #000;
  grid-area: time;
  padding: 4px;
}
.p-top-information-list__item .__tag {
  grid-area: tag;
  background-color: #78b4d2;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  border-radius: 1.5em;
}
.p-top-information-list__item .__title {
  grid-area: title;
}
.p-top-information-list__item .__title:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.p-top-information-btns {
  display: flex;
  justify-content: space-around;
  gap: 1.6rem;
  margin-block: 24px;
}
@media (max-width: 767px) {
  .p-top-information-btns {
    display: grid;
  }
}

.p-top-information-btn {
  background: #00558c;
  border: 2px solid #00558c;
  border-radius: 2em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  display: block;
  width: 350px;
  text-decoration: none;
  padding: 1em;
  transition: all 0.3s;
}
.p-top-information-btn:hover {
  background: #fff;
  color: #00558c;
}
@media (max-width: 767px) {
  .p-top-information-btn {
    width: 90%;
    font-size: 14px;
  }
}

.p-top-example {
  margin-top: 60px;
}
.p-top-example__title {
  display: grid;
  justify-content: center;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.p-top-example__title .__en {
  font-weight: 600;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #46b035;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-top-example__title .__en {
    font-size: 9.6px;
  }
}
.p-top-example__title .__ja {
  font-weight: 700;
  font-size: 45px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-top-example__title .__ja {
    font-size: 36px;
  }
}
.p-top-example__catch {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  text-align: center;
  padding-block: 32px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-top-example__catch {
    font-size: 16px;
  }
}
.p-top-example__lower {
  background: url(../images/home/bg_top_customer_service.png) no-repeat center bottom/cover;
  padding: 60px 0;
}
.p-top-example__list {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.p-top-example__list .__item {
  border: 2px solid #46b035;
  border-radius: 10px;
  background: #fff;
  max-width: 300px;
  width: 100%;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.p-top-example__list .__item a {
  height: 100%;
  box-sizing: border-box;
  padding: 24px;
  display: grid;
  grid-template-rows: 20% 70%;
  gap: 24px;
  justify-content: center;
  text-align: center;
  transition: background 0.3s;
}
.p-top-example__list .__item a:hover {
  background: rgba(70, 176, 53, 0.1882352941);
}
.p-top-example__list .__heading span {
  display: block;
  margin-inline: auto;
  background: #46b035;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 160px;
  border-radius: 1.5em;
  padding: 0.5em;
}
@media (max-width: 767px) {
  .p-top-example__list .__heading span {
    font-size: 11.2px;
  }
}
.p-top-example__list .__title {
  align-self: center;
}

.p-top-maintenance {
  background: url(../images/home/bg_top_maintenance.png) no-repeat center bottom/cover;
}
.p-top-maintenance__inner {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 85px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-maintenance__inner {
    padding-inline: 5vw;
  }
  .p-top-maintenance__inner .__image_basic {
    width: 60%;
    margin-inline: auto;
    margin-bottom: 24px;
  }
}
.p-top-maintenance__title {
  border-bottom: 2px solid #00558c;
  text-align: center;
  padding: 32px;
}
@media (max-width: 767px) {
  .p-top-maintenance__title {
    padding-block: 32px 16px;
  }
}
.p-top-maintenance__detail {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  padding-inline: 16px;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .p-top-maintenance__detail {
    grid-template-columns: 1fr;
  }
}
.p-top-maintenance__detail .__cont {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.p-top-maintenance__btns {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-top-maintenance__btns {
    margin-top: 24px;
  }
}
.p-top-maintenance__btn {
  background: #00558c;
  border: 2px solid #00558c;
  border-radius: 2em;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 470px;
  text-decoration: none;
  padding: 1em;
  transition: all 0.3s;
  box-sizing: border-box;
  margin-inline: auto;
}
.p-top-maintenance__btn:hover {
  background: #fff;
  color: #00558c;
}
@media (max-width: 767px) {
  .p-top-maintenance__btn {
    font-size: 16px;
  }
}

.p-example__inner {
  width: 100%;
  max-width: 1032px;
  padding: 64px 16px;
  box-sizing: border-box;
  margin-inline: auto;
}
.p-example__band {
  width: 100%;
  background: #46b035;
  padding: 48px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-example__band {
    padding: 24px;
  }
}
.p-example__title {
  display: grid;
  gap: 24px;
  color: #fff;
}
.p-example__title .__en {
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .p-example__title .__en {
    font-size: 11.2px;
  }
}
.p-example__title .__ja {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-example__title .__ja {
    font-size: 33.6px;
  }
}
@media (max-width: 767px) {
  .p-example__title .__ja {
    font-weight: 700;
    font-size: 28px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-example__title .__ja {
    font-size: 22.4px;
  }
}
.p-example__qanda.__img_lower {
  margin-top: 60px;
}
.p-example__qanda .__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
  font-size: 28px;
  color: #46b035;
}
@media (max-width: 767px) {
  .p-example__qanda .__title {
    font-size: 22.4px;
  }
}
@media (max-width: 767px) {
  .p-example__qanda .__title {
    font-weight: "";
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-example__qanda .__title {
    font-size: 19.2px;
  }
}
.p-example__qanda .__text {
  text-align: left;
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-example__qanda .__text {
    font-size: 14.4px;
  }
}
.p-example__qanda .__em {
  font-weight: 700;
}
.p-example__qanda .__image {
  text-align: center;
}
.p-example__qanda .__image img {
  max-width: 100%;
}
.p-example__ques {
  border: 3px solid #46b035;
  border-radius: 10px;
  background: #fff;
  padding: 32px;
  display: grid;
  gap: 24px;
  position: relative;
  margin-bottom: 42px;
}
.p-example__ques:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #46b035;
  height: 20px;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-example__ans {
  border: 3px solid #46b035;
  border-radius: 10px;
  background: #fefad2;
  padding: 32px;
  display: grid;
  gap: 24px;
  position: relative;
}
.p-example__merit {
  width: 100%;
  background: #e9f0f6;
  padding: 60px 16px;
  box-sizing: border-box;
  display: grid;
  gap: 40px;
}
.p-example__merit_item {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.p-example__merit_item .__title {
  text-align: center;
  color: #46b035;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-example__merit_item .__title {
    font-size: 22.4px;
  }
}
.p-example__merit_item .__text {
  line-height: 1.8;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-example__merit_item .__text {
    font-size: 14.4px;
  }
}
.p-example__merit_item .__strong {
  font-weight: 700;
}
.p-example__icontext {
  display: flex;
  gap: 0.2em;
}
.p-example__icontext:before {
  content: attr(data-icon);
}

.p-img-scrollin {
  position: relative;
  display: block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.p-img-scrollin img {
  z-index: 1;
  opacity: 0;
  box-sizing: border-box;
}
.p-img-scrollin:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: transform ease-in-out 1s;
}
.p-img-scrollin.is_scrollin img {
  opacity: 1;
}
.p-img-scrollin.is_scrollin:after {
  transform: translate(100%, -1px);
  transition: transform ease-in-out 1s;
}

@media (min-width: 1024px) {
  .h-pc_hide,
  .h-pc_tab_hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .event_consent.sp_only {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .h-tab_hide,
  .h-pc_tab_hide,
  .h-sp_tab_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .h-sp_hide,
  .h-sp_tab_hide {
    display: none;
  }
  .pc_only {
    display: none;
  }
}