@charset "UTF-8";
/* ------------------------------------------------------------

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,
main {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*
  font:inherit;
  font-family:inherit;
  */
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  display: block;
}

:root {
  --scrollbar: 17px;
}

html {
  /*--基準--1対1でスケール*/
  font-size: calc((100vw - var(--scrollbar)) / 1440 * 10 / 1920 * 1620);
}
@media print {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
html {
  /*--ブレイクポイント1920px--固定*/
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 70.3125%;
  }
}
html {
  /*--ブレイクポイント1620px--1対1でスケール*/
}
@media screen and (max-width: 1620px) {
  html {
    font-size: calc((100vw - var(--scrollbar)) / 1440 * 10);
  }
}
html {
  /*--ブレイクポイント1440px--固定*/
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}
html {
  /*--ブレイクポイント1200px--1対1でスケール*/
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
html {
  /*--ブレイクポイント767px--1対1でスケール*/
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

audio,
canvas,
video {
  display: inline-block;
}

/*a,
a:link,
a:visited,
a:hover,
a:active{
	outline:none;
	text-decoration:none;
}*/
/*a:focus-visible{outline: 2px dotted #333;}*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}

.focus-visible {
  outline: 2px dotted #333;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

button {
  background: none;
  appearance: none;
  border: none;
  padding: 0;
}

/*button:focus-visible{outline: thin dotted #333;}*/
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #FFF;
  color: #232323;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-feature-settings: "palt";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}
body.open {
  overflow: hidden;
}

.svg_symbol {
  display: none;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
  .ot-floating-button {
    bottom: 6rem !important;
  }
}
body.open .ot-floating-button {
  display: none !important;
}

/* ------------------------------------------------------------

Font

------------------------------------------------------------ */
* {
  font-family: YakuHanJPs_Noto, "Noto Sans JP", Meiryo, sans-serif;
}

/* ------------------------------------------------------------

Shortcodes

------------------------------------------------------------ */
.normal {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.italic {
  font-style: italic !important;
}

.none {
  display: none !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

sub {
  vertical-align: sub !important;
  font-size: 50%;
}

sup {
  vertical-align: sup !important;
  font-size: 50%;
}

.txt-mail::after {
  content: "@";
}

.red01 {
  color: #FF0C0C;
}

.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

/* ------------------------------------------------------------

ボタン

------------------------------------------------------------ */
.btnType01__inner {
  display: inline-block;
}
.btnType01__inner a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 20rem;
  height: 6rem;
  padding: 0 3rem;
  border: 0.2rem solid #0077FF;
  border-radius: 3rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType01__inner a {
    min-width: 18rem;
    height: 5.5rem;
    padding: 0 2.5rem;
  }
}
.btnType01__inner a span {
  color: #0077FF;
  transition: color 0.3s;
}
.btnType01__inner a svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #0077FF;
  transition: fill 0.3s;
}
.btnType01__inner a:hover {
  background-color: #0077FF;
}
.btnType01__inner a:hover span {
  color: #FFF;
}
.btnType01__inner a:hover svg {
  fill: #FFF;
}
.btnType01__inner__white01 a {
  border-color: #FFF;
}
.btnType01__inner__white01 a span {
  color: #FFF;
}
.btnType01__inner__white01 a svg {
  fill: #FFF;
}
.btnType01__inner__white01 a:hover {
  background-color: #FFF;
}
.btnType01__inner__white01 a:hover span {
  color: #0077FF;
}
.btnType01__inner__white01 a:hover svg {
  fill: #0077FF;
}

.btnType02__inner a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a {
    gap: 0.8rem;
  }
}
.btnType02__inner a svg {
  width: 2.4rem;
  height: 2.4rem;
  fill: #0077FF;
  border: 0.2rem solid #0077FF;
  border-radius: 50%;
  margin-top: 0.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a svg {
    width: 2rem;
    height: 2rem;
  }
}
.btnType02__inner a span {
  text-decoration: underline;
  color: #232323;
  font-size: 1.8rem;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .btnType02__inner a span {
    font-size: 1.6rem;
  }
}
.btnType02__inner a:hover span {
  text-decoration: none;
}

/* ------------------------------------------------------------

リンク

------------------------------------------------------------ */
/* テキストリンク
---------------------------------------------- */
.linkTxt01__inner a {
  color: #0077FF;
  display: inline-block;
  text-decoration: underline !important;
  word-wrap: break-word;
}
.linkTxt01__inner a:hover {
  text-decoration: none !important;
}

/* テキストリンク―電話
---------------------------------------------- */
.linkTel01__inner {
  line-height: 1;
}
.linkTel01__inner p {
  font-family: Public Sans;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #FF6A00;
}
.linkTel01__inner p:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 1024px) {
  .linkTel01__inner p:nth-of-type(1) {
    display: inline;
    font-size: 2rem;
    font-weight: 600;
  }
}
.linkTel01__inner p:nth-of-type(2) {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .linkTel01__inner p:nth-of-type(2) {
    display: none;
  }
}
.linkTel01__inner p span {
  font-size: 2rem;
  font-family: Public Sans;
  margin-right: 0.5rem;
}
.linkTel01__inner p a {
  color: #FF6A00;
  font-family: Public Sans;
  text-decoration: underline !important;
}
.linkTel01__inner__white p {
  color: #FFF !important;
}
.linkTel01__inner__white p a {
  color: #FFF !important;
}

.linkTel02__inner {
  line-height: 1;
}
.linkTel02__inner a {
  color: #FF6A00;
  text-decoration: underline !important;
  display: none;
}
@media screen and (max-width: 1024px) {
  .linkTel02__inner a {
    display: inline-block;
  }
}
.linkTel02__inner span {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .linkTel02__inner span {
    display: inline;
    display: none;
  }
}

/* ------------------------------------------------------------

見出し

------------------------------------------------------------ */
.heading01 {
  display: flex;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01 {
    gap: 1rem;
    font-size: 1.6rem;
  }
}
.heading01::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 0.5rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading01::before {
    width: 0.4rem;
    height: 1.8rem;
  }
}
.heading01.sengen::before {
  background-color: #1457AE;
}
.heading01.namiki::before {
  background-color: #24BD7B;
}
.heading01.sakura::before {
  background-color: #EF559F;
}

.heading02 {
  display: flex;
  gap: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading02 {
    gap: 1.5rem;
    font-size: 1.8rem;
  }
}
.heading02::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 0.5rem;
  height: 3rem;
  border-radius: 0.3rem;
  margin-top: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading02::before {
    width: 0.4rem;
    height: 1.9rem;
    margin-top: 0.6rem;
  }
}
.heading02.sengen::before {
  background-color: #1457AE;
}
.heading02.namiki::before {
  background-color: #24BD7B;
}
.heading02.sakura::before {
  background-color: #EF559F;
}

.heading03 {
  display: flex;
  gap: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading03 {
    gap: 1.5rem;
    font-size: 1.6rem;
  }
}
.heading03::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 0.5rem;
  height: 2.5rem;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .heading03::before {
    width: 0.4rem;
    height: 1.8rem;
    margin-top: 0.4rem;
  }
}

/* ------------------------------------------------------------

ページタイトル

------------------------------------------------------------ */
.pagettl {
  position: relative;
  padding-bottom: 0.8rem;
  background-color: #232323;
  color: #FFF;
  height: 38.8rem;
  padding: 19.7rem 2.7777777778% 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagettl {
    padding-bottom: 0.5rem;
    height: 25.5rem;
    padding: 0 1.5rem;
  }
}
.pagettl::after {
  content: "";
  display: block;
  background: #0077FF;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagettl::after {
    height: 0.5rem;
  }
}
.pagettl__inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.pagettl__txt {
  width: 50%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagettl__txt {
    width: 100%;
    position: absolute;
    top: 10rem;
    left: 0;
    padding: 0 1.5rem;
  }
}
.pagettl__txt-en {
  font-family: "Work Sans";
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.8rem;
  color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagettl__txt-en {
    font-size: 1.2rem;
  }
}
.pagettl__txt-jp {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pagettl__txt-jp {
    font-size: 2.4rem;
  }
}

/* ------------------------------------------------------------

パンくずリスト

------------------------------------------------------------ */
.breadcrumb {
  width: 50%;
  text-align: right;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    padding: 0 1.5rem;
  }
}
.breadcrumb ul {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
  margin: 0 auto;
}
.breadcrumb ul li {
  color: #FF6A00;
  display: inline;
  vertical-align: middle;
  padding-right: 2.5rem;
  margin-right: 0.4rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
    padding-right: 2.2rem;
    margin-right: 0.2rem;
  }
}
.breadcrumb ul li::after {
  content: "";
  display: block;
  background: url(../img/ico_arrow01.svg) no-repeat 0 0/cover;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .breadcrumb ul li::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: -0.5rem;
  }
}
.breadcrumb ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #FFF;
  text-decoration: underline;
}
.breadcrumb ul li a:hover {
  text-decoration: none;
}
.breadcrumb ul li a.focus-visible {
  outline-color: #FFF;
}
.breadcrumb ul li.current a {
  color: #FFF;
  text-decoration: none;
  pointer-events: none;
}
.breadcrumb ul li.current a:hover {
  opacity: 1;
}

/* ------------------------------------------------------------

テーブル

------------------------------------------------------------ */
.tblType01 {
  width: 100%;
  border-top: 1px solid #DBDBDB;
}
.tblType01 tr {
  border-bottom: 1px solid #DBDBDB;
}
.tblType01 th,
.tblType01 td {
  padding: 1rem 2rem;
  font-weight: 500;
}
.tblType01 th {
  background-color: #F2F2F2;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .tblType01 th {
    padding: 0.5rem 1rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .tblType01 td {
    padding: 0.5rem 1.5rem;
  }
}

