@charset "UTF-8";
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes movecar {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
@keyframes movecar {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  padding: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header__groupbtn {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 8;
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 89px 0 108px;
}
@media only screen and (max-width: 767px) {
  .c-footer {
    padding: 36px 0 60px;
  }
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.c-footer__address {
  margin-top: 11px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.c-footer__social {
  margin-top: 35px;
}
.c-footer__copyright {
  margin-top: 57px;
  color: #555;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 21px;
  }
}
/*------------------------------------------------------------
    Wrapper
------------------------------------------------------------*/
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: calc(100vh + 100px);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv {
    height: calc(100vh + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv {
    height: calc(100vh - 46px);
    min-height: 700px;
  }
}
.c-mv__inner {
  position: relative;
  width: 100%;
  height: calc(100% - 24.0117130307vw - 91px);
  min-height: 450px;
  padding: 71px 80px 0;
  background-color: #ff9f9f;
}
@media only screen and (max-width: 767px) {
  .c-mv__inner {
    height: calc(100% - 355px);
    padding: 50px 21px 34px;
    min-height: 367px;
  }
}
.c-mv__inner::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 5.9297218155vw;
  background-image: url("/assets/img/experience/wave-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-mv__inner::after {
    height: 8.2125603865vw;
    background-image: url("/assets/img/experience/wave-1@sp.png");
  }
}
.c-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  z-index: 1;
}
.c-mv__text img {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .c-mv__text img {
    width: 29.2825768668vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__text img {
    width: min(150px, 36.231884058vw);
  }
}
.c-mv__title {
  margin-top: 2.635431918vw;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    margin-top: min(13px, 3.1400966184vw);
  }
}
.c-mv__title img {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .c-mv__title img {
    width: 43.9238653001vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__title img {
    width: min(300px, 72.4637681159vw);
  }
}
.c-mv__cloud {
  position: absolute;
  z-index: 3;
}
.c-mv__cloud img {
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .c-mv__cloud img {
    width: 16.1054172767vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__cloud img {
    width: min(100px, 24.154589372vw);
  }
}
.c-mv__cloud1 {
  top: calc(50% - 170px);
  left: calc(50% - 494px);
}
@media only screen and (max-width: 1366px) {
  .c-mv__cloud1 {
    top: calc(50% - 12.4450951684vw);
    left: calc(50% - 36.1639824305vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__cloud1 {
    top: calc(50% - 107px);
    left: calc(50% - 200px);
  }
}
@media only screen and (max-width: 413px) {
  .c-mv__cloud1 {
    top: calc(50% - 25.845410628vw);
    left: calc(50% - 48.309178744vw);
  }
}
.c-mv__cloud2 {
  bottom: calc(50% - 215px);
  left: calc(50% - 583px);
}
@media only screen and (max-width: 1366px) {
  .c-mv__cloud2 {
    bottom: calc(50% - 15.7393850659vw);
    left: calc(50% - 42.6793557833vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__cloud2 {
    bottom: calc(50% - 168px);
    left: calc(50% - 207px);
  }
}
@media only screen and (max-width: 413px) {
  .c-mv__cloud2 {
    bottom: calc(50% - 40.5797101449vw);
    left: calc(50% - 50vw);
  }
}
.c-mv__cloud3 {
  top: calc(50% - 170px);
  right: calc(50% - 494px);
}
@media only screen and (max-width: 1366px) {
  .c-mv__cloud3 {
    top: calc(50% - 12.4450951684vw);
    right: calc(50% - 36.1639824305vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__cloud3 {
    top: calc(50% - 107px);
    right: calc(50% - 200px);
  }
}
@media only screen and (max-width: 413px) {
  .c-mv__cloud3 {
    top: calc(50% - 25.845410628vw);
    right: calc(50% - 48.309178744vw);
  }
}
.c-mv__cloud4 {
  bottom: calc(50% - 215px);
  right: calc(50% - 589px);
}
@media only screen and (max-width: 1366px) {
  .c-mv__cloud4 {
    bottom: calc(50% - 15.7393850659vw);
    right: calc(50% - 43.1185944363vw);
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__cloud4 {
    bottom: calc(50% - 168px);
    right: calc(50% - 207px);
  }
}
@media only screen and (max-width: 413px) {
  .c-mv__cloud4 {
    bottom: calc(50% - 40.5797101449vw);
    right: calc(50% - 50vw);
  }
}
.c-mv__sushiwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-mv__sushitop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 200px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .c-mv__sushitop {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__sushitop {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 200px;
  }
}
.c-mv__sushibottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  z-index: 4;
}
@media only screen and (max-width: 1023px) {
  .c-mv__sushibottom {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__sushibottom {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 200px;
  }
}
.c-mv__sushi {
  display: block;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 1023px) {
  .c-mv__sushi {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__sushi {
    width: 200px;
    height: 200px;
  }
}
.c-mv__sushi + .c-mv__sushi {
  margin-left: 5px;
}
.c-mv__people {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-mv__people {
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__people {
    left: 50%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-mv__people img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-mv__people {
    width: min(414px, 100%);
  }
}
.c-mv__carwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.c-mv__car {
  position: absolute;
  bottom: 172px;
  right: 0;
  width: calc(100% + 200px);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__car {
    bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__car {
    bottom: 100px;
  }
}
.c-mv__car img {
  width: 21.9619326501vw;
}
@media only screen and (max-width: 767px) {
  .c-mv__car img {
    width: min(338px, 81.6425120773vw);
  }
}
.c-mv__bottombg {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #54b700;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .c-mv__bottombg {
    bottom: 80px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__bottombg {
    display: none;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Box
------------------------------------------------------------*/
.c-box1 {
  position: relative;
  width: 100%;
  padding: 25px 35px 32px;
  border: 5px solid #54b700;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 27px 27px 29px;
    border-width: 3px;
  }
}
@media only screen and (max-width: 413px) {
  .c-box1 {
    padding: 27px 19px 29px;
  }
}
.c-box1__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-box1__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-box1__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 6px 26px 7px;
  background-color: #54b700;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-box1__label {
    padding: 6px 14px 7px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__label {
    width: 100%;
    margin-bottom: 0;
    padding: 4px 14px;
    font-size: 2rem;
  }
}
.c-box1__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 29px;
  color: #555;
  font-size: 10rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 1023px) {
  .c-box1__price {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__price {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    margin-left: 0;
    margin-top: 9px;
    font-size: 6rem;
  }
}
.c-box1__price small {
  display: inline-block;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .c-box1__price small {
    font-size: 1.2rem;
  }
}
.c-box1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-box1__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
  }
}
.c-box1__item {
  position: relative;
  width: 50%;
  max-width: 441px;
}
@media only screen and (max-width: 767px) {
  .c-box1__item {
    width: 100%;
    max-width: unset;
  }
}
.c-box1__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 16px;
}
@media only screen and (max-width: 767px) {
  .c-box1__plus {
    margin: 19px 0;
  }
}
.c-box1__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .c-box1__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 20px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__icon img {
    width: 120px;
  }
}
@media only screen and (max-width: 413px) {
  .c-box1__icon img {
    width: 28.9855072463vw;
  }
}
.c-box1__cardname {
  margin-left: 33px;
  color: #555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.74;
}
@media only screen and (max-width: 1023px) {
  .c-box1__cardname {
    margin-left: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-box1__cardname {
    margin-left: 0px;
    margin-top: 7px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
  }
}
.c-box1__description {
  margin-top: 28px;
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.74;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-box1__description {
    margin-top: 33px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btnmap {
  display: inline-block;
  min-width: 126px;
  padding: 7px 20px 6px;
  background-color: #adadad;
  border-radius: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-btnmap {
    min-width: 70px;
    padding: 4px 14px;
    font-size: 1.4rem;
  }
}
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  padding: 33px 18px 36px 26px;
  background-color: #ff6c4b;
  border-radius: 20px 0 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn1__icon {
  display: inline-block;
  margin-bottom: 9px;
}
.c-btn1__text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: nowrap;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-card1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-card1__thumb {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-card1__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
  }
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__content {
  width: 100%;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    padding-left: 12px;
  }
}
.c-card1__title {
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.8rem;
    line-height: 1.47;
    text-align: left;
  }
}
.c-card1__description {
  margin-top: 8px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-card1__description {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.57;
  }
}
.c-card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card2__thumb {
  position: relative;
  width: 100%;
}
.c-card2__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 70.2380952381%;
}
.c-card2__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card2__content {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .c-card2__content {
    margin-top: 15px;
  }
}
.c-card2__title {
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
}
.c-card2__title small {
  display: block;
  margin-top: 4px;
  font-size: 1.6rem;
}
.c-card2__description {
  margin-top: 9px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff4fb;
}
@media only screen and (max-width: 767px) {
  .c-contact {
    padding: 20px 14px;
  }
}
.c-contact__text {
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__text {
    font-size: 1.8rem;
    line-height: 1.47;
  }
}
.c-contact__text--large {
  margin-top: 1px;
  font-size: 3rem;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-contact__text--large {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-contact__text--large + .c-contact__text {
  margin-top: 6px;
}
.c-contact__phone {
  margin-top: 9px;
  color: #555;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__phone {
    font-size: 3rem;
    line-height: 1.32;
  }
}
@media only screen and (max-width: 413px) {
  .c-contact__phone {
    font-size: 2.6rem;
  }
}
/*------------------------------------------------------------
    Map
------------------------------------------------------------*/
.c-map iframe {
  width: 100%;
  height: 350px;
  border: none;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-part1__left {
  width: 69.9519230769%;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-part1__title {
  color: #555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.46;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    font-size: 2rem;
  }
}
.c-part1__title small {
  display: inline-block;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  margin-right: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-part1__title small {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 14px;
    font-size: 1.5rem;
  }
}
.c-part1__text {
  color: #555;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 2.18;
}
@media only screen and (max-width: 767px) {
  .c-part1__text {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-part1__note {
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-part1__note {
    font-size: 1.4rem;
  }
}
.c-part1__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30.0480769231%;
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
  }
}
.c-part1__thumbgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumbgroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 20px -5px 0;
  }
}
.c-part1__thumb {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb {
    width: calc(50% - 10px);
    margin: 0 5px;
  }
}
.c-part1__thumb + .c-part1__thumb {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb + .c-part1__thumb {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb--full {
    width: 100%;
  }
}
/*------------------------------------------------------------
    Phone
------------------------------------------------------------*/
.c-phone {
  color: #54b700;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}
/*------------------------------------------------------------
    QA
------------------------------------------------------------*/
.c-qa {
  width: 100%;
  padding: 45px 0 37px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-qa {
    padding: 22px 0;
  }
}
.c-qa:first-child {
  border-top: 1px solid #ddd;
}
.c-qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 48px;
}
@media only screen and (max-width: 767px) {
  .c-qa__question {
    min-height: 34px;
  }
}
.c-qa__question .c-qa__first {
  color: #54b700;
}
.c-qa__first {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 59px;
  padding-right: 8px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-qa__first {
    width: 39px;
    font-size: 2.8rem;
  }
}
.c-qa__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-qa__heading {
    margin-top: 2px;
  }
}
.c-qa__title {
  color: #555;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.78;
}
@media only screen and (max-width: 767px) {
  .c-qa__title {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-qa__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 48px;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .c-qa__answer {
    min-height: 34px;
    margin-top: 12px;
  }
}
.c-qa__answer .c-qa__first {
  color: #ff9f9f;
}
.c-qa__content {
  margin-top: -1px;
  color: #555;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 2.17;
}
@media only screen and (max-width: 767px) {
  .c-qa__content {
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.57;
  }
}
/*------------------------------------------------------------
    Social
------------------------------------------------------------*/
.c-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-social__item + .c-social__item {
  margin-left: 38px;
}
.c-social__link {
  display: inline-block;
}
/*------------------------------------------------------------
    Step
------------------------------------------------------------*/
.c-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -1px;
}
@media only screen and (max-width: 767px) {
  .c-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }
}
.c-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .c-step__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.c-step__item + .c-step__item {
  margin-left: 11px;
}
@media only screen and (max-width: 767px) {
  .c-step__item + .c-step__item {
    margin-left: 0;
    margin-top: 12px;
  }
}
.c-step__item:first-child .c-step__thumb::after {
  content: none;
}
.c-step__thumb {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-step__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: max(100px, 26.8817204301%);
  }
}
.c-step__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-step__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/experience/icon-circle-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .c-step__thumb::after {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%) rotate(90deg);
    transform: translate(-50%, -100%) rotate(90deg);
    width: 24px;
    height: 24px;
  }
}
.c-step__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-step__content {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .c-step__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    padding-left: 16px;
  }
}
.c-step__title {
  color: #555;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-step__title {
    font-size: 1.5rem;
    text-align: left;
  }
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1--pink .c-tag1 {
  background-color: #ff9f9f;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0 31px;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 22px 0 19px;
  }
}
.c-table1__row:first-child {
  border-top: 1px solid #ddd;
}
.c-table1__field {
  width: 20.6801470588%;
}
@media only screen and (max-width: 767px) {
  .c-table1__field {
    width: 100%;
  }
}
.c-table1__content {
  width: 79.3198529412%;
  padding-left: 31px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    width: 100%;
    padding-left: 0;
    margin-top: 18px;
  }
}
.c-table1__content .c-part1__title {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content .c-part1__title {
    margin-top: 0;
  }
}
.c-table1__content .c-part1__text {
  margin-top: 6px;
}
.c-table1__content .c-btnmap {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content .c-btnmap {
    margin-top: 10px;
  }
}
.c-table1__content .c-part1__note {
  margin-top: 7px;
}
.c-table1__content .c-step {
  margin-top: 24px;
}
/*------------------------------------------------------------
    Tag
------------------------------------------------------------*/
.c-tag1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: min(225px, 100%);
  padding: 9px 14px 11px;
  background-color: #54b700;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-tag1 {
    width: min(160px, 100%);
    font-size: 2rem;
    padding: 2px 14px;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
/*------------------------------------------------------------
    Thumb
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60.6617647059%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb2 {
  position: relative;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 80%;
}
.c-thumb2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb3 {
  position: relative;
}
.c-thumb3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  color: #54b700;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }
}
.c-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 6px 64px 8px;
  background-color: #54b700;
  border-radius: 32px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    padding: 20px 16px 22px;
    border-radius: 56px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-title2--pink {
  background-color: #ff9f9f;
}
.c-title3__en {
  display: block;
  color: #54b700;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__en {
    font-size: 3rem;
    line-height: 1.67;
  }
}
.c-title3__en + .c-title3__ja {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .c-title3__en + .c-title3__ja {
    margin-top: 0;
  }
}
.c-title3__ja {
  display: block;
  color: #555;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.68;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title3__ja {
    font-size: 2rem;
    line-height: 1.75;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  margin-top: -100px;
  padding: 198px 0 116px;
}
@media only screen and (max-width: 1023px) {
  .home-about {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about {
    margin-top: -100px;
    padding: 155px 0 76px;
  }
}
.home-about__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .home-about__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-about__left {
  width: 50%;
  padding-right: 44px;
}
@media only screen and (max-width: 1023px) {
  .home-about__left {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__left {
    width: 100%;
    padding-right: 0;
  }
}
.home-about__description {
  margin-top: 23px;
}
@media only screen and (max-width: 767px) {
  .home-about__description {
    margin-top: 12px;
  }
}
.home-about__right {
  width: 50%;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .home-about__right {
    display: none;
  }
}
.home-about__intro {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-about__intro {
    margin-top: 46px;
  }
}
.home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 40px -2.15rem 0;
}
@media only screen and (max-width: 1023px) {
  .home-about__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 27px 0 0;
  }
}
.home-about__item {
  width: calc(25% - 43px);
  margin: 0 2.15rem;
}
@media only screen and (max-width: 1023px) {
  .home-about__item {
    width: calc(50% - 43px);
    margin: 43px 2.15rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__item {
    width: 100%;
    margin: 0;
  }
}
.home-about__item:nth-child(1), .home-about__item:nth-child(2) {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .home-about__item + .home-about__item {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------
    CSS of Participation section
------------------------------------------------------------*/
.home-participation {
  position: relative;
  padding: 124px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-participation {
    padding: 36px 0 0;
  }
}
.home-participation__box {
  margin-top: 37px;
}
@media only screen and (max-width: 767px) {
  .home-participation__box {
    margin-top: 21px;
  }
}
/*------------------------------------------------------------
    CSS of Event section
------------------------------------------------------------*/
.home-event {
  position: relative;
  padding: 104px 0 120px;
}
@media only screen and (max-width: 767px) {
  .home-event {
    padding: 36px 0 60px;
  }
}
.home-event__detail {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .home-event__detail {
    margin-top: 21px;
  }
}
.home-event__table .home-event__row2 {
  padding-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .home-event__table .home-event__row2 {
    padding-bottom: 22px;
  }
}
.home-event__table .home-event__row2 .c-table1__content .c-part1__text {
  margin-top: 8px;
}
.home-event__table .home-event__row3 {
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .home-event__table .home-event__row3 {
    padding-bottom: 19px;
  }
}
.home-event__table .home-event__row5 {
  padding-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .home-event__table .home-event__row5 {
    padding-bottom: 22px;
  }
}
.home-event__contact {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-event__contact {
    margin-top: 40px;
  }
}
.home-event__schedule {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .home-event__schedule {
    margin-top: 40px;
  }
}
.home-event__timeline {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .home-event__timeline {
    margin-top: 21px;
  }
}
.home-event__timeline .home-event__row1 {
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .home-event__timeline .home-event__row1 {
    padding-bottom: 19px;
  }
}
.home-event__timeline .home-event__row2 {
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .home-event__timeline .home-event__row2 {
    padding-bottom: 19px;
  }
}
.home-event__timeline .home-event__row3 {
  padding-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .home-event__timeline .home-event__row3 {
    padding-bottom: 19px;
  }
}
/*------------------------------------------------------------
    CSS of Voice section
------------------------------------------------------------*/
.home-voice {
  position: relative;
  padding: 124px 0 126px;
}
@media only screen and (max-width: 767px) {
  .home-voice {
    padding: 36px 0 60px;
  }
}
.home-voice__heading .c-title3__en + .c-title3__ja {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .home-voice__heading .c-title3__en + .c-title3__ja {
    margin-top: 0;
  }
}
.home-voice__body {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-voice__body {
    margin-top: 24px;
  }
}
.home-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -20px;
}
@media only screen and (max-width: 1023px) {
  .home-voice__list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}
.home-voice__item {
  width: calc(33.3333333333% - 40px);
  margin: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .home-voice__item {
    width: calc(33.3333333333% - 30px);
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .home-voice__item {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-voice__item + .home-voice__item {
    margin-top: 31px;
  }
}


.reservation {
  position: relative;
  padding: 124px 0 126px;
}
.reservation__inner {
  max-width: 1080px;
}

/*------------------------------------------------------------
    CSS of QA section
------------------------------------------------------------*/
.home-qa {
  position: relative;
  padding: 124px 0 121px;
}
@media only screen and (max-width: 767px) {
  .home-qa {
    padding: 36px 0 64px;
  }
}
.home-qa__body {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-qa__body {
    margin-top: 24px;
  }
}
.home-qa__item1 {
  padding: 35px 0 36px;
}
@media only screen and (max-width: 767px) {
  .home-qa__item1 {
    padding: 22px 0 19px;
  }
}
.home-qa__item4 {
  padding: 44px 0 31px;
}
@media only screen and (max-width: 767px) {
  .home-qa__item4 {
    padding: 22px 0 19px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__yellow {
  background-color: #fff9d9;
}
/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-font__roboto {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-font__lexend {
  font-family: "Lexend", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
/*------------------------------------------------------------
    Animation
------------------------------------------------------------*/
.u-anime__rotate {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}
.u-anime__movecar {
  -webkit-animation: movecar 20s infinite linear;
  animation: movecar 20s infinite linear;
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .is-nottab {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}

.reservation__heading {
  margin-bottom: 42px;
}
.calendarWrap {
  background-color: #FFF;
  border: 1px solid #DDD;
  margin: 0 auto 20px;
  border-radius: 6px;
}
.calendar-header {
  border-bottom: 1px solid #DDD;
  padding: 15px 20px;
}
.calendar-title {
  color: #54b700;
  font-size: 22px;
  font-weight: 700;
}
.calendar-body {
  padding: 20px;
}
.calendar .list-title {
  font-size: 17px;
  color: #54b700;
  margin-bottom: 10px;
}
.cl-action-cols {
  display: flex;
}
.cl-action-col {
  flex: 1;
}

.calendar .btn {
  background-color: #54b700;
  color: #FFF;
  font-weight: 700;
  padding: 4px 8px;
  box-shadow: none;
  border: 1px solid #DDD;
  font-size: 15px;
  padding: 7px 12px 6px;
  margin: 3px 0 !important;
  border-radius: 5px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.calendar .btn.disable {
  background-color: #DDD;
  pointer-events: none;
}


.calendar .btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.calendar .btn-group > .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.calendar .btn-group > .btn:last-child {
  border-radius: 0 4px 4px 0;
}

@font-face {
  font-family:'Glyphicons Halflings';
  src:url('../fonts/glyphicons-halflings-regular.eot');
  src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}
.glyphicon {
  position:relative;
  top:1px;
  display:inline-block;
  font-family:'Glyphicons Halflings';
  font-style:normal;
  font-weight:normal;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.glyphicon-chevron-left:before {
  content:"\e079"
}
.glyphicon-chevron-right:before {
  content:"\e080"
}
.cl-action-col.cl-title {
  text-align: center;
  line-height: 30px;
}
.cl-action-col .cl-ctrl {
  display: inline-block;
}
.cl-action-col .cl-ctrl a {
  color: #54b700;
  display: inline-block;
  text-decoration: underline;
  position: relative;
  top: -3px;
  cursor: pointer;
}
.cl-action-col .cl-ctrl a.disable {
  pointer-events: none;
  color: #DDD;
}
.cl-action-col .cl-ctrl:first-child {
  margin-right: 10px;
}
.cl-action-col .cl-ctrl:last-child {
  margin-left: 10px;
}
.cl-title .cl-display-date {
  color: #54b700;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.cl-action-col .cl-ctrl .glyphicon {
  font-size: 12px;
}
.cl-sign {
  color: #666;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
.table {
  border: 1px solid #DDD;
  border-collapse: collapse;
  table-layout: fixed;
  background-color: #FFF;
  width: 100%;
}
.reserve-set .table {
  margin-bottom: -1px;
}
.table th, .table td {
  border: 1px solid #DDD;
  vertical-align: top;
}
.table th {
  background-color: #f5f5f5;
  color: #333;
  padding: 4px 0;
}
.table th.cl-satday {
  background-color: #ecf2fd;
  color: #6aa7ea;
}
th.cl-sunday {
  background-color: #fceded;
  color: #ea6a6a;
}
.cl-day {
  position: relative;
}
.cl-day-number {
  text-align: left;
  padding: 3px 6px;
  color: #333;
  font-weight: 500;
}
.cl-past .cl-day-number {
  color: #CCC;
}
.cl-day-content {
  text-align: left;
  padding: 0 3px 3px;
  min-height: 40px;
}
.cl-day-content.visible-pc {
  display: block;
}
.cl-today {
  background-color: #fdfbdb;
}
.cl-satday .cl-day-number {
  color: #6aa7ea;
}
.cl-sunday .cl-day-number {
  color: #ea6a6a;
}
.cl-past.cl-satday .cl-day-number {
  color: #c6ddf6;
}
.cl-past.cl-sunday .cl-day-number {
  color: #f4b3b3;
}
.cl-day-content a {
  border: 1px solid #09f;
  background-color: #d9f0ff;
  color: #09f;
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 2px;
  line-height: 1.3;
  white-space: normal;
  height: auto;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.cl-day-content a.closed {
  background-color:#ffd9d9;
  color:#f88;
  border-color:#f88;
  pointer-events: none;
}
.res-label-seats {
  font-weight: bold;
}
.cl-status {
  text-align: center;
}
.w25p {
  width: 25%;
}
.w75p {
  width: 75%;
}
.reserve-set .table td {
  padding: 20px;
}

.form_table {
  table-layout: fixed;
  border: 1px solid #DDD;
  border-collapse: collapse;
	width: 100%;
	display: block;
	font-size: 16px;
	margin-bottom: 30px;
}
.form_table > tbody {
	display: block;
}
.form_table > tbody > tr {
	display: block;
}
.form_table > tbody > tr > th {
	white-space: nowrap;
	display: block;
	text-align: left;
  padding: 20px 20px 10px;
}
.form_table > tbody > tr > td {
	display: block;
	text-align: left;
	vertical-align: top;
  padding: 0 20px 20px;
  border-bottom: 1px solid #DDD;
}
.form_table > tbody > tr:last-child > td {
  border-bottom: none;
}
.form_table > tbody > tr > td > input {
	border-radius: 0;
	background-color: #F8F4E2;
}
.form_table > tbody > tr > td > textarea {
	border-radius: 0;
	border: none;
	background-color: #F8F4E2;
	padding: 14px 20px;
}
.form_table_th {
	display: flex;
	align-items: center;
	font-weight: normal;
	justify-content: flex-start;
}
.form_table_td {}
.form_table_th > b {
	display: block;
	font-weight: 500;
	font-size: 75%;
	margin-left: 10px;
}

.form_btnList {
	list-style: none;
	justify-content: center;
	max-width: 530px;
	margin: 0 auto;
	display: flex;
}
.form_btnList-confirm {
	display: none;
}
[data-view="confirm"] .form_btnList-confirm {
	display: flex;
}
.form_btnList-input {
	display: flex;
}
[data-view="confirm"] .form_btnList-input {
	display: none;
}
.form_btnList > li {
	width: 48%;
	margin-left: 4%;
}
.form_btnList > li > a {
	justify-content: center;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_btnList-confirm > li:first-child {}
.form_btnList-confirm > li:last-child {}
.form_btnList-confirm > li:nth-child(2n+1) {}
.form_btnList-confirm > li:nth-child(n+3) {}
.form_table_name {
	display: flex;
	justify-content: space-between;
}
.form_table_name_input {
	width: calc(50% - 6px);
}
.mwform-checkbox-field {}
.mwform-checkbox-field > label {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.mwform-checkbox-field > label > [type="checkbox"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text {
	display: flex;
	align-items: center;
	position: relative;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 0px;
	border: 1px solid #707070;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::before {
	background-color: #6E9A48;
	border-color: #6E9A48;
}
.mwform-checkbox-field > label > [type="checkbox"] + .mwform-checkbox-field-text::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20 15' preserveAspectRatio='none'%3E%3Cpath d='M19.4,2.1l-1.7-1.7c-0.5-0.5-1.2-0.5-1.7,0L7.7,8.7L4,4.9c-0.5-0.5-1.2-0.5-1.7,0L0.6,6.6c-0.5,0.5-0.5,1.2,0,1.7l4.6,4.6l1.7,1.7c0.5,0.5,1.2,0.5,1.7,0l1.7-1.7l9.1-9.1C19.9,3.3,19.9,2.5,19.4,2.1L19.4,2.1z'/%3E%3C/svg%3E");
	width: 13px;
	height: 10px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mwform-checkbox-field > label > [type="checkbox"]:checked + .mwform-checkbox-field-text::after {}
.mwform-radio-field {}
.mwform-radio-field > label {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.mwform-radio-field > label > [type="radio"] {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text {
	display: flex;
	align-items: center;
	position: relative;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #ADC9ED;
	background-color: #fff;
	box-sizing: border-box;
	margin-right: 5px;
	transition-duration: .3s;
	transition-property: background-color, border-color;
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::before {
	border-color: #4A87D9;
}
.mwform-radio-field > label > [type="radio"] + .mwform-radio-field-text::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #4A87D9;
	border-radius: 50%;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.mwform-radio-field > label > [type="radio"]:checked + .mwform-radio-field-text::after {
	opacity: 1;
}
.form_priv {
	border: 1px solid#DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 28px;
}
[data-view="confirm"] .form_priv {
	display: none;
}
.form_priv_scroll {
	overflow: auto;
	max-height: 280px;
	padding: 27px 30px 15px;
	box-sizing: border-box;
}
.form_privSect {
	margin-bottom: 25px;
	font-size: 93%;
	line-height: 1.7;
}
.form_privSect:last-child {
	margin-bottom: 0;
}
.form_title {
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.5;
}
.form_text {}
.form_check {
	margin-bottom: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
[data-view="confirm"] .form_check {
	display: none;
}
.form_check > label {}
.form_check > label > input {}
.form_submit {
	max-width: 250px;
	margin: 0 auto;
}
.form_submit > button {
	font-size: 16px;
}
.form_submit > button::before {
	content: "";
}
.form_submit > button::after {
	content: "";
}


[data-view=""] .reserve-set,
[data-view="complete"] .reserve-set .table {
  display: none;
}
[data-view="input"] .reserve-set,
[data-view="confirm"] .reserve-set {
  display: block;
}
.form_message {
  text-align: center;
}


.jp-none {
  display: none;
}

html.translated-ltr .jp-none {
  display: block;
}
html.translated-ltr .c-mv__text img,
html.translated-ltr .c-mv__title img,
html.translated-ltr .c-footer__logo img {
  display: none;
}
.c-mv__text .jp-none {
  color: #ffff00;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.c-mv__title .jp-none {
  color: #ffff00;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
}
html.translated-ltr .c-mv__cloud {
  display: none;
}
.c-footer__logo .jp-none {
  font-size: 28px;
  color: #54b700;
  font-weight: bold;
  text-align: center;
}
html.translated-ltr .nojp-none {
  display: none;
}


.btn-reservation-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.btn-reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff6c4b;
  width: 100%;
  max-width: 360px;
  height: 80px;
  color: #FFF;
  font-weight: 700;
  font-size: 22px;
}
.btn-reservation i {
  background-image: url(/assets/img/experience/icon-calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}


@media only screen and (max-width: 767px) {
  .reservation {
    padding: 36px 0 64px;
  }
  .cl-headline {
    display: none;
  }
  .res-label-seats {
    display: none;
  }
  .cl-day-content {
    min-height: 0;
  }
  .calendar-header {
    padding: 10px 15px;
  }
  .reservation__heading {
    margin-bottom: 24px;
  }
  .calendar-body {
    padding: 15px;
  }
  .cl-action-cols {
    flex-wrap: wrap;
  }
  .cl-action-col {
    flex: none;
    width: 100%;
    margin: 4px 0;
  }
  .calendar-title {
    font-size: 19px;
  }
  .cl-title .cl-display-date {
    font-size: 20px;
  }
  .cl-sign {
    font-size: 14px;
  }
  .form_table {
    border: none;
    font-size: 15px;
  }
  .form_table > tbody > tr > th {
    padding: 16px 0 6px;
  }
  .form_table > tbody > tr > td {
    padding: 0 0 16px;
  }
  .mwform-tel-field input[type="text"] {
    max-width: calc((100% - 30px) / 3);
  }
  .form {
    font-size: 14px;
  }
  .form_priv_scroll {
    padding: 20px;
  }
  .reserve-set .table td {
    padding: 15px;
    font-size: 14px;
  }
  .c-mv__text .jp-none {
    font-size: 21px;
  }
  .c-mv__title .jp-none {
    font-size: 30px;
  }
  .c-footer__logo .jp-none {
    font-size: 21px;
  }
  .btn-reservation i {
    width: 26px;
    height: 26px;
  }
  .btn-reservation {
    height: 72px;
    font-size: 16px;
  }
}