/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;700;900&family=Noto+Sans+JP:wght@500;900&family=Noto+Serif+JP&display=swap');

/* foundation
------------------*/
:root {
  /* blue */
  --t_blue_maincolor: #0D3563;
  --t_blue_subcolor: #08203B;
  --t_blue_bg: #FFF;
  --t_blue_subbg: #F2F4F5;
  /* red */
  --t_red_maincolor: #B93938;
  --t_red_subcolor: #862928;
  --t_red_bg: #F6F6F6;
  --t_red_subbg: #DBD9D6;
  /* yellow */
  --t_yellow_maincolor: #FED54D;
  --t_yellow_subcolor: #FFC919;
  --t_yellow_bg: #FFFEF8;
  --t_yellow_subbg: #FFF;
  --t_yellow_font: #3A3A3A;
  /* green */
  --t_green_maincolor: #019F58;
  --t_green_subcolor: #0C6374;
  --t_green_bg: #ECF4F2;
  --t_green_subbg: #FFF;
  --t_green_font: #3A3A3A;
  /* mono */
  --t_mono_maincolor: #939393;
  --t_mono_subcolor: #383838;
  --t_mono_bg: #FFF;
  --t_mono_subbg: #F2F4F5;
  --t_mono_font: #000;
  /* sub commoncolor */
  --sub_common_color: #F2F4F5;
  /* bg select color */
  --bg_selectColor: #F3F6D5;


}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  color: #000;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
a {
  color: #000;
  transition: .3s;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
}



/* layout
------------------*/
/* header */
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5.0781vw;
}
.l-header__logo {
  max-width: 300px;
  min-width: 230px;
  width: 30vw;
}
.l-header__menu {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}
.l-header__link {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-header__link i {
  line-height: 0;
  margin-top: 3.5px;
}
a.l-header__link:hover i {
  margin-top: 5.5px;
}
.l-header__btn {
  padding: 11px 20px;
}
.l-header__signOut {
  font-size: 1.2rem;
}
.l-header__signOut i {
  margin-right: 5px;
}
.l-main {
  text-align: center;
  padding: 0 2.4979vw;
}
.preview_area_sp .l-main {
  text-align: center;
  padding: 0 8px;
  overflow: hidden;
}
.l-footer__logoImg {
  max-width: 300px;
  margin: 0 auto;
}
/* nav menu */
.menu-btn {
  display: none;
  position: fixed;
  top: 17px;
  right: 20px;
  height: 60px;
  width: 60px;
  justify-content: center;
  z-index: 90;
  background-color: #939393;
  margin: 0;
  padding-top: 19px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: .4s;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.menu-text {
  position: absolute;
  top: 32px;
}
.menu-text::before {
  content: "MENU";
  display: block;
  color: #fff;
  font-size: 12px;
}
#menu-btn-check:checked ~ .menu-btn .menu-text::before {
  content: "CLOSE";
  display: block;
}
#menu-btn-check {
  display: none;
}
/* footer */
.l-footer {
  margin-top: 90px;
  padding: 25px;
}
.l-footer__copyright {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-header__menu {
    display: none;
  }
  .menu-btn {
    display: flex;
  }
}

.preview_area_sp .l-header__menu {
  display: none;
}
.preview_area_sp .menu-btn {
  display: flex;
}