/* ------------------------------------------------------------

アニメーション

------------------------------------------------------------ */
@keyframes btn-menu-barTop {
  0% {
    transform: translateY(0.7rem) rotate(45deg);
  }
  50% {
    transform: translateY(0.7rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-menu-barBottom {
  0% {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
  50% {
    transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-btn-menu-barTop {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(0.7rem) rotate(0);
  }
  100% {
    transform: translateY(0.7rem) rotate(45deg);
  }
}
@keyframes active-btn-menu-barBottom {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-0.7rem) rotate(0);
  }
  100% {
    transform: translateY(-0.7rem) rotate(-45deg);
  }
}
@keyframes scroll-infinity-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes scroll-infinity-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes scroll-infinity-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes scroll-infinity-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
/* ------------------------------------------------------------

リスト

------------------------------------------------------------ */
.listType01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
.listType01__item {
  display: flex;
  gap: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.listType01__item::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  margin-top: 0.7rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .listType01__item::before {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
  }
}

.listType02 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.listType02__item {
  line-height: 1.6;
  padding-left: 2rem;
  position: relative;
}
.listType02__item::before {
  content: "";
  display: block;
  background-color: #232323;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}

.listType03 {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.listType03__item a {
  display: flex;
  gap: 0.8rem;
}
.listType03__item-arrow {
  flex: none;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: 0.2rem;
}
.listType03__item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1rem solid #0077FF;
  fill: #0077FF;
}
.listType03__item-txt {
  color: #232323;
  text-decoration: underline;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
a:hover .listType03__item-txt {
  text-decoration: none;
}
.listType03__item-txt svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #CCC;
  display: inline-block;
  vertical-align: -0.4rem;
  margin-left: 0.4rem;
}

.listType04 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.listType04__item {
  display: flex;
  line-height: 1.6;
  letter-spacing: 0;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .listType04__item {
    gap: 0.7rem;
  }
}
.listType04__item::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  margin-top: 0.7rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .listType04__item::before {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
  }
}

/* ------------------------------------------------------------

Main

------------------------------------------------------------ */
.wrapType01 {
  max-width: 100rem;
  margin: 0 auto;
  padding: 10rem 0 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapType01 {
    padding: 6rem 1.5rem 10rem;
  }
}

.wrapType02 {
  max-width: 104rem;
  margin: 0 auto;
  padding: 10rem 0 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapType02 {
    padding: 6rem 1.5rem 10rem;
  }
}

.wrapType03 {
  padding: 10rem 0 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapType03 {
    padding: 6rem 0 10rem;
  }
}

/* ------------------------------------------------------------

Header

------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled .header {
    pointer-events: none;
  }
}
.header__logo {
  transition: opacity 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled .header__logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled-up .header__logo {
    opacity: 1;
    pointer-events: all;
  }
}
.header__logo a {
  background-color: #232323;
  height: 7rem;
  padding: 0 2.5rem;
  border-radius: 0 0 1rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__logo a {
    height: 5rem;
    padding: 0 1.5rem;
    border-radius: 0 0 0.5rem 0;
    gap: 1rem;
  }
}
.header__logo-symbol {
  width: 3rem;
  transition: opacity 0.3s;
  font-size: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__logo-symbol {
    width: 2.5rem;
  }
}
a:hover .header__logo-symbol {
  opacity: 0.7;
}
.header__logo-txt {
  width: 18rem;
  transition: opacity 0.3s;
  font-size: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__logo-txt {
    width: 14rem;
  }
}
a:hover .header__logo-txt {
  opacity: 0.7;
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__btn-menu {
  display: none;
  pointer-events: none;
  transition: opacity 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled .header__btn-menu {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled-up .header__btn-menu {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__btn-menu {
    background: #0077FF;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    width: 5rem;
    height: 5rem;
    z-index: 5;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 5;
  }
}
.header__btn-menu-inner {
  position: relative;
  width: 2.4rem;
  height: 1.6rem;
  display: block;
}
.header__btn-menu-inner span {
  background: #FFF;
  display: inline-block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  transition: all 0.5s;
  border-radius: 0.1rem;
}
.header__btn-menu-inner span:nth-of-type(1) {
  top: 0;
  animation: btn-menu-barTop 0.75s forwards;
}
.header__btn-menu-inner span:nth-of-type(2) {
  top: 0.7rem;
  opacity: 1;
  transition: all 0.25s 0.25s;
}
.header__btn-menu-inner span:nth-of-type(3) {
  bottom: 0;
  animation: btn-menu-barBottom 0.75s forwards;
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(1) {
  animation: active-btn-menu-barTop 0.75s forwards;
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(2) {
  opacity: 0;
}
#wrap-all.open .header__btn-menu-inner span:nth-of-type(3) {
  animation: active-btn-menu-barBottom 0.75s forwards;
}
.header__btn-anniversary {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__btn-anniversary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 5rem;
    /* width: 5rem; */
    width: 10rem;
    height: 5rem;
    background-color: #FFF;
    border-radius: 0 0 0 0.5rem;
    transition: opacity 0.3s;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled .header__btn-anniversary {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled-up .header__btn-anniversary {
    opacity: 1;
    pointer-events: all;
  }
}
.header__btn-anniversary img {
  /* width: 3.4rem; */
  width: 8rem;
  height: auto;
}
.header__drawer {
  display: contents;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__drawer {
    background: #232323;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
    overscroll-behavior: contain;
    visibility: hidden;
    pointer-events: none;
  }
}
.mode-767 .header__drawer {
  transition: opacity 0.4s, visibility 0.4s;
}
#wrap-all.hidden .header__drawer {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#wrap-all.open .header__drawer {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header__drawer-inner {
  display: contents;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__drawer-inner {
    display: block;
    width: 100%;
    height: calc(100% + 1px);
    overflow: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 9.6rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__drawer-inner::-webkit-scrollbar {
    display: none;
  }
}
.header__drawer-logo {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__drawer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
    height: 5rem;
  }
}
.header__drawer-logo a {
  display: block;
  font-size: 0;
}
.header__drawer-logo a img {
  width: 100%;
  height: auto;
}
.header__drawer-logo-symbol {
  width: 2.5rem;
}
.header__drawer-logo-txt {
  width: 14rem;
}
.header__drawer #js-focus-trap {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__drawer #js-focus-trap {
    display: block;
  }
}
.header__nav {
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav {
    flex-direction: column;
    align-items: normal;
    padding: 0 3rem;
    position: unset;
  }
}
.header__nav-list {
  display: flex;
  gap: 5rem;
  background-color: #FFF;
  padding: 0 4.5rem;
  border-radius: 2.5rem 0 0 2.5rem;
  border: 1px solid #EEE;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list {
    flex-direction: column;
    gap: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border-top: 0.2rem solid #3C3C3C;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 3rem;
  }
}
.header__nav-list-item {
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item {
    padding: 2.4rem 0;
    border-bottom: 0.2rem solid #3C3C3C;
  }
}
.header__nav-list-item:not(:last-of-type):after {
  content: "";
  display: block;
  background: #E9E9E9;
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  margin-top: -1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item:not(:last-of-type):after {
    display: none;
  }
}
.header__nav-list-item > a {
  position: relative;
  color: #232323;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  transition: color 0.3s;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item > a {
    font-size: 1.8rem;
    font-weight: 700;
    height: auto;
    color: #FFF;
    justify-content: space-between;
  }
}
.header__nav-list-item > a:hover {
  color: #0077FF;
}
.header__nav-list-item > a svg {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item > a svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #F7F8F7;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item.parent {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item.parent > a {
    width: 12.5rem;
    flex: none;
  }
}
.header__nav-list-item.parent > a svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: #B7B7B7;
  transform: rotate(90deg);
  margin-top: 0.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-list-item.parent > a svg {
    display: none;
  }
}
.header__nav-btn {
  flex: none;
  width: 14rem;
  height: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-btn {
    width: 100%;
    height: 6rem;
  }
}
.header__nav-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFF;
  background-color: #0077FF;
  font-weight: 600;
  letter-spacing: 0;
  transition: background-color 0.3s;
  font-size: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-btn a {
    border-radius: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.header__nav-btn a:hover {
  background-color: #00B2FA;
}
.header__nav-btn a span {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-btn a span {
    display: block;
  }
}
.header__nav-btn25 {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__nav-btn25 {
    display: block;
    width: 100%;
    height: 6rem;
    margin-top: 2rem;
  }
}
.header__nav-btn25 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFF;
  border: 0.2rem solid #FFF;
  font-weight: 700;
  letter-spacing: 0;
  transition: background-color 0.3s;
  font-size: 1.6rem;
  border-radius: 3rem;
}
.header__sp-btn {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__sp-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    display: block;
    z-index: 1;
  }
  .page-registration .header__sp-btn {
    display: none;
  }
  .header__sp-btn a {
    color: #FFF;
    background-color: #0077FF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.header__bnAnniversary {
  position: fixed;
  z-index: 2;
  top: 8.5rem;
  right: 2rem;
  width: 25rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .header__bnAnniversary {
    display: none;
  }
}
.header__bnAnniversary.close {
  opacity: 0 !important;
  pointer-events: none !important;
}
.header__bnAnniversary-close {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #DDDCDC;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.header__bnAnniversary-close:hover {
  opacity: 0.7;
}
.header__bnAnniversary-close::before {
  content: "";
  display: block;
  background-color: #696969;
  width: 0.2rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  transform: rotate(45deg);
}
.header__bnAnniversary-close::after {
  content: "";
  display: block;
  background-color: #696969;
  width: 0.2rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  transform: rotate(-45deg);
}
.header__bnAnniversary a {
  display: block;
  transition: filter 0.3s;
}
.header__bnAnniversary a:hover {
  filter: brightness(1.2);
}
.header__bnAnniversary a img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  border: 1px solid #DDDCDC;
  box-sizing: content-box;
}

