@charset "utf-8";

/**************************************************************/

/*reset*/

/**************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

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

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* v-cloak処理 */
[v-cloak] {
  display: none;
}
/**************************************************************/

/*common*/

/**************************************************************/

html {
  box-sizing: border-box;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  font-size: 16px;
  font-family:
    'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

/* a:link {
  color: rgba(62, 58, 57, 1);
} */
/* 
a:hover:active {
  transform: scale(0.98);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.8;
    transition: 0.5s;
  }
}
 */

#wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  #wrapper {
    position: relative;
    overflow: hidden;
  }
}

.contents-wrap {
  padding: min(2.77778vw, 40px) 0 min(3.88889vw, 56px);
}

@media screen and (max-width: 543px) {
  .contents-wrap {
    padding: 18px 0 32px;
  }
}

.inner-wrap {
  padding: 0 2%;
}

@media screen and (max-width: 543px) {
  .inner-wrap {
    padding: 0 5%;
  }
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 6.66667%;
  }
}

/*デバイス別表示/非表示*/
.pc-view {
  display: block;
}

.sp-view {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }

  .midsp-view {
    display: block;
  }

  .sp-view {
    display: block !important;
  }
}

@media only screen and (max-width: 543px) {
  .mid-view {
    display: none;
  }

  .sp-view {
    display: block;
  }
}

/*  */
.hd {
  position: relative;
  text-align: center;
  font-size: 4.8rem;
  margin-bottom: min(2.22222vw, 32px);
}

@media screen and (max-width: 768px) {
  .hd {
    position: relative;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: min(2.22222vw, 32px);
  }
}

