:root {
  --bg-primary-color: #fff;
  --header-bg-color: #132b6e;
  --footer-bg-color: #132b6e;
  --green-bg-color: #aabd55;
  --text-color: #46413d;
  --text-color-primary: #132b6e;
}
.pc {
  display: inline-block;
}
.sp {
  display: none;
}
body {
  font-family: 'Noto Sans JP';
  margin: 0;
  padding: 0;
  color: var(--text-color);
  background: #f6faff;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  text-decoration: none;
}
p,
h5 {
  margin: 0;
  margin-block: unset;
  margin-inline: unset;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--bg-primary-color);
}
.main-header {
  background-color: var(--header-bg-color);
  padding: 22px 182px;
  position: relative;
}

.main-nav > div {
  font-size: 8.229px;
  position: absolute;
  font-weight: 500;
  right: 32px;
  top: 28px;
  background-image: url('../img/line-menu.svg');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  padding-right: 6px;
  padding-bottom: 2px;
}
.main-nav a {
  color: #fff;
}
.btn-menu-sp {
  display: none;
  width: 44px;
  height: 44px;
  background-image: url('../img/menu/bg-icon-menu-sp.png');
  background-repeat: no-repeat;
  background-size: contain;
  background: #fff;
  border-radius: 5px;
}

.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.menu-item {
  position: relative;
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
}
.menu-item:hover {
  opacity: 0.7;
}
.menu-item::after {
  content: '';
  position: absolute;
  width: 15px;
  right: 0;
  height: 30px;
  background-image: url('../icon/menu-boder-line.svg');
  background-position: center;
}

.menu .menu-item:first-child:before {
  content: '';
  position: absolute;
  width: 15px;
  left: 0;
  height: 30px;
  background-image: url('../icon/menu-boder-line.svg');
  background-position: center;
}
.menu .menu-item:last-child:before {
  content: '';
  position: absolute;
  width: 15px;
  right: 0;
  height: 30px;
  background-image: url('../icon/menu-boder-line.svg');
  background-position: center;
}

.menu-link {
  font-size: 13.333px;
  font-weight: 700;
}