.pullMenu {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, transform 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  padding-top: 1rem;
  transform: translate3d(-50%, -1rem, 0);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu {
    transform: unset;
    transition: unset;
    position: unset;
    padding: 0;
    flex: 1;
  }
}
.pullMenu.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(-50%, 0, 0);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu.active {
    transform: unset;
  }
}
#wrap-all.open .pullMenu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.pullMenu__inner {
  background-color: #FFF;
  border-radius: 2.5rem;
  padding: 2rem 1.5rem;
  border: 1px solid #EEE;
  min-width: 18rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner {
    background-color: transparent;
    padding: 0;
    min-width: 100%;
    border: none;
  }
}
.pullMenu__inner ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner ul {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.pullMenu__inner ul li {
  position: relative;
}
.pullMenu__inner ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  background-color: #EEE;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -0.8rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner ul li:not(:last-of-type)::after {
    display: none;
  }
}
.pullMenu__inner ul li a {
  color: #232323;
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  transition: color 0.3s;
  line-height: normal;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner ul li a {
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    color: #FFF;
    text-align: left;
  }
}
.pullMenu__inner ul li a:hover {
  color: #0077FF;
}
.pullMenu__inner ul li a svg {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner ul li a svg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #FFF;
    flex: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .pullMenu__inner ul li a br {
    display: none;
  }
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */
/* ページトップボタン
---------------------------------------------- */
.footerPagetop {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 0;
  display: flex;
  justify-content: flex-end;
  padding-right: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerPagetop {
    padding-right: 1rem;
  }
}
.footerPagetop__btn {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.2rem solid #0077FF;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  pointer-events: none;
  margin-top: -6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footerPagetop__btn {
    width: 4rem;
    height: 4rem;
    margin-top: -9rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .is-stopped .footerPagetop__btn {
    margin-top: -5rem;
  }
}
.footerPagetop__btn svg {
  width: 2rem;
  height: 2rem;
  fill: #0077FF;
  transform: rotate(-90deg);
  transition: fill 0.3s;
}
.footerPagetop__btn:hover {
  background-color: #0077FF;
}
.footerPagetop__btn:hover svg {
  fill: #FFF;
}
.footerPagetop.pagetop_show .footerPagetop__btn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* フッター
---------------------------------------------- */
.footer a.focus-visible {
  outline-color: #FFF;
}
.footer__main {
  display: flex;
  color: #FFF;
  background-color: #232323;
}
.footer__main-left {
  flex: 1;
  padding: 5rem 3.4722222222%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__main-left {
    padding: 6rem 3.5rem;
  }
}
.footer__main-left-inner {
  display: flex;
  justify-content: space-between;
  max-width: 83.6rem;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__main-left-inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.footer__main-left-item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__main-left-item {
    align-items: center;
  }
}
.footer__main-right {
  flex: none;
  position: relative;
  width: 35%;
  padding-top: 28.0555555556%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__main-right {
    display: none;
  }
}
.footer__logo a {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  font-size: 0;
  transition: opacity 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo a {
    gap: 1.5rem;
  }
}
.footer__logo a:hover {
  opacity: 0.7;
}
.footer__logo a img {
  width: 100%;
  height: auto;
}
.footer__logo-symbol {
  width: 6.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo-symbol {
    width: 5rem;
  }
}
.footer__logo-txt {
  width: 20rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__logo-txt {
    width: 18rem;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__contact {
    align-items: center;
    gap: 0.4rem;
  }
}
.footer__contact span {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__contact span {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.footer__contact a {
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.footer__contact a svg {
  width: 2rem;
  height: 2rem;
  fill: #0077FF;
  display: inline-block;
  transition: fill 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__contact a svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.footer__contact a:hover svg {
  fill: #00B2FA;
}
.footer__access {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__access {
    display: none;
  }
}
.footer__access-item {
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.footer__access-item span {
  color: #0077FF;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  width: 9.8rem;
  flex: none;
}
.footer__access-item span svg {
  width: 2rem;
  height: 2rem;
  fill: #0077FF;
  display: inline-block;
  transition: fill 0.3s;
}
.footer__btns {
  display: flex;
  gap: 2rem;
}
.footer__btns button {
  color: #B0B0B0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  transition: color 0.3s;
  cursor: pointer;
}
.footer__btns button:hover {
  color: #FFF;
}
.footer__btns p a {
  color: #B0B0B0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  transition: color 0.3s;
}
.footer__btns p a:hover {
  color: #FFF;
}
.footer__btns p a svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #676767;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__btn-official {
    width: 100%;
  }
}
.footer__btn-official a {
  background-color: #FFF;
  color: #232323;
  transition: color 0.3s;
  width: 28rem;
  height: 8rem;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__btn-official a {
    width: 100%;
    height: 6.5rem;
  }
}
.footer__btn-official a:hover {
  color: #666666;
}
.footer__btn-official a img {
  width: 3.1rem;
  margin-right: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__btn-official a img {
    width: 2.8rem;
  }
}
.footer__btn-official a span {
  font-weight: 700;
}
.footer__btn-official a svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #CFCFCF;
  margin: 0.2rem 0 0 0.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__btn-official a svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.footer__sns {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__sns {
    gap: 3rem;
  }
}
.footer__sns-item a {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}
.footer__sns-item a svg {
  width: 100%;
  height: 100%;
  fill: #FFF;
  transition: fill 0.3s;
}
.footer__sns-item a:hover svg {
  fill: #BDBDBD;
}
.footer__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__map a {
  display: block;
  height: 100%;
}
.footer__map a.focus-visible {
  outline-color: #232323;
  outline-offset: -4px;
}
.footer__map a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__copy {
  background-color: #0077FF;
  color: #FFF;
  text-align: center;
  font-size: 1.3rem;
  padding: 1.3rem;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .footer__copy {
    font-size: 1.1rem;
    padding: 1.5rem 0 6.5rem;
  }
}

/* ------------------------------------------------------------

モーダル

------------------------------------------------------------ */
.lity-image img {
  max-width: 104rem;
}

/* ------------------------------------------------------------

simplebar

------------------------------------------------------------ */
.simplebar-content-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

.simplebar-content-wrapper.focus-visible {
  outline: 2px dotted #000;
  outline-offset: -4px;
}

.simplebar-track.simplebar-vertical {
  background: #DBDBDB;
  width: 1rem !important;
  height: 100%;
  top: 0 !important;
  right: 0 !important;
  border-radius: 1rem;
}

.simplebar-scrollbar:before {
  background: #FFF !important;
  opacity: 1 !important;
}

.simplebar-content {
  padding-right: 4rem !important;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .simplebar-content {
    padding-right: 2.5rem !important;
  }
}

/* ------------------------------------------------------------

トップページ

------------------------------------------------------------ */
/* NIMS設立25周年記念 特設ページ バナー
---------------------------------------------- */
.home-container .header__bnAnniversary {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.home-container .header__bnAnniversary.is-show {
  opacity: 1;
  pointer-events: all;
}

/* 共通パーツ
---------------------------------------------- */
.ttlHome01 {
  text-align: center;
}
.ttlHome01__en {
  color: #0077FF;
  font-family: "Work Sans";
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ttlHome01__en {
    font-size: 1.2rem;
  }
}
.ttlHome01__jp {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ttlHome01__jp {
    font-size: 2.4rem;
  }
}

.ttlHome02 {
  text-align: center;
  font-size: 2rem;
  color: #0077FF;
  line-height: 1.6;
  font-weight: 900;
  background-color: #FFF;
  padding-top: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .ttlHome02 {
    font-size: 1.8rem;
    padding-top: 4rem;
  }
}

/* メインビジュアル
---------------------------------------------- */
.homeGradient {
  position: relative;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 31%, rgba(0, 0, 0, 0.6) 53%, rgba(0, 0, 0, 0) 87%);
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeGradient {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 31%, rgba(0, 0, 0, 0.6) 69%, rgba(0, 0, 0, 0) 92%);
  }
}
.homeGradient__bgImage {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeGradient__bgImage {
    top: -3%;
  }
}
.homeGradient__bgImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 5.4054054054%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main {
    padding: 0 2rem;
  }
}
.main__inner {
  width: 100%;
}
.main__copy {
  position: relative;
  width: 66.6666666667%;
  padding-top: 18.9393939394%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__copy {
    width: 31.5rem;
    padding-top: 9rem;
  }
}
.main__copy img {
  width: 28.4090909091%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 1s;
  transition-timing-function: ease-in-out;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__copy img {
    width: 9rem;
  }
}
body.loaded .main__copy img {
  opacity: 1;
}
.main__copy img:nth-of-type(1) {
  left: 0;
  transition-delay: 0.2s;
}
.main__copy img:nth-of-type(2) {
  left: 23.8636363636%;
  transition-delay: 0.4s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__copy img:nth-of-type(2) {
    left: 7.5rem;
  }
}
.main__copy img:nth-of-type(3) {
  left: 47.1590909091%;
  transition-delay: 0.6s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__copy img:nth-of-type(3) {
    left: 14.7rem;
  }
}
.main__copy img:nth-of-type(4) {
  right: 0;
  transition-delay: 0.8s;
}
.main__info {
  padding-top: 0.6756756757%;
  width: 33.7837837838%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .main__info {
    padding-top: 0.8rem;
    width: 25rem;
  }
}
.main__info img {
  width: 100%;
  height: auto;
}

/* INTRODUCTION
---------------------------------------------- */
.secHomeIntroduction {
  padding: 20rem 5.4054054054%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction {
    padding: 8rem 3rem;
  }
}
.secHomeIntroduction__inner {
  max-width: 124rem;
  margin: 0 auto;
  display: flex;
  color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__inner {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
.secHomeIntroduction__ttl {
  width: 62rem;
  padding-right: 8rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__ttl {
    width: auto;
    padding-right: 0;
    text-align: center;
  }
}
.secHomeIntroduction__ttl-en {
  font-family: "Work Sans";
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.2;
  /* padding-bottom: 1rem; */
  padding-bottom: 2rem;
  color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__ttl-en {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.secHomeIntroduction__ttl-jp {
  font-size: 4.8rem;
  font-weight: 900;
  /* line-height: 1.4; */
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__ttl-jp {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}
.secHomeIntroduction__ttl-jp .intro_text{
  font-size: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__ttl-jp .intro_text{
    font-size: 1.8rem;
  }
}
.secHomeIntroduction__contents {
  flex: 1;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__contents {
    text-align: center;
  }
}
.secHomeIntroduction__contents-desc {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.secHomeIntroduction__contents-btn {
  margin-top: 8rem;
  display: inline-block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__contents-btn {
    margin-top: 5rem;
  }
}
.secHomeIntroduction__contents-btn a {
  width: 45rem;
  height: 8rem;
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0077FF;
  color: #FFF;
  border-radius: 4rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__contents-btn a {
    width: 28rem;
    height: 6.5rem;
    padding: 0 3rem;
  }
}
.secHomeIntroduction__contents-btn a:hover {
  background-color: #00B2FA;
}
.secHomeIntroduction__contents-btn a span {
  font-size: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__contents-btn a span {
    font-size: 1.5rem;
  }
}
.secHomeIntroduction__contents-btn a svg {
  width: 2.5rem;
  height: 2.5rem;
  fill: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeIntroduction__contents-btn a svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* NEWS
---------------------------------------------- */
.secHomeNews {
  overflow: hidden;
  background: #EFEFEF;
  padding-top: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews {
    padding-top: 0.5rem;
  }
}
.secHomeNews__scrollImg {
  display: flex;
  justify-content: flex-start;
}
.secHomeNews__scrollImg-item {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex: none;
  padding: 0 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__scrollImg-item {
    gap: 0.5rem;
    padding: 0 0.25rem;
  }
}
body.loaded .secHomeNews__scrollImg-item {
  animation: scroll-infinity-left 30s linear infinite;
}
.secHomeNews__scrollImg-item-img {
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__scrollImg-item-img {
    width: 13.5rem;
  }
}
.secHomeNews__scrollImg-item-img img {
  width: 100%;
  height: auto;
}
.secHomeNews__contents {
  padding: 0 5.4054054054%;
  margin-top: -8rem;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__contents {
    padding: 0 1rem;
    margin-top: -5rem;
  }
}
.secHomeNews__inner {
  background-color: #FFF;
  border-radius: 1rem;
  padding: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__inner {
    border-radius: 0.5rem;
    padding: 3rem 1.5rem;
  }
}
.secHomeNews__inner-inside {
  max-width: 104rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__inner-inside {
    flex-direction: column;
    gap: 2rem;
  }
}
.secHomeNews__ttl {
  flex: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__ttl {
    align-items: center;
  }
}
.secHomeNews__ttl-en {
  color: #0077FF;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Work Sans";
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__ttl-en {
    font-size: 1.2rem;
  }
}
.secHomeNews__ttl-jp {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.secHomeNews__list {
  width: 82rem;
  height: 15rem;
  overflow-y: scroll;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__list {
    width: 100%;
    height: 20rem;
  }
}
.secHomeNews__list::-webkit-scrollbar {
  display: none;
}
.secHomeNews__list .simplebar-content-wrapper.focus-visible {
  outline-color: #232323;
}
.secHomeNews__list-item {
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5rem 0;
  color: #232323;
  line-height: 1.6;
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__list-item {
    padding: 1rem 0;
    flex-direction: column;
    gap: 0.5rem;
  }
}
.secHomeNews__list-item:first-child {
  padding-top: 0;
}
.secHomeNews__list-item time {
  font-family: "Work Sans";
  font-weight: 500;
  width: 12rem;
  flex: none;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeNews__list-item time {
    font-size: 1.2rem;
  }
}
.secHomeNews__list-item p {
  flex: 1;
}
.secHomeNews__list-item p a {
  color: #232323;
  text-decoration: underline;
}
.secHomeNews__list-item p a:hover {
  text-decoration: none;
}
.secHomeNews__list-item p a.focus-visible {
  outline-color: #232323;
}
.secHomeNews__list-item p svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #4B9FFE;
  display: inline-block;
  margin: 0 0.3rem;
  vertical-align: -0.3rem;
}

/* FEATURED EVENTS
---------------------------------------------- */
.secHomeFeatured {
  background-color: #EFEFEF;
  padding: 10rem 5.4054054054%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured {
    padding: 6rem 0;
  }
}
.secHomeFeatured__inner {
  max-width: 128rem;
  margin: 0 auto;
}
.secHomeFeatured .ttlHome01 {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured .ttlHome01 {
    margin-bottom: 5rem;
  }
}
.secHomeFeatured__unit01 {
  background-color: #0077FF;
  color: #FFF;
  border-radius: 1rem 1rem 0 0;
  padding: 6rem 4.6875%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__unit01 {
    border-radius: 0;
    padding: 4rem 1.5rem;
  }
}
.secHomeFeatured__unit01-logo {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* gap: 3rem; */
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__unit01-logo {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.secHomeFeatured__unit01-logo-symbol {
  /* flex: none; */
  /* width: 6.8rem; */
  width: 20rem;
  margin: 0 auto 15px;
}
.secHomeFeatured__unit01-logo-symbol img {
  width: 100%;
  height: auto;
}
.secHomeFeatured__unit01-logo-txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}
.secHomeFeatured__unit01-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__unit01-logo-symbol {
    width: 16rem;
  }
  .secHomeFeatured__unit01-inner {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.secHomeFeatured__unit02 {
  background-color: #FFF;
  border-radius: 0 0 1rem 1rem;
  padding: 6rem 4.6875%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__unit02 {
    border-radius: 0;
    padding: 4rem 1.5rem;
    flex-direction: column;
    row-gap: 4rem;
  }
}
.secHomeFeatured__item {
  width: 47.4137931034%;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item {
    width: 100%;
  }
}
.secHomeFeatured__item-image {
  position: relative;
}
.secHomeFeatured__item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-image img {
    border-radius: 0.5rem;
  }
}
.secHomeFeatured__item-image-tag {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  display: inline-block;
  padding: 0.2rem 1.8rem 0.4rem;
  border-radius: 1.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-image-tag {
    bottom: 1rem;
    left: 1rem;
    padding: 0.1rem 1.5rem 0.2rem;
    font-size: 1.2rem;
  }
}
.secHomeFeatured__item-image-tag.namiki {
  background-color: #24BD7B;
}
.secHomeFeatured__item-image-tag.sengen {
  background-color: #1457AE;
}
.secHomeFeatured__item-ttl {
  padding: 2rem 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-ttl {
    padding: 3rem 0 2rem;
  }
}
.secHomeFeatured__item .btnType01 {
  margin-top: 2rem;
}
.secHomeFeatured__item-profile {
  margin-top: 2rem;
}
.secHomeFeatured__item-profile-inner {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.secHomeFeatured__item-profile-inner:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-profile-inner:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.secHomeFeatured__item-profile-image {
  width: 7rem;
  flex: none;
}
.secHomeFeatured__item-profile-image img {
  width: 100%;
  height: auto;
}
.secHomeFeatured__item-profile-txt p {
  line-height: 1.6;
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-profile-txt p:nth-of-type(1) {
    margin-bottom: 0.3rem;
  }
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) a {
  color: #232323;
  text-decoration: underline;
  display: block;
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) a.focus-visible {
  outline-color: #FFF;
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) a span {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-profile-txt p:nth-of-type(1) a span {
    font-size: 1.6rem;
  }
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) a svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #4B9FFE;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-profile-txt p:nth-of-type(1) a svg {
    vertical-align: -0.4rem;
  }
}
.secHomeFeatured__item-profile-txt p:nth-of-type(1) a:hover {
  text-decoration: none;
}
.secHomeFeatured__item-profile-txt p:nth-of-type(2) {
  font-size: 1.4rem;
}
.secHomeFeatured__item-profile-txt .no_link_name{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    color: #232323;
    display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeFeatured__item-profile-txt .no_link_name{
    font-size: 1.6rem;
  }
}

/* SPECIAL PROGRAM
---------------------------------------------- */
.secHomeSpecial {
  padding: 10rem 0;
  background-color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial {
    padding: 6rem 1.5rem;
  }
}
.secHomeSpecial__inner {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
.secHomeSpecial__inner .ttlHome01 {
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__inner .ttlHome01 {
    margin-bottom: 5rem;
  }
}
.secHomeSpecial__inner > p {
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__inner > p {
    margin-bottom: 5rem;
  }
}
.secHomeSpecial__unit-item {
  padding: 4rem 0;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item {
    padding: 3rem 0;
    flex-direction: column;
    gap: 3rem;
  }
}
.secHomeSpecial__unit-item:first-of-type {
  padding-top: 0;
}
.secHomeSpecial__unit-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.secHomeSpecial__unit-item-txt {
  flex: 1;
}
.secHomeSpecial__unit-item-txt-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt-head {
    margin-bottom: 2rem;
    align-items: flex-start;
  }
}
.secHomeSpecial__unit-item-txt-head-num {
  color: #0077FF;
  font-size: 4.8rem;
  font-weight: 800;
  font-family: "Work Sans";
  margin-right: 2rem;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt-head-num {
    font-size: 3.2rem;
    width: 5rem;
    margin-right: 0;
    margin-top: -0.4rem;
  }
}
.secHomeSpecial__unit-item-txt-head-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt-head-ttl {
    font-size: 2.4rem;
    width: calc(100% - 6rem);
    margin-right: 0;
  }
}
.secHomeSpecial__unit-item-txt-head-tag {
  background-color: #0077FF;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.7rem 1.8rem;
  border-radius: 1.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt-head-tag {
    font-size: 1.2rem;
    padding: 0.5rem 1.5rem;
  }
}
.secHomeSpecial__unit-item-txt .heading01 {
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt .heading01 {
    margin-bottom: 1rem;
  }
}
.secHomeSpecial__unit-item-txt > p {
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-txt > p {
    margin-bottom: 2rem;
  }
}
.secHomeSpecial__unit-item-txt > p > span {
  display: block;
  padding-top: 0.5rem;
  padding-left: 1em;
  text-indent: -1em;
  /* color: #696969; */
  color: #FF0C0C;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.secHomeSpecial__unit-item-image {
  flex: 1;
}
.secHomeSpecial__unit-item-image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeSpecial__unit-item-image img {
    border-radius: 0.5rem;
  }
}

/* CONCIERGE, REGISTRATION
---------------------------------------------- */
.homeConcierRegist {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeConcierRegist {
    flex-direction: column;
  }
}
.homeConcierRegist__item {
  flex: 1;
  padding: 8rem 4.1666666667%;
  color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeConcierRegist__item {
    padding: 6rem 1.5rem;
  }
}
.homeConcierRegist__item__concierge {
  background-color: #232323;
}
.homeConcierRegist__item__concierge .btnType01 a:hover span {
  color: #232323;
}
.homeConcierRegist__item__concierge .btnType01 a:hover svg {
  fill: #232323;
}
.homeConcierRegist__item__concierge .btnType01 a.focus-visible {
  outline-color: #FFF;
}
.homeConcierRegist__item__registration {
  background-color: #0077FF;
}
.homeConcierRegist__item__registration .btnType01 a.focus-visible {
  outline-color: #FFF;
}
.homeConcierRegist__item-inner {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeConcierRegist__item-inner {
    max-width: 100%;
    gap: 3rem;
  }
}
.homeConcierRegist__item-ttl-en {
  font-family: "Work Sans";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeConcierRegist__item-ttl-en {
    font-size: 1.2rem;
  }
}
.homeConcierRegist__item-ttl-jp {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .homeConcierRegist__item-ttl-jp {
    font-size: 2.4rem;
  }
}

/* ACCESS
---------------------------------------------- */
.secHomeAccess {
  padding: 10rem 0;
  background-color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess {
    padding: 6rem 1.5rem 12rem;
  }
}
.secHomeAccess .ttlHome01 {
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess .ttlHome01 {
    margin-bottom: 5rem;
  }
}
.secHomeAccess > p {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess > p {
    margin-bottom: 3rem;
  }
}
.secHomeAccess__btns {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess__btns {
    gap: 0.9rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess__btns .btnType01 {
    flex: 1;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess__btns .btnType01__inner {
    display: block;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secHomeAccess__btns .btnType01__inner a {
    min-width: 100%;
  }
}

/* ------------------------------------------------------------

アクセス

------------------------------------------------------------ */
/* 交通案内
---------------------------------------------- */
.accessTop {
  padding: 0 2rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop {
    padding: 0 0 5rem;
  }
}
.accessTop__txt {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop__txt {
    gap: 1rem;
  }
}
.accessTop__txt-sub {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop__txt-sub {
    font-size: 1.3rem;
  }
}
.accessTop__note {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop__note {
    gap: 0.8rem;
  }
}
.accessTop__note p {
  color: #FF0C0C;
  display: flex;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop__note p {
    gap: 0.8rem;
  }
}
.accessTop__note p svg {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  fill: #FF0C0C;
  margin-top: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop__note p svg {
    margin-top: 0.2rem;
  }
}
.accessTop-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .accessTop-btns {
    gap: 2rem;
  }
}

.navAccess {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navAccess {
    gap: 0.5rem;
  }
}
.navAccess__btn {
  width: 18rem;
  height: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navAccess__btn {
    width: auto;
    flex: 1;
    height: 3.5rem;
  }
}
.navAccess__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  border: 0.2rem solid;
  border-radius: 2.5rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navAccess__btn a {
    padding: 0 1.6rem;
  }
}
.navAccess__btn a span {
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navAccess__btn a span {
    font-size: 1.4rem;
  }
}
.navAccess__btn a svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navAccess__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.navAccess__btn a:hover span {
  color: #FFF;
}
.navAccess__btn a:hover svg {
  fill: #FFF;
}
.navAccess__btn__sengen a {
  border-color: #1457AE;
}
.navAccess__btn__sengen a span {
  color: #1457AE;
}
.navAccess__btn__sengen a svg {
  fill: #1457AE;
}
.navAccess__btn__sengen a:hover {
  background-color: #1457AE;
}
.navAccess__btn__namiki a {
  border-color: #24BD7B;
}
.navAccess__btn__namiki a span {
  color: #24BD7B;
}
.navAccess__btn__namiki a svg {
  fill: #24BD7B;
}
.navAccess__btn__namiki a:hover {
  background-color: #24BD7B;
}
.navAccess__btn__sakura a {
  border-color: #EF559F;
}
.navAccess__btn__sakura a span {
  color: #EF559F;
}
.navAccess__btn__sakura a svg {
  fill: #EF559F;
}
.navAccess__btn__sakura a:hover {
  background-color: #EF559F;
}

.secAccess {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess {
    padding-top: 5rem;
  }
}
.secAccess__inner {
  position: relative;
  border-top: 1px solid #DBDBDB;
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__inner {
    padding-top: 2.5rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.secAccess__inner::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__inner::before {
    width: 12rem;
  }
}
.secAccess#sengen .secAccess__inner::before {
  background-color: #1457AE;
}
.secAccess#namiki .secAccess__inner::before {
  background-color: #24BD7B;
}
.secAccess#sakura .secAccess__inner::before {
  background-color: #EF559F;
}
.secAccess__ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__ttl {
    font-size: 2.4rem;
  }
}
.secAccess__contents {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 75rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__contents {
    width: 100%;
  }
}
.secAccess__txt {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__txt {
    gap: 1rem;
  }
}
.secAccess__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__column {
    flex-direction: column;
    gap: 1rem;
  }
}
.secAccess__column-image {
  width: 36.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__column-image {
    width: 100%;
  }
}
.secAccess__column-image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__column-image img {
    border-radius: 0.5rem;
  }
}
.secAccess__column-map {
  position: relative;
  width: 36.5rem;
  height: 22.6rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__column-map {
    width: 100%;
    height: 21.4rem;
    border-radius: 0.5rem;
  }
}
.secAccess__column-map iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.secAccess__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.secAccess__list li {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__list li {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.secAccess__list li span:nth-of-type(1) {
  display: flex;
  font-weight: 700;
  gap: 1.2rem;
  flex: none;
  width: 15rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__list li span:nth-of-type(1) {
    width: 100%;
    gap: 0.8rem;
  }
}
.secAccess__list li span:nth-of-type(1)::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.3rem;
  margin-top: 0.9rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__list li span:nth-of-type(1)::before {
    margin-top: 0.8rem;
  }
}
.secAccess#sengen .secAccess__list li span:nth-of-type(1)::before {
  background-color: #1457AE;
}
.secAccess#namiki .secAccess__list li span:nth-of-type(1)::before {
  background-color: #24BD7B;
}
.secAccess#sakura .secAccess__list li span:nth-of-type(1)::before {
  background-color: #EF559F;
}
.secAccess__btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__btn {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.secAccess__btn-item {
  width: 28rem;
  height: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__btn-item {
    width: 25rem;
    height: 6.5rem;
  }
}
.secAccess__btn-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 4rem;
  border: 0.2rem solid;
  border-radius: 3.5rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secAccess__btn-item a {
    padding: 0 3rem;
  }
}
.secAccess__btn-item-txt {
  transition: color 0.3s;
}
a:hover .secAccess__btn-item-txt {
  color: #FFF !important;
}
.secAccess__btn-item-txt svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #DBDBDB;
  margin-left: 0.7rem;
  vertical-align: -0.3rem;
  transition: fill 0.3s;
}
.secAccess__btn-item-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
.secAccess__btn-item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: fill 0.3s;
}
a:hover .secAccess__btn-item-arrow svg {
  fill: #FFF;
}
.secAccess#sengen .secAccess__btn-item a {
  border-color: #1457AE;
}
.secAccess#sengen .secAccess__btn-item a:hover {
  background-color: #1457AE;
}
.secAccess#sengen .secAccess__btn-item-txt {
  color: #1457AE;
}
.secAccess#sengen a:hover .secAccess__btn-item-txt svg {
  fill: #3677CC;
}
.secAccess#sengen .secAccess__btn-item-arrow {
  fill: #1457AE;
}
.secAccess#namiki .secAccess__btn-item a {
  border-color: #24BD7B;
}
.secAccess#namiki .secAccess__btn-item a:hover {
  background-color: #24BD7B;
}
.secAccess#namiki .secAccess__btn-item-txt {
  color: #24BD7B;
}
.secAccess#namiki a:hover .secAccess__btn-item-txt svg {
  fill: #45D496;
}
.secAccess#namiki .secAccess__btn-item-arrow {
  fill: #24BD7B;
}
.secAccess#sakura .secAccess__btn-item a {
  border-color: #EF559F;
}
.secAccess#sakura .secAccess__btn-item a:hover {
  background-color: #EF559F;
}
.secAccess#sakura .secAccess__btn-item-txt {
  color: #EF559F;
}
.secAccess#sakura a:hover .secAccess__btn-item-txt svg {
  fill: #FB7CB9;
}
.secAccess#sakura .secAccess__btn-item-arrow {
  fill: #EF559F;
}