@media screen and (max-width: 543px) {
  .hd {
    font-size: 2.4rem;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 320px) {
  .hd {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}

.hd span {
  position: relative;
}

.hd span.side-deco_l,
.hd span.side-deco_r {
  vertical-align: middle;
}

.hd span.side-deco_l {
  padding-right: 0.3em;
}

.hd span.side-deco_r {
  padding-left: 0.3em;
}

@media screen and (max-width: 768px) {
  .hd span.side-deco_l {
    display: inline-block;
    width: min(17.63889vw, 254px);
  }

  .hd span.side-deco_r {
    display: inline-block;
    width: min(14.72222vw, 212px);
  }
}

/**************************************************************/
/*header*/
/**************************************************************/
header {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header {
    padding: 0;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
}

.header-inner h1 {
  width: 34%;
  max-width: 300px;
}

@media only screen and (max-width: 543px) {
  .header-inner h1 {
    width: 65%;
  }
}

.btn-header-entry a {
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 14px;
  background: #23b023;
  color: #fff;
}
/**************************************************************/

/*main-visual*/

/**************************************************************/
.main-visual {
  position: relative;
}

.main-visual picture {
  display: flex;
  align-items: center;
}

.title-cont_area {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  /* padding: 10% 0 4%; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 543px) {
  .title-cont_area {
    padding: 0;
    top: 65%;
  }
}

@media screen and (max-width: 543px) {
  .title-cont_area h1 {
    width: 90vw;
  }
}

.title-cont_area img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

.status-tag_area {
  margin: 0 auto 24px;
  font-size: 1.8rem;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 839px) {
  .status-tag_area {
    font-size: 1.4rem;
    font-size: 14px;
  }
}

.status-tag_area li {
  display: inline-block;
  line-height: 1.2;
  background: #fff;
  color: #717071;
  margin-bottom: 4px;
  padding: 2px 8px;
  border: 2px solid #717071;
}

.btn-hero-entry {
  position: relative;
  display: block;
  margin: 80px auto 0;
  padding: 0.6em 4em;
  text-align: center;
  background: #ea5413;
  color: #fff !important;
  border: 5px solid #fff;
  border-radius: 40px;
  font-weight: 700;
  font-size: clamp(22px, 3vw, 30px);
  transition: background 0.3s ease;
}

@media screen and (max-width: 1180px) {
  .btn-hero-entry {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .btn-hero-entry {
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 0.4em 3em;
  }
}

@media screen and (max-width: 543px) {
  .btn-hero-entry {
    padding: 0.8rem 60px;
  }
}

@media (hover: hover) {
  .btn-hero-entry:hover {
    background: #fd6a2b;
  }
}

.btn-hero-entry::before,
.btn-hero-entry::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 36px;
  width: 16px;
  height: 3px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}

.btn-hero-entry::before,
.btn-hero-entry::after {
  display: none;
}

.btn-hero-entry::before {
  transform: rotate(45deg);
}

.btn-hero-entry::after {
  transform: rotate(-45deg);
}

/* nav */
.nav-cont {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .nav-cont {
    padding: 0;
  }
}

.nav-cont ul {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .nav-cont ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

.nav-cont ul li {
  border-right: 2px solid #fff;
}

@media screen and (max-width: 543px) {
  .nav-cont ul li {
    width: 33%;
    text-align: center;
  }
}

.nav-cont ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 543px) {
  .nav-cont ul li:nth-child(-n + 3) {
    border-bottom: 2px solid #fff;
  }

  .nav-cont ul li:nth-child(3n) {
    border-right: none;
  }
}

.nav-cont ul li a {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  color: #fff;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .nav-cont ul li a {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 320px) {
  .nav-cont ul li a {
    font-size: 1.2rem;
  }
}

.east {
  background: #00469b;
}

.west {
  background: #009844;
}

.tokai {
  background: #e50012;
}

/* リンク無効化処理 */
.entry-disabled {
  cursor: default;
  text-decoration: none;
}
/**************************************************************/

/*開催概要*/

/**************************************************************/
.event-schedule-cont {
  background: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  padding: 5%;
}

.event-schedule-cont dl {
  display: flex;
  border-bottom: 1px solid #000;
  padding: min(1.73611vw, 25px) 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 544px) {
  .event-schedule-cont dl {
    flex-direction: column;
  }
}

.event-schedule-cont dl dt {
  width: 13%;
}

@media screen and (max-width: 544px) {
  .event-schedule-cont dl dt {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}

.event-schedule-cont dl dd {
  width: 87%;
}

@media screen and (max-width: 544px) {
  .event-schedule-cont dl dd {
    width: 100%;
  }
}

.gmap-cont_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .gmap-cont_sp {
    display: block;
    margin: 18px 0;
  }
}

.gmap-cont_dt {
  display: block;
  margin: 1.5em 0;
}

@media screen and (max-width: 768px) {
  .gmap-cont_dt {
    display: none;
  }
}

.Gmap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .Gmap {
    position: relative;
    float: none;
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
  }
}

.Gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.announce {
  margin-top: 42px;
}

@media screen and (max-width: 544px) {
  .announce {
    margin-top: 1.5rem;
  }
}

.img-gallery ul {
  display: flex;
}

.img-gallery ul li {
  width: 25%;
}

.img-gallery ul li img {
  display: block;
  width: 100%;
}

/**************************************************************/

/*参画企業*/

/**************************************************************/
.company-list {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .company-list {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .company-list {
    width: 100%;
  }
}

#company-list {
  width: 100%;
  height: auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  gap: 40px;
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  #company-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 8px;
    margin: 20px auto;
  }
}

#company-list > div {
  width: 100%;
  place-items: center;
  text-align: center;
  position: relative;
}

#company-list > div > div {
  min-width: 320px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.24);
  border-radius: 10px;
  padding: 20px 10px;
}

@media screen and (max-width: 767px) {
  #company-list > div > div {
    min-width: 160px;
    gap: 2px;
  }
}

#company-list > div > div > img:first-of-type {
  max-width: 60px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #company-list > div > div > img:first-of-type {
    max-width: 40px;
  }
}

@media screen and (max-width: 480px) {
  #company-list > div > div > img:first-of-type {
    max-width: 30px;
  }
}

#company-list > div > div > img:last-of-type {
  max-width: 230px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #company-list > div > div > img:last-of-type {
    max-width: 150px;
    width: clamp(90px, 30vw, 150px);
  }
}