/******global**********/
img {
  object-fit: contain;
}
.heading {
  color: #132b6e;

  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 145.455% */
  display: inline-block;
}
.description {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 160% */
}
/******baner********/
.banner {
  background-image: url('../img/banner/banner.png');
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  display: flex;
  gap: 76px;
}
.banner > div:nth-child(1) {
  padding-left: 143px;
}
.banner > div:nth-child(1) > div {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px; /* 160% */
  margin-left: 7px;
}
.banner > div:nth-child(1) > div > span {
  font-size: 15px;
  font-weight: 700;
}
.banner > div:nth-child(1) > div > span:last-child {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.banner > div:nth-child(1) > p.title {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-bottom: 34px;
  margin-top: 25px;
  margin-left: 7px;
}
.banner > div:nth-child(1) > img:nth-child(1) {
  max-width: 440px;
  max-height: 209px;
  width: 100%;
  height: 209px;
  padding-top: 39px;
  object-fit: contain;
  top: 2px;
  position: relative;
}
.banner > div:nth-child(1) > img.pc {
  margin-bottom: 294px;
}
.banner > div:nth-child(1) > img.pc,
.banner > div:nth-child(1) > img.sp {
  max-width: 572px;
  max-height: 186px;
  width: 100%;
  height: 186px;
  padding-top: 18px;
  object-fit: contain;
  margin-left: 5px;
}
.banner > div:nth-child(1) > .note {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
  /* padding-top: 40px; */
  margin-left: 7px;
  /* margin-bottom: 254px; */
}

.banner > img:last-child {
  max-width: 365px;
  max-height: 548px;
  width: 100%;
  height: 548px;
  padding-top: 134px;
  object-fit: contain;
  padding-right: 118px;
}
/**session 1*/
.session_1 {
  position: relative;
  padding-top: 69px;
}
.session_1::before {
  content: '';
  background-image: url('../icon/what_epa.svg');
  position: absolute;
  max-width: 96px;
  max-height: 679px;
  width: 100%;
  height: 679px;
  background-repeat: no-repeat;
  background-position: center;
  top: -21px;
  left: -2.5px;
  background-size: contain;
}

.session_1 > div:nth-child(1) {
  padding-left: 250px;
}
.session_1 > div:nth-child(1) .heading_ {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  letter-spacing: -0.55px;
  display: inline-block;
  letter-spacing: -10px;
}
.session_1 > div:nth-child(1) .heading_ span {
  display: inline-block;
}

.session_1 > div:nth-child(1) .heading_ .E {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.55px;
}
.session_1 > div:nth-child(1) .heading_ .P {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.55px;
}
.session_1 > div:nth-child(1) .heading_ .A {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.65px;
}
.session_1 > div:nth-child(1) .heading_ .と {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4.95px;
}
.session_1 > div:nth-child(1) .heading_ .は {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -9.9px;
}
.session_1 > div:nth-child(1) .heading_ .？ {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.75px;
}
.session_1 > div:nth-child(1) .description {
  padding-left: 3px;
  line-height: 36px;
  position: relative;
  z-index: 1;
}

.session_1 > div:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 575px;
  max-height: 384px;
  height: 384px;
  background-image: url('../img/session_1/fist_img_session_1.png');
  background-size: contain;
  background-position: center;
  right: 76px;
  top: -147px;
}
.session_1 > div:nth-child(2) {
  margin-top: 118px;
}
.session_1 > div:nth-child(2) .session_1_list {
  display: flex;
  align-items: end;
  padding-left: 117px;
  padding-right: 106px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) {
  margin-left: 44px;
  margin-right: 11px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(1) img {
  max-width: 320px;
  max-height: 320px;
  margin-bottom: 18px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) img {
  max-width: 313px;
  max-height: 313px;
  margin-bottom: 21px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) div {
  max-width: 365px;
  max-height: 365px;
  margin-bottom: 9px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) img {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.session_1 > div:nth-child(2) .session_1_list .list_item span {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  display: block;
}
.session_1 > div:nth-child(2) .session_1_list .list_item {
  text-align: center;
}
/* .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(1) span {
  padding-left: 43px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) span {
  padding-left: 47px;
}
.session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) span {
  padding-left: 75px;
} */
.session_1 > div:nth-child(2) .session_care {
  margin-top: 83px;
  padding-left: 148px;
  position: relative;
}
.session_1 > div:nth-child(2) .session_care .description {
  margin-top: 73px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  line-height: 35px;
}
.session_1 > div:nth-child(2) .session_care .heading span.こ {
  letter-spacing: -2.75px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.お悩 {
  letter-spacing: 2.75px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.み {
  letter-spacing: 1.1px;

  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.持 {
  letter-spacing: 2.2px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.つ {
  letter-spacing: -1.65px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.あ {
  letter-spacing: -0.55px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading span.な {
  letter-spacing: -1.1px;
  display: inline-block;
}
.session_1 > div:nth-child(2) .session_care .heading,
.session_1 > div:nth-child(2) .session_care h5 {
  position: relative;
  z-index: 1;
}
.session_1 > div:nth-child(2) .session_care h5 {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 269.231% */
}
.session_1 > div:nth-child(2) .session_care > img {
  max-width: 846px;
  max-height: 442px;
  width: 846px;
  height: 100%;
  position: absolute;
  right: 104px;
  top: 115px;
  z-index: 0;
}
/***session_2****/
.session_2 {
  height: 100%;
  background-image: url('../img/session_2/bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
.session_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 142px;
  max-height: 126px;
  background-image: url('../icon/session_2/medicine-icon.png');
  background-size: contain;
  background-position: center;
  left: 105px;
  top: 41px;
}

.session_2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 108px;
  max-height: 468px;
  background-image: url('../icon/EFFECTS.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -2.3px;
  top: 228px;
}
.session_2 > div:nth-child(1) {
  padding-left: 247px;
  padding-top: 280px;
}
.session_2 > div:nth-child(1) div > p:nth-child(2) {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  margin-top: 12px;
  padding-left: 4px;
}
.session_2 > div:nth-child(2) {
  display: inline-flex;
  gap: 119px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  margin-top: 55px;
}
.session_2 > div:nth-child(2) img:nth-child(1) {
  max-width: 325px;
  max-height: 295px;
}
.session_2 > div:nth-child(2) img:nth-child(2) {
  max-width: 296px;
  max-height: 295px;
}
.session_2 > div:nth-child(3) {
  text-align: center;
  margin-top: 46px;
}

.session_2 > div:nth-child(3) .description_ {
  padding-left: 203px;
  padding-right: 202px;
  display: flex;
  flex-direction: column;
}
.session_2 > div:nth-child(3) .description_ > .line:not(:nth-child(1)),
.session_2 > div:nth-child(3) .description_ > .subtext:not(:nth-child(7)) {
  padding-bottom: 15px;
}

.session_2 > div:nth-child(3) .description_ .line {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.session_2 > div:nth-child(3) .description_ .subtext:nth-child(3) {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.session_2 > div:nth-child(3) .description_ .subtext:nth-child(6) {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.session_2 > div:nth-child(3) .description_ .subtext:nth-child(7) {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.session_2 > div:nth-child(4) {
  display: flex;
  justify-content: center;
  gap: 163px;
  margin-top: 84px;
}
.session_2 > div:nth-child(4) .left {
  padding-top: 44px;
  color: #fff;
  width: 317px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
}
.session_2 > div:nth-child(4) .right {
  max-width: 225px;
  max-height: 333px;
  position: relative;
}
.session_2 > div:nth-child(4) .right::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/session_2/medicine.png');
  background-repeat: no-repeat;
  max-width: 142px;
  max-height: 126px;
  background-position: center;
  left: -89px;
  bottom: -42px;
  background-size: contain;
  z-index: 2;
}

.session_2 > div:nth-child(4) .right img {
  width: 100%;
  height: 100%;
}
.session_2 > div:nth-child(5) {
  margin-top: 94px;
  padding-bottom: 208px;
}
.session_2 > div:nth-child(5) .introduce {
  max-width: 846px;
  height: 442px;
  border-radius: 33px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 82px 111px 128px;
  box-sizing: border-box;
}
.session_2 > div:nth-child(5) .introduce::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/session_2/fist_bg.png');
  background-repeat: no-repeat;
  max-width: 255px;
  max-height: 188px;
  background-position: center;
  right: -52px;
  bottom: -10px;
  background-size: contain;
}
.session_2 > div:nth-child(5) .introduce > p:nth-child(1) {
  color: #132b6e;

  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
}
.session_2 > div:nth-child(5) .introduce > p:nth-child(2) {
  color: #c49f4f;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 5px;
}
.session_2 > div:nth-child(5) .introduce > p:nth-child(3) {
  color: #132b6e;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 34px;
}
.session_2 > div:nth-child(5) .introduce > p:nth-child(4) {
  color: #132b6e;
  text-align: center;

  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px; /* 233.333% */
  margin-top: 29px;
}
/***session_3***/
.session_3 {
  height: 1495px;
  position: relative;
}
.session_3::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 98px;
  max-height: 711px;
  background-image: url('../icon/session_3/RECOMMEND.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -2.6px;
  top: 0;
}
.session_3 > div:nth-child(1) {
  padding-left: 247px;
}
.session_3 > div:nth-child(1) .heading:nth-child(1) {
  margin-top: 18px;
  margin-bottom: 32px;
  transform: none !important;
}
.session_3 > div:nth-child(1) .heading:nth-child(3) {
  margin-bottom: 31px;
}
.session_3 > div:nth-child(1) .recommend-list_1 {
  display: flex;
  gap: 221px;
  margin-bottom: 145px;
}
.session_3 > div:nth-child(1) .recommend-list_1 .left {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
  flex: 1;
}
.recommend-list_2 {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
}
.session_3 > div:nth-child(1) .recommend-list_1 .right {
  position: relative;
  flex: 1;
}
.session_3 > div:nth-child(1) .recommend-list_1 .right img {
  max-width: 266px;
  max-height: 278px;
  height: 278px;
  width: 266px;
  position: absolute;
  top: 141px;
  right: 157px;
}
.session_3 > div:nth-child(2) {
  padding-left: 149px;
  padding-right: 151px;
  margin-top: 129px;
  position: relative;
}
.session_3 > div:nth-child(2) .prod-description::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 215px;
  max-height: 103px;
  background-image: url('../icon/session_4/fist-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 138px;
  top: -17px;
}
.prod-description {
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
.prod-description > span {
  color: #132b6e;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
/***session_4*****/
.session_4 {
  background-image: url('../img/session_4/bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-position-y: 297px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.session_4 > div:nth-child(1) {
  margin-top: 159px;
  text-align: center;
}
.session_4 > div:nth-child(1) > .heading {
  margin-bottom: 18px;
}
.session_4 > div:nth-child(2) {
  max-width: 506px;
  max-height: 634px;
  margin-top: 100px;
}
.session_4 > div:nth-child(2) img {
  transform: translateX(-65px);
  width: 100%;
  height: 100%;
}
.session_4 > div:nth-child(3) {
  color: hsl(0, 0%, 100%);
  transform: translateX(0.5rem) !important;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  margin-top: 101px;
  margin-bottom: 53px;
}
.session_4 > div p:nth-child(2) {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 233.333% */
}
/****************footer****************/
.footer-content {
  background: var(--footer-bg-color);
  padding-top: 32px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: end;
  font-size: 13px;
  position: relative;
}
.footer-left > nav:nth-child(1) {
  padding-bottom: 4px;
}
.footer-left > nav:nth-child(2) {
  padding-bottom: 34px;
}
.footer-right {
  padding-bottom: 34px;
}
@media screen and (max-width: 1250px) {
  .banner {
    background-size: cover;
  }
}
@media screen and (max-width: 1170px) {
  .banner > div:nth-child(1) {
    padding-left: 55px;
  }
  .session_1 > div:nth-child(1)::before {
    max-width: 432px;
    max-height: 288px;
  }
  .session_3 > div:nth-child(2) .prod-description::after {
  }
}
@media screen and (max-width: 1165px) {
  .session_1 > div:nth-child(2) .session_1_list {
    padding: 0;
  }
  .session_1::before {
    top: -84px;
  }
}
@media screen and (max-width: 1036px) {
}
@media screen and (max-width: 1080px) {
  .banner::before {
    content: '';
    width: 100%;
    min-width: 100%;
    min-height: 1.96px;
    height: 1.96px;
    background-image: url('../icon/line_header.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu-item::after {
    display: none;
  }
  .menu .menu-item:first-child:before,
  .menu .menu-item:last-child:before {
    display: none;
  }
  /*menu**/
  .main-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--header-bg-color);
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
  }
  .main-nav > div {
    display: inline-block;
    margin: 0 44px;
    position: static;
    background-size: contain;
    padding-top: 67px;
    font-size: 13.029px;
  }
  .menu {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding: 0 42px;
    padding-top: 108px;
    position: relative;
  }
  .menu-link {
    padding: 0;
  }
  .menu-item {
    margin-top: 53px;
    padding-bottom: 20px;
    border: none;
    border-bottom: solid 1px #c7c7c7;
    justify-content: start;
    width: 100%;
    padding-left: 2px;
  }
  .menu-item:first-child {
    margin-top: 0;
  }
  .menu-item:first-child {
    border: none;
    border-bottom: solid 1px #c7c7c7;
  }

  .menu-link {
    font-size: 20px;
  }
  .menu-link > img {
    display: none;
  }
  .btn-menu-sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .close {
    display: none;
  }
  .menu-hidden .close {
    display: block;
  }
  .menu-hidden .open {
    display: none;
  }
  .menu-hidden .btn-menu-sp {
    z-index: 9999999;
    position: fixed;
    background: #fff;
    border-radius: 5px;
  }
  .menu-hidden .main-nav {
    z-index: 9999999;
    display: block;
  }
  body:has(.menu-hidden) {
    overflow: hidden;
  }
  .main-header {
    padding: 18px 0;
    padding-right: 14px;
    display: flex;
    justify-content: end;
  }
  /*footer*/
  .footer-content::before {
    top: -45px;
    right: 81px;
    max-width: 74px;
    max-height: 76px;
    background-size: contain;
  }
  .footer-content {
    padding: 0;
    padding-top: 52px;
    padding-left: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .footer-right {
    margin: 0 auto;
    padding-bottom: 44px;
  }
  .footer-left > nav:nth-child(2) {
    padding-bottom: 44px;
  }
  .banner-info::after {
    right: 30px;
    bottom: 56px;
  }
  .package::after {
    right: 30px;
    bottom: 20px;
  }
  .lineup .lineup-list {
    width: calc(100% - 285px);
  }
  /*banner*/
  .banner {
    /* max-height: 752px; */
    background-size: cover;
  }
  .session_1 > div:nth-child(1)::before {
    max-width: 288px;
    max-height: 192px;
    top: 0;
  }
  .session_1 > div:nth-child(2) .session_1_list {
    padding: 0;
  }
  .session_1 > div:nth-child(2) .session_care {
    padding-left: 73px;
  }
  .session_1 > div:nth-child(2) .session_care > img {
    right: 52px;
  }
  /* .session_2 > div:nth-child(4) {
    gap: 0;
  } */
  .session_4 {
    background-position-y: bottom;
  }
  .session_3 > div:nth-child(2) .prod-description::after {
  }
}
@media screen and (max-width: 1077px) {
  .session_4 > div:nth-child(3) {
    font-size: 30px;
  }
}
@media screen and (max-width: 1036px) {
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    align-items: center;
  }
  .banner > div:nth-child(1) {
    padding-left: 25px;
  }
  .banner > img:last-child {
    padding: 0;
  }
  .banner > img:last-child {
    max-width: 273px;
    max-height: 438px;
  }
  .session_1 > div:nth-child(2) .session_care {
    padding-left: 63px;
  }
}
@media screen and (max-width: 1023px) {
  .session_1 > div:nth-child(2) .session_care > img {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .session_1 > div:nth-child(2) .session_1_list {
    flex-direction: column;
    align-items: center;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item img {
    display: block;
  }
  .session_1 > div:nth-child(2) .session_care > img {
    max-width: 634px;
    max-height: max-content;
  }
  .session_2::after {
    max-width: 81px;
    max-height: 351px;
  }
  .session_2 > div:nth-child(2) img:nth-child(1) {
    max-width: 244px;
    max-height: 222px;
  }
  .session_2 > div:nth-child(2) img:nth-child(2) {
    max-width: 222px;
    max-height: 222px;
  }
  .session_1::before {
    max-width: 72px;
    max-height: 509px;
  }
  .session_3::before {
    max-width: 73px;
    max-height: 533px;
  }
  .session_1 > div:nth-child(1) {
    padding-left: 125px;
  }
  .session_3 > div:nth-child(1) {
    padding-left: 125px;
  }
  .session_3 {
    height: auto;
  }
  .banner > img:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 850px) {
  .session_2 > div:nth-child(5) .introduce {
    margin: 0 36px;
  }
  .banner > div:nth-child(1) > img:nth-child(1) {
    max-width: 295px;
    max-height: 156px;
  }

  .session_1 > div:nth-child(2) .session_care > img {
    right: 0;
  }
  .session_1 > div:nth-child(2) .session_care {
    padding-left: 35px;
  }

  .session_2 > div:nth-child(1) {
    padding-left: 0;
    text-align: center;
  }
  .session_2 > div:nth-child(2) img:nth-child(1) {
    max-width: 243px;
    max-height: 221px;
  }
  .session_2 > div:nth-child(2) img:nth-child(2) {
    max-width: 222px;
    max-height: 221px;
  }
  .session_2 > div:nth-child(2) {
    gap: 60px;
  }
  .session_2 > div:nth-child(3) .description_ {
    padding-left: 152px;
    padding-right: 151px;
  }

  .session_3 > div:nth-child(1) .recommend-list_1 .right img {
    right: 75px;
  }
  .session_3 > div:nth-child(2) {
    padding-left: 74px;
    padding-right: 75px;
  }
  .session_3 > div:nth-child(2) .prod-description::after {
    right: 0px;
  }
  .session_4 > div:nth-child(3) {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    flex-direction: column;
  }
  .banner > img:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 426px) {
  .banner {
    flex-direction: column;
  }
  .banner > div:nth-child(1) > img.pc,
  .banner > div:nth-child(1) > img.sp {
    margin: 0;
    max-width: 429px;
    max-height: 140px;
  }
  .banner > div:nth-child(1) {
    padding-left: 0;
  }
  .banner > div:nth-child(1) > .note {
    margin-bottom: 0;
  }
  .session_1 > div:nth-child(1) {
    padding-left: 75px;
  }
  .session_1 {
    padding-top: 80px;
  }
  .session_1 > div:nth-child(1)::before {
    max-width: 244px;
    max-height: 162px;
    top: -130px;
    right: -0;
  }
  .session_1 > div:nth-child(2) .session_care {
    padding-left: 20px;
  }
  .session_1 > div:nth-child(2) .session_care > img {
    max-width: 475px;
  }
  .session_2 > div:nth-child(2) {
    flex-direction: column;
    align-items: center;
  }
  .session_2 {
    background-image: url('../img/session_2/bg_sp.png');
    background-size: cover;
    background-position: top;
  }
  .session_2 > div:nth-child(3) .description_ {
    padding-left: 75px;
    padding-right: 75px;
  }
  .session_2 > div:nth-child(4) {
    flex-direction: column;
    align-items: center;
  }
  .session_2::after {
    top: 400px;
    max-width: 60px;
  }
  /* .session_2 > div:nth-child(4) .right {
    transform: translateX(-45px);
  } */
  .session_2 > div:nth-child(4) {
    gap: 80px;
  }
  .session_2 > div:nth-child(5) .introduce {
    padding: 82px 111px 128px;
  }
  .session_2 > div:nth-child(5) .introduce {
    padding: 41px 55px 60px;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 {
    flex-direction: column-reverse;
    gap: 120px;
  }
  .session_3 > div:nth-child(1) {
    padding-left: 100px;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 .right img {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
  }
  .session_1::before {
    max-width: 54px;
  }
  .session_3::before {
    max-width: 55px;
  }
  .heading {
    font-size: 40px;
  }
  .session_3 {
    height: auto;
  }
  .session_4 > div:nth-child(1) {
    margin-top: 80px;
    text-align: center;
  }
  .session_4 > div:nth-child(3) {
    font-size: 20px;
  }
  .session_2 > div:nth-child(5) .introduce::after {
    max-width: 192px;
    max-height: 141px;
    right: -39px;
  }
  .session_4 > div:nth-child(2) {
    max-width: 253px;
    max-height: 317px;
  }
  .session_4 > div:nth-child(2) img {
    transform: none !important;
  }
}
@media screen and (max-width: 430px) {
  .session_1 > div:nth-child(1) {
    transform: none !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .banner {
    flex-direction: column;
    align-items: center;
    gap: 47px;
    background-image: url('../img/banner/banner_sp.png');
    background-size: cover;
    max-height: 752px;
    height: 752px;
    gap: 0;
    position: relative;
  }
  .banner > div:nth-child(1) {
    padding: 0;
  }
  .banner > div:nth-child(1) > img:nth-child(1) {
    max-width: 226px;
    max-height: 108px;
    height: 108px;
    padding-top: 34px;
    top: 0;
  }
  .banner > div:nth-child(1) > p.title {
    margin: 0;
    margin-top: 28px;
    margin-bottom: 29px;
    font-size: 19px;
  }
  .banner > div:nth-child(1) > div {
    font-weight: 700;
    line-height: 30px; /* 160% */
    margin: 0;
  }

  .banner > div:nth-child(1) > p.sp {
    color: #fff;
    font-family: 'Noto Sans JP';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    margin-top: 33px;
  }
  .banner > div:nth-child(1) > img.pc,
  .banner > div:nth-child(1) > img.sp {
    max-width: 276px;
    max-height: 94px;
    margin: 0;
  }
  .banner > div:nth-child(1) .note {
    margin: 0;
    padding: 0;
    /* margin-left: 3px; */
    /* margin-top: 36px; */
    line-height: 34px;
    font-size: 12px;
    align-self: flex-start;
    font-weight: 500;
  }
  .banner > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner > img:last-child {
    max-width: 197px;
    max-height: 292px;
    height: 292px;

    position: absolute;
    bottom: -146px;
  }
  .session_1 {
    margin-top: 146px;
    padding-top: 277px;
  }

  .session_1 > div:nth-child(1)::before {
    max-width: 244px;
    max-height: 162px;
    right: 26px;
    top: 114px;
  }
  .session_1::before {
    max-width: 40px;
    max-height: 280px;
    top: 223px;
  }
  .session_1 > div:nth-child(1) {
    padding-left: 62px;
  }
  .session_1 > div:nth-child(1) .heading_ {
    margin-bottom: 30px;
    letter-spacing: -0.25px;
    display: inline-block;
    letter-spacing: -10px;
  }
  .session_1 > div:nth-child(1) .heading_ .E {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
  }
  .session_1 > div:nth-child(1) .heading_ .P {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.25px;
  }
  .session_1 > div:nth-child(1) .heading_ .A {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.75px;
  }
  .session_1 > div:nth-child(1) .heading_ .と {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -2.25px;
  }
  .session_1 > div:nth-child(1) .heading_ .は {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -4.5px;
  }
  .session_1 > div:nth-child(1) .heading_ .？ {
    color: #132b6e;
    font-family: 'Noto Sans JP';
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.25px;
  }
  .session_1 > div:nth-child(1) .description {
    padding: 0;
    padding-right: 31px;
    line-height: 25px;
  }
  .session_1 > div:nth-child(2) {
    margin-top: 68px;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(1) img {
    max-width: 270px;
    max-height: 270px;
    margin-bottom: 2px;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) img {
    max-width: 264px;
    max-height: 264px;
    margin-bottom: 4px;
    margin-top: 34px;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) div {
    max-width: 310px;
    max-height: 310px;
    margin-bottom: 0;
    margin-top: 2px;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) img {
    width: 100%;
    height: 100%;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item {
    text-align: center;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item span {
    padding-left: 0 !important;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(2) {
    margin: 0;
  }
  .session_1 > div:nth-child(2) .session_1_list .list_item:nth-child(3) span {
    position: relative;
    top: -10px;
  }
  .session_1 > div:nth-child(2) .session_care .heading {
    font-size: 25px;
    line-height: 45px;
    padding-left: 44px;
  }
  .session_1 > div:nth-child(2) .session_care > img {
    max-width: 316px;
    max-height: 166px;
    right: -39px;
    top: 45px;
  }
  .session_1 > div:nth-child(2) .session_care {
    margin-top: 52px;
    padding-left: 0;
    overflow: hidden;
  }
  .session_1 > div:nth-child(2) .session_care .description {
    margin: 0;
    margin-top: 162px;
    padding-left: 44px;
  }
  .session_1 > div:nth-child(2) .session_care h5 {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .session_2 {
    background-image: url('../img/session_2/bg.png');
    background-position: top;
    background-size: cover;
  }

  .session_2::before {
    max-width: 94px;
    max-height: 83px;
    left: 32px;
    top: 22px;
  }
  .session_2::after {
    max-width: 42px;
    max-height: 179px;
  }
  .session_2 > div:nth-child(1) {
    padding: 0;
    padding-top: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .session_2 > div:nth-child(1) {
    text-align: unset;
  }
  .session_2 > div:nth-child(1) .heading {
    font-size: 25px;
    line-height: normal;
    /* align-self: start;
    padding-left: 87px; */
  }
  .session_2 > div:nth-child(1) div p {
    max-width: 224px;
  }
  .session_2 > div:nth-child(2) {
    flex-direction: column;
    gap: 34px;
    align-items: center;
    margin-top: 48px;
  }
  .session_2 > div:nth-child(2) img:nth-child(1) {
    max-width: 180px;
    max-height: 164px;
  }
  .session_2 > div:nth-child(2) img:nth-child(2) {
    max-width: 164px;
    max-width: 164px;
  }
  .session_2 > div:nth-child(1) div > p:nth-child(2) {
    padding: 0;
    margin-top: 16px;
  }
  .session_2 > div:nth-child(3) {
    margin-top: 76px;
  }
  .session_2 > div:nth-child(3) .description_ {
    padding: 0;
    padding-left: 43px;
    padding-right: 50px;
  }
  .session_2 > div:nth-child(3) .description_ .subtext:nth-child(3),
  .session_2 > div:nth-child(3) .description_ .subtext:nth-child(6) {
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP';
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .session_2 > div:nth-child(4) {
    margin-top: 32px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 19px;
  }
  .session_2 > div:nth-child(4) .right {
    max-width: 105px;
    width: 105px;
    max-height: 155px;
    height: 155px;
    /* transform: translateX(-16.5px); */
  }
  .session_2 > div:nth-child(4) .right::before {
    max-width: 66px;
    max-height: 58px;
    left: -33px;
    bottom: -29px;
  }

  .session_2 > div:nth-child(4) .left {
    max-width: 255px;
  }
  .session_2 > div:nth-child(5) {
    padding-top: 66px;
    margin-top: 50px;
  }
  .session_2 > div:nth-child(5) .introduce > p:nth-child(3) {
    line-height: 32px;
  }
  .session_2 > div:nth-child(5) .introduce {
    padding: 0;
    padding-top: 58px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 36px;
    height: auto;
  }
  .session_2 > div:nth-child(5) .introduce > p:nth-child(2) {
    margin-top: 20px;
  }
  .session_2 > div:nth-child(5) .introduce > p:nth-child(3) {
    margin-top: 24px;
    max-width: 269px;
  }
  .session_2 > div:nth-child(5) .introduce > p:nth-child(4) {
    margin-top: 36px;
    line-height: 33px;
    max-width: 316px;
  }
  .session_2 > div:nth-child(5) .introduce::after {
    max-width: 85px;
    max-height: 63px;
    right: 12px;
    bottom: 16px;
  }
  .session_2 > div:nth-child(5) {
    padding-bottom: 164px;
  }
  .session_2 > div:nth-child(4) .right img {
    /* transform: none!important; */
  }
  .session_3 {
    height: auto;
  }
  .session_3::before {
    max-width: 42px;
    max-height: 302px;
    top: -60px;
  }
  .session_3 > div:nth-child(1) {
    padding: 0;
  }
  .session_3 > div:nth-child(1) .heading:nth-child(1) {
    font-size: 25px;
    margin: 0;
    line-height: normal;
    position: relative;
    top: -41px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 {
    flex-direction: column-reverse;
    gap: 76px;
    position: relative;
    top: -36px;
    align-items: center;
    margin-bottom: 56px;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 .right img {
    max-width: 168px;
    max-height: 176px;
    position: static;
    padding-top: 52px;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 .left {
    max-width: 286px;
    padding-left: 69px;
    align-self: self-start;
  }
  .session_3 > div:nth-child(1) .heading:nth-child(3) {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 29px;
    align-self: start;
    padding-left: 69px;
  }
  .recommend-list_2 {
    padding-left: 69px;
  }
  .session_3 > div:nth-child(1) {
    /* padding-left: 69px; */
  }
  .session_3 > div:nth-child(2) .prod-description::after {
    max-width: 130px;
    max-height: 62px;
    top: 105px;
    right: 38px;
  }
  .session_3 > div:nth-child(2) {
    margin: 0;
    padding: 0;
    padding-top: 240px;
  }
  .prod-description {
    padding-left: 39px;
    padding-right: 38px;
    font-size: 12px;
  }
  .prod-description > span {
    font-size: 12px;
  }
  .session_4 {
    background-image: url('../img/session_4/bg_sp.png');
    background-position-y: 340px;
  }
  .session_4 > div:nth-child(1) {
    margin-top: 140px;
    text-align: center;
  }
  .session_4 > div:nth-child(1) > .heading {
    font-size: 25px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .session_4 > div:nth-child(2) {
    max-width: 248px;
    max-height: 332px;
  }
  .session_4 > div:nth-child(2) {
    margin-top: 92px;
  }
  .session_4 > div:nth-child(2) img {
    transform: translateX(-25.5px) !important;
  }
  .session_4 > div:nth-child(3) {
    margin: 0;
    margin-top: 24px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    transform: none !important;
  }
  .footer-content {
    padding-top: 26px;
    padding-left: 0;
  }
  .footer-left > nav:nth-child(2) {
    padding-left: 1px;
    padding-bottom: 36px;
  }
  .footer-left {
    padding-left: 28px;
  }
  .footer-right {
    padding-bottom: 30px;
  }
  .session_2 > div:nth-child(3) .description_ .line:nth-child(5),
  .session_2 > div:nth-child(3) .description_ .line:nth-child(4) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 393px) {
  .session_2 {
    background-image: url('../img/session_2/bg_sp.png');
  }
}
@media screen and (max-width: 375px) {
  .banner > div:nth-child(1) > p.title {
    font-size: 16px;
  }
  .banner > div:nth-child(1) > p.sp {
    font-size: 10px;
  }
  .banner {
    background-size: cover;
  }
  .session_1 > div:nth-child(2) .session_care .heading,
  .session_1 > div:nth-child(2) .session_care .description {
    padding-left: 22px;
  }
  .session_1 > div:nth-child(2) .session_care h5 {
    font-size: 10px;
  }
  .session_2 > div:nth-child(5) .introduce {
    margin: 0px 15px;
  }
  .session_3::before {
    top: 15px;
  }
  .session_3 > div:nth-child(1) .recommend-list_1 .left,
  .session_3 > div:nth-child(1) .heading:nth-child(3),
  .recommend-list_2 {
    padding-left: 35px;
  }
}