/* 無料循環バス
---------------------------------------------- */
.busNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .busNav {
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .busNav__btn {
    max-width: 100%;
  }
}
.busNav__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.8rem 2.5rem;
  border: 0.2rem solid #0077FF;
  border-radius: 2.5rem;
  transition: background-color 0.3s, color 0.3s;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .busNav__btn a {
    padding: 0.5rem 3.5rem 0.5rem 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    color: #0077FF;
  }
}
.busNav__btn a span {
  color: #0077FF;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .busNav__btn a span {
    font-size: 1.4rem;
  }
}
.busNav__btn a svg {
  fill: #0077FF;
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .busNav__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1.3rem;
    right: 1.6rem;
  }
}
.busNav__btn a:hover {
  color: #FFF;
  background-color: #0077FF;
}
.busNav__btn a:hover span {
  color: #FFF;
}
.busNav__btn a:hover svg {
  fill: #FFF;
}

.secBus {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus {
    padding-top: 5rem;
  }
}
.secBus__ttl {
  padding-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__ttl {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.secBus__ttl::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__ttl::before {
    width: 12rem;
  }
}
.secBus__txt {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__txt {
    gap: 1rem;
    margin-bottom: 3rem;
  }
}
.secBus__txt-note {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
.secBus__image {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__image {
    margin-top: 3rem;
    gap: 3rem;
  }
}
.secBus__image-item {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.secBus__image-img img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__image-img img {
    border-radius: 0.5rem;
  }
}
.secBus__column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__column {
    gap: 3rem;
  }
}
.secBus__column-item {
  width: 47.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__column-item {
    width: 100%;
  }
}
.secBus__column-item .heading01 {
  margin-bottom: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__column-item .heading01 {
    margin-bottom: 1.5rem;
  }
}
.secBus__column-item > p {
  margin-bottom: 2rem;
}
.secBus__column-item-image img {
  width: 100%;
  height: auto;
}
.secBus__btn01 {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn01 {
    width: 28rem;
    height: 6.5rem;
  }
}
.secBus__btn01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem 0 4rem;
  height: 100%;
  border: 0.2rem solid #0077FF;
  border-radius: 4rem;
  background-color: #FFF;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn01 a {
    padding: 0 2rem 0 3rem;
  }
}
.secBus__btn01 a:hover {
  background-color: #0077FF;
}
.secBus__btn01-label {
  color: #0077FF;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn01-label {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
a:hover .secBus__btn01-label {
  color: #FFF;
}
.secBus__btn01-label span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
  padding: 0 1.4rem 0.2rem;
  color: #FFF;
  background-color: #FF0C0C;
  margin-left: 1rem;
  border-radius: 1.2rem;
  vertical-align: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn01-label span {
    font-size: 1rem;
    padding: 0 1rem;
    vertical-align: 0.2rem;
  }
}
.secBus__btn01-arrow {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn01-arrow {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.secBus__btn01-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0077FF;
  transition: fill 0.3s;
}
a:hover .secBus__btn01-arrow svg {
  fill: #FFF;
}
.secBus__btn02 {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #C6C6C6;
  font-size: 2rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn02 {
    width: 28rem;
    height: 6.5rem;
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0;
  }
}
.secBus__btn02 span {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secBus__btn02 span {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------------------------

一般公開コンシェルジュ

------------------------------------------------------------ */
.conciergeNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .conciergeNav {
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .conciergeNav__btn {
    max-width: 100%;
  }
}
.conciergeNav__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.8rem 2.5rem;
  border: 0.2rem solid #0077FF;
  border-radius: 2.5rem;
  transition: background-color 0.3s, color 0.3s;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .conciergeNav__btn a {
    padding: 0.5rem 3.5rem 0.5rem 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    color: #0077FF;
  }
}
.conciergeNav__btn a span {
  color: #0077FF;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .conciergeNav__btn a span {
    font-size: 1.4rem;
  }
}
.conciergeNav__btn a svg {
  fill: #0077FF;
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .conciergeNav__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1.3rem;
    right: 1.6rem;
  }
}
.conciergeNav__btn a:hover {
  color: #FFF;
  background-color: #0077FF;
}
.conciergeNav__btn a:hover span {
  color: #FFF;
}
.conciergeNav__btn a:hover svg {
  fill: #FFF;
}

