@charset "UTF-8";
/*-----------------------
import.scss
-----------------------*/
.red {
  color: #ff0000;
}

.white {
  color: #fff;
}

.sky {
  color: #00aad9;
}

.bg-orange {
  background: #e67459;
}

.bg-navy {
  background: #004fa1;
}

.bg-green {
  background: #00b5a1;
}

.bg-white {
  background: #fff;
  padding: 5px 10px;
}
.bg-sky {
  background: #00aad9;
  padding: 5px 10px;
}
.num {
  font-family: Manrope,sans-serif;
  font-size: 1.2em;
}
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
dd{
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
  background: #fff;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 500;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 750px) {
  .sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: none;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: 500;
}

.is-fixed {
  display: none;
}

.fs20 {
  font-size: 16px;
}

.mT20 {
  margin-top: 20px;
}

.mT30 {
  margin-top: 30px;
}

.mT40 {
  margin-top: 40px;
}

.mT45 {
  margin-top: 45px;
}

.mT50 {
  margin-top: 50px;
}

.mT55 {
  margin-top: 55px;
}

.mT60 {
  margin-top: 60px;
}

.mT70 {
  margin-top: 70px;
}

.mT100 {
  margin-top: 100px;
}

/* 文字の上に点 */
.dots {
  background-image: radial-gradient(circle at center, #ffffff 25%, rgba(0, 0, 0, 0) 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: .4em;
  /* 縦方向の位置調整 */
}
@media (max-width: 750px) {
  .dots {
    background-size: 1.25em 0.5em;
    /* 点の間隔とサイズ調整 */
  }
}

/*-----------------------
style.scss
-----------------------*/
.c-pageHeader {
  display: none;
}

.c-footer__megamenu,
.c-footer__bottom {
  display: none;
}

.c-footer {
  padding-top: 0;
}

.c-footer__foot {
  margin-top: 0;
}

a.c-footer__gotop {
  color: #fff;
}
a.c-footer__gotop:visited {
  color: #fff;
}

#japan-it-week-autumn-2023 {
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 {
    font-size: 1.6rem;
  }
}
#japan-it-week-autumn-2023 .inner {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 .inner {
    width: 90%;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .inner {
    width: 90%;
  }
}