#company-list p {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 20px;
  white-space: pre-wrap;
}

@media screen and (max-width: 543px) {
  #company-list p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}

#company-list span {
  font-size: 1.5rem;
  text-align: center;
  white-space: pre-wrap;
}

@media screen and (max-width: 543px) {
  #company-list span {
    font-size: 1.2rem;
  }
}

#company {
  padding: 3% 0;
}

#company > p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 543px) {
  #company > p {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.mark-explain {
  max-width: 1080px;
  text-align: right;
  font-size: 1.4rem;
  margin: 0 auto 4px;
}

.mark-explain span {
  color: #ff0000;
}

.online-star {
  position: absolute;
  top: -20px;
  right: 10px;
  font-size: 2.4rem;
  color: #ff0000;
}

.bus-img {
  width: clamp(150px, 20.8vw, 250px);
  height: clamp(29px, 4vw, 48px);
  transition: transform 0.6s ease;
  margin-bottom: 10px;
}

@media screen and (max-width: 543px) {
  .bus-img {
    height: 30px;
    margin-bottom: 6px;
  }
}

#company h3 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 20px 0;
}

@media screen and (max-width: 543px) {
  #company h3 {
    font-size: 1.8rem;
  }
}

.annotation {
  text-align: right;
  font-size: 1.2rem;
  max-width: 1440px;
  margin: 0 auto 2em;
}

.company_list_data {
  margin: 0 auto;
  background: #fff;
  max-width: 1080px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  gap: 1vw;
}

@media screen and (max-width: 543px) {
  .company_list_data {
    margin: 0 auto 5%;
    justify-content: space-between;
  }
}

ul.company_list_data li {
  display: flex;
  width: 90%;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.6rem;
}

@media screen and (max-width: 543px) {
  ul.company_list_data li {
    width: 96%;
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  ul.company_list_data li {
    font-size: 1.3rem;
  }
}

ul.company_list_data li::before {
  content: '●';
  display: block;
  padding-right: 10px;
}

@media screen and (max-width: 543px) {
  ul.company_list_data li::before {
    padding-right: 4px;
  }
}

/**************************************************************/
/*bus simulator*/
/**************************************************************/
#simulator {
  background:
    url('../../../img/bg_bus_front.webp') no-repeat top right / 25%,
    url('../../../img/bg_bus_rear.webp') no-repeat bottom left / 25%,
    #fffcf0;
  padding: min(3.88889vw, 56px) 0;
}

@media screen and (max-width: 544px) {
  #simulator {
    padding: 24px 0;
  }
}

.simulator-contents {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  border: #ff8400 5px solid;
}

@media screen and (max-width: 544px) {
  .simulator-contents {
    flex-direction: column;
    gap: 24px 0;
    padding: 5%;
  }
}

.txt-cont h2 {
  margin-bottom: 18px;
}

@media screen and (max-width: 544px) {
  .txt-cont h2 {
    margin-bottom: 12px;
    font-size: 2rem;
    text-align: center;
  }
}

.img-cont {
  width: 38%;
}

@media screen and (max-width: 544px) {
  .img-cont {
    width: 100%;
  }
}

/**************************************************************/
/*online event*/
/**************************************************************/
#online-event {
  width: 100%;
  max-width: 980px;
  margin: 32px auto 0;
  padding: 28px;
  background: #fff;
  border-radius: 20px;
  border: #ff8400 5px solid;
}

@media screen and (max-width: 544px) {
  #online-event {
    padding: 5%;
    margin: 24px auto 0;
  }
}

.online-hd {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: min(2.22222vw, 32px);
}

@media screen and (max-width: 544px) {
  .online-hd {
    font-size: 2rem;
  }
}

.online-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: min(2.22222vw, 32px);
}

@media screen and (max-width: 544px) {
  .online-cont {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: min(2.22222vw, 32px);
  }
}

.online-img-cont {
  width: 40%;
}

@media screen and (max-width: 544px) {
  .online-img-cont {
    width: 100%;
    margin-top: min(2.22222vw, 32px);
  }
}