.secConcierge {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge {
    padding-top: 5rem;
  }
}
.secConcierge__ttl {
  padding-top: 3rem;
  margin-bottom: 4rem;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__ttl {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.secConcierge__ttl::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__ttl::before {
    width: 12rem;
  }
}
.secConcierge__txt01 {
  margin-bottom: 8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__txt01 {
    margin-bottom: 3rem;
  }
}
.secConcierge__txt02 {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__txt02 {
    text-align: left;
  }
}
.secConcierge__btn01 {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn01 {
    width: 28rem;
    height: 6.5rem;
  }
}
.secConcierge__btn01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem 0 4rem;
  height: 100%;
  border: 0.2rem solid #0077FF;
  border-radius: 4rem;
  background-color: #FFF;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn01 a {
    padding: 0 2rem 0 3rem;
  }
}
.secConcierge__btn01 a:hover {
  background-color: #0077FF;
}
.secConcierge__btn01-label {
  color: #0077FF;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn01-label {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
a:hover .secConcierge__btn01-label {
  color: #FFF;
}
.secConcierge__btn01-label span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
  padding: 0 1.4rem 0.2rem;
  color: #FFF;
  background-color: #FF0C0C;
  margin-left: 1rem;
  border-radius: 1.2rem;
  vertical-align: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn01-label span {
    font-size: 1rem;
    padding: 0 1rem;
    vertical-align: 0.2rem;
  }
}
.secConcierge__btn01-arrow {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn01-arrow {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.secConcierge__btn01-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0077FF;
  transition: fill 0.3s;
}
a:hover .secConcierge__btn01-arrow svg {
  fill: #FFF;
}
.secConcierge__btn02 {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #C6C6C6;
  font-size: 2rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn02 {
    width: 28rem;
    height: 6.5rem;
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0;
  }
}
.secConcierge__btn02 span {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__btn02 span {
    font-size: 1.2rem;
  }
}
.secConcierge__inner01 {
  background: #F5F5F5;
  border-radius: 0.8rem;
  padding: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__inner01 {
    border-radius: 0.5rem;
    padding: 3rem 2rem;
    margin-top: 5rem;
  }
}
.secConcierge__inner01-mail {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__inner01-mail {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.secConcierge__inner01-mail a {
  color: #232323;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__inner01-mail a {
    gap: 1rem;
  }
}
.secConcierge__inner01-mail a svg {
  width: 2.2rem;
  height: 2.2rem;
  fill: #0077FF;
  display: inline-block;
  transition: fill 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__inner01-mail a svg {
    width: 2rem;
    height: 2rem;
  }
}
.secConcierge__inner01-mail a:hover svg {
  fill: #00B2FA;
}
.secConcierge__bubble {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__bubble {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.secConcierge__bubble-inner {
  width: 50.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__bubble-inner {
    width: 100%;
    gap: 2.2rem;
  }
}
.secConcierge__faq {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq {
    flex-direction: column;
    gap: 3rem;
  }
}
.secConcierge__faq-nav {
  width: 18rem;
  position: sticky;
  top: 8rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav {
    width: 100%;
    position: unset;
  }
}
.secConcierge__faq-nav-btn {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-btn {
    display: block;
    color: #FFF;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding: 1.4rem 2rem;
    position: relative;
    transition: border-radius 0.2s 0.3s;
    background-color: #0077FF;
    z-index: 1;
  }
  .secConcierge__faq-nav-btn.on {
    border-radius: 0.5rem 0.5rem 0 0;
    transition: border-radius 0.2s;
  }
  .secConcierge__faq-nav-btn::before {
    content: "";
    display: block;
    background: #FFF;
    width: 1.6rem;
    height: 0.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -0.1rem;
  }
  .secConcierge__faq-nav-btn::after {
    content: "";
    display: block;
    background: #FFF;
    width: 0.2rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    right: 2.7rem;
    margin-top: -0.8rem;
    transition: transform 0.5s;
  }
  .secConcierge__faq-nav-btn.on::after {
    transform: rotate(90deg);
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-list {
    display: none;
  }
}
.secConcierge__faq-nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-list ul {
    gap: 0;
    border: 1px solid #0077FF;
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-list ul li:not(:last-of-type) {
    border-bottom: 1px solid #1457AE;
  }
}
.secConcierge__faq-nav-list ul li a {
  display: block;
  color: #232323;
  font-weight: 700;
  transition: color 0.3s;
  padding: 0.6rem 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-list ul li a {
    font-weight: 500;
    padding: 0.6rem 2rem;
  }
}
.secConcierge__faq-nav-list ul li a:hover {
  color: #666;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-nav-list ul li a:hover {
    color: #232323;
  }
}
.secConcierge__faq-contents {
  width: 78rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-contents {
    width: 100%;
    gap: 3rem;
  }
}
.secConcierge__faq-contents-part {
  position: relative;
  padding-top: 10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-contents-part {
    padding-top: 6rem;
  }
}
.secConcierge__faq-contents-part:first-of-type {
  margin-top: -10rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-contents-part:first-of-type {
    margin-top: -6rem;
  }
}
.secConcierge__faq-contents-part:not(:first-of-type)::before {
  content: "";
  display: block;
  background-color: #DBDBDB;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 5rem;
  left: 0;
}
.secConcierge__faq-contents-part .heading02 {
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secConcierge__faq-contents-part .heading02 {
    margin-bottom: 2rem;
  }
}

.bubbleUnit {
  position: relative;
}
.bubbleUnit > svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  fill: #0077FF;
  position: absolute;
  bottom: -2.1rem;
  left: 3rem;
  z-index: -1;
  transition: fill 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit > svg {
    width: 1.8rem;
    height: 1.8rem;
    bottom: -1.5rem;
    left: 2rem;
  }
}
.bubbleUnit__btn {
  color: #FFF;
  background-color: #0077FF;
  width: 100%;
  height: 7rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  cursor: pointer;
  transition: background-color 0.3s, border-radius 0.2s 0.3s;
  position: relative;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit__btn {
    border-radius: 0.5rem;
    font-size: 1.6rem;
    height: 6rem;
    padding: 0 2rem;
  }
}
.bubbleUnit__btn.on {
  border-radius: 0.5rem 0.5rem 0 0;
  transition: background-color 0.3s, border-radius 0.2s;
}
.bubbleUnit__btn:hover {
  background-color: #00B2FA;
}
.bubbleUnit__btn:hover ~ svg {
  fill: #00B2FA;
}
.bubbleUnit__btn::before {
  content: "";
  display: block;
  background: #FFF;
  width: 1.6rem;
  height: 0.2rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  margin-top: -0.1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit__btn::before {
    right: 2rem;
  }
}
.bubbleUnit__btn::after {
  content: "";
  display: block;
  background: #FFF;
  width: 0.2rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 3.7rem;
  margin-top: -0.8rem;
  transition: transform 0.5s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit__btn::after {
    right: 2.7rem;
  }
}
.bubbleUnit__btn.on::after {
  transform: rotate(90deg);
}
.bubbleUnit__contents {
  background-color: #FFF;
  border: 0.2rem solid #0077FF;
  border-top: none;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1.8rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  display: none;
  transition: border-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit__contents {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1.5rem;
    gap: 1rem;
  }
}
.bubbleUnit__btn:hover + .bubbleUnit__contents {
  border-color: #00B2FA;
}
.bubbleUnit__contents-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.bubbleUnit__contents-btn p a {
  display: block;
  color: #232323;
  text-decoration: underline;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .bubbleUnit__contents-btn p a {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.bubbleUnit__contents-btn p a svg {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #0077FF;
  fill: #0077FF;
  margin-right: 0.7rem;
  vertical-align: -0.5rem;
}
.bubbleUnit__contents-btn p a:hover {
  text-decoration: none;
}

.faqUnit {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .faqUnit {
    gap: 2rem;
  }
}
.faqUnit__item-question {
  display: flex;
  gap: 2rem;
  color: #0077FF;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .faqUnit__item-question {
    gap: 1.5rem;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.faqUnit__item-question::before {
  content: "Q";
  flex: none;
  background-color: #0077FF;
  color: #FFF;
  font-family: "Work Sans";
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
}
.faqUnit__item-answer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .faqUnit__item-answer {
    gap: 0.8rem;
  }
}
.faqUnit__item-answer > p a {
  color: #0077FF;
  text-decoration: underline;
}
.faqUnit__item-answer > p a:hover {
  text-decoration: none;
}
.faqUnit__item-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.faqUnit__item-btn p a {
  display: block;
  color: #232323;
  text-decoration: underline;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .faqUnit__item-btn p a {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.faqUnit__item-btn p a svg.arrow {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #0077FF;
  fill: #0077FF;
  margin-right: 0.7rem;
  vertical-align: -0.5rem;
}
.faqUnit__item-btn p a svg.tab {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  fill: #CCCCCC;
  margin-left: 0.7rem;
  vertical-align: -0.3rem;
}
.faqUnit__item-btn p a:hover {
  text-decoration: none;
}

/* ------------------------------------------------------------

会場マップ

------------------------------------------------------------ */
.navMap {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navMap {
    gap: 0.5rem;
    margin-bottom: 5rem;
  }
}
.navMap__btn {
  width: 18rem;
  height: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navMap__btn {
    width: auto;
    flex: 1;
    height: 3.5rem;
  }
}
.navMap__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  border: 0.2rem solid;
  border-radius: 2.5rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navMap__btn a {
    padding: 0 1.6rem;
  }
}
.navMap__btn a span {
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navMap__btn a span {
    font-size: 1.4rem;
  }
}
.navMap__btn a svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navMap__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.navMap__btn a:hover span {
  color: #FFF;
}
.navMap__btn a:hover svg {
  fill: #FFF;
}
.navMap__btn__sengen a {
  border-color: #1457AE;
}
.navMap__btn__sengen a span {
  color: #1457AE;
}
.navMap__btn__sengen a svg {
  fill: #1457AE;
}
.navMap__btn__sengen a:hover {
  background-color: #1457AE;
}
.navMap__btn__namiki a {
  border-color: #24BD7B;
}
.navMap__btn__namiki a span {
  color: #24BD7B;
}
.navMap__btn__namiki a svg {
  fill: #24BD7B;
}
.navMap__btn__namiki a:hover {
  background-color: #24BD7B;
}
.navMap__btn__sakura a {
  border-color: #EF559F;
}
.navMap__btn__sakura a span {
  color: #EF559F;
}
.navMap__btn__sakura a svg {
  fill: #EF559F;
}
.navMap__btn__sakura a:hover {
  background-color: #EF559F;
}

.wrapMap01 {
  background-color: #F5F5F5;
  border-radius: 0.8rem;
  text-align: center;
  padding: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01 {
    border-radius: 0.5rem;
    padding: 3rem 2rem;
  }
}
.wrapMap01__btn {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn {
    width: 28rem;
    height: 6.5rem;
  }
}
.wrapMap01__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3rem 0 4rem;
  height: 100%;
  border: 0.2rem solid #0077FF;
  border-radius: 4rem;
  background-color: #FFF;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn a {
    padding: 0 2rem 0 3rem;
  }
}
.wrapMap01__btn a:hover {
  background-color: #0077FF;
}
.wrapMap01__btn-label {
  color: #0077FF;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn-label {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
a:hover .wrapMap01__btn-label {
  color: #FFF;
}
.wrapMap01__btn-label span {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  display: inline-block;
  padding: 0 1.4rem 0.2rem;
  color: #FFF;
  background-color: #FF0C0C;
  margin-left: 1rem;
  border-radius: 1.2rem;
  vertical-align: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn-label span {
    font-size: 1rem;
    padding: 0 1rem;
    vertical-align: 0.2rem;
  }
}
.wrapMap01__btn-arrow {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn-arrow {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.wrapMap01__btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0077FF;
  transition: fill 0.3s;
}
a:hover .wrapMap01__btn-arrow svg {
  fill: #FFF;
}
.wrapMap01__btn02 {
  margin: 3rem auto 0;
  width: 40rem;
  height: 8rem;
  border-radius: 4rem;
  background-color: #C6C6C6;
  font-size: 2rem;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn02 {
    width: 28rem;
    height: 6.5rem;
    font-size: 1.5rem;
    flex-direction: column;
    gap: 0;
  }
}
.wrapMap01__btn02 span {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapMap01__btn02 span {
    font-size: 1.2rem;
  }
}

.secMap {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap {
    padding-top: 5rem;
  }
}
.secMap__top {
  padding-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__top {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.secMap__top::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__top::before {
    width: 12rem;
  }
}
#sengen .secMap__top::before {
  background-color: #1457AE;
}
#namiki .secMap__top::before {
  background-color: #24BD7B;
}
#sakura .secMap__top::before {
  background-color: #EF559F;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__image {
    overflow: auto;
    width: 100vw;
    margin-left: -1.5rem;
    padding: 0 1.5rem;
  }
}
.secMap__image a {
  display: block;
  transition: opacity 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__image a {
    pointer-events: none;
  }
}
.secMap__image a:hover {
  opacity: 0.8;
}
.secMap__image a img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.secMap__image p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__image p {
    display: none;
  }
}
.secMap__image p svg:first-of-type {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: -0.7rem;
}
.secMap__image p svg:last-of-type {
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  fill: #CCC;
  margin-left: 0.8rem;
  vertical-align: -0.3rem;
}
.secMap#sengen .secMap__image p svg:nth-of-type(1) {
  fill: #1457AE;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap#sengen .secMap__image-inner {
    width: 69.9rem;
  }
}
.secMap#namiki .secMap__image p svg:nth-of-type(1) {
  fill: #24BD7B;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap#namiki .secMap__image-inner {
    width: 51rem;
  }
}
.secMap#sakura .secMap__image p svg:nth-of-type(1) {
  fill: #EF559F;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap#sakura .secMap__image-inner {
    width: 69.4rem;
  }
}
.secMap__btn {
  max-width: 88rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9rem 0;
  margin-top: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__btn {
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 3rem;
  }
}
.secMap__btn-item {
  width: 28rem;
  margin-right: 1.8rem;
  height: 7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__btn-item {
    width: 100%;
    height: 5rem;
    margin-right: 0;
  }
}
.secMap__btn-item:nth-of-type(3n) {
  margin-right: 0;
}
.secMap__btn-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  border: 0.2rem solid;
  border-radius: 3.5rem;
  transition: background-color 0.3s;
}
.secMap__btn-item-txt {
  transition: color 0.3s;
  font-size: 1.5rem;
}
a:hover .secMap__btn-item-txt {
  color: #FFF !important;
}
.secMap__btn-item-txt span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secMap__btn-item-txt span {
    display: inline-block;
    padding-right: 1rem;
  }
}
.secMap__btn-item-arrow {
  width: 1.5rem;
  height: 1.5rem;
}
.secMap__btn-item-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: fill 0.3s;
}
a:hover .secMap__btn-item-arrow svg {
  fill: #FFF;
}
.secMap#sengen .secMap__btn-item a {
  border-color: #1457AE;
}
.secMap#sengen .secMap__btn-item a:hover {
  background-color: #1457AE;
}
.secMap#sengen .secMap__btn-item-txt {
  color: #1457AE;
}
.secMap#sengen .secMap__btn-item-arrow {
  fill: #1457AE;
}
.secMap#namiki .secMap__btn-item a {
  border-color: #24BD7B;
}
.secMap#namiki .secMap__btn-item a:hover {
  background-color: #24BD7B;
}
.secMap#namiki .secMap__btn-item-txt {
  color: #24BD7B;
}
.secMap#namiki .secMap__btn-item-arrow {
  fill: #24BD7B;
}
.secMap#sakura .secMap__btn-item a {
  border-color: #EF559F;
}
.secMap#sakura .secMap__btn-item a:hover {
  background-color: #EF559F;
}
.secMap#sakura .secMap__btn-item-txt {
  color: #EF559F;
}
.secMap#sakura .secMap__btn-item-arrow {
  fill: #EF559F;
}