#japan-it-week-autumn-2023 a:hover {
  opacity: 0.7;
}
#japan-it-week-autumn-2023 .img img {
  width: 100%;
}
#japan-it-week-autumn-2023 .mainv {
  background: url(../img/lp01/mainv-bg.png) no-repeat 50% 50%/cover;
  padding: 200px 0 50px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv {
    background: url(../img/lp01/mainv-bg-sp.png) no-repeat 50% 50%/cover;
    padding: 88px 0 30px;
  }
}
#japan-it-week-autumn-2023 .mainv .box {
  position: relative;
  border: 1px solid rgba(255,255,255,.5);
  width: 100%;
  min-height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv .box {
    min-height: 2z60px;
  }
}
#japan-it-week-autumn-2023 .mainv .box h1 {
  position: absolute;
  top: -14%;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv .box h1 {
    top: -7%;
  }
}
#japan-it-week-autumn-2023 .mainv .box .ttl {
  font-size: 3.4rem;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 .mainv .box .ttl {
    font-size: 3.2rem;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv .box .ttl {
    font-size: 2.6rem;
  }
}
#japan-it-week-autumn-2023 .mainv .box .ttl span {
  color: #00aad9;
  font-size: 5.0rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 .mainv .box .ttl span {
    font-size: 4.8rem;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv .box .ttl span {
    font-size: 3.8rem;
    letter-spacing: -.03em;
  }
}
#japan-it-week-autumn-2023 .mainv .box .ttl span.small {
  font-size: 3.0rem;
  color: #fff;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .mainv .box .ttl span.small {
    font-size: 3.0rem;
  }
}
#japan-it-week-autumn-2023 .day {
  font-size: 3rem;
  padding: 18px 0 15px;
  color: #00aad9;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .day {
    font-size: 20px;
    letter-spacing: -.03em;
  }
}
#japan-it-week-autumn-2023 .day .week span {
  font-size: 30px;
  position: relative;
  color: #fff;
  z-index: 2;
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .day .week span {
    font-size: 16px;
  }
}
#japan-it-week-autumn-2023 .day .week span:after {
  position: absolute;
  content: "";
  background: #00aad9;
  border-radius: 30rem;
  width: 46px;
  height: 46px;
  z-index: -1;
  top: 13%;
  left: -7.8px;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 .day .week span:after {
    width: 24px;
    height: 24px;
    top: 11%;
    left: -4px;
  }
}
#japan-it-week-autumn-2023 #about {
  background: #292b2d;
  color: #fff;
  padding: 60px 0;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about {
    padding: 25px 0 60px;
  }
}
#japan-it-week-autumn-2023 #about .ttl img {
  width: 65%;
  max-width: 750px;
  margin: 0px auto;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .ttl img {
    width: 85%;
    max-width: 750px;
    margin: 0px auto;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .txt span.fs20 {
    font-size: 14px;
  }
}
#japan-it-week-autumn-2023 #about .box {
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 60px;
  color: #292b2d;
  position: relative;
  z-index: 1;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box {
    padding: 30px 16px;
  }
  #japan-it-week-autumn-2023 #about .box.mT100 {
    margin-top: 50px;
  }
}
#japan-it-week-autumn-2023 #about .box > .flex {
  gap: 40px;
  max-width: 1000px;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #about .box > .flex {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box > .flex {
    flex-direction: column;
    gap: 30px;
  }
  #japan-it-week-autumn-2023 #about .box > .flex.mT70 {
    margin-top: 30px;
  }
}
#japan-it-week-autumn-2023 #about .box .flex-left .list ul li {
  padding-bottom: 10px;
  border-bottom: rgba(41,43,45,.15) solid 1px;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #about .box .flex-left .list ul li {
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box .flex-left .list ul li {
    font-size: 14px;
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
#japan-it-week-autumn-2023 #about .box .flex-left .list ul li:first-child {
  margin-top: 0;
}
#japan-it-week-autumn-2023 #about .box .flex-left .list ul li:last-child {
  border-bottom: none;
}
#japan-it-week-autumn-2023 #about .box .flex-left .list ul li span span{
background: #292b2d;
  color: #fff;
  padding: 8px 15px;
  margin-right: 15px;
  font-size: 1.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #about .box .flex-left .list ul li span span {
    font-size: 1.4rem;
    padding: 10px 15px;
    margin-right: 0;
    width: 20%;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box .flex-left .list ul li span span {
    font-size: 1.4rem;
    width: 73px;
    height: 34px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #about .box .flex-right img {
    width: 100%;
  }
}
#japan-it-week-autumn-2023 #about .box .btn {
  margin: 60px auto 0;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box .btn {
    margin: 30px auto 0;
  }
}
#japan-it-week-autumn-2023 #about .box .btn a {
  font-size: 1.8rem;
  background: #292b2d;
  color: #fff;
  width: 370px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 45px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box .btn a {
    font-size: 1.4rem;
    width: 80%;
  }
}

#japan-it-week-autumn-2023 #about .box h3 {
  padding: 16px 0 12px;
  border-top: 2px solid #292b2d;
  border-bottom: 2px solid #292b2d;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #about .box h3 {
    margin-top: 50px;
    padding: 8px 0 5px;
  }
}

#japan-it-week-autumn-2023 h2 {
  color: #292b2d;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 h2 {
    font-size: 2.4rem;
  }
}
#japan-it-week-autumn-2023 #exhibition {
  margin-top: -1250px;
  background: #f6f7f9;
  padding: 1250px 0 100px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition {
    margin-top: -1500px;
    padding: 1500px 0 43px;
  }
}
#japan-it-week-autumn-2023 #exhibition > .inner {
  max-width: 1000px;
}
#japan-it-week-autumn-2023 #exhibition .mainttl {
  position: relative;
  font-size: 2.8rem;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .mainttl {
  font-size: 2.2rem;
  }
}