.online-img-cont ul {
  display: flex;
  margin: 0 auto;
}

.online-img-cont img {
  width: 100%;
}

.online-txt-cont {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: min(1.25vw, 18px);
}

@media screen and (max-width: 544px) {
  .online-txt-cont {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.emp {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 544px) {
  .emp {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.round-corners {
  background: #fffcf0;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 544px) {
  .round-corners {
    width: 100%;
  }
}

.online-event-date {
  text-align: center;
}

@media screen and (max-width: 544px) {
  .online-event-date {
    margin-bottom: 12px;
  }
}

.online-event-date dt {
  background: #ff8400;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.online-event-date dd {
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 544px) {
  .online-event-date dd {
    font-size: 2rem;
  }
}

.round-corners p {
  text-align: center;
  margin-bottom: 1rem;
}

.link-online-entry {
  font-size: 1.6em;
  font-weight: bold;
  color: #00469b;
  border: 2px solid #00469b;
  transition: color 0.3s ease;
}

@media screen and (max-width: 544px) {
  .link-online-entry {
    font-size: 1.2em;
  }
}

@media (hover: hover) {
  .link-online-entry:hover {
    color: #1e6bc9;
  }
}

.deadline {
  font-size: 2.2rem;
  text-decoration: underline red 5px;
}

@media screen and (max-width: 544px) {
  .deadline {
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: underline red 3px;
  }
}

.icon-online {
  width: 90%;
  margin: 20px auto 0;
}

@media screen and (max-width: 544px) {
  .icon-online {
    width: 100%;
  }
}

.icon-online ul {
  display: flex;
  justify-content: space-between;
}

.online-attention {
  width: 90%;
  margin: 24px auto 0;
}

/**************************************************************/
/*message*/
/**************************************************************/
#message {
  background: #ff8400;
  background-image:
    linear-gradient(45deg, #864500 3%, transparent 0), linear-gradient(-135deg, #864500 3%, transparent 0);
}

.concept-cont {
  color: #fff;
  text-align: center;
  margin-bottom: min(2.77778vw, 40px);
}

@media screen and (max-width: 768px) {
  .concept-cont {
    display: block;
    padding: 0;
    padding: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .concept-cont {
    margin-bottom: 28px;
  }
}

.concept-head h2 {
  font-size: 4rem;
}

@media screen and (max-width: 543px) {
  .concept-head h2 {
    font-size: min(5.89319vw, 32px);
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .concept-head {
    display: block;
    width: 100%;
  }

  .concept-head h2 {
    font-size: 2.2rem;
    margin-bottom: 0.8em;
  }
}

.concept-txt {
  padding: min(1.11111vw, 16px) 0;
}

.concept-txt h3 {
  font-size: 2.4rem;
  margin-bottom: min(0.55556vw, 8px);
}

@media screen and (max-width: 768px) {
  .concept-txt {
    width: 100%;
    padding: 0;
  }

  .concept-txt h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

.concept-cont p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: min(1.25vw, 18px);
}

@media screen and (max-width: 543px) {
  .concept-cont p {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 1.5rem;
  }
}

.media-cont {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  padding: min(4.51389vw, 65px) min(6.52778vw, 94px) min(3.33333vw, 48px);
}

@media screen and (max-width: 768px) {
  .media-cont {
    padding: min(8.46354vw, 65px) min(12.23958vw, 94px) min(6.25vw, 48px);
  }
}

.media-cont h2 {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 94%;
  max-width: 615px;
  background: #f0ff02;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
}

@media screen and (max-width: 543px) {
  .media-cont h2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .media-cont h2 {
    font-size: 1rem;
  }
}

.top-movie {
  width: 100%;
  max-width: 960px;
  margin: 0 auto min(1.66667vw, 24px);
  font-weight: bold;
}

.top-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.top-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.popup-iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.movie-caption {
  text-align: right;
}

@media screen and (max-width: 543px) {
  .movie-caption {
    font-size: min(2.20994vw, 12px);
  }
}

.media-cont p {
  width: 96%;
  margin: 0 auto;
}

@media screen and (max-width: 543px) {
  .media-cont p {
    font-size: 1.4rem;
  }
}

/**************************************************************/
/*event point*/
/**************************************************************/
#point {
  background: #ffe1bc;
}

.point-contents ul {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  column-gap: 2%;
}

@media only screen and (max-width: 543px) {
  .point-contents ul {
    flex-direction: column;
    padding: 0 5%;
  }
}

.point-contents ul li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 32%;
  margin-bottom: min(4.41989vw, 24px);
}

@media only screen and (max-width: 543px) {
  .point-contents ul li {
    width: 100%;
    display: block;
  }
}

.point-illust {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #fff linear-gradient(transparent 49%, #ff8b00 49%, #ff8b00 50%, transparent 50%);
  padding: min(1.94444vw, 28px) min(4.16667vw, 60px);
  box-shadow: 2px 4px 12px #00000014;
  margin-bottom: min(1.66667vw, 24px);
}

@media only screen and (max-width: 768px) {
  .point-illust {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .point-illust img {
    width: 100%;
    padding: 20px;
  }
}

.point-char {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .point-char {
    width: 100%;
  }
}

.point-char-long {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .point-char-long {
    width: 100%;
  }
}

.point-char h3,
.point-char-long h3 {
  margin-bottom: min(1.66667vw, 24px);
  font-size: min(1.52778vw, 22px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .point-char h3,
  .point-char-long h3 {
    margin-bottom: 10px;
    font-size: 2vw;
  }
}

@media only screen and (max-width: 543px) {
  .point-char h3,
  .point-char-long h3 {
    margin-bottom: 10px;
    font-size: min(5.33333vw, 20px);
    text-align: left;
  }
}

.marker {
  background: linear-gradient(transparent 68%, rgba(255, 252, 107, 0.69) 50%);
}

/**************************************************************/
/*special gift*/
/**************************************************************/
#yoyakutokuten {
  background: #ffffe3;
}

@media screen and (max-width: 768px) {
  .tokuten-list {
    display: block;
  }
}

.tokutenitem {
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 544px) {
  .tokutenitem {
    flex-direction: column;
  }
}

.tokutenitem:first-child {
  margin-bottom: min(1.94444vw, 28px);
}

@media screen and (max-width: 544px) {
  .tokutenitem:first-child {
    margin-bottom: min(7.46667vw, 28px);
  }
}

@media screen and (max-width: 768px) {
  .tokutenitem {
    width: 100%;
    margin-left: 0;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 768px) {
  .tokutenitem {
    margin-bottom: 20px;
  }
}

.highlight {
  z-index: 2;
  width: 100%;
  padding: 20px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .highlight {
    position: static;
    width: 100%;
    padding: 10px;
  }
}

.num {
  margin-bottom: 30px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .num {
    margin-bottom: 6px;
    font-size: 18px;
  }
}

.num::before {
  display: inline-block;
  width: 1.35714em;
  height: 1.35714em;
  margin: 0 0.125em 0 0;
  color: #fff;
  line-height: 1.35714em;
  text-align: center;
  vertical-align: baseline;
}

.tokutenitem:first-of-type .num::before {
  content: '1';
  background: #ff0000;
}

.tokutenitem:nth-of-type(2) .num::before {
  content: '2';
  background: #4481d3;
}

.r-image {
  display: block;
  width: 33%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .r-image {
    width: 100%;
  }
}

.tokutenitem img {
  display: block;
}

.reception_txt {
  margin-bottom: 14px;
}

/**************************************************************/
/*entry-flow*/
/**************************************************************/
#entry-flow {
  background: #fff3e3;
}

.flow-cont {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5vw;
  column-gap: 2%;
}

@media screen and (max-width: 544px) {
  .flow-cont {
    row-gap: min(7.46667vw, 28px);
  }
}

.flow-item {
  width: 48%;
  padding: 2%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 544px) {
  .flow-item {
    padding: 18px;
    width: 100%;
  }
}

.flow-item h3 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 544px) {
  .flow-item h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}

.flow-img-cont {
  background: #fff3e3;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-bottom: 20px;
}

/**************************************************************/
/*faq*/
/**************************************************************/
.faq-cont {
  background: #f5f5f7;
  border-radius: 10px;
  max-width: 960px;
  margin: 0 auto;
  padding: min(2.77778vw, 40px) min(5.27778vw, 76px);
}

.faq-cont h2 {
  text-align: center;
  margin-bottom: min(1.38889vw, 20px);
}

@media screen and (max-width: 543px) {
  .faq-cont h2 {
    font-size: min(4.8vw, 18px);
  }
}

.faq-list-item {
  margin-bottom: min(0.69444vw, 10px);
  background: #fff;
  border-radius: 10px;
  transition:
    background 0.4s,
    transform 0.24s;
}

@media screen and (max-width: 543px) {
  .faq-list-item {
    margin-bottom: min(2.66667vw, 10px);
  }
}

.faq-list-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1201px) {
  .faq-list-item:hover {
    transform: translate(0, -4px);
  }
}

.faq-list-item.-js-open {
  background: #ff8400;
}

.faq-list-item.-js-open .q::before,
.faq-list-item.-js-open .q::after {
  background: #ffffff;
}

.faq-list-item.-js-open .q::after {
  transform: rotate(0deg);
}

.faq-list-item.-js-open .q .txt {
  color: #ffffff;
}

.faq-list-item.-js-open .q .txt::before {
  color: #ff8400;
  background: #ffffff;
}

.faq-list-item .q {
  position: relative;
  padding: 29px 80px 26px 30px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .faq-list-item .q {
    padding: 18px 40px 18px 16px;
  }
}

.faq-list-item .q::before,
.faq-list-item .q::after {
  content: '';
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  background: #ff8400;
  transition:
    transform 0.24s,
    background 0.4s;
}

@media screen and (max-width: 640px) {
  .faq-list-item .q::before,
  .faq-list-item .q::after {
    right: 16px;
    width: 14px;
  }
}

.faq-list-item .q::after {
  transform: rotate(90deg);
}

.faq-list-item .q .txt {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  color: #ff8400;
}

@media screen and (max-width: 640px) {
  .faq-list-item .q .txt {
    font-size: 1.6rem;
    line-height: 1.1;
  }
}

.faq-list-item .q .txt::before {
  content: 'Q';
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  color: #ffffff;
  margin-top: -5px;
  margin-right: 12px;
  background: #ff8400;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .faq-list-item .q .txt::before {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    font-size: 1rem;
    margin-top: -2px;
    margin-right: 8px;
  }
}

.faq-list-item .a {
  display: none;
  padding: 0 30px 30px;
}

@media screen and (max-width: 640px) {
  .faq-list-item .a {
    padding: 0 16px 16px;
  }
}

.faq-list-item .a__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .faq-list-item .a__inner {
    display: block;
    padding: 20px;
  }
}

.faq-list-item .a__inner + .a__inner {
  margin-top: 10px;
}

.faq-list-item .a .txt {
  flex: 1 1 100%;
  line-height: 1.8;
}

.faq-list-item .a .link_set {
  display: block;
  margin-top: 1.5em;
}

.faq-list-item .a .link_set .link {
  display: block;
  margin-top: 0.3em;
}

.faq-list-item .a .link_set .link a {
  display: inline-flex;
  justify-content: flex-start;
  color: #ff819c;
  text-decoration: underline;
}

@media screen and (min-width: 1201px) {
  .faq-list-item .a .link_set .link a:hover {
    opacity: 0.7;
  }
}

.faq-list-item .a .link_set .link a::before {
  content: '';
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  margin-top: 6px;
  margin-right: 5px;
  background: url(../img/common/arrow01.webp) center center/contain no-repeat;
}

@media screen and (max-width: 640px) {
  .faq-list-item .a .link_set .link a::before {
    flex: 0 0 13px;
    width: 13px;
    margin-top: 5px;
  }
}

.faq-list-item .a .link_set .link a[target='_blank']::before {
  flex: 0 0 16px;
  width: 16px;
  height: 13px;
  background-image: url(../img/common/ico_external.webp);
}

@media screen and (max-width: 640px) {
  .faq-list-item .a .link_set .link a[target='_blank']::before {
    flex: 0 0 13px;
    width: 13px;
  }
}

.faq-list-item .a .img {
  flex: 0 0 270px;
  max-width: 270px;
  margin-left: 56px;
}

@media screen and (max-width: 640px) {
  .faq-list-item .a .img {
    margin: 20px auto 0;
  }
}

.faq-list-item .a .img img {
  max-width: 100%;
  height: auto;
}
/**************************************************************/
/*contact*/
/**************************************************************/
.aside {
  background: rgba(255, 255, 255, 0.5);
}

.contact h3 {
  width: 100%;
  margin-bottom: min(1.25vw, 18px);
  padding: min(0.55556vw, 8px) min(0.97222vw, 14px);
  box-sizing: border-box;
  background: #646464;
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 543px) {
  .contact h3 {
    font-size: 1.6rem;
  }
}

.contact p {
  text-align: center;
  margin-bottom: min(1.25vw, 18px);
}

@media screen and (max-width: 543px) {
  .contact p {
    text-align: left;
    margin-bottom: min(4.8vw, 18px);
  }
}

.info-cont {
  width: 620px;
  margin: 0 auto 32px;
}

@media screen and (max-width: 543px) {
  .info-cont {
    display: block;
    width: 90%;
    margin: 0 auto 32px;
    text-align: center;
  }
}

.tel p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 543px) {
  .tel p {
    text-align: center;
  }
}