/* ------------------------------------------------------------

プログラム

------------------------------------------------------------ */
.programContainer {
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programContainer {
    padding: 0 1.5rem;
  }
}
.programContainer__ttl {
  text-align: center;
  color: #0077FF;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programContainer__ttl {
    margin-bottom: 1rem;
  }
}

.programAnniversary {
  background-color: #E6F0F9;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programAnniversary {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.programAnniversary__ttl {
  text-align: center;
  color: #0077FF;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programAnniversary__ttl {
    margin-bottom: 1rem;
  }
}
.programAnniversary .programNav {
  max-width: 100rem;
  margin: 0 auto;
}

/* 各ページ共通
---------------------------------------------- */
.programTop {
  padding: 0 2rem 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop {
    padding: 0 0 5rem;
  }
}
.programTop__txt {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__txt {
    gap: 1rem;
  }
}
.programTop__txt-sub {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__txt-sub {
    font-size: 1.3rem;
  }
}
.programTop__note {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__note {
    gap: 0.8rem;
  }
}
.programTop__note p {
  color: #FF0C0C;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__note p {
    gap: 0.8rem;
  }
}
.programTop__note p svg {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  fill: #FF0C0C;
  margin-top: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__note p svg {
    margin-top: 0.2rem;
  }
}
.programTop__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programTop__btns {
    gap: 2rem;
  }
}

.programNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programNav {
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programNav__btn {
    max-width: 100%;
  }
}
.programNav__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.8rem 2.5rem;
  border: 0.2rem solid #0077FF;
  border-radius: 2.5rem;
  transition: background-color 0.3s, color 0.3s;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programNav__btn a {
    padding: 0.5rem 3.5rem 0.5rem 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    color: #0077FF;
  }
}
.programNav__btn a span {
  color: #0077FF;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programNav__btn a span {
    font-size: 1.4rem;
  }
}
.programNav__btn a svg {
  fill: #0077FF;
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programNav__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1.3rem;
    right: 1.6rem;
  }
}
.programNav__btn a:hover {
  color: #FFF;
  background-color: #0077FF;
}
.programNav__btn a:hover span {
  color: #FFF;
}
.programNav__btn a:hover svg {
  fill: #FFF;
}

.programUnit01 {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01 {
    padding-top: 5rem;
  }
}
.programUnit01__top {
  padding-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  border-top: 1px solid #DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.programUnit01__top::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top::before {
    width: 12rem;
  }
}
.programUnit01__top-ttl {
  display: flex;
  gap: 6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl {
    flex-direction: column;
    gap: 0;
  }
}
.programUnit01__top-ttl p {
  color: #0077FF;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  display: block;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  position: relative;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl p {
    text-align: left;
  }
}
.programUnit01__top-ttl p::after {
  content: "";
  display: block;
  background-color: #D9D9D9;
  width: 1px;
  height: 7rem;
  position: absolute;
  top: 50%;
  right: -3rem;
  margin-top: -3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl p::after {
    display: none;
  }
}
.programUnit01__top-ttl p span {
  display: block;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl p span {
    display: inline-block;
    font-size: 3rem;
    margin-right: 0.5rem;
  }
}
.programUnit01__top-ttl h2 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl h2 {
    font-size: 2.4rem;
  }
}
.programUnit01__top-ttl h2 span {
  font-size: 1.8rem;
  font-family: "Work Sans";
  font-weight: 600;
  line-height: 1.2;
  display: block;
  color: #9F9F9F;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-ttl h2 span {
    font-size: 1.5rem;
  }
}
.programUnit01__top-tag {
  display: flex;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-tag {
    gap: 0.5rem;
  }
}
.programUnit01__top-tag span {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 0.2rem 1.8rem;
  border-radius: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top-tag span {
    font-size: 1.2rem;
    padding: 0.1rem 1.5rem;
  }
}
.programUnit01__top-tag-sengen {
  background-color: #1457AE;
}
.programUnit01__top-tag-namiki {
  background-color: #24BD7B;
}
.programUnit01__top-tag-sakura {
  background-color: #EF559F;
}
.programUnit01__top-tag-reservation {
  background-color: #FF0C0C;
}
.programUnit01__top + .heading01 {
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__top + .heading01 {
    margin-bottom: 1.5rem;
  }
}
.programUnit01__lead {
  color: #0077FF;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__lead {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.programUnit01__column {
  display: flex;
  gap: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column {
    flex-direction: column;
    gap: 2rem;
  }
}
.programUnit01__column-txt {
  flex: 1;
}
.programUnit01__column-txt > p {
  margin-bottom: 3rem;
}
.programUnit01__column-txt-inner01 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-txt-inner01 {
    gap: 1rem;
  }
}
.programUnit01__column-txt-inner02 {
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-txt-inner02 {
    margin-top: 2rem;
  }
}
.programUnit01__column-txt-tblInner01 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.programUnit01__column-txt .heading01 {
  margin-bottom: 1.5rem;
}
.programUnit01__column-txt .listType01 {
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-txt .listType01 {
    margin-bottom: 2rem;
  }
}
.programUnit01__column-txt .tblType01 {
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-txt .tblType01 {
    margin-top: 2rem;
  }
}
.programUnit01__column-txt .tblType01 th {
  width: 14rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-txt .tblType01 th {
    width: 9rem;
  }
}
.programUnit01__column-txt .tblType01 td .sub {
  color: #696969;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  display: block;
}
.programUnit01__column-image {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem 0;
  align-content: flex-start;
}
.programUnit01__column-image-item:nth-of-type(1) {
  width: 100%;
}
.programUnit01__column-image-item:nth-of-type(2), .programUnit01__column-image-item:nth-of-type(3) {
  width: 23rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__column-image-item:nth-of-type(2), .programUnit01__column-image-item:nth-of-type(3) {
    width: 16.5rem;
  }
}
.programUnit01__column-image-item img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.programUnit01__comment {
  display: flex;
  gap: 2rem;
  padding-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__comment {
    padding-top: 1.5rem;
  }
}
.programUnit01__comment-image {
  width: 7rem;
}
.programUnit01__comment-image img {
  width: 100%;
  height: auto;
}
.programUnit01__comment-txt {
  width: 35.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__comment-txt {
    width: 23rem;
  }
}
.programUnit01__comment-txt .profile {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.programUnit01__comment-txt .profile a {
  color: #232323;
  text-decoration: underline;
}
.programUnit01__comment-txt .profile a:hover {
  text-decoration: none;
}
.programUnit01__comment-txt .profile svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #ccc;
  display: inline-block;
  vertical-align: -0.4rem;
  margin-left: 0.4rem;
}
.programUnit01__unit01 {
  background-color: #F5F5F5;
  padding: 5rem;
  display: flex;
  margin-top: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__unit01 {
    padding: 2rem;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.programUnit01__unit01 .heading01 {
  width: 30rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__unit01 .heading01 {
    width: 100%;
  }
}
.programUnit01__exhibit {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__exhibit {
    padding-top: 1.5rem;
  }
}
.programUnit01__exhibit-item {
  display: flex;
  gap: 1em;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__exhibit-item {
    flex-direction: column;
    gap: 0;
  }
}
.programUnit01__exhibit-item-ttl {
  font-weight: 700;
  flex: none;
  color: #0077FF;
}
.programUnit01__exhibit-item a {
  display: block;
  color: #232323;
  text-decoration: underline;
}
.programUnit01__exhibit-item a:hover {
  text-decoration: none;
}
.programUnit01__exhibit-item a svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #CCCCCC;
  display: inline-block;
  margin-left: 0.8rem;
  vertical-align: -0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__exhibit-item a svg {
    margin-left: 0.4rem;
    vertical-align: -0.4rem;
  }
}
.programUnit01__note {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .programUnit01__note {
    padding-top: 1.5rem;
  }
}
.programUnit01__note p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  color: #696969;
}
.programUnit01 > .listType03 {
  margin-top: 1rem;
}