#japan-it-week-autumn-2023 #exhibition .mainttl > span {
  padding: 0 30px;
  background-color: #f6f7f9;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
#japan-it-week-autumn-2023 #exhibition .mainttl::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #292b2d;
}
#japan-it-week-autumn-2023 #exhibition .sub-ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .sub-ttl {
    font-size: 18px;
  }
  #japan-it-week-autumn-2023 #exhibition .sub-ttl.mT60 {
    margin-top: 25px;
  }
}
#japan-it-week-autumn-2023 #exhibition .sub-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 25%;
  width: 1px;
  height: 2rem;
  background: #292b2d;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #exhibition .sub-ttl::before {
    top: 15px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .sub-ttl::before {
    height: 19px;
    top: 7px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list.mT40 {
    margin-top: 30px;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex {
  gap: 50px 40px;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex {
    gap: 28px 30px;
    justify-content: center;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li {
  width: 30.6%;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 12px 12px 24px rgba(38,40,41,.15);
  box-shadow: 12px 12px 24px rgba(38,40,41,.15);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li {
    width: 45%;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li {
    width: 100%;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ttl {
  background: #fff;
  color: #292b2d;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 306px;
  height: 180px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ttl {
    width: 100%;
    height: 125px;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ttl p {
  padding-bottom: 18px;
  border-bottom: #000 solid 1px;
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex {
  width: 306px;
  min-height: 181px;
  max-height: 181px;
  background: #fff;
  letter-spacing: -.03em;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex {
    width: 100%;
    min-height: 138px;
    max-height: 138px;
    padding-right: 5px;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01,
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 {
  display: flex;
  gap: 20px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01,
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 {
    line-height: 1.2;
    font-size: 1.6rem;
    letter-spacing: -.03em;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01 span,
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 span {
  font-size: 1.6rem;
  color: #fff;
  width: 80px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01 span,
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 span {
    font-size: 1.6rem;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01 {
  padding-top: 25px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex01 {
    padding-top: 12px;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 {
  margin-top: 20px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .ex .ex02 {
    margin-top: 10px;
    letter-spacing: normal;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .btn a {
  width: 306px;
  min-height: 68px;
  max-height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  background: #292b2d;
  padding: 2.4rem;
  box-sizing: border-box;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list ul.flex li .btn a {
    font-size: 12px;
    width: 100%;
    min-height: 40px;
    max-height: 40px;
  }
}
#japan-it-week-autumn-2023 #exhibition .list ul.flex li .btn img{
  width: 60%;
}
#japan-it-week-autumn-2023 #exhibition .list2 ul.flex li:nth-child(3) .ex02 {
  display: block;
  padding: 0 25px 25px 45px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #exhibition .list2 ul.flex li:nth-child(3) .ex02 {
    padding: 0 24px 10px 10px;
  }
}

#japan-it-week-autumn-2023 #seminar {
  background: #fff;
  padding: 110px 0 100px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar {
    padding: 30px 0 30px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar .txt.mT45 {
    margin-top: 30px;
    text-align: left;
  }
}
#japan-it-week-autumn-2023 #seminar .box {
  background: #f6f7f9;
  border-radius: 2px;
  padding: 100px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #seminar .box {
    padding: 50px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar .box {
    padding: 25px 13px 20px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar .box.mT100 {
    margin-top: 30px;
  }
}
#japan-it-week-autumn-2023 #seminar dl {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl {
    flex-direction: column;
  }
}
#japan-it-week-autumn-2023 #seminar dl:nth-of-type(2), #japan-it-week-autumn-2023 #seminar dl:nth-of-type(3) {
  margin-top: 45px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl:nth-of-type(2), #japan-it-week-autumn-2023 #seminar dl:nth-of-type(3) {
    margin-top: 20px;
  }
}
#japan-it-week-autumn-2023 #seminar dl dt {
  background: #fff;
  border-right: 5px solid #292b2d;
  color: #292b2d;
  font-size: 20px;
  min-width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dt {
    background: #292b2d;
    border: 0px;
    color: #fff;
    width: 100%;
    font-size: 1.6rem;
    padding: 8px;
    position: relative;
  }
  #japan-it-week-autumn-2023 #seminar dl dt::before {
    position: absolute;
    content: "";
    background: url(../img/lp01/acd-deco.svg);
    width: 17px;
    height: 14px;
    top: 29%;
    right: 10%;
    transition: 0.3s;
  }
}
#japan-it-week-autumn-2023 #seminar dl dt.open::before {
  transform: rotate(180deg);
  transition: 0.3s;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dd {
    display: none;
  }
}
#japan-it-week-autumn-2023 #seminar dl dd table tr {
  border-bottom: 0px solid #707070;
}
#japan-it-week-autumn-2023 #seminar dl dd table tr:nth-child(even) {
  background: #e4e5e7;
}
#japan-it-week-autumn-2023 #seminar dl dd table tr:first-of-type {
  border-top: 0px solid #707070;
}
#japan-it-week-autumn-2023 #seminar dl dd table tr th {
  font-size: 16px;
  padding: 10px 0 10px 15px;
  min-width: 120px;
  font-family: Manrope,sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr th {
    min-width: 90px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr th {
    font-size: 10px;
    padding: 12px 0 10px 8px;
    min-width: 58px;
    border-left: 0px solid #707070;
  }
}
#japan-it-week-autumn-2023 #seminar dl dd table tr th span {
  font-weight: bold;
  font-size: 20px;
  display: block;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr th span {
    font-size: 12px;
  }
}
#japan-it-week-autumn-2023 #seminar dl dd table tr td {
  border-right: 0px solid #707070;
  padding: 10px 25px 10px 0px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr td {
    padding-right: 15px;
    font-size: 1.0rem;
  }
}
#japan-it-week-autumn-2023 #seminar dl dd table tr td:first-of-type {
  border-left: 0px solid #707070;
  min-width: 465px;
  max-width: 465px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr td:first-of-type {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar dl dd table tr td:first-of-type {
    min-width: 170px;
    max-width: 170px;
    font-size: 12px;
  }
}
#japan-it-week-autumn-2023 #seminar dl dd table tr td p{
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 100;
  line-height: 1.2;
}
#japan-it-week-autumn-2023 #seminar .item__service {
  display: inline-block;
  margin-top: 16px;
  margin-right: 10px;
  padding: 1px 8px 3px;
  border-radius: 2px;
  background-color: #292b2d;
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #seminar .item__service {
   margin-top: 8px;
   margin-right: 8px;
   font-size: 1.0rem;
  }
}

#japan-it-week-autumn-2023 #present {
  background: url(../img/lp01/present-bg.png) no-repeat 50% 50%/cover;
  padding: 115px 0 98px;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present {
    background: url(../img/lp01/present-bg-sp.png) no-repeat 50% 50%/cover;
    padding: 37px 0 30px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present h2 {
    font-size: 30px;
  }
}
#japan-it-week-autumn-2023 #present .txt {
  line-height: 2.5;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present .txt.mT50 {
    text-align: left;
    margin-top: 35px;
  }
  #japan-it-week-autumn-2023 #present .txt.mT55 {
    text-align: left;
    margin-top: 40px;
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present .bg-white {
    font-size: 14px;
    display: inline-block;
    text-align: left;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present .img.mT45 {
    margin-top: 30px;
  }
}
#japan-it-week-autumn-2023 #present h3 {
  font-size: 3.0rem;
  padding: 16px 0 12px;
  border-top: 2px solid #00aad9;
  border-bottom: 2px solid #00aad9;
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present h3 {
    margin-top: 50px;
    font-size: 2.4rem;
    padding: 8px 0 5px;
  }
}
#japan-it-week-autumn-2023 #present .box {
  background: #fff;
  border-radius: 2px;
  padding: 100px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #japan-it-week-autumn-2023 #present .box {
    padding: 50px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present .box {
    padding: 25px 20px 20px;
  }
}
@media (max-width: 750px) {
  #japan-it-week-autumn-2023 #present .box.mT100 {
    margin-top: 30px;
  }
}