@media screen and (max-width: 543px) {
  .tel-num a img {
    width: 80%;
    margin-bottom: min(2.66667vw, 10px);
  }
}

@media (min-width: 543px) {
  .tel-num a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.contact-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin: 0 auto;
}

.contact-form a {
  display: block;
  width: 100%;
  margin-bottom: 18px;
  padding: 8px 14px;
  box-sizing: border-box;
  background: #094;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.contact-form a span {
  position: relative;
}

.contact-form a span:after {
  content: '';
  background: url('../../../img/ico_arrow.webp') center no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: 57%;
  transform: translateY(-50%);
  position: absolute;
  right: -20px;
}

.btn-sns {
  display: flex;
  justify-content: space-between;
  width: 204px;
  margin: 0 auto;
}

/* --- sns --- */
.btn-sns ul {
  margin-bottom: 24px;
  text-align: center;
}

.btn-sns ul li {
  display: inline-block;
  margin: 0 12px;
  color: #6d6e71;
  font-size: 32px;
  font-size: 3.2rem;
}

/* btn-sns */
.btn-sns ul li a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: url('../../../img/icon_sns.webp') 0 0;
  background-size: 40px;
  text-indent: 100%;
  white-space: nowrap;
  transition: 0s;
}

.btn-sns ul li.btn_facebook a {
  background-position: 0 0;
}

.btn-sns ul li.btn_twitter a {
  background-position: 0 -40px;
  background-size: 43px;
}

.btn-sns ul li.btn_instagram a {
  background-position: 0 -112px;
  transition: 0s;
}

/**************************************************************/

/*footer*/

/**************************************************************/
footer {
  background: #fff;
}

.footer-belt {
  padding: 6px 0;
  background: #000;
  color: #fff;
}

.footer-belt .inner-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-belt .inner-wrap a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-belt {
    font-size: 1rem;
  }

  .footer-belt .inner-wrap {
    display: flex;
    flex-direction: column;
  }

  .terminal-link {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }
}

.external-link {
  padding-right: 20px;
  background: url('../../../img/ico_external-inks.webp') right center no-repeat;
  background-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .external-link {
    background-size: 1.2rem;
  }
}

.external-link hover {
  text-decoration: underline;
}

small {
  display: block;
  text-align: center;
}

.top-footer,
.lower-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 1rem;
  z-index: 2;
}

.banner-cont {
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 10px;
}

@media only screen and (max-width: 543px) {
  .banner-cont {
    width: 100%;
  }
}

.banner-cont-area {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.hd-banner-cont {
  margin: 0 auto 24px;
  background: #ff8400;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 6px 36px;
  position: relative;
}

@media only screen and (max-width: 543px) {
  .hd-banner-cont {
    margin: 0 auto 14px;
    font-size: min(3.31492vw, 18px);
  }
}

.hd-banner-cont::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  content: '';
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ff8400;
}

@media only screen and (max-width: 543px) {
  .hd-banner-cont::after {
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff8400;
  }
}

.footer-schedule-cont {
  display: flex;
  justify-content: center;
  column-gap: 1%;
  position: relative;
}

@media only screen and (max-width: 543px) {
  .footer-schedule-cont {
    flex-direction: column;
  }
}

.footer-schedule-cards {
  display: flex;
  flex: 1;
  padding: 6px;
  color: #fff;
}

.footer-schedule-cards-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 20px 0 20px 0;
  padding: 6px;
}

.footer-item-area {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 6px;
}

@media screen and (max-width: 543px) {
  .footer-item-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .footer-item-area {
    font-size: 2rem;
  }
}

.footer-image {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 543px) {
  .footer-image {
    width: 70%;
    margin: auto;
  }
}

.footer-title-chiba {
  color: #000;
  font-size: 2rem;
  font-weight: 900;
}

.footer-title-kanagawa {
  font-size: 2rem;
  font-weight: 900;
}

.footer-area {
  font-size: 5.2rem;
  color: #fff799;
  font-weight: bold;
  font-style: italic;
  position: relative;
}

@media screen and (max-width: 543px) {
  .footer-area {
    font-size: 2rem;
  }
}

@media screen and (max-width: 320px) {
  .footer-area {
    font-size: 1.8rem;
  }
}

.footer-area-chiba {
  font-size: 2.4rem;
  font-weight: bold;
  color: #0067d0;
}

.virtual {
  font-size: 1.8rem;
}

.footer-area-kanagawa {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f71f01;
  text-shadow:
    2px 2px 3px #fff,
    1.41px 1.41px 3px #fff,
    2px -2px 3px #fff,
    1.41px -1.41px 3px #fff,
    -2px 2px 3px #fff,
    -1.41px 1.41px 3px #fff,
    -2px -2px 3px #fff,
    -1.41px -1.41px 3px #fff;
}

.footer-date {
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  position: relative;
  font-family:
    Arial Black,
    Helvetica,
    sans-serif;
}

@media screen and (max-width: 543px) {
  .footer-date {
    font-size: 13px;
  }
}

.footer-date::before {
  content: '';
  background: url('../../../img/icon_gear.webp') center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 28px;
  width: 28px;
  height: 28px;
}

.footer-date::after {
  content: '';
  background: url('../../../img/icon_gear.webp') center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: 28px;
  width: 28px;
  height: 28px;
}

.footer-date span.numeric {
  font-size: 6.2rem;
  font-weight: bold;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 768px) {
  .footer-date span.numeric {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 543px) {
  .footer-date span.numeric {
    font-size: 24px;
  }
}

.footer-area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.footer-area-link:hover {
  background: rgba(255, 255, 255, 0.6);
}

@media only screen and (max-width: 543px) {
  .tel-banner-cont {
    width: 48%;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 320px) {
  .tel-banner-cont {
    font-size: 1rem;
  }
}

.present-banner {
  width: 72%;
}

.yoyaku-banner {
  width: 48%;
  max-width: 500px;
}

.footer-banner a img {
  display: block;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 543px) {
  .footer-banner a img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 543px) {
  .footer-banner a {
    display: block;
    width: 100%;
    max-width: 767px;
    margin: 0;
  }
}

.btn-entry {
  position: fixed;
  right: 2%;
  bottom: 9%;
  z-index: 200;
}

@media only screen and (max-width: 543px) {
  .btn-entry {
    width: 10%;
  }
}