/* ラボ公開
---------------------------------------------- */
body.labNavOpen {
  overflow: hidden;
}
body.labNavOpen #onetrust-consent-sdk {
  position: relative;
  z-index: 0;
}

.navOpenlab {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navOpenlab {
    gap: 0.5rem;
  }
}
.navOpenlab__btn {
  width: 18rem;
  height: 4.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navOpenlab__btn {
    width: auto;
    flex: 1;
    height: 3.5rem;
  }
}
.navOpenlab__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 2.5rem;
  border: 0.2rem solid;
  border-radius: 2.5rem;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navOpenlab__btn a {
    padding: 0 1.6rem;
  }
}
.navOpenlab__btn a span {
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navOpenlab__btn a span {
    font-size: 1.4rem;
  }
}
.navOpenlab__btn a svg {
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .navOpenlab__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.navOpenlab__btn a:hover span {
  color: #FFF;
}
.navOpenlab__btn a:hover svg {
  fill: #FFF;
}
.navOpenlab__btn__sengen a {
  border-color: #1457AE;
}
.navOpenlab__btn__sengen a span {
  color: #1457AE;
}
.navOpenlab__btn__sengen a svg {
  fill: #1457AE;
}
.navOpenlab__btn__sengen a:hover {
  background-color: #1457AE;
}
.navOpenlab__btn__namiki a {
  border-color: #24BD7B;
}
.navOpenlab__btn__namiki a span {
  color: #24BD7B;
}
.navOpenlab__btn__namiki a svg {
  fill: #24BD7B;
}
.navOpenlab__btn__namiki a:hover {
  background-color: #24BD7B;
}
.navOpenlab__btn__sakura a {
  border-color: #EF559F;
}
.navOpenlab__btn__sakura a span {
  color: #EF559F;
}
.navOpenlab__btn__sakura a svg {
  fill: #EF559F;
}
.navOpenlab__btn__sakura a:hover {
  background-color: #EF559F;
}

.wrapOpenlab01 {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01 {
    padding-top: 5rem;
  }
}
.wrapOpenlab01__ttl {
  padding-top: 4rem;
  margin-bottom: 6rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__ttl {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.wrapOpenlab01__ttl::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__ttl::before {
    width: 12rem;
  }
}
#sengen .wrapOpenlab01__ttl::before {
  background-color: #1457AE;
}
#namiki .wrapOpenlab01__ttl::before {
  background-color: #24BD7B;
}
#sakura .wrapOpenlab01__ttl::before {
  background-color: #EF559F;
}
.wrapOpenlab01__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__inner {
    flex-direction: column;
    gap: 3rem;
  }
}
.wrapOpenlab01__nav {
  width: 22rem;
  position: sticky;
  top: 9rem;
  left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav {
    width: auto;
    top: 1rem;
    margin-left: -1.5rem;
    height: 4rem;
    transition: top 0.3s;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  #wrap-all.scrolled-up .wrapOpenlab01__nav {
    top: 6rem;
  }
}
#wrap-all.scrolled .wrapOpenlab01__nav {
  z-index: 2;
}
#wrap-all.open .wrapOpenlab01__nav {
  z-index: 0;
}
.wrapOpenlab01__nav.active {
  position: fixed;
  left: 0;
  height: 100%;
  z-index: 99;
  margin-left: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav.active {
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav.active::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.wrapOpenlab01__nav-inner {
  display: contents;
}
.wrapOpenlab01__nav.active .wrapOpenlab01__nav-inner {
  display: block;
  width: 100%;
  height: calc(100% + 1px);
  overflow: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 0 7rem;
}
.wrapOpenlab01__nav-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.wrapOpenlab01__nav.active .wrapOpenlab01__nav-close {
  opacity: 1;
  pointer-events: all;
}
.wrapOpenlab01__nav-btn {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-btn {
    display: flex;
    align-items: center;
    min-width: 17rem;
    height: 4rem;
    gap: 0.8rem;
    color: #FFF;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    text-align: left;
    padding: 0 2rem;
    position: relative;
    transition: border-radius 0.2s 0.3s;
  }
  .wrapOpenlab01__nav-btn.open svg {
    transform: scale(-1, 1);
  }
  .wrapOpenlab01__nav-btn svg {
    width: 1.2rem;
    height: 1.2rem;
    fill: #FFF;
    transition: transform 0.3s;
  }
}
.wrapOpenlab01__nav-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-ttl {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list {
    width: 30rem;
    transform: translateX(-100%);
    transition: transform 0.5s, visibility 0.5s;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
  }
  .wrapOpenlab01__nav-list.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: all;
  }
}
.wrapOpenlab01__nav-list .focusTrap {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list .focusTrap {
    display: block;
  }
}
.wrapOpenlab01__nav-list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #FFF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list ul {
    gap: 0;
    border: 1px solid;
    border-left: none;
    border-radius: 0 0.5rem 0.5rem 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list ul li:not(:last-of-type) {
    border-bottom: 1px solid #1457AE;
  }
}
.wrapOpenlab01__nav-list ul li a {
  display: flex;
  gap: 1rem;
  line-height: 1.4;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list ul li a {
    padding: 0.7rem 1.5rem;
  }
}
.wrapOpenlab01__nav-list ul li a > span:nth-of-type(1) {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
  font-family: "Work Sans";
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  flex: none;
  margin-top: 0.1rem;
}
.wrapOpenlab01__nav-list ul li a > span:nth-of-type(2) {
  color: #232323;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__nav-list ul li a > span:nth-of-type(2) {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }
}
.wrapOpenlab01__nav-list ul li a > span:nth-of-type(2) > span {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  color: #828282;
}
.wrapOpenlab01__nav-list ul li a:hover > span:nth-of-type(2) {
  color: #666;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01#sengen .wrapOpenlab01__nav-btn {
    background: #1457AE;
  }
}
.wrapOpenlab01#sengen .wrapOpenlab01__nav-ttl {
  color: #1457AE;
}
.wrapOpenlab01#sengen .wrapOpenlab01__nav-list ul {
  border-color: #1457AE;
}
.wrapOpenlab01#sengen .wrapOpenlab01__nav-list ul li {
  border-color: #1457AE;
}
.wrapOpenlab01#sengen .wrapOpenlab01__nav-list ul li a > span:nth-of-type(1) {
  background-color: #1457AE;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01#namiki .wrapOpenlab01__nav-btn {
    background: #24BD7B;
  }
}
.wrapOpenlab01#namiki .wrapOpenlab01__nav-ttl {
  color: #24BD7B;
}
.wrapOpenlab01#namiki .wrapOpenlab01__nav-list ul {
  border-color: #24BD7B;
}
.wrapOpenlab01#namiki .wrapOpenlab01__nav-list ul li {
  border-color: #24BD7B;
}
.wrapOpenlab01#namiki .wrapOpenlab01__nav-list ul li a > span:nth-of-type(1) {
  background-color: #24BD7B;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01#sakura .wrapOpenlab01__nav-btn {
    background: #EF559F;
  }
}
.wrapOpenlab01#sakura .wrapOpenlab01__nav-ttl {
  color: #EF559F;
}
.wrapOpenlab01#sakura .wrapOpenlab01__nav-list ul {
  border-color: #EF559F;
}
.wrapOpenlab01#sakura .wrapOpenlab01__nav-list ul li {
  border-color: #EF559F;
}
.wrapOpenlab01#sakura .wrapOpenlab01__nav-list ul li a > span:nth-of-type(1) {
  background-color: #EF559F;
}
.wrapOpenlab01__contents {
  width: 76rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__contents {
    width: 100%;
  }
}
.wrapOpenlab01__building {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__building {
    padding-top: 10rem;
    margin-top: -10rem;
  }
}
.wrapOpenlab01__building-ttl {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__building-ttl {
    gap: 1.5rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.wrapOpenlab01__building-ttl-num {
  width: 4rem;
  height: 4rem;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Work Sans";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  border-radius: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__building-ttl-num {
    width: 3rem;
    height: 3rem;
    font-size: 2.2rem;
    border-radius: 0.3rem;
  }
}
.wrapOpenlab01__building-ttl-sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #828282;
  padding-top: 0.7rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapOpenlab01__building-ttl-sub {
    font-size: 1.3rem;
  }
}
.wrapOpenlab01#sengen .wrapOpenlab01__building-ttl-num {
  background-color: #1457AE;
}
.wrapOpenlab01#namiki .wrapOpenlab01__building-ttl-num {
  background-color: #24BD7B;
}
.wrapOpenlab01#sakura .wrapOpenlab01__building-ttl-num {
  background-color: #EF559F;
}

.labUnit01 {
  padding-top: 9rem;
  margin-top: -8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01 {
    padding-top: 6rem;
    margin-top: -5rem;
  }
}
.labUnit01__inner {
  border: 1px solid #DBDBDB;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__inner {
    border-radius: 0.5rem;
  }
}
.labUnit01__inner-inside {
  padding: 3rem 3rem 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__inner-inside {
    padding: 1.5rem;
  }
}
.labUnit01__exhibit {
  background-color: #F5F5F5;
  padding: 2rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__exhibit {
    padding: 1.5rem;
  }
}
.labUnit01__exhibit-item {
  display: flex;
  gap: 1em;
  font-size: 1.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__exhibit-item {
    flex-direction: column;
    gap: 0;
  }
}
.labUnit01__exhibit-item-ttl {
  font-weight: 700;
  flex: none;
}
.labUnit01.namiki .labUnit01__exhibit-item-ttl {
  color: #24BD7B;
}
.labUnit01.sengen .labUnit01__exhibit-item-ttl {
  color: #1457AE;
}
.labUnit01.sakura .labUnit01__exhibit-item-ttl {
  color: #EF559F;
}
.labUnit01__exhibit-item a {
  color: #232323;
  text-decoration: underline;
}
.labUnit01__exhibit-item a:hover {
  text-decoration: none;
}
.labUnit01__exhibit-item a svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: #CCCCCC;
  display: inline-block;
  margin-left: 0.8rem;
  vertical-align: -0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__exhibit-item a svg {
    margin-left: 0.4rem;
    vertical-align: -0.4rem;
  }
}
.labUnit01__column {
  display: flex;
  justify-content: space-between;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}