/** sp menu ***/
#menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 89;
  background-color: #ffffff;
  transition: all 0.5s;
  overflow: scroll;
}
.menu-content ul {
  padding: 40px 20px 0;
}
.menu-content ul li {
  list-style: none;
}
.menu-content ul li + li {
  margin-top: 25px;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color:#000000;
  text-decoration: none;
  padding: 10px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
/** sp menu end ***/

/* component
------------------*/
.c-h2tit {
  font-size: 2.4rem;
  font-weight: 900;
}
.c-strTxt {
  font-size: 2.8rem;
  font-weight: 900;
}
.c-strTxt i {
  margin-right: 9px;
  font-size: 24px;
}
.c-sec__tit {
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 0;
}
.c-txt {
  font-size: 1.4rem;
}
.c-btn {
  display: block;
  font-size: 1.6rem;
  padding: 12px 20px;
  width: 240px;
  min-height: 48px;
  border: none;
  transition: .3s;
}
.c-btn:hover {
  opacity: .7;
}
.c-btn.arrow {
  position: relative;
  font-weight: 900;
}
.c-btn.arrow i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
  font-size: 1.1rem;
}
.c-hr {
  height: 5px;
}
.c-yt {
  position: relative;
  width: 100%;
  margin: 40px auto;
  padding-top: 56.25%;
}
.c-yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.c-list__item {
  padding: 24px 0 14px;
  text-align-last: left;
  font-size: 2rem;
  font-weight: 900;
  flex-basis: calc((100% - 35px) / 2);
  border-bottom: 1px solid var(--sub_common_color);
}
.c-btn__entry,
.c-btn__login {
  width: 360px;
  margin-top: 20px;
}
.c-btn__entry a,
.c-btn__login a {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 26px 0;
  min-height: 100px;
  font-weight: 900;
}
.c-btn__entry a {
  font-size: 1.6rem;
}
.c-btn__login a {
  font-size: 2rem;
}
.c-subTxt {
  font-size: 1rem;
  margin-top: 12px;
  font-weight: normal;
  padding: 0 50px;
}
.c-btn__entry i,
.c-btn__login i {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
.c-session__date {
  font-size: 2rem;
  font-weight: 900;
}
.c-session__tit {
  font-size: 2.8rem;
  font-weight: 900;
  margin-top: 3px;
}
.c-session__tit + .c-txt {
  margin-top: 3px;
}
.c-session__img {
  max-width: 320px;
}
.c-inquiry__txt + .c-inquiry__txt {
  margin-top: 20px;
}
.c-info__tit {
  font-size: 2rem;
  font-weight: 900;
}
.c-info__tit + .c-txt {
  margin-top: 16px;
}
.c-info__tit + .c-info__tit {
  margin-top: 16px;
}
.c-howto__tit1,
.c-howto__tit2 {
  font-size: 2rem;
  font-weight: 900;
}
.c-howto__tit2,
.c-howto__tit2 + .c-txt,
.c-howto__notice {
  margin-top: 24px;
}
.c-howto__notice {
  font-size: 1.2rem;
  color: #B9B9B9;
}
.l-footer__logoImg + .c-txt {
  margin-top: 25px;
  text-align: left;
}
.c-docs__name {
  max-width: 300px;
}
.c-docs__downroad,
.c-doc__downroad {
  font-size: 1.2rem;
}
.c-docs__downroad i,
.c-doc__downroad i {
  margin-left: 5px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .p-col2 .c-col2__item {
    flex-basis: calc((100% - 20px ) / 2);
  }
  .c-docs__name, .c-doc__name {
    max-width: 80%;
  }
}
@media only screen and (max-width: 599px) {
  .c-list__item {
    font-size: 3.3vw;
  }
  .c-btn__entry, .c-btn__login {
    width: 100%;
    max-width: 360px;
  }
  .c-docs__name, .c-doc__name {
    max-width: 100%;
  }
  .c-docs__downroad, .c-doc__downroad {
    width: 100%;
    text-align: right;
  }
}

.preview_area_sp .p-col2 .c-col2__item {
  flex-basis: calc((100% - 20px ) / 2);
}
.preview_area_sp .c-docs__name, .c-doc__name {
  max-width: 80%;
}
.preview_area_sp .c-list__item {
  font-size: 3.3vw;
}
.preview_area_sp .c-btn__entry, .c-btn__login {
  width: 100%;
  max-width: 360px;
}
.preview_area_sp .c-docs__name, .c-doc__name {
  max-width: 100%;
}
.preview_area_sp .c-docs__downroad, .c-doc__downroad {
  width: 100%;
  text-align: right;
}


/* project
------------------*/
.p-common__sec {
  max-width: 900px;
  margin: 40px auto;
}
.p-mv {
  width: calc(100% + 4.9958vw);
  height: 550px;
  position: relative;
}
.p-mv.flexslider {
  border: none;
  margin: 0 0 60px -2.4979vw;
}
.p-mv.flexslider .slides img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.p-mv__onBox,
.p-mv__onImg {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 88;
  padding: 0 4vw;
}
.p-mv__onImg {
  height: 80%;
}
.p-mv__onImg img {
  height: 100%;
}
.p-mv__mainTit {
  font-size: 3.4rem;
  font-weight: 900;
}
.p-mv__subTit {
  font-size: 2rem;
  font-weight: 900;
}
.p-date {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-date__date {
  font-size: 12.2rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 900;
}
.preview_area_sp .p-date__date {
  font-size: 8.5rem;
}
.p-date__yearA {
  width: 5.6rem;
  font-size: 3.4rem;
  word-break: break-all;
}
.preview_area_sp .p-date__yearA {
  font-size: 3.8rem;
}
.p-date__weekA {
  text-orientation: upright;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.7rem;
  letter-spacing: -3px;
}
.preview_area_sp .p-date__weekA {
  font-size: 2.5rem;
}
.p-date__weekB {
  display: flex;
  align-items: center;
  font-size: 3.9rem;
  margin-bottom: -5rem;
}
.p-date__weekB .weekB__f {
  font-size: 3rem;
  font-weight: normal;
}
.p-date__line {
  display: flex;
  align-items: center;
}
.p-date__line::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  margin: 0 15px -12px;
  transform: rotate(9deg);
}
.preview_area_sp .p-date__line::before {
  height: 70px;
}
.p-date__txt {
  font-size: 2rem;
  font-weight: 900;
  max-width: 400px;
  margin-top: 5px;
}
.t-btn {
  display: inline-block;
}
.p-img {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-img__onTxt {
  position: relative;
}
.p-img__left, .p-img__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img__item {
  width: 450px;
}
.p-img__left .c-txt,
.p-img__right .c-txt {
  width: calc((100% - 450px) - 20px);
  text-align: left;
}
.c-sec__tit + .c-txt {
  margin-top: 53px;
  text-align: center;
}
.p-entryLogin {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 55px;
}
.p-exhibiter__group,.p-entry__group {
  padding: 35px 40px 50px;
}
.p-exhibiter__group svg {
  width: 34px;
  height: auto;
  margin-top: -4px;
}
.p-entry, .p-login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-entry {
  margin-top: 44px;
}
.p-guest__group {
  padding: 40px 40px 53px;
}
.p-guest__group .c-btn__entry,
.p-guest__group .c-btn__login {
  width: 100%;
}
.p-number__entry,
.p-email__login,
.p-id__login {
  padding: 30px 40px 50px;
  margin-top: 50px;
}
.p-number__entry + .c-txt,
.p-email__login + .c-txt,
.p-id__login + .c-txt {
  margin-top: 50px;
}
.p-number__txt,
.p-email__txt,
.p-id__txt {
  font-size: 2.8rem;
  font-weight: 900;
}
.p-number__formArea {
  position: relative;
  height: 48px;
  margin-top: 30px;
  display: flex;
}
.p-email__loginArea,
.p-id__loginArea {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-number__formArea input {
  flex-basis: calc(100% - 240px);
  padding-left: 30px;
  height: 48px;
}
.p-email__loginArea input,
.p-id__loginArea input {
  max-width: 460px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 32px;
  height: 48px;
}
.p-session {
  margin-top: 50px;
}
.p-session__item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-session__item + .p-session__item {
  margin-top: 24px;
}
.p-sessionNoimg__item {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.p-sessionNoimg__item + .p-sessionNoimg__item {
  margin-top: 70px;
}
.p-session__overview {
  flex-basis: calc(100% - 320px);
  text-align: left;
}
.p-session__overviewNoimg{
  text-align: left;
  max-width: 300px;
}
.p-session__txt {
  width: calc(100% - (300px + 110px));
  text-align: left;
}
.p-inquiry__group {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.p-inquiry__tit, .p-inquiry__info {
  flex-basis: 50%;
  padding: 25px;
}
.p-info {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  gap: 40px;
}
.p-info__img {
  max-width: 320px;
}
.p-info__right {
  text-align: left;
}
.p-info__right_with_image {
  flex-basis: calc(100% - 320px);
  text-align: left;
}

.p-info__item + .p-info__item {
  margin-top: 32px;
}
.p-howto {
  margin-top: 44px;
  text-align: left;
}
.p-content {
  margin-top: 44px;
}
.p-docs {
  margin-top: 32px;
}
.p-docs__group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-docs__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  flex-basis: calc((100% - 35px) / 2);
  padding: 30px 0 17px;
}

@media only screen and (max-width: 767px) {
  .p-date__yearA {
    width: 8vw;
    font-size: 6.04vw;
  }
  .p-date__weekA {
    font-size: 4vw;
  }
  .p-date__date {
    font-size: 14vw;
  }
  .p-date__line::before {
    margin: 0 2vw -12px;
    height: 11.7vw;
  }
  .p-date__weekB {
    font-size: 5vw;
  }
  .p-img__col3,
  .p-img__col4 {
    flex-wrap: wrap;
  }
  .p-number__formArea {
    flex-direction: column;
    gap: 20px;
    height: auto;
    align-items: center;
  }
  .p-number__formArea input {
    width: 100%;
    min-height: 48px;
  }
  .p-session__item {
    gap: 40px;
    justify-content: center;
  }
  .p-session__overview {
    flex-basis: calc(100% - 42vw);
  }
  .c-session__img {
    flex-basis: 42vw;
  }
  .p-sessionNoimg__item {
    flex-direction: column;
  }
  .p-session__overviewNoimg {
    max-width: 100%;
  }
  .p-session__txt {
    width: 100%;
  }
  .p-sessionNoimg__item {
    gap: 3vw;
  }
  .p-docs__item {
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .p-mv__onImg {
    max-height: 80%;
    height: auto;
  }
  .img__item {
    width: 100%;
  }
  .p-img__left {
    flex-direction: column;
    gap: 20px;
  }
  .p-img__right {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .p-img__left .c-txt,
  .p-img__right .c-txt {
    width: 100%;
  }
  .p-session__item {
    flex-direction: column-reverse;
    align-items: center;
  }
  .p-date__weekB {
    margin-bottom: -5vw;
  }
  .p-date__weekB .weekB__f {
    font-size: 5vw;
  }
  .p-number__entry,
  .p-email__login,
  .p-id__login {
    padding: 30px 24px 50px;
  }
  .p-session__item + .p-session__item {
    margin-top: 40px;
  }
  .c-session__img {
    flex-basis: 100%;
    max-width: 100%;
  }
  .p-inquiry__group {
    flex-direction: column;
  }
  .p-info, .p-info {
    flex-direction: column;
    align-items: center;
  }
  .p-exhibiter__group, .p-entry__group {
    width: 100%;
  }
  .p-docs__item {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.preview_area_sp .img__item {
  width: 100%;
}
.preview_area_sp .p-img__left {
  flex-direction: column;
  gap: 20px;
}
.preview_area_sp .p-img__right {
  flex-direction: column-reverse;
  gap: 20px;
}
.preview_area_sp .p-img__left .c-txt,
.preview_area_sp .p-img__right .c-txt {
  width: 100%;
}
.preview_area_sp .p-session__item {
  flex-direction: column-reverse;
  align-items: center;
}
.preview_area_sp .p-date__weekB {
  margin-bottom: -5vw;
}
.preview_area_sp .p-date__weekB .weekB__f {
  font-size: 5vw;
}
.preview_area_sp .p-number__entry,
.preview_area_sp .p-email__login,
.preview_area_sp .p-id__login {
  padding: 30px 24px 50px;
}
.preview_area_sp .p-session__item + .p-session__item {
  margin-top: 40px;
}
.preview_area_sp .c-session__img {
  flex-basis: 100%;
  max-width: 100%;
}
.preview_area_sp .p-inquiry__group {
  flex-direction: column;
}
.preview_area_sp .p-info, .preview_area_sp .p-info {
  flex-direction: column;
  align-items: center;
}
.preview_area_sp .p-exhibiter__group, .preview_area_sp .p-entry__group {
  width: 100%;
}
.preview_area_sp .p-docs__item {
  flex-wrap: wrap;
  gap: 15px;
}

/* utility
------------------*/
.u-tal {
  text-align: left;
}
.u-tac {
  text-align: center;
}
.u-mgt38 {
  margin-top: 38px;
}
.u-dispB {
  display: block;
}
.u-img__col1-mg {
  margin-top: 33px;
}
.u-img__col2-mg {
  margin-top: 23px;
}
.u-img__col3-mg {
  margin-top: 19px;
}
.u-img__col4-mg {
  margin-top: 16px;
}
.u-onTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* --- theme BLUE --- */
.t-color__blue {
  background-color: var(--t_blue_bg);
}
.t-color__blue .l-header__btn {
  color: #fff;
  background-color: var(--t_blue_maincolor);
}
.t-color__blue .t-fc__main {
  color: var(--t_blue_maincolor);
}
.t-color__blue .p-date__line::before {
  background-color: var(--t_blue_maincolor);
}
.t-color__blue .c-sec__tit {
  color: var(--t_blue_maincolor);
  padding: 14px 15px;
  position: relative;
}
.t-color__blue .c-sec__tit::before {
  content: "";
  display: block;
  width: 486px;
  height: 2px;
  background-color: var(--t_blue_subbg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.t-color__blue .c-sec__tit::after {
  content: "";
  display: block;
  width: 122px;
  height: 2px;
  background-color: var(--t_blue_maincolor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.t-color__blue .c-btn {
  color: #fff;
  background-color: var(--t_blue_maincolor);
}
.t-color__blue .c-hr {
  border-top: 1px solid var(--sub_common_color);
  border-bottom: 1px solid var(--sub_common_color);
}
.t-color__blue .c-btn__entry a {
  color: #fff;
  background-color: var(--t_blue_maincolor);
}
.t-color__blue .c-btn__login a {
  border: 2px solid var(--t_blue_maincolor);
}
.t-color__blue .p-exhibiter__group,
.t-color__blue .p-entry__group {
  background: var(--t_blue_subbg);
}
.t-color__blue .p-guest__group {
  background: var(--t_blue_subbg);
}
.t-color__blue .p-number__entry,
.t-color__blue .p-email__login,
.t-color__blue .p-id__login {
  background: var(--t_blue_subbg);
}
.t-color__blue .p-number__formArea input,
.t-color__blue .p-email__login input,
.t-color__blue .p-id__login input {
  border: 2px solid var(--t_blue_maincolor);
}
.t-color__blue .p-inquiry__info {
  border-left: 2px solid var(--t_blue_maincolor);
}
.t-color__blue .c-howto__tit2 {
  color: var(--t_blue_maincolor);
}
.t-color__blue .p-docs__item {
  border-bottom: 1px solid var(--t_blue_subbg);
}
.t-color__blue .c-docs__name,
.t-color__blue .c-doc__name {
  color: var(--t_blue_subcolor);
}
.t-color__blue .c-docs__downroad a,
.t-color__blue .c-doc__downroad a {
  color: var(--t_blue_maincolor);
}

@media only screen and (max-width: 599px) {
  .t-color__blue .c-sec__tit::before {
    width: 85.402%;
  }
  .t-color__blue .c-sec__tit::after {
    width: 21.087%;
  }
  .t-color__blue .p-inquiry__info {
    border-left: none;
    border-top: 2px solid var(--t_blue_maincolor);
  }
}
.preview_area_sp .t-color__blue .c-sec__tit::before {
  width: 85.402%;
}
.preview_area_sp .t-color__blue .c-sec__tit::after {
  width: 21.087%;
}
.preview_area_sp .t-color__blue .p-inquiry__info {
  border-left: none;
  border-top: 2px solid var(--t_blue_maincolor);
}

/* --- end theme BLUE --- */

/* --- theme RED --- */
.t-color__red {
  background-color: var(--t_red_bg);
}
.t-color__red .l-header__btn {
  color: #fff;
  background-color: var(--t_red_maincolor);
}
.t-color__red .t-fc__main {
  color: var(--t_red_maincolor);
}
.t-color__red .p-date__line::before {
  background-color: var(--t_red_maincolor);
}
.t-color__red .c-sec__tit {
  color: var(--t_red_maincolor);
  padding: 14px 0;
  position: relative;
  text-align: left;
}
.t-color__red .c-sec__tit::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--t_red_subbg);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.t-color__red .c-sec__tit::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: var(--t_red_maincolor);
  position: absolute;
  bottom: 0;
  left: 0;
}
.t-color__red .c-sec__tit + .c-txt {
  text-align: left;
}
.t-color__red .c-btn {
  color: #fff;
  background-color: var(--t_red_maincolor);
}
.t-color__red .c-hr {
  border-top: 1px solid var(--t_red_subcolor);
  border-bottom: 1px solid var(--t_red_subcolor);
}
.t-color__red .c-btn__entry a {
  color: #fff;
  background-color: var(--t_red_maincolor);
}
.t-color__red .c-btn__login a {
  border: 2px solid var(--t_red_maincolor);
  background-color: #fff;
}
.t-color__red .p-exhibiter__group,
.t-color__red .p-entry__group {
  background: var(--t_red_subbg);
}
.t-color__red .p-guest__group {
  background: var(--t_red_subbg);
}
.t-color__red .p-number__entry,
.t-color__red .p-email__login,
.t-color__red .p-id__login {
  background: var(--t_red_subbg);
}
.t-color__red .p-number__formArea input,
.t-color__red .p-email__login input,
.t-color__red .p-id__login input {
  border: 2px solid var(--t_red_maincolor);
}
.t-color__red .p-inquiry__info {
  border-left: 2px solid var(--t_red_maincolor);
}
.t-color__red .c-howto__tit2 {
  color: var(--t_red_maincolor);
}
.t-color__red .p-docs__item {
  border-bottom: 1px solid var(--t_red_subbg);
}
.t-color__red .c-docs__name,
.t-color__red .c-doc__name {
  color: var(--t_red_subcolor);
}
.t-color__red .c-docs__downroad a,
.t-color__red .c-doc__downroad a {
  color: var(--t_red_maincolor);
}

@media only screen and (max-width: 599px) {
  .t-color__red .c-sec__tit::before {
    width: 85.402%;
  }
  .t-color__red .c-sec__tit::after {
    width: 21.087%;
  }
  .t-color__red .p-inquiry__info {
    border-left: none;
    border-top: 2px solid var(--t_red_maincolor);
  }
}
.preview_area_sp .t-color__red .c-sec__tit::before {
  width: 85.402%;
}
.preview_area_sp .t-color__red .c-sec__tit::after {
  width: 21.087%;
}
.preview_area_sp .t-color__red .p-inquiry__info {
  border-left: none;
  border-top: 2px solid var(--t_red_maincolor);
}

/* --- end theme RED --- */

/* --- theme YELLOW --- */

.t-color__yellow {
  background-color: var(--t_yellow_bg);
}
.t-color__yellow .l-header__btn {
  color: var(--t_yellow_font);
  background-color: var(--t_yellow_maincolor);
}
.t-color__yellow .t-fc__main {
  color: var(--t_yellow_font);
}
.t-color__yellow .p-date__line::before {
  background-color: var(--t_yellow_font);
}
.t-color__yellow .c-sec__tit {
  color: var(--t_yellow_font);
  padding: 14px 0;
  position: relative;
  z-index: 0;
  text-align: left;
  display: inline-block;
}
.t-color__yellow .c-sec__tit::before {
  content: "";
  display: block;
  width: 103%;
  height: 33%;
  background: var(--t_yellow_maincolor);
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.t-color__yellow .c-btn {
  color: var(--t_yellow_font);
  background-color: var(--t_yellow_maincolor);
}
.t-color__yellow .c-hr {
  border-top: 3px dotted var(--t_yellow_subcolor);
  height: 3px;
}
.t-color__yellow .c-btn__entry a {
  color: var(--t_yellow_font);
  background-color: var(--t_yellow_maincolor);
}
.t-color__yellow .c-btn__login a {
  color: var(--t_yellow_font);
  border: 2px solid var(--t_yellow_maincolor);
  background-color: #fff;
}
.t-color__yellow .p-exhibiter__group,
.t-color__yellow .p-entry__group {
  color: var(--t_yellow_font);
  background: var(--t_yellow_subbg);
  border: 1px solid #DBD9D6;
  padding: 35px 38px 50px;
}
.t-color__yellow .p-exhibiter__group svg {
  fill: var(--t_yellow_font);
}
.t-color__yellow .p-guest__group {
  color: var(--t_yellow_font);
  background: var(--t_yellow_subbg);
  border: 1px solid #DBD9D6;
}
.t-color__yellow .p-number__entry,
.t-color__yellow .p-email__login,
.t-color__yellow .p-id__login {
  color: var(--t_yellow_font);
  background: var(--t_yellow_subbg);
  border: 1px solid #DBD9D6;
}
.t-color__yellow .p-number__formArea input,
.t-color__yellow .p-email__login input,
.t-color__yellow .p-id__login input {
  border: 2px solid var(--t_yellow_maincolor);
}
.t-color__yellow .p-inquiry__info {
  border-left: 2px solid var(--t_yellow_maincolor);
}
.t-color__yellow .c-howto__tit2 {
  color: var(--t_yellow_maincolor);
}
.t-color__yellow .p-docs__item {
  border-bottom: 1px solid var(--t_yellow_subbg);
}
.t-color__yellow .c-docs__name,
.t-color__yellow .c-doc__name {
  color: var(--t_yellow_font);
}
.t-color__yellow .c-docs__downroad a,
.t-color__yellow .c-doc__downroad a {
  color: var(--t_yellow_font);
}

@media only screen and (max-width: 599px) {
  .t-color__yellow .p-inquiry__info {
    border-left: none;
    border-top: 2px solid var(--t_yellow_maincolor);
  }
}
.preview_area_sp .t-color__yellow .p-inquiry__info {
  border-left: none;
  border-top: 2px solid var(--t_yellow_maincolor);
}

/* --- end theme YELLOW --- */

/* --- theme GREEN --- */

.t-color__green {
  background-color: var(--t_green_bg);
}
.t-color__green .l-header__btn {
  color: #fff;
  background: rgb(1,159,88);
  background: linear-gradient(90deg, var(--t_green_maincolor) 0%, var(--t_green_subcolor) 100%);
}
.t-color__green .t-fc__main {
  color: var(--t_green_font);
}
.t-color__green .p-date__line::before {
  background-color: var(--t_green_font);
}
.t-color__green .c-sec__tit {
  color: var(--t_green_font);
  padding: 14px 0;
  position: relative;
  text-align: left;
  display: inline-block;
}
.t-color__green .c-sec__tit::after {
  content: "";
  display: block;
  width: 42px;
  height: 5px;
  background: rgb(1,159,88);
  background: linear-gradient(90deg, var(--t_green_maincolor) 0%, var(--t_green_subcolor) 100%);
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.t-color__green .c-btn {
  color: #fff;
  background: rgb(1,159,88);
  background: linear-gradient(90deg, var(--t_green_maincolor) 0%, var(--t_green_subcolor) 100%);
}
.t-color__green .c-hr {
  background: var(--t_green_maincolor);
  height: 1px;
}
.t-color__green .c-btn__entry a {
  color: #fff;
  background: rgb(1,159,88);
  background: linear-gradient(90deg, var(--t_green_maincolor) 0%, var(--t_green_subcolor) 100%);
}
.t-color__green .c-btn__login a {
  color: var(--t_green_maincolor);
  border: 2px solid var(--t_green_maincolor);
  background-color: #fff;
}
.t-color__green .p-exhibiter__group,
.t-color__green .p-entry__group {
  color: var(--t_green_font);
  background: var(--t_green_subbg);
  border: 1px solid #DBD9D6;
  padding: 35px 38px 50px;
}
.t-color__green .p-exhibiter__group svg {
  fill: var(--t_green_font);
}
.t-color__green .p-guest__group {
  color: var(--t_green_font);
  background: var(--t_green_subbg);
  border: 1px solid #DBD9D6;
}
.t-color__green .p-number__entry,
.t-color__green .p-email__login,
.t-color__green .p-id__login {
  color: var(--t_green_font);
  background: var(--t_green_subbg);
  border: 1px solid #DBD9D6;
}
.t-color__green .p-number__formArea input,
.t-color__green .p-email__login input,
.t-color__green .p-id__login input {
  border: 2px solid var(--t_green_maincolor);
}
.t-color__green .p-inquiry__info {
  border-left: 2px solid var(--t_green_maincolor);
}
.t-color__green .c-howto__tit2 {
  color: var(--t_green_maincolor);
}
.t-color__green .p-docs__item {
  border-bottom: 1px solid var(--t_green_subbg);
}
.t-color__green .c-docs__name,
.t-color__green .c-doc__name {
  color: var(--t_green_subcolor);
}
.t-color__green .c-docs__downroad a,
.t-color__green .c-doc__downroad a {
  color: var(--t_green_subcolor);
}

@media only screen and (max-width: 599px) {
  .t-color__green .p-inquiry__info {
    border-left: none;
    border-top: 2px solid var(--t_green_maincolor);
  }
}
.preview_area_sp .t-color__green .p-inquiry__info {
  border-left: none;
  border-top: 2px solid var(--t_green_maincolor);
}
/* --- end theme GREEN --- */

/* --- theme MONO --- */
.t-color__mono {
  background-color: var(--t_mono_bg);
}
.t-color__mono .l-header__btn {
  color: #fff;
  background-color: var(--t_mono_subcolor);
}
.t-color__mono .t-fc__main {
  color: var(--t_mono_font);
}
.t-color__mono .p-date__line::before {
  background-color: var(--t_mono_font);
}
.t-color__mono .c-sec__tit {
  color: var(--t_mono_font);
  padding: 20px 0;
  text-align: center;
  background: var(--t_mono_subbg);
}
.t-color__mono .c-btn {
  color: #fff;
  background-color: var(--t_mono_subcolor);
}
.t-color__mono .c-hr {
  background: var(--t_mono_maincolor);
  height: 1px;
}
.t-color__mono .c-btn__entry a {
  color: #fff;
  background-color: var(--t_mono_subcolor);
}
.t-color__mono .c-btn__login a {
  color: var(--t_mono_subcolor);
  border: 2px solid var(--t_mono_subcolor);
}
.t-color__mono .p-exhibiter__group,
.t-color__mono .p-entry__group {
  padding: 35px 38px 50px;
  border: 1px solid var(--sub_common_color);
}
.t-color__mono .p-guest__group {
  border: 1px solid var(--sub_common_color);
}
.t-color__mono .p-number__entry,
.t-color__mono .p-email__login,
.t-color__mono .p-id__login {
  border: 1px solid var(--sub_common_color);
}
.t-color__mono .p-number__formArea input,
.t-color__mono .p-email__login input,
.t-color__mono .p-id__login input {
  border: 2px solid var(--t_mono_font);
}
.t-color__mono .p-inquiry__info {
  border-left: 2px solid var(--t_mono_font);
}
.t-color__mono .c-howto__tit2 {
  color: var(--t_mono_font);
}
.t-color__mono .p-docs__item {
  border-bottom: 1px solid var(--t_mono_subbg);
}
.t-color__mono .c-docs__name,
.t-color__mono .c-doc__name {
  color: var(--t_mono_subcolor);
}
.t-color__mono .c-docs__downroad a,
.t-color__mono .c-doc__downroad a {
  color: var(--t_mono_subcolor);
}

@media only screen and (max-width: 599px) {
  .t-color__mono .c-sec__tit::before {
    width: 85.402%;
  }
  .t-color__mono .c-sec__tit::after {
    width: 21.087%;
  }
  .t-color__mono .p-inquiry__info {
    border-left: none;
    border-top: 2px solid var(--t_red_maincolor);
  }
}
.preview_area_sp .t-color__mono .c-sec__tit::before {
  width: 85.402%;
}
.preview_area_sp .t-color__mono .c-sec__tit::after {
  width: 21.087%;
}
.preview_area_sp .t-color__mono .p-inquiry__info {
  border-left: none;
  border-top: 2px solid var(--t_red_maincolor);
}

/* --- end theme MONO --- */

/* テーマのcommon font-size */
.com-fs_el .c-h2tit {
  font-size: 3.4rem;
}
.com-fs_l .c-h2tit {
  font-size: 3rem;
}
.com-fs_n .c-h2tit {
  font-size: 2.4rem;
}
.com-fs_s .c-h2tit {
  font-size: 2rem;
}
.com-fs_el .c-txt {
  font-size: 2rem;
}
.com-fs_l .c-txt {
  font-size: 1.8rem;
}
.com-fs_n .c-txt {
  font-size: 1.4rem;
}
.com-fs_s .c-txt {
  font-size: 1.2rem;
}
.com-fs_el .c-btn {
}
.com-fs_l .c-btn {
}
.com-fs_n .c-btn {
  font-size: 1.6rem;
}
.com-fs_s .c-btn {
}
.com-fs_el .c-sec__tit {
}
.com-fs_l .c-sec__tit {
}
.com-fs_n .c-sec__tit {
  font-size: 2.8rem;
}
.com-fs_s .c-sec__tit {
}
.com-fs_el .c-subTxt {
}
.com-fs_l .c-subTxt {
}
.com-fs_n .c-subTxt {
  font-size: 1rem;
}
.com-fs_s .c-subTxt {
}

/* パーツごとのfont-size */
.c-h2tit.fs-el {
  font-size: 3.4rem;
}
.c-h2tit.fs-l {
  font-size: 3rem;
}
.c-h2tit.fs-n {
  font-size: 2.4rem;
}
.c-h2tit.fs-s {
  font-size: 2rem;
}
.c-sec__tit.fs-el {
}
.c-sec__tit.fs-l {
}
.c-sec__tit.fs-n {
  font-size: 2.8rem;
}
.c-sec__tit.fs-s {
}
.c-strTxt.fs-el {
}
.c-strTxt.fs-l {
}
.c-strTxt.fs-n {
  font-size: 2.8rem;
}
.c-strTxt.fs-s {
}
.c-txt.fs-el {
  font-size: 2rem;
}
.c-txt.fs-l {
  font-size: 1.8rem;
}
.c-txt.fs-n {
  font-size: 1.4rem;
}
.c-txt.fs-s {
  font-size: 1.2rem;
}
.c-btn.fs-el {
}
.c-btn.fs-l {
}
.c-btn.fs-n {
  font-size: 1.6rem;
}
.c-btn.fs-s {
}
.c-subTxt.fs-el {
}
.c-subTxt.fs-l {
}
.c-subTxt.fs-n {
  font-size: 1rem;
}
.c-subTxt.fs-s {
}
.c-howto__notice.fs-el {
}
.c-howto__notice.fs-l {
}
.c-howto__notice.fs-n {
  font-size: 1.2rem;
}
.c-howto__notice.fs-s {
}

/* 角丸テーマ */
.rounded-corner .l-header__btn {
  border-radius: 100px;
}
.rounded-corner .c-btn {
  border-radius: 100px;
}
.rounded-corner .c-btn__entry a,
.rounded-corner .c-btn__login a {
  border-radius: 100px;
}
.rounded-corner .p-number__btn {
  position: absolute;
  right: 0;
  height: 100%;
}
.rounded-corner .c-input {
  border-radius: 100px;
}
.rounded-corner .p-number__formArea input {
  flex-basis: calc(100% - 220px);
  border-radius: 100px 0 0 100px;
}

@media only screen and (max-width: 767px) {
  .p-number__formArea .p-number__btn {
    position: relative;
    height: 48px;
  }
  .rounded-corner .p-number__formArea input {
    border-radius: 100px;
  }
}
.preview_area_sp .p-number__formArea .p-number__btn {
  position: relative;
  height: 48px;
}
.preview_area_sp .rounded-corner .p-number__formArea input {
  border-radius: 100px;
}




/* ここからJA固有、新規・既存パーツ拡張 */

/* 下記フォントを上部で読み込み記述追加
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&family=Noto+Sans+JP:wght@500;900&family=Noto+Serif+JP&display=swap'); */

/* 共通 */
:root {
  /* JA */
  --t_select_maincolor: #007440;
  --t_selectmenuItemColor: #005D26;
  /* #005D26 メニューのフォントカラー質問 */

}

/* JA固有ヘッダー */
.header-wrap {
  padding: 20px 70px;
}
.header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-cont__btnGroup {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.header-cont__btnSearch {
  width: 306px;
}
.header-cont__btnBuyer {
  width: 122px;
}
.header-cont__btnExhibitor {
  width: 118px;
}
/* menu btn */
.openbtn4{
  position: relative;
  background:#fff;
  cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 5px;
  display: none; /* pc */
}
.openbtn4 span{
  display: inline-block;
  transition: all .4s;/*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: var(--t_select_maincolor);
  width: 48.5%;
}
.openbtn4 span:nth-of-type(1) {
  top:13px;
}
.openbtn4 span:nth-of-type(2) {
  top:19px;
}
.openbtn4 span:nth-of-type(3) {
  top:25px;
}
.openbtn4 span:nth-of-type(3)::after {
  content:"メニュー";
  width: 40px;
  position: absolute;
  top:5px;
  left:-7px;
  color: var(--t_select_maincolor);
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*btn active*/
.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
.openbtn4.active span:nth-of-type(3)::after {
  content:"閉じる";
  transform: translateY(0) rotate(-45deg);
  top:5px;
  left:1px;
}

/* SP menu open */
.sp-menuBox {
  display: none;
}
#accordion_menu a[data-toggle="collapse"]{
  display: block;
  padding: 18px 24px;
  text-decoration: none;
  text-align: left;
}
#accordion_menu a[data-toggle="collapse"]::after{
  content:"";
  display: block;
  width: 10px;
  height: 10px;
  border-top: var(--t_selectmenuItemColor) 2px solid;
  border-right: var(--t_selectmenuItemColor) 2px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}
.menu-cont__spItem > a {
  display: block;
  padding: 18px 24px;
  text-decoration: none;
  text-align: left;
  font-size: 2rem;
  color: var(--t_selectmenuItemColor);
}

@media only screen and (max-width: 1024px) {
  .header-wrap {
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #FFFFFF;
  }
  .openbtn4.active + .sp-menuBox {
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 1;
    width: calc(100% + 4.9958vw);
    margin-right: -2.4979vw;
    padding: 0 2.4979vw 80px;
  }
  .header-cont__btnGroup {
    display: none;
  }
  .openbtn4 {
    display: block;
  }
  .menu-cont__spItem.comingsoon {
    color: #B1CDBD;
    font-size: 2rem;
    text-align: left;
    padding: 18px 24px;
    position: relative;
    background: rgb(237, 237, 237);
  }
  .menu-cont__spItem.comingsoon span {
    font-size: 1.2rem;
    color: #707070;
    text-align: center;
    position: absolute;
    right: 16px;
  }
  .sp-menu__btnGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    margin: 40px auto 0;
  }
  .header-cont__btnSearch {
    width: min(100%, 375px);
  }
  .sp-btnBox {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 22px;
  }
  .header-cont__btnBuyer {
    width: min(50%, 170px);
  }
  .header-cont__btnExhibitor {
    width: min(50%, 170px);
  }
}


/* JA固有メニュー */
.menu-wrap {
  padding: 0 70px;
}
.menu-cont {
  display: flex;
  margin: 0;
}
.menu-cont__item {
  width: calc(100% / 4);
  position: relative;
}
.menu-cont__name {
  display: block;
  color: var(--t_selectmenuItemColor);
  font-size: 2rem;
  padding: 18px;
  position: relative;
}
a.menu-cont__name {
  cursor: pointer;
}
.menu-cont__name.comingsoon::after {
  content: "Coming Soon";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #707070;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 237, 237, 0.5);
}
.menu-cont__innerCont {
  display: none;
  opacity: 0;
}
.menu-cont__item:hover .menu-cont__innerCont {
  animation-duration: .7s;
  animation-name: fadeIn;
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 90;
  width: 100%;
  background: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}
.menu-cont__innerContItem.comingsoon {
  padding: 18px 24px;
  font-size: 1.8rem;
  color: #B1CDBD;
  text-align: left;
  position: relative;
  background: rgb(237, 237, 237);
}
.menu-cont__innerContItem.comingsoon span {
  font-size: 1.2rem;
  color: #707070;
  text-align: center;
  position: absolute;
  right: 16px;
}
.menu-cont__innerContItem a{
  display: block;
  color: var(--t_selectmenuItemColor);
  font-size: 1.8rem;
  padding: 18px 24px;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .menu-wrap {
    display: none;
  }
}


/* JA固有フッター */
.footer-wrap {
  background: #DBE48D;
}
.footer-cont {
  padding: 80px 70px;
  font-family: var(--ja_baseFamily);
}
.footer-info {
  font-size: 2rem;
  text-align: left;
  display: flex;
  justify-content: center;
}
.footer-info__address {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 48px;
}
.footer-logo {
  flex-basis: 320px;
  flex-shrink: 0;
}
.footer-address {
  font-size: 2rem;
  text-align: left;
}
.footer-address p + p {
  margin-top: 10px;
}
.footer-link__contact a {
  padding: 8px 10px;
  background: #fff;
  border-radius: 10px;
  display: inline-block;
}
.footer-link__privacypolicy a {
  text-decoration: underline;
}
.footer-copyright {
  display: block;
  font-size: 2rem;
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .footer-cont {
    padding: 56px 2.4979vw;
  }
  .footer-info__address {
    flex-wrap: wrap;
    gap: 24px;
  }
  .footer-logo {
    flex-basis: 375px;
  }
  .footer-copyright {
    font-size: 1.6rem;
  }
}


/* JA固有コンテンツ */
.ja-custom__wrap {
  background: url(../../img/ja17/bg-michi.svg) no-repeat;
  background-size: cover;
  background-position: center;
}
.ja-custom__contWrap {
  padding: 80px 0 160px;
}
.ja-event__titleGroup {
  font-family: var(--ja_baseFamily);
}
.ja-event__subTitle {
  font-size: 32px;
  font-weight: bold;
}
.ja-event__title {
  font-size: 64px;
  font-weight: bold;
  color: var(--t_select_maincolor);
}
.ja-event__lineup {
  width: min(100%, 896px);
  margin: 65px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px 48px;
}
.ja-event__item {
  width: min(50%, 424px);
  position: relative;
}
.ja-event__comingsoon {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}


@media only screen and (max-width: 768px) {
  .ja-event__lineup {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .ja-custom__contWrap {
    padding: 80px 2.4979vw 160px;
  }
  .ja-event__subTitle {
    font-size: clamp(18px, 4vw, 32px);
  }
  .ja-event__title {
    font-size: clamp(30px, 7vw, 64px);
  }
  .ja-event__lineup {
    gap: 30px 24px;
  }
  .ja-event__item {
    width: min(50% - 24px, 424px);
  }
}


/* タイトルパーツ拡張 */

.c-h2tit.tit__bgMainColor {
  padding: 18px 24px;
  color: #fff;
  background: var(--t_select_maincolor);
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  /* font-familyとかどうする */
}
.c-h2tit.tit__underline {
  padding: 18px 0;
  color: var(--t_select_maincolor);
  border-bottom: 1px solid var(--t_select_maincolor);
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  /* font-familyとかどうする */
}
.c-h2tit.tit__normal {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: var(--t_select_maincolor);
  /* font-familyとかどうする */
}


/* 既存パーツ拡張 横幅100% */
.bg-fillWidth {
  width: calc(100% + 4.9958vw);
  margin: 0 0 0 -2.4979vw;
  padding: 0 2.4979vw;
}
.bg-selectColor {
  background: var(--bg_selectColor);
}
.bg-fillWidth .p-common__sec {
  margin: 0 auto;
  padding: 40px 0;
}

/* 新規パーツ 新着情報 */

.c-news__title {
  font-size: 3.2rem;
  color: var(--t_select_maincolor);
  font-weight: bold;
}
.p-newslist {
  margin-top: 24px;
  padding: 0 2.4979vw;
}
.c-news__item {
  display: flex;
  gap: 10px;
}
.c-news__item + .c-news__item {
  margin-top: 24px;
}
.c-news__date {
  width: 200px;
  flex-shrink: 0;
  font-size: 2rem;
  text-align: left;
}
.c-news__icon {
  font-size: 1.6rem;
  padding: 4px 16px;
  color: #fff;
  background: #FCC80F;
  margin-left: 18px;
}
.c-news__cont {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 768px) {

  .c-news__item {
    flex-direction: column;
  }
}


/* 既存パーツベースに新規追加 画像パーツ */

.p-centerImgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.ja-centerImg {
  width: min(100%, 340px);
}

@media only screen and (max-width: 768px) {

  .p-centerImgs {
    gap: 16px;
  }
}



/* 箇条書きパーツ各クラス共通 */
.listBulletPoint__title {
  font-size: 3.2rem;
}
.p-listBulletPoint ol {
  counter-reset: count 0;
  padding: 0;
}
.p-listBulletPoint__item {
  display: flex;
}
.p-listBulletPoint__cont {
  display: flex;
}
.c-listBulletPoint__txt {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  text-align: left;
}
.c-listBulletPoint__desc {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: left;
}
.c-listBulletPoint__aside {
  font-size: clamp(1.8rem, 4vw, 2rem);
  text-align: left;
}
.c-listBulletPoint__img {
  text-align: left;
}
/* //共通ここまで */


/* 箇条書きパーツ 緑まる番号（画像横） */
.ja-listBulletPoint.-circle2col .p-listBulletPoint__item + .p-listBulletPoint__item {
  margin-top: 72px;
}
.ja-listBulletPoint.-circle2col .p-listBulletPoint__cont {
  margin-left: 18px;
}
.p-listBulletPoint.-circle2col .p-listBulletPoint__item::before {
  font-family: var(--ja_baseFamily);
  content: counter(count);
  counter-increment: count 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: clamp(40px, 8vw, 72px);
  height: clamp(40px, 8vw, 72px);
  background: #00A43D;
  color: #fff;
  font-size: clamp(16px, 4vw, 3.2rem);
  font-weight: 900;
  border-radius: 50%;
}
.p-listBulletPoint__txtBox {
  width: 100%;
  max-width: 400px;
  padding-top: 8px;
}
.ja-listBulletPoint.-circle2col .c-listBulletPoint__txt {
  font-family: var(--ja_baseFamily);
}
.ja-listBulletPoint.-circle2col .c-listBulletPoint__desc {
  font-family: var(--ja_baseFamily);
}
.ja-listBulletPoint.-circle2col .c-listBulletPoint__img {
  margin-left: clamp(18px, 8vw, 112px);
}
.ja-visitFlow01 img {
  width: 197px;
}
.ja-visitFlow02 img {
  width: 91px;
}
.ja-visitFlow03 img {
  width: 248px;
}


/* 箇条書きパーツ 緑まる番号（画像たて） */

.ja-listBulletPoint.-circleVertical .p-listBulletPoint__item + .p-listBulletPoint__item {
  margin-top: 25px;
}
.p-listBulletPoint.-circleVertical .p-listBulletPoint__item::before {
  font-family: var(--ja_baseFamily);
  content: counter(count);
  counter-increment: count 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: clamp(40px, 8vw, 72px);
  height: clamp(40px, 8vw, 72px);
  background: #00A43D;
  color: #fff;
  font-size: clamp(16px, 4vw, 3.2rem);
  font-weight: 900;
  border-radius: 50%;
}
.p-listBulletPoint.-circleVertical .p-listBulletPoint__cont {
  flex-direction: column;
  margin-left: clamp(16px, 3vw, 40px);
}

.ja-listBulletPoint.-circleVertical .c-listBulletPoint__txt {
  font-family: var(--ja_baseFamily);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.ja-listBulletPoint.-circleVertical .c-listBulletPoint__txt span {
  color: #DE6A08;
}
.ja-listBulletPoint.-circleVertical .c-listBulletPoint__desc {
  font-family: var(--ja_baseFamily);
  margin-top: 16px;
  font-weight: 300;
}
.ja-listBulletPoint.-circleVertical .c-listBulletPoint__aside {
  font-family: var(--ja_baseFamily);
  font-weight: 300;
}
.ja-listBulletPoint.-circleVertical .ja-borderCont {
  font-family: var(--ja_baseFamily);
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  color: var(--t_select_maincolor);
  border: 5px solid var(--t_select_maincolor);
  padding: 10px;
  width: 308px;
  margin-top: 16px;
}
.ja-listBulletPoint.-circleVertical .c-listBulletPoint__img {
  margin-top: 16px;
  max-width: 540px;
}
.u-ja_listBulletPoint__img {
  margin-left: -15px;
}
@media only screen and (max-width: 599px) {
  .p-listBulletPoint.-circleVertical .p-listBulletPoint__item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .p-listBulletPoint.-circleVertical .p-listBulletPoint__cont {
    margin: 0;
  }
  .ja-listBulletPoint.-circleVertical .c-listBulletPoint__img {
    margin: 16px auto 0;
  }
}

/* 箇条書きパーツ 緑まる番号（画像たて）
--予約制個別商談会ページ専用 */
.ja-listBulletPoint.-circleVertical.ja-kobetsusyodan__list .p-listBulletPoint__item + .p-listBulletPoint__item {
  margin-top: 50px;
}
.ja-listBulletPoint.-circleVertical.ja-kobetsusyodan__list .c-listBulletPoint__txt {
  font-size: clamp(1.8rem, 4vw, 2.4rem);
}
.ja-listBulletPoint.-circleVertical.ja-kobetsusyodan__list .c-listBulletPoint__txt span {
  color: #00A43D;
}
.ja-listBulletPoint.-circleVertical.ja-kobetsusyodan__list .c-listBulletPoint__img {
  margin-left: 16px;
}
@media only screen and (max-width: 599px) {
  .ja-listBulletPoint.-circleVertical.ja-kobetsusyodan__list .c-listBulletPoint__img {
    margin: 16px 0 0 0;
  }
}


/* 箇条書きパーツ 「枠内青文字」 */
.ja-listBulletPoint.-patternBorder {
  --ptnBorder_selectColor : #0099CE;
  position: relative;
  display: inline-block;
  margin: 40px 0;
}
.ja-listBulletPoint.-patternBorder .listBulletPoint__title {
  font-weight: bold;
  font-family: var(--ja_baseFamily);
  color: var(--ptnBorder_selectColor);
  padding: 5px 40px;
  background: #fff;
  position: absolute;
  left: 30px;
  top: -26px;
}
.ja-listBulletPoint.-patternBorder ol {
  padding: 67px 95px;
  border: 5px solid var(--ptnBorder_selectColor);
}
.ja-listBulletPoint.-patternBorder .p-listBulletPoint__item + .p-listBulletPoint__item {
  margin-top: 16px;
}
.ja-listBulletPoint.-patternBorder .p-listBulletPoint__item {
  align-items: center;
}
.ja-listBulletPoint.-patternBorder .p-listBulletPoint__item::before {
  content: "0" counter(count);
  counter-increment: count 1;
  display: block;
  color: var(--ptnBorder_selectColor);
  font-size: 4rem;
  font-weight: 900;
}
.ja-listBulletPoint.-patternBorder .p-listBulletPoint__cont {
  margin-left: 32px;
}

@media only screen and (max-width: 599px) {
  .ja-listBulletPoint.-patternBorder ol {
    padding: 30px 40px;
  }
  .ja-listBulletPoint.-patternBorder .p-listBulletPoint__item::before {
    font-size: clamp(3rem, 2vw, 4rem);
  }
  .ja-listBulletPoint.-patternBorder .p-listBulletPoint__cont {
    margin-left: clamp(1.8rem, 4vw, 3.2rem);
  }
}


/* 既存パーツベースに新規追加 画像とテキスト（動画版） */

.p-movieTxt {
  display: flex;
  align-items: center;
  gap: clamp(16px, 4vw, 37px);
}
.p-movieTxt .c-col2__item {
  width: calc((100% - 20px ) / 2);
}
.c-col2__title {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: bold;
  text-align: left;
}
.p-movieTxt .c-txt {
  text-align: left;
}
.c-col2__title + .c-txt {
  margin-top: 16px;
}
.ja-movieTxt .p-movieTxt__movieItem {
  width: 424px;
}
.ja-movieTxt .c-col2__title {
  font-family: var(--ja_baseFamily);
  color: var(--t_select_maincolor);
}
.ja-movieTxt .c-txt {
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-family: var(--ja_baseFamily);
  font-weight: bold;
}

@media only screen and (max-width: 767px){
  .p-movieTxt .c-col2__item {
    width: 100%;
  }
  .p-movie__left {
    flex-direction: column;
    gap: 16px;
  }
  .p-movie__right {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .ja-movieTxt .c-yt {
    margin: 0;
  }
}


/* 既存パーツベースに新規追加 JA固有 メインビジュアル & ページタイトル */

.ja-fillWidthWrap {
  width: calc(100% + 4.9958vw);
  margin: 0 0 0 -2.4979vw;
}
.ja-pageHeader {
  position: relative;
}
.ja-pagetitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2.4979vw);
}
.ja-pagetitle__txt {
  font-size: clamp(2.4rem, 6vw, 3.2rem);
  font-family: var(--ja_baseFamily);
  font-weight: bold;
}


/* JA隙間調整用 */

.lp .bg-fillWidth.padding-top-0 .p-common__sec {
  padding-top: 0;
}

.lp .bg-fillWidth.padding-top-8 .p-common__sec {
  padding-top: 8px;
}

.lp .bg-fillWidth.padding-top-20 .p-common__sec {
  padding-top: 20px;
}

.lp .bg-fillWidth.padding-top-40 .p-common__sec {
  padding-top: 40px;
}

.lp .bg-fillWidth.padding-bottom-0 .p-common__sec {
  padding-bottom: 0;
}

.lp .bg-fillWidth.padding-bottom-8 .p-common__sec {
  padding-bottom: 8px;
}

.lp .bg-fillWidth.padding-bottom-20 .p-common__sec {
  padding-bottom: 20px;
}

.lp .bg-fillWidth.padding-bottom-40 .p-common__sec {
  padding-bottom: 40px;
}

.lp .p-common__sec.margin-top-0 {
  margin-top: 0;
}

.lp .p-common__sec.margin-top-8 {
  margin-top: 8px;
}

.lp .p-common__sec.margin-top-20 {
  margin-top: 20px;
}

.lp .p-common__sec.margin-top-40 {
  margin-top: 40px;
}

.lp .p-common__sec.margin-bottom-0 {
  margin-bottom: 0;
}

.lp .p-common__sec.margin-bottom-8 {
  margin-bottom: 8px;
}

.lp .p-common__sec.margin-bottom-20 {
  margin-bottom: 20px;
}

.lp .p-common__sec.margin-bottom-40 {
  margin-bottom: 40px;
}

.lp .text-center .c-h2tit.tit__normal {
  text-align: center;
}

.lp .bgc-F4F0EB {
  background-color: #F4F0EB;
}

body {
  font-family: var(--ja_baseFamily);
}

.lp p,
.lp .menu-cont__innerContItem,
.lp .footer-copyright {
  transform: rotate(0.03deg);
}


/* JA固有パーツ イチオシ */
.ja-recommend__title {
  flex-basis: 100%;
  margin-bottom: 60px;
  position: relative;
}
.ja-recommend__title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background: #DDDDDD;
  top: 50%;
}
.ja-recommend__title.secondary {
  margin-top: 120px;
}
.ja-recommend__titleTxt {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  font-family: var(--ja_baseFamily);
  color: var(--t_select_maincolor);
  background: #fff;
  text-align: center;
  padding: 0 8px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.ja-recommend__title.secondary .ja-recommend__titleTxt {
  font-size: 1.5rem;
}
.ja-recommend__titleTxt span {
  font-size: 1.3rem;
}
.ja-recommend__cardWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 45px;
}
.ja-recommend__card {
  font-family: var(--ja_baseFamily);
  flex-basis: calc((100% - 90px) / 3);
  text-align: left;
}
.ja-recommend__exhibitor {
  font-size: 1.6rem;
}
.ja-recommend__img {
  border-radius: 25px;
  overflow: hidden;
  margin-top: 8px;
}
.ja-recommend__itemName {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ja-recommend__itemName p {
  width: calc(100% - 15px);
}
.ja-recommend__itemName::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px var(--t_select_maincolor);
  border-right: solid 2px var(--t_select_maincolor);
  rotate: 45deg;
}

.ja-recommend__img img {
  height: 300px;
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 599px) {
  .ja-recommend__cardWrap {
    gap: 45px 24px;
  }
  .ja-recommend__card {
    flex-basis: calc((100% - 24px) / 2);
  }
  .ja-recommend__img img {
    width: 100%;
  }
  .ja-recommend__itemName {
    font-size: 1.8rem;
  }
  .ja-recommend__img img {
    height: 200px;
  }
}

.ja-recommend__titleTxt {
  font-size: 4rem;
}

.ja-recommend__titleTxt span {
  font-size: 1.8rem;
}

.ja-recommend__title.secondary .ja-recommend__titleTxt {
  font-size: 1.8rem;
}




/* JA17-53 221228 特別セミナー申し込み管理機能開発 */

.ja-seminar {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.ja-seminar__card {
  width: calc((100% - 35px) / 2);
  position: relative;
  background: #fffcea;
}
.ja-seminar__card::before,
.ja-seminar__card::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
}
.ja-seminar__card::before {
  background: #DCDF06;
}
.ja-seminar__card::after {
  background: #FCD25B;
  position: absolute;
  bottom: -15px;
}
.ja-seminar__cardInner {
  height: 100%;
  position: relative;
  padding: 24px 24px 110px;
}
.ja-seminar__program {
  display: flex;
  gap: 27px;
}
.ja-seminar__info {
  font-family: var(--ja_baseFamily);
  text-align: left;
}
.ja-seminar__title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.ja-seminar__desc {
  margin-top: 12px;
}
.ja-seminar__desc + .ja-seminar__infoSub {
  margin-top: 15px;
}
.ja-seminar__infoSub {
  font-weight: bold;
}
.ja-seminar__infoSub span {
  color: #007440;
}
.ja-seminar__name {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: bold;
}
.ja-seminar__img {
  flex-shrink: 0;
  flex-basis: 150px;
  overflow: hidden;
  position: relative;
  height: 150px;
}

.ja-seminar__img img{
  width: 150px;
  height: 210px;
  object-fit: cover;
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 0;
}

.ja-seminar__img img.img01{
  top: -39px;
}

.ja-seminar__img img.img02,
.ja-seminar__img img.img03,
.ja-seminar__img img.img04{
  top: 0;
}

.ja-seminar__entry {
  width: calc(100% - (24px * 2));
  position: absolute;
  bottom: 30px;
}
.ja-seminar__entryBtn {
  position: relative;
  padding: 12px 20px;
  background: #DE6A08;
  border: none;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
}
.ja-seminar__entryBtn::after {
  content: ">";
  font-size: 1.6rem;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.ja-seminar__entryBtn:hover {
  background: #DE6A08;
  opacity: .7;
}
.ja-seminar__entryBtn:focus {
  background: #DE6A08;
}
.ja-seminar__entryBtn.entrydone {
  background: #707070;
  pointer-events: none;
}
.ja-seminar__entryBtn.entrydone::after {
  display: none;
}

.ja-seminar__entry p {
  margin-top: 8px;
}

/* modal */
body.js-ja17__seminarModal.modal-open {
  /* モーダル時の背景ずれ対策 */
  position: relative;
}
.ja-seminar-modalCnt {
  display: none;
}
.ja-seminar-modalCnt .modal-dialog {
  max-width: 720px;
}
.ja-seminar-modalCnt .modal-content {
  padding: 64px 143px;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px rgba(0,0,0,.4);
}
.ja-modal__seminarTitle {
  font-size: 2.4rem;
  font-weight: bold;
}
.modal-content .ja-seminar__card {
  width: 100%;
  max-width: 434px;
  margin-top: 26px;
}
.modal-content .ja-seminar__cardInner {
  height: auto;
  padding: 24px;
}
.ja-seminar-modalCnt .ja-seminar__entry {
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: 40px;
}
.ja-seminar__modalClose {
  font-size: 1.4rem;
  margin-top: 8px;
}

@media only screen and (max-width: 767px){
  .ja-seminar-modalCnt .modal-content {
    padding: 24px;
  }
  .ja-seminar__card {
    width: 100%;
  }
  .modal-content .ja-seminar__card {
    margin: 24px auto 0;
  }
  .ja-seminar__program {
    flex-direction: column-reverse;
  }
}

.free-area p {
  padding: 0;
}
