@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #444;
  background: #eeefef;
}

a {
  position: relative;
  z-index: 1;
  color: #444;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  opacity: .7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

sup {
  font-size: .6em;
  vertical-align: super;
}

sub {
  font-size: .6em;
  vertical-align: sub;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #eee;
}

header .inner {
  display: flex;
  justify-content: space-between;
  height: 76px;
  margin: 8px 10px 0 0;
}

@media screen and (min-width: 768px) {
  header .inner {
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    height: 74px;
  }
}

header .logo {
  width: 44vw;
  margin: 3px 0 0 10px;
}

@media screen and (min-width: 768px) {
  header .logo {
    width: 188px;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  header .btn {
    display: flex;
  }
}

header .btn a {
  display: block;
  width: 160px;
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  header .btn a {
    width: 196px;
    margin-left: 18px;
    font-size: 16px;
    line-height: 34px;
  }
}

header .btn a.member {
  margin-bottom: 5px;
  font-feature-settings: "palt";
  border: 1px solid #444;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  header .btn a.member {
    margin-bottom: 0;
    border: 2px solid #444;
  }
}

header .btn a.email {
  position: relative;
  padding-left: 10px;
  font-weight: bold;
  color: #fff;
  background: #777;
  border-radius: 5px;
  box-shadow: #555 0 2px 0 0;
}

@media screen and (min-width: 768px) {
  header .btn a.email {
    font-size: 14px;
    line-height: 36px;
  }
}

header .btn a.email::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 9px;
  margin: 0 5px;
  background: url(../img/ico_mail.svg) no-repeat left top/auto 9px;
}

nav {
  margin-top: 84px;
  width: 100%;
  background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
  border-bottom: 1px solid #eee;
}

@media screen and (min-width: 768px) {
  nav {
    margin-top: 74px;
  }
}

nav ul {
  display: flex;
  border-left: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  nav ul {
    max-width: 1140px;
    margin: 0 auto;
  }
}

nav ul li {
  width: 3333.33333%;
}

@media screen and (min-width: 768px) {
  nav ul li {
    width: 148px;
  }
}

nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 47px;
  text-align: center;
  border-right: 1px solid #ddd;
}

.page-top {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .page-top {
    right: 20px;
    bottom: 80px;
  }
}

.page-top p {
  width: 40px;
  font-size: 11px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #555;
}

@media screen and (min-width: 768px) {
  .page-top p {
    width: 50px;
    line-height: 50px;
    cursor: pointer;
    transition: .2s;
  }
  .page-top p:hover {
    opacity: .85;
  }
}

footer {
  padding: 13.33333vw 0 8vw;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer {
    padding: 100px 0 40px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  #kv {
    padding-top: 20px;
    text-align: center;
    background: #fff;
  }
}

@media screen and (max-width: 767px) {
  #kv .inner {
    padding: 0;
  }
}

main {
  font-feature-settings: "palt";
}

main .inner {
  position: relative;
  padding: 0 4vw;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  main .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 16px;
  }
}

#highlight h2 {
  padding: 3.46667vw 0;
  font-size: 5.6vw;
  line-height: 1.2;
  text-align: center;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #highlight h2 {
    padding: 30px 0 36px;
    font-size: 48px;
  }
}

.intro {
  padding-top: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .intro {
    padding-top: 0;
    background: url(../img/bg01.jpg) no-repeat center top;
  }
}

.intro .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6vw;
}

@media screen and (min-width: 768px) {
  .intro .links {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
    margin-bottom: 73px;
  }
}

.intro .links li {
  width: 41.6vw;
}

@media screen and (min-width: 768px) {
  .intro .links li {
    width: 23.68421%;
  }
}

.machine {
  margin: 4.8vw 1.33333vw 0;
}

@media screen and (min-width: 768px) {
  .machine {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 8.77193%;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .machine dl {
    width: 45.61404%;
  }
}

.machine dl:nth-child(2n) {
  text-align: right;
}

.machine dl dt {
  margin-bottom: 2.4vw;
  padding-bottom: 3.2vw;
  font-size: 4vw;
  font-weight: 500;
  border-bottom: 1px solid #444;
}

@media screen and (min-width: 768px) {
  .machine dl dt {
    margin-bottom: 17px;
    padding-bottom: 24px;
    font-size: 24px;
  }
}

.machine dl dt.over span {
  display: block;
  transform: scale(0.96, 1);
  transform-origin: top left;
  width: 104%;
}

.machine dl dd {
  position: relative;
}

.machine dl dd p {
  font-size: 3.2vw;
  line-height: 1.41667;
}

@media screen and (min-width: 768px) {
  .machine dl dd p {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 1.55556;
  }
}

.machine dl:nth-child(2n-1) figure {
  text-align: right;
}

.machine dl:nth-child(2n) figure {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .machine dl ul {
    width: 34.66667vw;
    position: absolute;
    top: 12.26667vw;
    left: 0;
  }
  .machine dl ul li {
    margin-bottom: 1.6vw;
  }
  .machine dl:nth-child(2n) ul {
    right: 0;
    left: auto;
  }
  .machine dl figure {
    width: 54.66667vw;
    margin-bottom: 4vw;
  }
  .machine dl:nth-child(2n-1) figure {
    margin-left: auto;
  }
  .machine dl:nth-child(1) figure {
    margin-top: -4vw;
  }
  .machine dl:nth-child(2) figure {
    margin-top: -6.66667vw;
    margin-left: 2.66667vw;
  }
  .machine dl:nth-child(3) figure {
    width: 60vw;
    margin-right: -1.33333vw;
  }
}

@media screen and (min-width: 768px) {
  .machine dl ul {
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }
  .machine dl:nth-child(1) figure {
    margin: -0.96154% 0 0.76923%;
  }
  .machine dl:nth-child(2) figure {
    margin: -5.76923% 0 0 3.84615%;
  }
  .machine dl:nth-child(3) figure {
    margin: 2.30769% 1.92308% -3.07692% 0;
  }
  .machine dl:nth-child(4) figure {
    margin: 11.53846% 0 9.03846% 1.92308%;
  }
}

.item {
  margin: 0 1.33333vw;
}

@media screen and (min-width: 768px) {
  .item {
    margin: -10px 0;
    padding-top: 26px;
    background: url(../img/bg02.jpg) no-repeat center top;
  }
}

.item .title {
  position: relative;
  padding-top: 6.66667vw;
}

@media screen and (min-width: 768px) {
  .item .title {
    padding-top: 90px;
  }
}

.item .title h3 {
  margin-bottom: 2.66667vw;
  padding-bottom: 2.66667vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #444;
}

@media screen and (min-width: 768px) {
  .item .title h3 {
    margin-bottom: 0;
    padding-bottom: 28px;
    font-size: 24px;
  }
}

.item .title span {
  display: inline-block;
  width: 20.93333vw;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .item .title span {
    width: 157px;
  }
}

.item .title a {
  display: block;
  width: 21.33333vw;
}

@media screen and (min-width: 768px) {
  .item .title a {
    width: auto;
    position: absolute;
    bottom: 23px;
    right: 0;
  }
}

.item .txt {
  margin-left: 1.25em;
  text-indent: -1.25em;
  font-size: 3.2vw;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .item .txt {
    font-size: 18px;
    line-height: 2.11111;
  }
}

.item .txt.dmqp {
  margin-top: 3.2vw;
}

@media screen and (min-width: 768px) {
  .item .txt.dmqp {
    margin-top: 24px;
  }
}

.item .notes {
  margin-top: .3em;
  margin-left: 1.6em;
  text-indent: -1.6em;
  font-size: 2.66667vw;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item .notes {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {
  .item .total {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
  }
}

@media screen and (min-width: 768px) {
  .item .total > div {
    width: 45.17544%;
  }
}

.item .total .fig {
  display: flex;
  justify-content: center;
  column-gap: 10%;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px) {
  .item .total .fig {
    margin-bottom: 20px;
  }
}

.item .total .fig figcaption {
  font-size: 2.66667vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .item .total .fig figcaption {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .item .total .fig figcaption a {
    display: inline-block;
    width: 34.66667vw;
  }
}

.item .total .taiyo .logo {
  width: 35.33333vw;
  margin: 4.66667vw 0 4.66667vw;
}

@media screen and (min-width: 768px) {
  .item .total .taiyo .logo {
    width: 265px;
    margin: 0 0 76px;
  }
}

.item .total .dmg .logo {
  width: 33.33333vw;
  margin: 6.66667vw 0 4vw;
}

@media screen and (min-width: 768px) {
  .item .total .dmg .logo {
    width: 250px;
    margin: 0 0 43px;
  }
}

@media screen and (min-width: 768px) {
  .item .total .dmg .fig {
    margin-bottom: 47px;
  }
}

.item .emarket {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  margin: 0 2.26667vw 0 0.8vw;
}

@media screen and (min-width: 768px) {
  .item .emarket {
    margin: -58px 16px 0 0;
  }
}

.item .emarket > div {
  padding-right: 2.53333vw;
}

@media screen and (min-width: 768px) {
  .item .emarket > div {
    padding-right: 19px;
  }
}

.item .emarket p {
  margin: 2.66667vw -0.3em 4vw 0;
  font-size: 2.66667vw;
}

@media screen and (min-width: 768px) {
  .item .emarket p {
    margin: 20px -.3em 30px 0;
    font-size: 18px;
  }
}

.dreamcontest {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dreamcontest h3 {
  width: 100%;
  margin: 9.33333vw 0 3.2vw;
  padding-bottom: 2.4vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #444;
}

@media screen and (min-width: 768px) {
  .dreamcontest h3 {
    margin: 90px 0 30px;
    padding-bottom: 18px;
    font-size: 24px;
  }
}

.dreamcontest figure {
  width: 88vw;
  margin: 8vw auto 4vw;
}

@media screen and (min-width: 768px) {
  .dreamcontest figure {
    width: 50.87719%;
    margin: 0 0 50px;
  }
}

.dreamcontest figure figcaption {
  margin-top: .5em;
}

.dreamcontest p {
  font-size: 3.2vw;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .dreamcontest p {
    width: 42.98246%;
    font-size: 16px;
    line-height: 2;
  }
}

.dreamcontest a {
  display: block;
  margin: 0 auto;
  width: 74.66667vw;
  margin-top: 4.26667vw;
  font-size: 3.46667vw;
  line-height: 8.93333vw;
  text-align: center;
  color: #fff;
  background: #444;
}

@media screen and (min-width: 768px) {
  .dreamcontest a {
    width: 400px;
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 48px;
  }
}

.info > section {
  margin-top: 5.33333vw;
  padding-top: 10.66667vw;
}

@media screen and (min-width: 768px) {
  .info > section {
    margin-top: 50px;
    padding-top: 30px;
  }
}

.info h2 {
  position: relative;
  margin-bottom: 8.8vw;
  font-size: 5.06667vw;
  line-height: 1.18421;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .info h2 {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 1;
  }
}

.info h2::before, .info h2::after {
  content: "";
  width: 26.66667vw;
  height: 1px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .info h2::before, .info h2::after {
    width: 400px;
  }
}

.info h2::after {
  left: auto;
  right: 0;
}

.info h2 span {
  position: relative;
  display: inline-block;
  padding: 0 .5em;
  background: #eeefef;
  z-index: 1;
}

.info h3 {
  margin: 0 0 6.13333vw;
  font-size: 4.26667vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .info h3 {
    margin: 0 0 40px;
    font-size: 30px;
  }
}

.info .wrap {
  margin: 0 1.33333vw;
}

@media screen and (min-width: 768px) {
  .info .wrap {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}

.access dl {
  font-size: 3.2vw;
  line-height: 1.66;
}

@media screen and (min-width: 768px) {
  .access dl {
    margin-left: 0;
    font-size: 16px;
    line-height: 2;
  }
}

.access dl dt {
  font-size: 3.46667vw;
  margin-top: 1.66em;
}

@media screen and (min-width: 768px) {
  .access dl dt {
    font-size: 19px;
    margin-top: 1.5em;
  }
}

.access dl dt:first-child {
  font-weight: 500;
}

.access dl dd {
  margin-left: 1.4em;
}

.access figure {
  width: 89.06667vw;
  margin: 8vw auto 0;
}

@media screen and (min-width: 768px) {
  .access figure {
    width: 637px;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .admission {
    margin-bottom: 130px;
  }
}

@media screen and (min-width: 768px) {
  .admission .wrap {
    justify-content: flex-start;
  }
}

.admission p {
  font-size: 3.2vw;
  line-height: 1.66;
}

@media screen and (min-width: 768px) {
  .admission p {
    font-size: 16px;
    line-height: 2;
  }
}

.admission p span {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.admission .ticket {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .admission .ticket {
    justify-content: flex-start;
    margin: 10px 0 0 90px;
  }
}

.admission .ticket figure {
  width: 19.86667vw;
  margin-right: 6vw;
}

@media screen and (min-width: 768px) {
  .admission .ticket figure {
    width: 107px;
    margin-right: 20px;
  }
}

.admission .ticket dt {
  margin-bottom: 2.66667vw;
  font-size: 3.86667vw;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .admission .ticket dt {
    margin-bottom: .8em;
    font-size: 24px;
  }
}

.admission .ticket dd {
  font-size: 3.2vw;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .admission .ticket dd {
    font-size: 19px;
  }
}

.techfri .item {
  margin-top: 12vw;
  padding: 5.33333vw 6vw 6.66667vw;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .techfri .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 50px 70px;
  }
}

.techfri .item .title {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .techfri .item .title {
    width: 100%;
  }
}

.techfri .item .txt {
  margin-top: 3.2vw;
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  .techfri .item .txt {
    width: 49%;
    margin-top: 24px;
    line-height: 2;
  }
}

.techfri .item figure {
  width: 69vw;
  margin: 4vw auto 0;
}

@media screen and (min-width: 768px) {
  .techfri .item figure {
    width: 42%;
    margin: 34px 0 0;
  }
}