.labUnit01__column-txt {
  width: 37rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt {
    width: 100%;
    gap: 1rem;
  }
}
.labUnit01__column-txt-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.labUnit01__column-txt-top-num {
  font-family: "Work Sans";
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-top-num {
    font-size: 2rem;
  }
}
.labUnit01__column-txt-top-num > span {
  font-family: "Work Sans";
  font-weight: 600;
  font-size: 1.8rem;
  color: #FFF;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-top-num > span {
    font-size: 1.6rem;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.3rem;
  }
}
.labUnit01__column-txt-top-tag {
  flex: none;
  background-color: #FF0C0C;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0.2rem 1.8rem 0.3rem;
  border-radius: 1.5rem;
  margin-top: 0.2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-top-tag {
    padding: 0.1rem 1.5rem 0.2rem;
    margin-top: 0.2rem;
  }
}
.labUnit01__column-txt-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-ttl {
    font-size: 1.8rem;
  }
}
.labUnit01__column-txt-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info {
    gap: 0.5rem;
  }
}
.labUnit01__column-txt-info-item {
  display: flex;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info-item {
    gap: 1rem;
  }
}
.labUnit01__column-txt-info-item-icon {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info-item-icon {
    width: 2rem;
    height: 2rem;
  }
}
.labUnit01__column-txt-info-item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.labUnit01__column-txt-info-item-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info-item-contents {
    gap: 0.2rem 0.8rem;
  }
}
.labUnit01__column-txt-info-item-contents > div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.labUnit01__column-txt-info-item-contents .red {
  color: #FF0C0C;
}
.labUnit01__column-txt-info-item-contents-morning {
  background-color: #409CB4;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  padding: 0 1rem 0.1rem;
  border-radius: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info-item-contents-morning {
    font-size: 1.1rem;
    padding: 0 0.7rem 0.1rem;
  }
}
.labUnit01__column-txt-info-item-contents-afternoon {
  background-color: #BD8350;
  color: #FFF;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  padding: 0 1rem 0.1rem;
  border-radius: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-txt-info-item-contents-afternoon {
    font-size: 1.1rem;
    padding: 0 0.7rem 0.1rem;
  }
}
.labUnit01__column-image {
  width: 30rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-image {
    width: 24.5rem;
  }
}
.labUnit01__column-image img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  border: 1px solid #E7E7E7;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__column-image img {
    border-radius: 0.5rem;
  }
}
.labUnit01__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .labUnit01__txt {
    margin-top: 1.5rem;
  }
}
.labUnit01.sengen .labUnit01__column-txt-top-num {
  color: #1457AE;
}
.labUnit01.sengen .labUnit01__column-txt-top-num > span {
  background-color: #1457AE;
}
.labUnit01.sengen .labUnit01__column-txt-info-item-icon svg {
  fill: #1457AE;
}
.labUnit01.namiki .labUnit01__column-txt-top-num {
  color: #24BD7B;
}
.labUnit01.namiki .labUnit01__column-txt-top-num > span {
  background-color: #24BD7B;
}
.labUnit01.namiki .labUnit01__column-txt-info-item-icon svg {
  fill: #24BD7B;
}
.labUnit01.sakura .labUnit01__column-txt-top-num {
  color: #EF559F;
}
.labUnit01.sakura .labUnit01__column-txt-top-num > span {
  background-color: #EF559F;
}
.labUnit01.sakura .labUnit01__column-txt-info-item-icon svg {
  fill: #EF559F;
}
.labUnit01 .listType03 {
  margin-top: 1rem;
}
.labUnit01.sengen .listType03__item-arrow svg {
  border-color: #1457AE;
  fill: #1457AE;
}
.labUnit01.namiki .listType03__item-arrow svg {
  border-color: #24BD7B;
  fill: #24BD7B;
}
.labUnit01.sakura .listType03__item-arrow svg {
  border-color: #EF559F;
  fill: #EF559F;
}

/* 特別講演会
---------------------------------------------- */
.lectureUnit {
  padding-top: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit {
    padding-top: 5rem;
  }
}
.lectureUnit__top {
  padding-top: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
  border-top: 1px solid #DBDBDB;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top {
    margin-bottom: 3rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.lectureUnit__top::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top::before {
    width: 12rem;
  }
}
.lectureUnit__top-ttl {
  flex: 1;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top-ttl {
    font-size: 2.4rem;
  }
}
.lectureUnit__top-ttl span {
  font-size: 1.8rem;
  font-family: "Work Sans";
  font-weight: 600;
  line-height: 1.2;
  display: block;
  color: #9F9F9F;
  padding-bottom: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top-ttl span {
    font-size: 1.5rem;
  }
}
.lectureUnit__top-ttl span.accent {
  color: #0077FF;
}
.lectureUnit__top-tag {
  display: flex;
  gap: 1rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top-tag {
    gap: 0.5rem;
  }
}
.lectureUnit__top-tag span {
  color: #FFF;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  padding: 0.2rem 1.8rem;
  border-radius: 1.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__top-tag span {
    font-size: 1.2rem;
    padding: 0.1rem 1.5rem;
  }
}
.lectureUnit__top-tag-sengen {
  background-color: #1457AE;
}
.lectureUnit__top-tag-namiki {
  background-color: #24BD7B;
}
.lectureUnit__top-tag-sakura {
  background-color: #EF559F;
}
.lectureUnit__top-tag-reservation {
  background-color: #FF0C0C;
}
.lectureUnit__txt {
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__txt {
    margin-bottom: 1rem;
  }
}
.lectureUnit__txt h3 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__txt h3 {
    font-size: 1.6rem;
  }
}
.lectureUnit > .listType03 {
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit > .listType03 {
    margin-bottom: 2rem;
  }
}
.lectureUnit__image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__image {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.lectureUnit__image-item {
  max-width: 68rem;
  flex: 1;
}
.lectureUnit__image-item img {
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__image-item img {
    border-radius: 0.5rem;
  }
}
.lectureUnit__image-item iframe {
  width: 100%;
  aspect-ratio: 485/295;
  border: none;
  border-radius: 0.8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__image-item iframe {
    border-radius: 0.5rem;
  }
}
.lectureUnit__column {
  display: flex;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column {
    flex-direction: column;
    gap: 2rem;
  }
}
.lectureUnit__column:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.lectureUnit__column-inner {
  flex: 1;
}
.lectureUnit__column .heading01 {
  width: 20rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column .heading01 {
    width: 100%;
  }
}
.lectureUnit__column-profile {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.lectureUnit__column-profile-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column-profile-item {
    align-items: flex-start;
  }
}
.lectureUnit__column-profile-item-image {
  width: 7rem;
  flex: none;
}
.lectureUnit__column-profile-item-image img {
  width: 100%;
  height: auto;
}
.lectureUnit__column-profile-item-txt p {
  line-height: 1.6;
}
.lectureUnit__column-profile-item-txt p:nth-of-type(1) {
  margin-bottom: 0.5rem;
}
.lectureUnit__column-profile-item-txt p:nth-of-type(1) a {
  color: #232323;
  text-decoration: underline;
  display: block;
}
.lectureUnit__column-profile-item-txt p:nth-of-type(1) a span {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column-profile-item-txt p:nth-of-type(1) a span {
    font-size: 1.6rem;
  }
}
.lectureUnit__column-profile-item-txt p:nth-of-type(1) a svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: #CCCCCC;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column-profile-item-txt p:nth-of-type(1) a svg {
    vertical-align: -0.4rem;
  }
}
.lectureUnit__column-profile-item-txt p:nth-of-type(1) a:hover {
  text-decoration: none;
}
.lectureUnit__column-profile-item-txt p:nth-of-type(2) {
  font-size: 1.4rem;
}
.lectureUnit__column-profile-item-txt .no_link_name{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #232323;
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column-profile-item-txt .no_link_name{
    font-size: 1.6rem;
  }
}
.lectureUnit__column .listType04 {
  gap: 0.5rem;
}
.lectureUnit__column .tblType01 th {
  width: 20rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .lectureUnit__column .tblType01 th {
    width: 9rem;
  }
}

/* ------------------------------------------------------------

参加登録

------------------------------------------------------------ */
@media screen and (orientation: portrait) and (max-width: 767px) {
  .page-registration .footerPagetop__btn {
    margin-top: -5rem;
  }
}

.registrationTop {
  display: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationTop {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    margin-bottom: 5rem;
  }
}
.registrationTop p:last-of-type {
  color: #FF0C0C;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.registrationNav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 8rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationNav {
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 5rem;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationNav__btn {
    max-width: 100%;
  }
}
.registrationNav__btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0.8rem 2.5rem;
  border: 0.2rem solid #0077FF;
  border-radius: 2.5rem;
  transition: background-color 0.3s, color 0.3s;
  gap: 1.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationNav__btn a {
    padding: 0.5rem 3.5rem 0.5rem 1.6rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    position: relative;
    color: #0077FF;
  }
}
.registrationNav__btn a span {
  color: #0077FF;
  transition: color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationNav__btn a span {
    font-size: 1.4rem;
  }
}
.registrationNav__btn a svg {
  fill: #0077FF;
  width: 1.4rem;
  height: 1.4rem;
  transition: fill 0.3s;
  transform: rotate(90deg);
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .registrationNav__btn a svg {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 1.3rem;
    right: 1.6rem;
  }
}
.registrationNav__btn a:hover {
  color: #FFF;
  background-color: #0077FF;
}
.registrationNav__btn a:hover span {
  color: #FFF;
}
.registrationNav__btn a:hover svg {
  fill: #FFF;
}

.wrapRegistration {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration {
    flex-direction: column;
    gap: 5rem;
  }
}
.wrapRegistration__contents {
  width: 55rem;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__contents {
    width: 100%;
  }
}
.wrapRegistration__btnArea {
  position: sticky;
  top: 9rem;
  right: 0;
  width: 40rem;
  background-color: #F5F5F5;
  border-radius: 0.8rem;
  padding: 5rem 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea {
    width: 100%;
    border-radius: 0.5rem;
    padding: 3rem 2rem;
    top: 5rem;
  }
}
.wrapRegistration__btnArea > p {
  text-align: center;
  font-weight: 700;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea > p {
    display: none;
  }
}
.wrapRegistration__btnArea ul {
  color: #696969;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea ul {
    margin-top: 2rem;
  }
}
.wrapRegistration__btnArea ul li {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
.wrapRegistration__btnArea-btn {
  height: 8rem;
  margin-top: 3rem;
}
.wrapRegistration__btnArea-btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 4rem;
  border-radius: 4rem;
  background-color: #0077FF;
  transition: background-color 0.3s;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea-btn a {
    padding: 0 3rem;
  }
}
.wrapRegistration__btnArea-btn a:hover {
  background-color: #00B2FA;
}
.wrapRegistration__btnArea-btn-label {
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
.wrapRegistration__btnArea-btn-label svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: rgba(255, 255, 255, 0.3);
  margin-left: 0.7rem;
  vertical-align: -0.3rem;
  transition: fill 0.3s;
}
.wrapRegistration__btnArea-btn-arrow {
  width: 2.5rem;
  height: 2.5rem;
}
.wrapRegistration__btnArea-btn-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #FFF;
}
.wrapRegistration__btnArea-btn-before {
  margin-top: 3rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C6C6C6;
  border-radius: 4rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea-btn-before {
    font-size: 1.6rem;
  }
}
.wrapRegistration__btnArea-btn-after {
  margin-top: 3rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C6C6C6;
  border-radius: 5rem;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .wrapRegistration__btnArea-btn-after {
    font-size: 1.6rem;
    height: 8rem;
  }
}

.secRegistration__ttl {
  padding-top: 3rem;
  margin-bottom: 4rem;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  border-top: 1px solid #DBDBDB;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__ttl {
    padding-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
}
.secRegistration__ttl::before {
  content: "";
  display: block;
  width: 20rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__ttl::before {
    width: 12rem;
  }
}
.secRegistration > p {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.secRegistration__inner01 {
  border-top: 0.2rem solid #0077FF;
  border-bottom: 0.2rem solid #0077FF;
  padding: 2rem 0;
  display: flex;
  gap: 3rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__inner01 {
    gap: 2rem;
  }
}
.secRegistration__inner01-image {
  flex: none;
  width: 5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__inner01-image {
    width: 4rem;
  }
}
.secRegistration__inner01-image img {
  width: 100%;
  height: auto;
}
.secRegistration__inner01 p {
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 700;
  color: #0077FF;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__inner01 p {
    font-size: 1.6rem;
  }
}
.secRegistration__inner02 {
  margin-bottom: 3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__inner02 {
    margin-bottom: 2rem;
  }
}
.secRegistration__inner02 .heading01 {
  margin-bottom: 1.5rem;
}
.secRegistration__inner02 p {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.secRegistration__inner02 p:last-of-type {
  margin-bottom: 0;
}
.secRegistration__inner02-itemRed {
  background-color: #FFE4E4;
  border: 1px solid #FF0C0C;
  padding: 0.5rem 2.5rem;
  border-radius: 3rem;
}
.secRegistration__inner02-itemBlue {
  background-color: #DEF6FF;
  border: 1px solid #0077FF;
  padding: 0.5rem 2.5rem;
  border-radius: 3rem;
}
.secRegistration__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.secRegistration__list-item {
  display: flex;
  gap: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.secRegistration__list-item::before {
  content: "";
  display: block;
  background-color: #0077FF;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  margin-top: 0.7rem;
  flex: none;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__list-item::before {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.8rem;
  }
}
.secRegistration__list-item-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 1rem;
}
.secRegistration__list-item-btn p a {
  display: flex;
  color: #232323;
  text-decoration: underline;
  gap: 0.5rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__list-item-btn p a {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}
.secRegistration__list-item-btn p a .arrow {
  width: 1.8rem;
  flex: none;
  height: 1.8rem;
  border-radius: 50%;
  border: 1px solid #0077FF;
  fill: #0077FF;
  margin-top: 0.3rem;
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .secRegistration__list-item-btn p a .arrow {
    margin-top: 0.2rem;
  }
}
.secRegistration__list-item-btn p a .tab {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  fill: #CCCCCC;
  margin-left: 0.7rem;
  vertical-align: -0.4rem;
}
.secRegistration__list-item-btn p a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */