@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
/* common 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;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
  color: #000;
  background: #ececec;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* common ==== */
@-ms-viewport {
  width: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto !important;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
}

button,
input,
select,
textarea,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input[type="text"]:focus,
button {
  outline: 0;
}

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
/*
header
------------------------------------- */
header {
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  background: #000;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  opacity: 0;
}

.is-show {
  transform: translateY(0);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

.nav-search .drawer-dropdown-menu {
  font-size: 0;
}

/*
content
------------------------------------- */
.is-show+main {
  padding-top: 60px;
}

.page-mv {
  position: relative;
  height: 262px;
  background: url(../img/bg_title.webp) center top / cover no-repeat;
}

.page-mv .w-logo {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 113px;
}

.page-mv .w-logo a {
  display: block;
}

.page-mv .inner {
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: absolute;
  display: flex;

  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.page-mv .tit-area {
  padding-left: 133px;
}

.page-mv h1 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 23px;
}

.page-mv h1 span {
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  padding-left: 4px;
  font-family: 'Poppins';
}

.page-mv .u-logo {
  width: 400px;
}

.page-mv .tit-data {
  display: flex;
  flex-wrap: wrap;
  margin-left: 130px;
}

.page-mv .tit-data dl+dl {
  margin-left: 27px;
}

.page-mv .tit-data dt {
  border: 2px solid #000;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 6px 22px 7px;
  margin-bottom: 5px;
}

.page-mv .tit-data dd {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 5px 12px 0;
  border-bottom: 3px solid #000;
}

.page-mv .tit-data dd span {
  font-weight: 500;
  font-size: 5.3rem;
  display: inline-block;
  margin: 0 5px;
  font-family: 'Poppins';
  position: relative;
  bottom: -5px;
}

.page-mv .tit-data dd span:nth-of-type(2) {
  margin-left: 15px;
}

.cont-area {
  background: url(/updata/2023/common/img/bg_cont.webp) 0 0 / 100% auto no-repeat, #f3f3f3;
  overflow: hidden;
}


/*タイトル周り*/
.r-tit01 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 500;
  padding: 5px 14px 9px;
}

.b-tit01 {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0 0 14px 7px;
  border-bottom: 4px solid #000;
  margin-bottom: 30px;
}

/*ボタン*/
.btn button,
.btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  font-size: 2rem;
  color: #fff;
  border-radius: 8px;
  background: #000;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding-bottom: 5px;
  font-weight: 500;
  box-shadow: -5px 5px 0px 0px #07fbed;
}

.btn button::before,
.btn a::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(../../common/img/ico_arrow.svg) center center / contain no-repeat;
}

/*
footer
------------------------------------- */
footer {
  color: #fff;
  background: #000;
}

.f-top__share dt {
  color: #747474;
  font-size: 1.2rem;
}

.f-top__share ul {
  display: flex;
}

.f-top__share li {
  width: 50px;
}

.f-top__share li:not(:first-child) {
  margin-left: 20px;
}

.f-top__share-hashutag dd a {
  font-size: 3.4rem;
  text-decoration: underline;
  color: #fff;
  transition: .3s;
  font-family: 'Poppins';
}

.f-top__share-hashutag dd a:hover {
  opacity: .5;
}

.f-top__contact dt {
  font-size: 4.0rem;
  font-weight: 600;
  font-family: 'Poppins';
}

.f-top__contact dd {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2.14;
}

.f-top__contact dd a {
  text-decoration: underline;
  color: #fff;
  transition: .3s;
}

.f-bot {
  border-top: solid 1px #262626;
}

.copy {
  color: #a3a3a3;
  font-size: 10px;
  font-size: 1.0rem;
}

/*All END*/
/* ----------------------------------------------------
メディアクエリ設定 (PC) 769px～
---------------------------------------------------- */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }

  body {
    min-width: 1240px;
  }

  /*
	header
	------------------------------------- */
  header,
  .clone-nav {
    min-width: 1240px;
  }

  .head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 1240px;
    margin: 0 auto;
    padding: 0 30px 0 20px;
    height: 60px;
  }

  header .logo {
    width: 121px;
  }

  .nav-sp,
  .drawer-hamburger {
    display: none;
  }

  .drawer-nav {
    background: none;
    width: calc(100% - 121px);
    height: auto;
    position: inherit;
    overflow: visible;
  }

  .drawer-nav a {
    text-decoration: none;
    display: block;
    color: #fff;
  }

  .drawer-menu {
    display: flex;
    justify-content: space-between;
    margin-left: 50px;
  }

  .gnavi {
    display: flex;
    align-items: center;
  }

  .gnavi>li a {
    display: block;
    position: relative;
    padding-bottom: 2px;
  }

  .gnavi>li a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #fff;
    display: block;
  }

  .gnavi>li+li {
    margin-left: 50px;
  }

  .gnavi li.active a::before {
    width: 100%;
  }

  .subnavi {
    display: flex;
  }

  .subnavi>li a {
    font-size: 1.2rem;
    text-align: center;
    width: 120px;
    height: 30px;
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-online a {
    border: 1px solid #fff;
    margin-right: 7px;
  }

  .nav-entry a {
    background: #07fbed;
    color: #000;
  }

  /*
	footer
	------------------------------------- */
  footer {
    min-width: 1240px;
  }

  .f-topborder {
    min-width: 1240px;
  }

  .f-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 1240px;
  }

  .f-top .f-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-top: 85px;
    padding-bottom: 75px;
  }

  .f-top__share {
    display: flex;
    padding: 15px 30px 0 0;
  }

  .f-top__share dd {
    margin-top: 45px;
  }

  .f-top__share li a {
    transition: .3s;
  }

  .f-top__share-hashutag {
    margin-left: 85px;
  }

  .f-bot .f-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .f-bot .f-logo {
    width: 120px;
  }

  /*tablet PC END*/
}

/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .gnavi>li a::before,
  .subnavi>li a,
  .page-mv a,
  footer a,
  .btn button,
  .btn a {
    transition: .3s;
  }

  .gnavi>li a:hover::before {
    width: 100%;
  }

  .subnavi>li a:hover,
  footer a:hover,
  .btn button:hover,
  .btn a:hover {
    opacity: 0.7;
    text-align: center;
  }
}

/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }

  /*
	header
	------------------------------------- */
  header {
    position: relative;
    height: 53px;
  }

  header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 50px);
    height: 53px;
  }

  header .logo p {
    padding-left: 10px;
    width: 31.25%;
  }

  header .logo img {
    width: 100%;
    max-width: 100px;
  }

  .nav-sp {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex: 1;
    margin-left: 5%;
  }

  .nav-sp li {
    width: 48%;
    max-width: 150px;
    display: flex;
  }

  .nav-sp li span {
    font-size: 3vw;
  }

  .nav-online-sp a,
  .nav-entry-sp a {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    max-width: 150px;
    text-align: center;
    padding: 6px 0;
  }

  .nav-online-sp a {
    border: 1px solid #fff;
    margin-right: 5px;
  }

  .nav-entry-sp a {
    background: #07fbed;
    color: #000;
  }

  .drawer-hamburger {
    position: absolute;
    width: 25px;
    height: 28px;
    padding: 0;
    font-size: 0;
    z-index: 10000;
    top: 8px;
    right: 13px !important;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon::after,
  .drawer-hamburger-icon::before {
    background: #fff;
    width: 100%;
    height: 1px;
  }

  .drawer--right.drawer-open .drawer-hamburger {
    position: fixed;
    right: 0;
    top: 10px;
    z-index: 99999;
  }

  .drawer-open .is-show {
    transform: none;
  }

  .drawer--right .drawer-nav {
    right: -100%;
  }

  .drawer-nav {
    width: 100%;
    background: #000;
    z-index: 9999;
  }

  .drawer-menu {
    padding: 12.5vw 9.6875vw;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer-nav a {
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1.5;
  }

  .gnavi {
    padding-top: 25vw;
    width: 100%;
    background: url(../img/logo_updata_w.svg) center top / 50.9375vw auto no-repeat;
  }

  .gnavi li+li {
    margin-top: 8.5vw;
  }

  .gnavi li a {
    display: block;
    font-size: 4.375vw;
    color: #fff;
    background: url(../img/ico_arrow.svg) right center / 4.21875vw auto no-repeat;
  }

  .subnavi {
    margin-top: 10vw;
  }

  .subnavi>li {
    margin-top: 5vw;
  }

  .subnavi>li a {
    display: block;
    padding: 5vw;
    text-align: center;
    font-size: 4.5vw;
  }

  .nav-online a {
    border: 1px solid #fff;
  }

  .nav-entry a {
    background: #07fbed;
    color: #000;
  }

  .subnavi>li a span {
    display: block;
    background: url(../img/ico_arrow.svg) right center / 4vw auto no-repeat;
  }

  .subnavi>.nav-entry a span {
    background-image: url(../img/ico_arrow_blk.svg);
  }

  /*
  content
  ------------------------------------- */
  .is-show+main {
    padding-top: 53px;
  }

  .page-mv {
    height: 0;
    padding-top: 95.3125%;
    background-image: url(../img/bg_title_sp.webp);
    color: #fff;
    overflow: hidden;
  }

  .page-mv .w-logo {
    width: 21.875vw;
    top: 3.125vw;
    right: 3.4375vw;
  }

  .page-mv .inner {
    width: 100%;
    padding: 15.625vw 7.8125vw 0;
    text-align: center;
    align-items: flex-start;
    flex-direction: column;
  }

  .page-mv .tit-area {
    padding-left: 0;
  }

  .page-mv .u-logo {
    width: 78.125vw;
    text-align: left;
  }

  .page-mv .u-logo img {
    max-width: none;
    width: 100%;
  }

  .page-mv h1 {
    font-size: 6.25vw;
    text-align: left;
    margin-bottom: 5.46875vw;
  }

  .page-mv h1 span {
    font-size: 3.5vw;
  }

  .page-mv .tit-data {
    margin: auto 0 0 0;
    position: relative;
    padding: 7.65625vw 0;

  }

  .page-mv .tit-data>* {
    position: relative;
    z-index: 1;
  }

  .page-mv .tit-data::before {
    content: "";
    position: absolute;
    top: 0;
    left: -8.1vw;
    display: block;
    width: 110vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .page-mv .tit-data dl+dl {
    margin-left: 6.25vw;
  }

  .page-mv .tit-data dt {
    padding: 1.875vw 0 2.03125vw;
    font-size: 3.4375vw;
    margin-bottom: 1vw;
    border: 0.3125vw solid #fff;
  }

  .page-mv .tit-data dd {
    font-size: 3.375vw;
    padding: 0 0.6vw 3.125vw;
    border-width: 0.9375vw;
    border-color: #fff;

  }

  .page-mv .tit-data dd span {
    font-size: 11.25vw;
    margin: 0 1vw;
    bottom: -1vw;
  }

  .page-mv .tit-data dd span:nth-of-type(2) {
    margin-left: 2vw;
  }

  .cont-area {
    background: url(../img/bg_cont_sp.webp) 0 -20vw / 100% auto repeat-y;
    overflow: hidden;
  }


  /*タイトル周り*/
  .r-tit01 span {
    height: 6.875vw;
    font-size: 4.375vw;
    padding: 0 2.34375vw 0.5vw;
  }

  .b-tit01 {
    font-size: 4.7vw;
    padding: 0 0 2.34375vw;
    border-width: 0.625vw;
    margin-bottom: 4.6875vw;
  }

  /*ボタン*/
  .btn button,
  .btn a {
    width: 75vw;
    font-size: 4.375vw;
    height: 15.625vw;
    padding-bottom: 0;
    box-shadow: -0.9375vw 0.9375vw 0px 0px #07fbed;
    margin: 0 auto;
    border-radius: 1.875vw;
  }

  .btn button::before,
  .btn a::before {
    width: 3.4375vw;
    height: 2.34375vw;
    right: 5vw;
  }

  /*
	footer
	------------------------------------- */
  .f-inner {
    padding: 0 6.25%;
  }

  .f-top .f-inner {
    padding: 12.5% 6.25% 10%;
  }

  .f-top__share dt {
    font-size: 3.85vw;
  }

  .f-top__share dd {
    margin-top: 6%;
  }

  .f-top__share li {
    width: 15.5vw;
  }

  .f-top__share li:not(:first-child) {
    margin-left: 7%;
  }

  .f-top__share-hashutag {
    margin-top: 13%;
  }

  .f-top__share-hashutag dd a {
    font-size: 5.4vw;
  }

  .f-top__contact {
    margin-top: 13.2%;
  }

  .f-top__contact dt {
    font-size: 7.3vw;
  }

  .f-top__contact dd {
    line-height: 2;
    font-size: 3.85vw;
    margin-top: 4%;
  }

  .f-bot .f-inner {
    padding-top: 8%;
    padding-bottom: 10%;
  }

  .f-logo {
    width: 48%;
  }

  .f-logo img {
    max-width: none;
    width: 100%;
  }

  .copy {
    margin-top: 6%;
    font-size: 3.15vw;
  }

  /*smartPhone END*/
}

@media screen and (min-width: 450px) and (max-width: 768px) {

  .nav-timetable-sp a,
  .nav-entry-sp a {
    font-size: 1.6vw;
  }
}