@charset "UTF-8";
/* Variables
* ---------------------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  background: #fff;
  color: #0B1D33;
}

body.no_scroll {
  height: 100%;
  overflow: hidden;
}

.ff-yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#container {
  position: relative;
}

.content {
  overflow: hidden;
}

.wrap {
  width: 100%;
  max-width: inherit;
  margin: 0;
  padding: 0;
}

main.main {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
  background: none;
}

@media screen and (max-width: 1100px) {
  main.main {
    margin: 0;
  }
}
a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #4065C4;
}

path {
  fill: #4065C4;
}

@media screen and (max-width: 991px) {
  .only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 991px) {
  .only-sp {
    display: none !important;
  }
}
.twitter a {
  color: #438BF7;
}

.facebook a {
  color: #0049D6;
}

.instagram a i {
  background: linear-gradient(to bottom left, #C51DCD, #FDBA2E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.op-0 {
  opacity: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.text-left {
  text-align: left !important;
}

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

@media screen and (max-width: 767px) {
  .column-left,
.column-center,
.column-right {
    margin-bottom: 1.8em !important;
  }
  .column-left:last-child,
.column-left .img-wrap,
.column-center:last-child,
.column-center .img-wrap,
.column-right:last-child,
.column-right .img-wrap {
    margin-bottom: 0 !important;
  }
  .column-left:last-child img,
.column-left .img-wrap img,
.column-center:last-child img,
.column-center .img-wrap img,
.column-right:last-child img,
.column-right .img-wrap img {
    margin-bottom: 0 !important;
  }
}
.column-left img,
.column-center img,
.column-right img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .column-wrap {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .column-wrap.column-2 {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .column-wrap.column-2 {
    display: block;
  }
}
.column-wrap.column-3 > div {
  width: calc(33.3333333333% - 20px);
}

@media screen and (max-width: 991px) {
  .column-wrap.column-3 > div {
    width: 100%;
  }
}
.isAnimate {
  opacity: 1 !important;
}

/* Object
* ---------------------------------------- */
.blog .wrap {
  max-width: inherit;
}

.blog .content {
  padding-bottom: 120px;
}

.blog .title-wrap {
  position: relative;
  padding: 4vw;
}

.blog .title-inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.blog .title-inner .archive-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 5px;
}

.blog .title-en {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 222px;
  line-height: 150%;
  letter-spacing: 12.75px;
  color: rgba(247, 249, 251, 0.5);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  white-space: nowrap;
}

.blog .list {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.blog .list-wrap {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FB 17.19%, #F7F9FB 80.73%, #FFFFFF 100%);
}

.blog .list a {
  padding: 25px 30px 36px;
  background: #fff;
  border-top: 1px solid #F0F1F3;
  border-left: 3px solid #F0F1F3;
  border-right: 1px solid #F0F1F3;
  border-bottom: 1px solid #F0F1F3;
  text-decoration: none;
  display: block;
}

.blog .list a:hover {
  border-left-color: #4065C4;
}

.blog .list a:hover .post-title {
  text-decoration: underline;
}

.blog .post-title {
  font-weight: bold;
  font-size: clamp(15px, 3vw, 19px);
  line-height: 200%;
  color: #0B1D33;
}

.blog .post-meta {
  display: flex;
  justify-content: flex-start;
}

.blog .date {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  margin-right: 23px;
}

.blog .cat {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.blog .layout_reserve-lower {
  top: 35%;
}

@media screen and (max-width: 1100px) {
  .blog .layout_reserve-lower {
    top: 30%;
  }
}
.campaign_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0;
  border: 1px solid #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  max-width: 494px;
  max-height: 96px;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  .campaign_banner {
    max-width: 400px;
    max-height: 85px;
    border: none;
  }
}
.campaign_banner::before {
  content: "Campaign";
  font-family: "Helvetica Neue";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 5px 13px;
  color: #0B1D33;
  color: #fff;
  position: absolute;
  top: -12px;
  left: 26px;
  z-index: 2;
  background-color: #4065C4;
}

@media screen and (max-width: 991px) {
  .campaign_banner::before {
    left: 17px;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.01em;
  }
}
.campaign_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.8;
  background: rgba(32, 87, 153, 0.5) !important;
}

.campaign_banner .pc-thumb {
  max-width: 492px;
  min-height: 94px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .campaign_banner .pc-thumb {
    display: none;
  }
}
.campaign_banner .sp-thumb {
  display: none;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 85px;
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .campaign_banner .sp-thumb {
    display: block;
    width: 100%;
    max-width: 400px;
  }
}
.campaign_banner_text {
  color: #fff;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 150% !important;
  letter-spacing: 2px !important;
  position: absolute;
  top: 40px;
  left: 26px;
  text-align: left;
  z-index: 2;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  .campaign_banner_text {
    top: 28px;
    left: 18px;
    font-size: 13px !important;
  }
}
.campaign_banner_price {
  font-family: "Helvetica Neue";
  text-align: center;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 150% !important;
  letter-spacing: 1px !important;
  color: #fff;
  position: absolute;
  top: 14px;
  right: 26px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .campaign_banner_price {
    top: 21px;
    right: 14px;
    font-size: 23px !important;
    letter-spacing: 0.01em !important;
  }
}
.campaign_banner_price_off {
  font-family: "Helvetica Neue";
  text-align: center;
  font-weight: 700 !important;
  font-size: 19px !important;
  line-height: 150% !important;
  letter-spacing: 1px !important;
  color: #fff;
  position: absolute;
  top: 55px;
  right: 43px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .campaign_banner_price_off {
    top: 50px;
    right: 33px;
    font-size: 10px !important;
    letter-spacing: 0.01em !important;
  }
}
.campaign_banner_link {
  max-width: 343px;
  display: block;
  margin: 38px auto 0;
}

@media screen and (max-width: 991px) {
  .campaign_banner_link {
    max-width: 260px;
    height: 85px;
  }
}
.campaign_banner_link a {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 36px;
  border: none;
  color: #fff;
  border: 1px solid #4065C4;
  background: #0B1D33;
  position: relative;
}

@media screen and (max-width: 991px) {
  .campaign_banner_link a {
    padding: 16px 40px;
  }
}
.campaign_banner_link a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.campaign_banner_link a:hover {
  background: #fff;
  color: #4065C4;
}

.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 128px;
  z-index: 999;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, bottom cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

@media screen and (max-width: 991px) {
  .fixed-banner {
    width: 73px;
    height: auto;
  }
}
.fixed-banner-price {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #fff;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #4065C4;
  margin-bottom: 0;
  background: #4065C4;
}

@media screen and (max-width: 991px) {
  .fixed-banner-price {
    font-size: 12px;
    padding: 2px 4px;
    top: -14px;
    letter-spacing: 1.2px;
  }
}
.fixed-banner-price span {
  font-size: 17px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .fixed-banner-price span {
    font-size: 12px;
  }
}
.fixed-banner-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #fff;
}

.fixed-banner-title-en {
  display: none;
}

.fixed-banner .only-pc {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  border: 1px solid #4065C4;
  background: #0B1D33;
}

.fixed-banner .only-pc p {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.fixed-banner .only-pc::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.fixed-banner .only-pc:hover {
  background: #fff;
}

.fixed-banner .only-pc:hover .fixed-banner-title {
  color: #0B1D33;
}

@media screen and (max-width: 991px) {
  .fixed-banner .only-sp {
    display: block;
    border: 1px solid #4065C4;
  }
  .fixed-banner .only-sp .sp-reserve,
.fixed-banner .only-sp .sp-tel {
    display: block;
    width: 73px;
    height: 67px;
    text-decoration: none;
    text-align: center;
    padding-top: 10px;
  }
  .fixed-banner .only-sp .sp-reserve .fixed-banner-title,
.fixed-banner .only-sp .sp-tel .fixed-banner-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
  }
  .fixed-banner .only-sp .sp-reserve {
    color: #fff;
    background: #0B1D33;
  }
  .fixed-banner .only-sp .sp-tel {
    display: block;
    background: #fff;
  }
  .fixed-banner .only-sp .sp-tel .fixed-banner-title {
    color: #0B1D33;
  }
}
.layout_reserve {
  width: 100%;
  position: relative;
  z-index: -1;
  margin: 0 0 80px;
}

@media screen and (max-width: 991px) {
  .layout_reserve {
    padding: 0 !important;
    margin-top: 0 !important;
  }
}
.layout_reserve_back_en {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14vw;
  line-height: 150%;
  letter-spacing: 12.75px;
  color: rgba(247, 249, 251, 0.5);
  margin-left: 39px;
  white-space: nowrap;
  position: absolute;
  left: -80px;
  bottom: 80%;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .layout_reserve_back_en {
    display: none;
  }
}
.layout_reserve_inner {
  display: flex;
  position: relative;
  z-index: 2;
  text-align: center;
  height: 566px;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .layout_reserve_inner {
    display: block;
    overflow: visible;
    max-height: inherit;
  }
}
.layout_reserve_img {
  width: 60%;
}

.layout_reserve_img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  width: 100%;
  height: 100%;
}

.layout_reserve_price {
  color: #fff;
  padding: 2px 14px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 10px;
  background: #4065C4;
}

@media screen and (max-width: 991px) {
  .layout_reserve_price {
    margin-bottom: 20px;
  }
}
.layout_reserve_price span {
  font-size: 13px;
}

.layout_reserve .pc-thumb {
  display: block;
  position: relative;
  z-index: 2;
  flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .layout_reserve .pc-thumb {
    display: none;
  }
}
.layout_reserve .sp-thumb {
  display: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .layout_reserve .sp-thumb {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
    width: 100%;
    height: 100%;
    max-height: 375px;
    overflow: hidden;
  }
}
.layout_reserve .sp-thumb img {
  width: 100%;
  display: block;
}

.layout_reserve_link {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 20px;
  border: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #4065C4;
  margin-top: 20px;
  background: #0B1D33;
  position: relative;
}

.layout_reserve_link:hover {
  background: #fff;
  color: #0B1D33;
}

@media screen and (max-width: 991px) {
  .layout_reserve_link {
    text-align: center;
    padding: 0;
    background: none !important;
    font-weight: 700;
    font-size: 16.9302px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 22px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
}
.layout_reserve_link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.layout_reserve_link img {
  margin-right: 9px;
}

.layout_reserve_link_in {
  width: 40%;
  max-width: 577px;
  background: #0B1D33;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .layout_reserve_link_in {
    width: 100%;
    margin: auto;
    background: none;
    padding: 0 12px;
  }
}
.layout_reserve_link_box {
  display: inline-block;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .layout_reserve_link_box {
    top: 26%;
  }
}
@media screen and (max-width: 991px) {
  .layout_reserve_link_box {
    position: static;
    top: inherit;
    background: #0B1D33;
    border: 1px solid #fff;
    padding: 56px 0;
    width: 100%;
    margin-top: -100px;
  }
}
.layout_reserve_link_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0B1D33;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.8;
}

.layout_reserve_title {
  font-weight: 700;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: 3.5px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .layout_reserve_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.layout_reserve_title_en {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 5px;
  margin-bottom: 42px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .layout_reserve_title_en {
    font-size: 10px;
    margin-bottom: 25px;
  }
}
.layout_reserve.only-pc .layout_reserve_link {
  width: 343px;
}

.footer {
  margin-top: 80px;
  max-width: 1500px;
  margin: auto;
  padding: 0 50px 40px;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 0 20px 40px;
  }
}
.footer .widget_nav_menu ul li a {
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}

.footer .widget_nav_menu ul li a::before {
  background: #0B1D33;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer .widget_nav_menu ul li a:hover {
  background: none;
}

.footer .widget_nav_menu ul li a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer-in {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .footer-in {
    display: block;
  }
}
.footer-left {
  width: calc(25% + 240px);
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer-left {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.footer-left-desc {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 2px;
}

.footer-left-logo {
  max-width: 235px;
}

.footer-left-logo a {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 150%;
  letter-spacing: 1px;
  white-space: nowrap;
  text-decoration: none;
  color: #0B1D33;
}

.footer-left-logo img {
  max-width: 235px;
  margin-top: 10px;
  margin-bottom: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 150px;
}

.footer-left-address {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 2px;
  text-decoration: underline;
  margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
  .footer-left-address {
    font-size: 11px;
    margin-bottom: 12px;
  }
}
.footer-left .social {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer-left .social {
    margin-bottom: 40px;
  }
}
.footer-left .social li {
  margin-right: 23px;
}

.footer-left .social li.last-child {
  margin-right: 0;
}

.footer-left .social li i {
  font-size: 21px;
}

.footer-center {
  font-weight: 700;
  font-size: clamp(13px, 1vw, 16px);
  line-height: 150%;
  letter-spacing: 1px;
  padding: 0;
  width: calc(25% + 200px);
}

@media screen and (max-width: 991px) {
  .footer-center {
    width: 100%;
  }
}
.footer-center-left {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .footer-center-left {
    width: 100%;
    font-size: 16px;
  }
}
.footer-center-right {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .footer-center-right {
    width: 100%;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  .footer-center-right a {
    font-weight: 700;
    font-size: 16px;
  }
}
.footer-widgets {
  flex-wrap: nowrap;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .footer-widgets {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer-widgets {
    flex-direction: column;
  }
}
.footer-right {
  text-align: center;
  width: 300px;
  min-width: 300px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer-right {
    width: 100%;
  }
}
.footer-right .tel {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: clamp(21px, 4vw, 29px);
  line-height: 150%;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.footer-right .tel span {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 2px;
}

.footer-right .business_hour {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  margin-left: 16px;
  margin-bottom: 26px;
}

@media screen and (max-width: 991px) {
  .footer-right .reserved {
    max-width: 400px;
    margin: 0 auto;
  }
}
.footer-right .reserved a {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 24px 40px;
  border: none;
  color: #fff;
  border: 1px solid #4065C4;
  background: #0B1D33;
  position: relative;
}

.footer-right .reserved a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.footer-right .reserved a img {
  margin-right: 9px;
}

.footer-right .reserved a:hover {
  background: #fff;
  color: #0B1D33;
}

.footer-sp-nav {
  margin-top: 40px;
  padding: 0 20px;
}

.footer-sp-nav ul {
  display: flex;
}

.footer-sp-nav ul li {
  margin-right: 10px;
}

.footer-sp-nav ul li a {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #271616;
}

.header-container {
  background: none;
}

@media screen and (max-width: 991px) {
  .header-container {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-upper {
  padding: 10px 0;
  color: #fff;
  background: #0B1D33;
}

@media screen and (max-width: 991px) {
  .header-upper {
    background: none !important;
    color: #0B1D33;
  }
}
.header-upper-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  padding: 0 50px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .header-upper-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .header-upper-inner {
    padding: 0;
  }
}
.header-upper-desc {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  padding-top: 12px;
}

.header-upper-right-inner {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .header-upper-right-inner {
    display: none;
  }
}
.header-upper-right .tel {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 25px;
  line-height: 150%;
}

.header-upper-right .tel span {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-right: 4px;
}

.header-upper-right .business_hour {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  margin-top: 4px;
  margin-left: 16px;
}

.header-upper-right .social {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  margin-left: 36px;
  padding-left: 0;
}

.header-upper-right .social li {
  margin-right: 23px;
}

.header-upper-right .social li.last-child {
  margin-right: 0;
}

.header-upper-right .social li i {
  font-size: 21px;
}

.header-upper-right .social li a {
  color: #fff !important;
}

.header-upper-right .social li.instagram a i {
  background: linear-gradient(to bottom left, #fff, #fff);
  -webkit-background-clip: text;
}

.header-lower {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  padding: 26px 50px 26px;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .header-lower {
    padding: 10px 20px 26px;
  }
}
@media screen and (max-width: 991px) {
  .header-lower {
    margin-top: -40px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-lower-left img {
  max-width: 235px;
  max-height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header-lower-left a {
  text-decoration: none;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: clamp(38px, 4vw, 48px);
  line-height: 150%;
  letter-spacing: 1px;
  color: #0B1D33;
}

.header-lower-right .navi {
  background: none;
}

.header-lower-right .navi-in {
  padding: 0;
}

.header-lower-right .navi-in > ul {
  gap: 5vw;
}

.header-lower-right .navi-in > ul li {
  width: auto;
  height: auto;
  line-height: 1;
  padding: auto;
}

@media screen and (max-width: 1023px) {
  .header-lower-right .navi-in .menu-pc {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .header-lower-right .navi-in .menu-pc {
    display: none;
  }
}
.header-lower-right .navi-in a {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.header-lower-right .navi-in a:hover {
  background: none;
  opacity: 0.7;
}

.sp-nav-icon {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999999;
}

@media screen and (max-width: 991px) {
  .sp-nav-icon {
    display: block;
  }
}
.sp-nav-icon span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 13px;
  height: 2px;
  background-color: #0B1D33;
}

.sp-nav-icon span:nth-of-type(1) {
  top: 22px;
  left: 0;
  width: 100%;
}

.sp-nav-icon span:nth-of-type(2) {
  top: 29px;
  left: 0;
  width: 100%;
}

.sp-nav-icon.active span:nth-of-type(1) {
  top: 20px;
  left: 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 100%;
}

.sp-nav-icon.active span:nth-of-type(2) {
  top: 32px;
  left: 0;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.pagination {
  margin-bottom: 5rem;
}

.pagination a,
.pagination .current {
  width: 47px;
  height: 47px;
  line-height: 47px;
  font-weight: 500;
  font-size: 13px;
  padding: 0;
  border: none;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-family: "Helvetica Neue";
}

.pagination a {
  color: #0B1D33;
}

.pagination a:hover {
  background: #F7F9FB;
}

.pagination .current {
  background: #0B1D33;
  color: #fff;
  border: none;
}

.breadcrumb {
  width: 100%;
  max-width: 1500px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 20px;
  }
}
/*== ボタン共通設定 */
.button {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}

.button span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}

.button:hover span {
  color: #fff;
}

.home .content {
  margin-top: 0;
}

.home .main {
  padding-top: 0;
}

.home .main-visual {
  position: relative;
  padding: 0 50px;
  opacity: 0;
}

.home .main-visual.isAnimate {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
  }
}
@media screen and (min-width: 991px) {
  .home .main-visual {
    margin-bottom: 5rem;
    height: 70vh;
  }
}
@media screen and (max-width: 1100px) {
  .home .main-visual {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .main-visual {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.home .main-visual-title {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .home .main-visual-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 991px) {
  .home .main-visual-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    right: 80px;
    z-index: 10;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 34rem;
  }
}
.home .main-visual-title .slide-in {
  overflow: hidden;
  background: linear-gradient(transparent 0%, #fff 0%);
}

@media screen and (max-width: 991px) {
  .home .main-visual-title .slide-in {
    background: none;
  }
}
.home .main-visual-title .slide-in_inner {
  display: inherit;
}

.home .main-visual-title .slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
  animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.home .main-visual-title .slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
  animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.home .main-visual-title .mv-title {
  font-weight: 700;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.3;
  margin-bottom: 2rem;
  text-align: right;
}

@media screen and (max-width: 991px) {
  .home .main-visual-title .mv-title {
    position: relative;
    display: block;
    font-size: 36px;
    margin-bottom: 0;
    z-index: 2;
  }
}
.home .main-visual-title .mv-title .title-2 {
  margin-top: -20px;
}

.home .main-visual-title .mv-title .slide-in {
  padding: 12px;
}

.home .main-visual-title .catch_copy_desc {
  font-weight: 500;
  font-size: clamp(11px, 2vw, 13px);
  margin-left: auto;
  max-width: 20rem;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .home .main-visual-title .catch_copy_desc {
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .home .main-visual-title .catch_copy_desc {
    position: relative;
    display: block;
    z-index: 2;
    max-width: 100%;
    background: none;
    padding: 18px 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.home .main-visual-img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.home .main-visual-img img {
  width: calc(100% - 20rem - 80px);
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 50vh;
  -o-object-position: right;
  object-position: right;
  height: 100%;
  display: block;
}

@media screen and (max-width: 991px) {
  .home .main-visual-img img {
    width: 100%;
    -o-object-fit: inherit;
    object-fit: inherit;
    min-height: inherit;
    -o-object-position: inherit;
    object-position: inherit;
  }
}
.home .main-visual-upper {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14vw;
  letter-spacing: 32px;
  line-height: 1;
  margin-top: 0;
  margin-left: -50px;
  color: rgba(247, 249, 251, 0.5);
  position: relative;
  white-space: nowrap;
  position: absolute;
  top: 20%;
  left: -100px;
  z-index: 0;
}

.home .main-visual-lower {
  display: flex;
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .home .main-visual-lower {
    left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .home .main-visual-lower {
    position: inherit;
    display: block;
    left: inherit;
    bottom: inherit;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home .main-visual-lower a {
  background: #fff;
  text-decoration: none;
  color: #0B1D33;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .home .main-visual-lower a {
    padding: 0;
  }
}
.home .main-visual-lower a.list-link {
  background: #F7F9FB;
  font-weight: 700;
  font-size: 13px;
  padding: 30px 18px;
  padding-bottom: 1px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .home .main-visual-lower a.list-link {
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 16px;
  }
}
.home .main-visual-lower a:hover article .post-title:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.home .main-visual-lower a article {
  display: flex;
}

@media screen and (max-width: 991px) {
  .home .main-visual-lower a article {
    display: block;
  }
}
.home .main-visual-lower a article .post-meta {
  line-height: 2.3;
  margin-left: -30px;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .home .main-visual-lower a article .post-meta {
    margin: 0;
    display: block;
  }
}
.home .main-visual-lower a article .date {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 11px;
}

.home .main-visual-lower a article .post-title {
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 1px;
  position: relative;
}

.home .main-visual-lower a article .post-title::before {
  background: #0B1D33;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.home .section {
  border-top: 1px solid #E9EDF1;
  padding-bottom: 80px;
  opacity: 0;
}

.home .section.isAnimate {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.home .section-inner {
  max-width: 1200px;
  margin: auto;
  padding: 80px 50px 0;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .home .section-inner {
    padding: 120px 20px 0;
  }
}
.home .section-inner::before {
  content: "";
  width: 74px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 50px;
  background-color: #4065C4;
}

@media screen and (max-width: 1100px) {
  .home .section-inner::before {
    left: 20px;
  }
}
.home .free_contents h1, .home .free_contents h2, .home .free_contents h3, .home .free_contents h4 {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 5px;
  margin-bottom: 70px;
}

.home .free_contents_title {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 1px;
  color: #4065C4;
  position: relative;
  text-transform: uppercase;
}

.home .free_contents_title span {
  font-weight: 700;
  font-size: 45px;
  line-height: 200%;
  color: #0B1D33;
}

@media screen and (max-width: 991px) {
  .home .free_contents_title span {
    font-size: 24px;
  }
}
.home .free_contents .introduction_block {
  clear: both;
  display: flex;
  padding-top: 70px;
}

@media screen and (max-width: 991px) {
  .home .free_contents .introduction_block {
    display: block;
  }
}
.home .free_contents .introduction_item {
  width: 33.3333333333%;
  margin-right: 38px;
}

@media screen and (max-width: 991px) {
  .home .free_contents .introduction_item {
    width: 100%;
  }
}
.home .free_contents .introduction_item:last-child {
  margin-right: 0;
}

.home .free_contents .introduction_item p.img-wrap {
  margin-bottom: 24px;
}

.home .free_contents .introduction_item img {
  width: 100%;
}

.home .free_contents .introduction_title {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 11px;
  padding: 0;
  border: none;
}

.home .free_contents p.introduction_desc {
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
}

@media screen and (max-width: 991px) {
  .home .free_contents p.introduction_desc {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.home .layout_menu {
  background: #F7F9FB;
}

.home .layout_menu_title {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  color: #4065C4;
}

.home .layout_menu_title span {
  font-weight: 700;
  font-size: 45px;
  line-height: 200%;
  color: #0B1D33;
  display: block;
}

@media screen and (max-width: 991px) {
  .home .layout_menu_title span {
    font-size: 24px;
  }
}
.home .layout_menu_banner {
  text-align: center;
}

.home .layout_menu .menu-list {
  width: 50%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .home .layout_menu .menu-list {
    width: 100%;
  }
}
.home .layout_menu .menu-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .home .layout_menu .menu-list-wrap {
    display: block;
  }
}
.home .layout_menu .menu-list ul {
  display: flex;
  justify-content: space-between;
  background: #fff;
  list-style: none;
  padding: 0;
}

.home .layout_menu .menu-list ul li {
  font-weight: 700;
  font-size: 17px;
  padding: 20px;
  border-bottom: 1px solid #F7F9FB;
}

@media screen and (max-width: 767px) {
  .home .layout_menu .menu-list ul li {
    font-size: 14px;
  }
}
.home .layout_menu .menu-list ul li.price {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 150%;
  color: #4065C4;
}

.home .layout_menu .menu-list ul li a {
  text-decoration: none;
  color: #0B1D33;
  font-weight: 700;
  font-size: 17px;
  line-height: 200%;
}

.home .layout_menu .menu-list p {
  text-align: center;
  padding: 10px;
  background: #0B1D33;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 200%;
}

.home .layout_menu .menu-list-0 p {
  border-right: 1px solid #F7F9FB;
}

.home .layout_menu .menu-list ul {
  border-right: 1px solid #F7F9FB;
}

.home .layout_menu .menu-list ul li.price {
  font-family: "Helvetica Neue";
}

.home .layout_access_title {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #4065C4;
}

.home .layout_access_title span {
  display: block;
  font-weight: 700;
  font-size: 45px;
  line-height: 200%;
  color: #0B1D33;
}

@media screen and (max-width: 991px) {
  .home .layout_access_title span {
    font-size: 24px;
  }
}
.home .layout_access_left p {
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .home .layout_access_left p {
    font-size: 15px;
  }
}
.home .layout_access_right {
  width: 100%;
  height: 440px;
  border-top: 2px solid #0B1D33;
}

.home .layout_access .map-link {
  margin-top: 35px;
  margin-bottom: 16px;
  text-align: right;
}

.home .layout_access .map-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 16px 42px;
  text-decoration: none;
  color: #fff;
  background: #0B1D33;
  border-width: 1px;
  border-style: solid;
}

.home .layout_access .map-link a:hover {
  background: #fff;
  color: #0B1D33;
}

.home .layout_reserve {
  border: none;
  padding-bottom: 0;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .home .layout_reserve {
    margin-top: 120px;
  }
}
.home .layout_reserve .section-inner {
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.home .layout_reserve .section-inner::before {
  content: none;
}

@media screen and (min-width: 992px) {
  .home .layout_reserve_link {
    width: 343px;
  }
}
.home .layout_news_title {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 13px !important;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.home .layout_news_title span {
  font-weight: 700;
  font-size: 45px;
  line-height: 200%;
  color: #0B1D33;
  display: block;
}

@media screen and (max-width: 991px) {
  .home .layout_news_title span {
    font-size: 24px;
  }
}
.home .layout_news_items {
  display: flex;
  margin-bottom: 46px;
}

@media screen and (max-width: 991px) {
  .home .layout_news_items {
    display: block;
  }
}
.home .layout_news_items a {
  width: 33.3333333333%;
  margin-right: 9px;
  padding: 25px 30px 36px;
  background: #fff;
  border: 1px solid #F0F1F3;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .home .layout_news_items a {
    width: 100%;
    display: block;
    border: none;
    border-left: 1px solid #F0F1F3;
    border-right: 1px solid #F0F1F3;
    border-bottom: 1px solid #F0F1F3;
  }
  .home .layout_news_items a:first-child {
    border-top: 1px solid #F0F1F3;
  }
}
.home .layout_news_items a:last-child {
  margin-right: 0;
}

.home .layout_news_items a .post-title {
  font-weight: 700;
  font-size: 15px;
  color: #0B1D33;
}

.home .layout_news_items a:hover {
  border: 1px solid #4065C4;
}

.home .layout_news_items a:hover .post-title {
  text-decoration: underline;
}

.home .layout_news_items a .post-meta {
  display: flex;
  justify-content: flex-start;
}

.home .layout_news_items a .date {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  margin-right: 23px;
}

.home .layout_news_items a .cat {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.home .layout_news .list-link {
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.1em;
  color: #0B1D33;
}

.home .layout_news .list-link a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  padding: 16px 42px;
  text-decoration: none;
  color: #fff;
  background: #0B1D33;
  border-width: 1px;
  border-style: solid;
}

.single .content-in, .page:not(.home) .content-in {
  max-width: inherit;
  margin: 0;
  padding: 0;
}

.single .footer-meta, .page:not(.home) .footer-meta {
  display: none;
}

.single .title-wrap,
.single .entry-content,
.single .entry-footer,
.single .under-entry-content, .page:not(.home) .title-wrap,
.page:not(.home) .entry-content,
.page:not(.home) .entry-footer,
.page:not(.home) .under-entry-content {
  max-width: 1100px;
  padding: 0 20px;
  margin: auto;
  position: relative;
  z-index: 3;
}

.single .article-header, .page:not(.home) .article-header {
  margin-bottom: 64px;
}

.single .article-header .title-en, .page:not(.home) .article-header .title-en {
  font-family: "Helvetica Neue";
  font-size: 14vw;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 12.75px;
  color: rgba(247, 249, 251, 0.5);
  text-transform: uppercase;
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .single .article-header .title-en, .page:not(.home) .article-header .title-en {
    letter-spacing: 8px;
  }
}
.single .article-header .title-wrap, .page:not(.home) .article-header .title-wrap {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  .single .article-header .title-wrap, .page:not(.home) .article-header .title-wrap {
    display: block;
  }
}
.single .article-header .title-wrap .title-inner,
.single .article-header .title-wrap .eye-catch-wrap, .page:not(.home) .article-header .title-wrap .title-inner,
.page:not(.home) .article-header .title-wrap .eye-catch-wrap {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .single .article-header .title-wrap .title-inner,
.single .article-header .title-wrap .eye-catch-wrap, .page:not(.home) .article-header .title-wrap .title-inner,
.page:not(.home) .article-header .title-wrap .eye-catch-wrap {
    width: 100%;
  }
}
.single .article-header .title-wrap .title-inner, .page:not(.home) .article-header .title-wrap .title-inner {
  padding: 2rem 0;
}

.single .article-header .title-wrap .eye-catch-wrap, .page:not(.home) .article-header .title-wrap .eye-catch-wrap {
  display: block;
  position: relative;
}

@media screen and (max-width: 991px) {
  .single .article-header .title-wrap .eye-catch img, .page:not(.home) .article-header .title-wrap .eye-catch img {
    width: 100%;
  }
}
.single .article-header .cat, .page:not(.home) .article-header .cat {
  margin-top: 80px;
  font-size: clamp(13px, 2vw, 17px);
  font-weight: bold;
  margin-bottom: 4px;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .single .article-header .cat, .page:not(.home) .article-header .cat {
    margin-top: 0;
  }
}
.single .article-header .entry-title, .page:not(.home) .article-header .entry-title {
  font-weight: bold;
  font-size: clamp(24px, 2.5vw, 36px);
  line-height: 150%;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .single .article-header .entry-title, .page:not(.home) .article-header .entry-title {
    font-size: 24px;
    padding: 0;
  }
}
.single .article-header .date-tags, .page:not(.home) .article-header .date-tags {
  text-align: left;
}

.single .article-header .date-tags .post-update, .page:not(.home) .article-header .date-tags .post-update {
  margin: 0;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 3px;
}

.single .entry-content p, .page:not(.home) .entry-content p {
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 2px;
}

.single .entry-footer, .page:not(.home) .entry-footer {
  margin-top: 80px;
  margin-bottom: 80px;
}

.single .entry-footer .sns-wrap, .page:not(.home) .entry-footer .sns-wrap {
  display: flex;
  justify-content: flex-start;
}

.single .entry-footer .sns-title-en, .page:not(.home) .entry-footer .sns-title-en {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.single .entry-footer .sns-title-jp, .page:not(.home) .entry-footer .sns-title-jp {
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.single .entry-footer .sns-title-border, .page:not(.home) .entry-footer .sns-title-border {
  padding: 30px;
}

.single .entry-footer .sns-title-border span, .page:not(.home) .entry-footer .sns-title-border span {
  width: 30vw;
  height: 1px;
  background: #fff;
  display: block;
}

.single .entry-footer .sns-btns, .page:not(.home) .entry-footer .sns-btns {
  padding-top: 12px;
}

.single .entry-footer .sns-btns a, .page:not(.home) .entry-footer .sns-btns a {
  text-decoration: none;
}

.single .entry-footer .sns-btns .twitter, .page:not(.home) .entry-footer .sns-btns .twitter {
  color: #438BF7;
  margin-right: 10px;
}

.single .entry-footer .sns-btns .facebook, .page:not(.home) .entry-footer .sns-btns .facebook {
  color: #0049D6;
}

.single .under-entry-content, .page:not(.home) .under-entry-content {
  position: relative;
  z-index: 3;
}

.single .pager-post-navi, .page:not(.home) .pager-post-navi {
  flex-direction: inherit;
  justify-content: space-between;
}

.single .pager-post-navi .img-wrap::after, .page:not(.home) .pager-post-navi .img-wrap::after {
  content: none;
}

.single .pager-post-navi a.prev-post, .single .pager-post-navi a.next-post, .page:not(.home) .pager-post-navi a.prev-post, .page:not(.home) .pager-post-navi a.next-post {
  flex-direction: inherit;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 1px;
}

.single .pager-post-navi a.prev-post:hover, .single .pager-post-navi a.next-post:hover, .page:not(.home) .pager-post-navi a.prev-post:hover, .page:not(.home) .pager-post-navi a.next-post:hover {
  background: none;
  text-decoration: underline;
}

.single .pager-post-navi a.prev-post:hover .iconfont, .single .pager-post-navi a.next-post:hover .iconfont, .page:not(.home) .pager-post-navi a.prev-post:hover .iconfont, .page:not(.home) .pager-post-navi a.next-post:hover .iconfont {
  letter-spacing: 1px;
  transition: none;
}

.single .pager-post-navi a.prev-post span, .single .pager-post-navi a.next-post span, .page:not(.home) .pager-post-navi a.prev-post span, .page:not(.home) .pager-post-navi a.next-post span {
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
}

.single .pager-post-navi a.prev-post .iconfont, .single .pager-post-navi a.next-post .iconfont, .page:not(.home) .pager-post-navi a.prev-post .iconfont, .page:not(.home) .pager-post-navi a.next-post .iconfont {
  transition: none;
}

.single .pager-post-navi a.prev-post .iconfont::before, .single .pager-post-navi a.next-post .iconfont::before, .page:not(.home) .pager-post-navi a.prev-post .iconfont::before, .page:not(.home) .pager-post-navi a.next-post .iconfont::before {
  padding-left: 2px;
}

.single .pager-post-navi a.back-for-list, .page:not(.home) .pager-post-navi a.back-for-list {
  font-weight: 700;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 2px;
  text-decoration: none;
  color: #0B1D33;
}

.single .pager-post-navi a.back-for-list:hover, .page:not(.home) .pager-post-navi a.back-for-list:hover {
  text-decoration: underline;
}

.single .pager-post-navi a.back-for-list span:not(.only-pc), .page:not(.home) .pager-post-navi a.back-for-list span:not(.only-pc) {
  width: 37px;
  height: 37px;
  line-height: 34px;
  text-align: center;
  margin-right: 8px;
  background: #0B1D33;
  border: none;
}

@media screen and (max-width: 991px) {
  .single .pager-post-navi a .next-post-title, .page:not(.home) .pager-post-navi a .next-post-title {
    margin-right: 4px;
  }
}
.single .pager-post-navi a .iconfont, .page:not(.home) .pager-post-navi a .iconfont {
  width: 37px;
  height: 37px;
  line-height: 22px;
  text-align: center;
  margin-right: 8px;
  font-size: 12px;
  background: #0B1D33;
  border: none;
}

.single .breadcrumb, .page:not(.home) .breadcrumb {
  padding-top: 100px;
}

.single .entry-content h2,
.page:not(.page-template-template-bms) .entry-content h2,
.home .free_contents h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 1px;
  background: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .single .entry-content h2,
.page:not(.page-template-template-bms) .entry-content h2,
.home .free_contents h2 {
    font-size: 20px;
  }
}
.single .entry-content h3,
.page:not(.page-template-template-bms) .entry-content h3,
.home .free_contents h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 16px 0 16px 44px;
  border: none;
  border-left: 3px solid #4065C4;
}

@media screen and (max-width: 767px) {
  .single .entry-content h3,
.page:not(.page-template-template-bms) .entry-content h3,
.home .free_contents h3 {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.single .entry-content h4,
.page:not(.page-template-template-bms) .entry-content h4,
.home .free_contents h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 5px;
  padding: 0 0 34px;
  border: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  .single .entry-content h4,
.page:not(.page-template-template-bms) .entry-content h4,
.home .free_contents h4 {
    font-size: 16px;
  }
}
.single .entry-content h4::after,
.page:not(.page-template-template-bms) .entry-content h4::after,
.home .free_contents h4::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #4065C4;
}

.single .entry-content p,
.page:not(.page-template-template-bms) .entry-content p,
.home .free_contents p {
  font-weight: 500;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 1px;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .single .entry-content p,
.page:not(.page-template-template-bms) .entry-content p,
.home .free_contents p {
    font-size: 15px;
  }
}
.single .entry-content .wp-block-table table,
.page:not(.page-template-template-bms) .entry-content .wp-block-table table,
.home .free_contents .wp-block-table table {
  margin-bottom: 60px;
}

.single .entry-content table,
.page:not(.page-template-template-bms) .entry-content table,
.home .free_contents table {
  margin-bottom: 60px;
}

.single .entry-content table tr,
.page:not(.page-template-template-bms) .entry-content table tr,
.home .free_contents table tr {
  background: none;
}

.single .entry-content table tr:nth-of-type(2n+1),
.page:not(.page-template-template-bms) .entry-content table tr:nth-of-type(2n+1),
.home .free_contents table tr:nth-of-type(2n+1) {
  background: none;
}

.single .entry-content table th,
.single .entry-content table td,
.page:not(.page-template-template-bms) .entry-content table th,
.page:not(.page-template-template-bms) .entry-content table td,
.home .free_contents table th,
.home .free_contents table td {
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 2px;
  background: none;
  padding: 18px 10px 10px;
}

@media screen and (max-width: 767px) {
  .single .entry-content table th,
.single .entry-content table td,
.page:not(.page-template-template-bms) .entry-content table th,
.page:not(.page-template-template-bms) .entry-content table td,
.home .free_contents table th,
.home .free_contents table td {
    font-size: 15px;
  }
}
.single .entry-content table th,
.page:not(.page-template-template-bms) .entry-content table th,
.home .free_contents table th {
  font-weight: 700;
  border: none;
  border-bottom: 3px solid #0B1D33;
}

.single .entry-content table td,
.page:not(.page-template-template-bms) .entry-content table td,
.home .free_contents table td {
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #F1F1F1;
}

.single .entry-content ul,
.page:not(.page-template-template-bms) .entry-content ul,
.home .free_contents ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 5rem;
}

.single .entry-content ul li,
.page:not(.page-template-template-bms) .entry-content ul li,
.home .free_contents ul li {
  position: relative;
  padding-left: 34px;
}

.single .entry-content ul li::before,
.page:not(.page-template-template-bms) .entry-content ul li::before,
.home .free_contents ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 0;
  background: #4065C4;
}

.single .entry-content ol,
.page:not(.page-template-template-bms) .entry-content ol,
.home .free_contents ol {
  list-style-type: none;
  padding: 0;
  counter-reset: num;
  margin-bottom: 5rem;
}

.single .entry-content ol li,
.page:not(.page-template-template-bms) .entry-content ol li,
.home .free_contents ol li {
  position: relative;
  padding-left: 34px;
}

.single .entry-content ol li::before,
.page:not(.page-template-template-bms) .entry-content ol li::before,
.home .free_contents ol li::before {
  counter-increment: num;
  content: counter(num);
  font-family: "Josefin Slab";
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.single .entry-content .wp-block-columns,
.page:not(.page-template-template-bms) .entry-content .wp-block-columns,
.home .free_contents .wp-block-columns {
  margin-bottom: 5rem;
}

.single .entry-content .wp-block-media-text,
.page:not(.page-template-template-bms) .entry-content .wp-block-media-text,
.home .free_contents .wp-block-media-text {
  margin-bottom: 5rem;
  gap: 3%;
}

@media screen and (max-width: 600px) {
  .single .entry-content .wp-block-media-text,
.page:not(.page-template-template-bms) .entry-content .wp-block-media-text,
.home .free_contents .wp-block-media-text {
    gap: inherit;
  }
}
@media screen and (max-width: 991px) {
  .single .entry-content .wp-block-media-text .wp-block-media-text__content,
.page:not(.page-template-template-bms) .entry-content .wp-block-media-text .wp-block-media-text__content,
.home .free_contents .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.single .entry-content .wp-block-media-text .wp-block-media-text__content p,
.page:not(.page-template-template-bms) .entry-content .wp-block-media-text .wp-block-media-text__content p,
.home .free_contents .wp-block-media-text .wp-block-media-text__content p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
  .single .entry-content .img-wrap,
.page:not(.page-template-template-bms) .entry-content .img-wrap,
.home .free_contents .img-wrap {
    margin-bottom: 40px !important;
  }
}
.single .entry-content .img-wrap img,
.page:not(.page-template-template-bms) .entry-content .img-wrap img,
.home .free_contents .img-wrap img {
  border-top: 1px solid #0B1D33;
}

.single .entry-content .column-left-img,
.page:not(.page-template-template-bms) .entry-content .column-left-img,
.home .free_contents .column-left-img {
  gap: 0 54px;
}

.single .entry-content .column-left-img .column-left,
.page:not(.page-template-template-bms) .entry-content .column-left-img .column-left,
.home .free_contents .column-left-img .column-left {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .single .entry-content .column-left-img .column-left,
.page:not(.page-template-template-bms) .entry-content .column-left-img .column-left,
.home .free_contents .column-left-img .column-left {
    width: 100%;
  }
}
.single .entry-content .column-left-img .column-right,
.page:not(.page-template-template-bms) .entry-content .column-left-img .column-right,
.home .free_contents .column-left-img .column-right {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .single .entry-content .column-left-img .column-right,
.page:not(.page-template-template-bms) .entry-content .column-left-img .column-right,
.home .free_contents .column-left-img .column-right {
    width: 100%;
  }
}
.single .entry-content .column-left-img .column-right p,
.page:not(.page-template-template-bms) .entry-content .column-left-img .column-right p,
.home .free_contents .column-left-img .column-right p {
  margin-bottom: 1rem;
}

.single .entry-content .column-right-img,
.page:not(.page-template-template-bms) .entry-content .column-right-img,
.home .free_contents .column-right-img {
  gap: 0 54px;
}

@media screen and (max-width: 834px) {
  .single .entry-content .column-right-img,
.page:not(.page-template-template-bms) .entry-content .column-right-img,
.home .free_contents .column-right-img {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
  }
}
.single .entry-content .column-right-img .column-left,
.page:not(.page-template-template-bms) .entry-content .column-right-img .column-left,
.home .free_contents .column-right-img .column-left {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .single .entry-content .column-right-img .column-left,
.page:not(.page-template-template-bms) .entry-content .column-right-img .column-left,
.home .free_contents .column-right-img .column-left {
    width: 100%;
  }
}
.single .entry-content .column-right-img .column-left p,
.page:not(.page-template-template-bms) .entry-content .column-right-img .column-left p,
.home .free_contents .column-right-img .column-left p {
  margin-bottom: 1rem;
}

.single .entry-content .column-right-img .column-right,
.page:not(.page-template-template-bms) .entry-content .column-right-img .column-right,
.home .free_contents .column-right-img .column-right {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .single .entry-content .column-right-img .column-right,
.page:not(.page-template-template-bms) .entry-content .column-right-img .column-right,
.home .free_contents .column-right-img .column-right {
    width: 100%;
  }
}
.related-entry-heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 5px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .related-entry-heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.related-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .related-list {
    display: block;
  }
}
.related-list a {
  width: calc(33.3333333333% - 6px);
  margin-right: 9px;
  margin-bottom: 12px;
  padding: 25px 30px 36px;
  background: #fff;
  border: 1px solid #F0F1F3;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .related-list a {
    width: 100%;
    display: block;
    margin-bottom: 0;
    border: none;
    border-left: 1px solid #F0F1F3;
    border-right: 1px solid #F0F1F3;
    border-bottom: 1px solid #F0F1F3;
  }
  .related-list a:first-child {
    border-top: 1px solid #F0F1F3;
  }
}
.related-list a:nth-child(3), .related-list a:nth-child(6) {
  margin-right: 0;
}

.related-list a .post-title {
  font-weight: 700;
  font-size: 15px;
  color: #0B1D33;
}

.related-list a:hover {
  border: 1px solid #4065C4;
}

.related-list a:hover .post-title {
  text-decoration: underline;
}

.related-list a .post-meta {
  display: flex;
  justify-content: flex-start;
}

.related-list a .date {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  margin-right: 23px;
}

.related-list a .cat {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.sp-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  opacity: 0;
  z-index: -1;
}

.sp-nav.close {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sp-nav.open {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  z-index: 9999;
}

.sp-nav-header {
  padding: 10px 20px 13px;
}

.sp-nav-header .header-upper-desc {
  margin-bottom: 3px;
}

.sp-nav-wrap {
  padding-bottom: 105px;
}

.sp-nav-upper {
  margin-top: 40px;
  padding: 0 30px;
}

.sp-nav-upper .menu-mobile {
  list-style-type: none;
  padding: 0;
  margin-bottom: 80px;
}

.sp-nav-upper .menu-mobile li {
  margin-bottom: 16px;
}

.sp-nav-upper .menu-mobile li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  color: #0B1D33;
  text-decoration: none;
}

.sp-nav-upper .tel {
  font-family: "Helvetica Neue";
  font-weight: 500;
  font-size: 34px;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.sp-nav-upper .tel span {
  font-weight: 500;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 2px;
}

.sp-nav-upper .business_hour {
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  margin-bottom: 12px;
}

.sp-nav-upper .address {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  text-decoration: underline;
  font-size: 11px;
  margin-bottom: 30px;
}

.sp-nav-upper .social {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
}

.sp-nav-upper .social li {
  margin-right: 23px;
}

.sp-nav-upper .social li.last-child {
  margin-right: 0;
}

.sp-nav-upper .social li i {
  font-size: 21px;
}

.sp-nav .layout_reserve {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 80px 0;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve {
    padding: 0 !important;
  }
}
.sp-nav .layout_reserve_back_en {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14vw;
  line-height: 150%;
  letter-spacing: 12.75px;
  color: #F7F9FB;
  margin-left: 39px;
  white-space: nowrap;
  position: absolute;
  top: -28%;
  left: -80px;
  z-index: 0;
}

.sp-nav .layout_reserve_inner {
  display: flex;
  position: relative;
  z-index: 2;
  text-align: center;
}

.sp-nav .layout_reserve_img {
  width: 100%;
}

.sp-nav .layout_reserve_img img {
  display: block;
  width: 100%;
}

.sp-nav .layout_reserve_price {
  color: #fff;
  padding: 2px 14px;
  display: inline-block;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  margin-bottom: 10px;
}

.sp-nav .layout_reserve_price span {
  font-size: 13px;
}

.sp-nav .layout_reserve .pc-thumb {
  display: block;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve .pc-thumb {
    display: none;
  }
}
.sp-nav .layout_reserve .sp-thumb {
  display: none;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  max-height: inherit;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve .sp-thumb {
    display: block;
  }
}
.sp-nav .layout_reserve .sp-thumb img {
  width: 100%;
  display: block;
}

.sp-nav .layout_reserve .sp-thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0B1D33;
  opacity: 0.8;
}

.sp-nav .layout_reserve_link {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 20px;
  border: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  border: 1px solid #4065C4;
  margin-top: 20px;
  background: #0B1D33;
  position: relative;
}

.sp-nav .layout_reserve_link:hover {
  background: #fff;
  color: #0B1D33;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve_link {
    text-align: center;
    padding: 0;
    background: none !important;
    border: none;
    border-top: 4px solid #4065C4;
    max-width: inherit;
  }
}
.sp-nav .layout_reserve_link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve_link::after {
    content: none;
  }
}
.sp-nav .layout_reserve_link img {
  margin-right: 9px;
}

.sp-nav .layout_reserve_link_in {
  width: 100%;
  max-width: 577px;
  position: relative;
  padding: 1rem;
  display: block;
  background: none;
}

.sp-nav .layout_reserve_link_box {
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1300px) {
  .sp-nav .layout_reserve_link_box {
    top: 26%;
  }
}
.sp-nav .layout_reserve_link_inner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0B1D33;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.8;
}

.sp-nav .layout_reserve_title {
  font-weight: 700;
  font-size: 27px;
  line-height: 150%;
  letter-spacing: 3.5px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve_title {
    font-size: 17px;
    margin-bottom: 4px;
  }
}
.sp-nav .layout_reserve_title_en {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 5px;
  margin-bottom: 42px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve_title_en {
    font-size: 10px;
    margin-bottom: 25px;
  }
}
.sp-nav .layout_reserve .campaign_banner .sp-thumb {
  position: inherit;
  margin: 0 auto;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 85px;
  min-width: 100%;
}

@media screen and (max-width: 991px) {
  .sp-nav .layout_reserve .campaign_banner .sp-thumb {
    display: block;
    width: 100%;
    max-width: 400px;
  }
}
.sp-nav .layout_reserve.only-pc .layout_reserve_link {
  width: 343px;
}

.sp-nav .footer-sp-nav {
  padding: 0 14px;
}

.page-template-template-bms .entry-footer,
.page-template-template-bms .fixed-banner,
.page-template-template-bms .title-en,
.page-template-template-bms .breadcrumb {
  display: none !important;
}

.page-template-template-bms .header-container {
  padding: 60px 0;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .header-container {
    padding: 20px 0;
  }
}
.page-template-template-bms .header-container .desc {
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.page-template-template-bms .header-container .logo a {
  text-decoration: none;
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 41px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #0B1D33;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .header-container .logo a {
    font-size: 37px;
  }
}
.page-template-template-bms .header-container .logo a img {
  max-width: 277px;
}

.page-template-template-bms .content {
  margin: 0;
}

.page-template-template-bms .entry-title {
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.page-template-template-bms .bms-tab {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

.page-template-template-bms .bms-tab li {
  width: 158px;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 2px solid #0B1D33;
}

.page-template-template-bms .bms-tab li span {
  display: block;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  letter-spacing: 1px;
}

.page-template-template-bms .bms-tab li.active {
  border-bottom: 2px solid #4065C4;
  color: #4065C4;
}

.page-template-template-bms .entry-content {
  max-width: 100% !important;
  background: #F7F9FB;
  padding: 40px 0 100px !important;
}

.page-template-template-bms .entry-content-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content-inner {
    padding: 0 20px;
  }
}
.page-template-template-bms .entry-content [class^=desc-step] {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 40px;
}

.page-template-template-bms .entry-content .campaign_banner {
  margin-bottom: 40px;
}

.page-template-template-bms .entry-content .menu-list {
  padding: 18px 24px;
  background: #fff;
}

.page-template-template-bms .entry-content .menu-list p {
  font-weight: 700;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 1px;
}

.page-template-template-bms .entry-content .menu-list label {
  display: flex;
  justify-content: space-between;
}

.page-template-template-bms .entry-content .menu-list label .price {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
}

.page-template-template-bms .entry-content .menu-list-wrap {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: left;
}

.page-template-template-bms .entry-content .menu-list-title {
  background: #0B1D33;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  padding: 18px 24px;
  margin-bottom: 0;
}

.page-template-template-bms .entry-content .menu-list input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: sub;
  margin-right: 16px;
}

.page-template-template-bms .entry-content .menu-list input[type=radio]::before, .page-template-template-bms .entry-content .menu-list input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.page-template-template-bms .entry-content .menu-list input[type=radio]::before {
  background: #F7F9FB;
  border: 2px solid #E7EEF4;
  height: 20px;
  width: 20px;
  left: -2px;
}

.page-template-template-bms .entry-content .menu-list input[type=radio]::after {
  opacity: 0;
  height: 16px;
  width: 16px;
  left: 2px;
  transition: opacity 0.3s ease-in-out;
  background: #4065C4;
}

.page-template-template-bms .entry-content .menu-list input[type=radio]:checked::after {
  opacity: 1;
}

.page-template-template-bms .entry-content .next-step {
  max-width: 343px;
  display: block;
  margin: 40px auto 0;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content .next-step {
    max-width: 260px;
    height: 85px;
  }
}
.page-template-template-bms .entry-content .next-step a {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  display: block;
  padding: 36px;
  border: none;
  color: #fff;
  border: 1px solid #4065C4;
  background: #0B1D33;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content .next-step a {
    padding: 16px 40px;
  }
}
.page-template-template-bms .entry-content .next-step a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.page-template-template-bms .entry-content .next-step a:hover {
  background: #fff;
  color: #0B1D33;
}

.page-template-template-bms .entry-content .next-step a img {
  margin-right: 9px;
}

.page-template-template-bms .entry-content .bms_upper {
  max-width: 600px;
  margin: 0 auto;
}

.page-template-template-bms .entry-content .course_wrap {
  width: 100%;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1px;
  padding: 40px;
  text-align: left;
  background: #fff;
  margin-top: 18px;
  margin-bottom: 44px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content .course_wrap {
    padding: 20px;
  }
}
.page-template-template-bms .entry-content .course_wrap #course_name,
.page-template-template-bms .entry-content .course_wrap #course_price {
  font-size: 17px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content .course_wrap #course_name,
.page-template-template-bms .entry-content .course_wrap #course_price {
    font-size: 14px;
  }
}
.page-template-template-bms .entry-content table td {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content table th, .page-template-template-bms .entry-content table td {
    font-size: 10px;
    padding: 0;
    letter-spacing: 1px;
  }
}
.page-template-template-bms .entry-content table tr:nth-of-type(2n+1) {
  background: none;
}

.page-template-template-bms .entry-content #bms_calendar h2 {
  font-weight: 700;
  font-size: 29px;
  font-family: "Helvetica Neue";
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_calendar h2 {
    font-size: 14px;
  }
}
.page-template-template-bms .entry-content #bms_calendar .fc-toolbar button {
  background: #0B1D33;
  color: #fff;
  border-radius: 0;
}

.page-template-template-bms .entry-content #bms_calendar .fc-toolbar button .fc-icon {
  font-size: 13px;
}

.page-template-template-bms .entry-content #bms_calendar .fc-toolbar .fc-prev-button,
.page-template-template-bms .entry-content #bms_calendar .fc-toolbar .fc-next-button {
  width: 32px;
  height: 32px;
  padding: 0;
}

.page-template-template-bms .entry-content #bms_calendar .fc-toolbar .fc-today-button {
  font-size: 13px;
  padding: 6px 16px;
  height: 32px;
}

.page-template-template-bms .entry-content #bms_calendar .fc-head-container {
  padding: 0;
}

.page-template-template-bms .entry-content #bms_calendar .fc-widget-header > table {
  margin: 0;
}

.page-template-template-bms .entry-content #bms_calendar .fc-body > tr > .fc-widget-content {
  padding: 0;
}

.page-template-template-bms .entry-content #bms_calendar .fc-day-header {
  background: #fff;
  font-family: "Helvetica Neue";
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content #bms_calendar .fc-day-header span {
    white-space: nowrap;
  }
}
.page-template-template-bms .entry-content #bms_calendar .fc-day-header:first-child {
  background: #F5EDED;
  color: #B20000;
}

.page-template-template-bms .entry-content #bms_calendar .fc-day-header:last-child {
  background: #E4EDF1;
  color: #438BF7;
}

.page-template-template-bms .entry-content #bms_calendar .fc-sun {
  background: #F5EDED;
  border-right: 2px solid #F7F9FB;
}

.page-template-template-bms .entry-content #bms_calendar .fc-mon,
.page-template-template-bms .entry-content #bms_calendar .fc-tue,
.page-template-template-bms .entry-content #bms_calendar .fc-wed,
.page-template-template-bms .entry-content #bms_calendar .fc-thu,
.page-template-template-bms .entry-content #bms_calendar .fc-fri {
  background: #fff;
  border-right: 2px solid #F7F9FB;
}

.page-template-template-bms .entry-content #bms_calendar .fc-sat {
  background: #E4EDF1;
}

.page-template-template-bms .entry-content #bms_calendar .fc-axis {
  font-weight: 700;
  border: none;
  font-family: "Helvetica Neue";
}

.page-template-template-bms .entry-content #bms_calendar .fc-content {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-template-bms .entry-content #bms_calendar .fc-content .fc-time {
  display: none;
}

.page-template-template-bms .entry-content #bms_calendar .fc-event .fc-bg {
  opacity: 0.01;
}

.page-template-template-bms .entry-content #bms_calendar .fc-time-grid .fc-slats .fc-minor td {
  border: none;
}

.page-template-template-bms .entry-content #bms_calendar .available_event {
  background: #F7F9FB;
  border-radius: 0;
  border: none;
}

.page-template-template-bms .entry-content #bms_calendar .available_event .fc-title {
  color: #4065C4;
}

.page-template-template-bms .entry-content #bms_calendar .available_event:hover {
  background: #4065C4;
}

.page-template-template-bms .entry-content #bms_calendar .available_event:hover .fc-title {
  color: #fff;
}

.page-template-template-bms .entry-content #bms_calendar .unavailable_event {
  background: #A8AEB5;
  color: #fff;
  border: none;
  border-radius: 0;
}

.page-template-template-bms .entry-content #bms_form {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.page-template-template-bms .entry-content #bms_form .formError {
  display: inline-block !important;
}

.page-template-template-bms .entry-content #bms_form .row_title {
  font-weight: 700;
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 16px;
}

.page-template-template-bms .entry-content #bms_form .row_title label {
  display: block;
}

.page-template-template-bms .entry-content #bms_form .any {
  font-weight: 700;
  font-size: 11px;
  padding: 8px;
  border: 1px solid #0B1D33;
  margin-right: 16px;
}

.page-template-template-bms .entry-content #bms_form .require {
  font-weight: 700;
  font-size: 11px;
  padding: 8px;
  background: #0B1D33;
  color: #fff;
  margin-right: 16px;
}

.page-template-template-bms .entry-content #bms_form .check {
  font-weight: 700;
  font-size: 11px;
  padding: 8px;
  margin-right: 16px;
  border: 1px solid #4065C4;
  color: #4065C4;
}

.page-template-template-bms .entry-content #bms_form .user-sex label {
  display: block;
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 1px;
}

.page-template-template-bms .entry-content #bms_form .user-sex label:first-of-type {
  margin-top: 16px;
}

.page-template-template-bms .entry-content #bms_form input[type=radio] {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: sub;
  margin-right: 16px;
  margin-top: 0 !important;
}

.page-template-template-bms .entry-content #bms_form input[type=radio]::before, .page-template-template-bms .entry-content #bms_form input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.page-template-template-bms .entry-content #bms_form input[type=radio]::before {
  background: #F7F9FB;
  border: 2px solid #E7EEF4;
  height: 20px;
  width: 20px;
  left: -2px;
}

.page-template-template-bms .entry-content #bms_form input[type=radio]::after {
  background-color: #4065C4;
  opacity: 0;
  height: 16px;
  width: 16px;
  left: 2px;
  background: #4065C4;
}

.page-template-template-bms .entry-content #bms_form input[type=radio]:checked::after {
  opacity: 1;
}

.page-template-template-bms .entry-content #bms_form input[type=text],
.page-template-template-bms .entry-content #bms_form select,
.page-template-template-bms .entry-content #bms_form textarea {
  padding: 38px 47px;
  border: none;
  border-bottom: 2px solid #0B1D33;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_form input[type=text],
.page-template-template-bms .entry-content #bms_form select,
.page-template-template-bms .entry-content #bms_form textarea {
    padding: 20px;
  }
}
.page-template-template-bms .entry-content #bms_form select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
}

.page-template-template-bms .entry-content #bms_form .datetime {
  margin: 0;
  padding: 38px 47px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_form .datetime {
    padding: 20px;
  }
}
.page-template-template-bms .entry-content #bms_form #bms_back {
  text-align: right;
}

.page-template-template-bms .entry-content #bms_form #bms_back a {
  color: #0B1D33;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.page-template-template-bms .entry-content #bms_form .select-container {
  position: relative;
}

.page-template-template-bms .entry-content #bms_form .select-container:after {
  content: "";
  position: absolute;
  right: 4%;
  top: 60%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0B1D33;
  border-left: 2px solid #0B1D33;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content #bms_form .select-container:after {
    top: 70%;
  }
}
.page-template-template-bms .entry-content #bms_form .supplement_wrap {
  padding: 38px 47px;
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_form .supplement_wrap {
    padding: 20px;
  }
}
.page-template-template-bms .entry-content #bms_form .supplement_wrap label {
  margin-bottom: 21px;
  font-weight: 700;
  font-size: 17px;
  line-height: 200%;
  letter-spacing: 1px;
  display: block;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_form .supplement_wrap label {
    font-size: 14px;
  }
}
.page-template-template-bms .entry-content #bms_form .supplement_wrap label:last-child {
  margin-bottom: 0;
}

.page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: sub;
  margin-right: 16px;
  margin-top: 0 !important;
}

.page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox]::before, .page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox]::before {
  background: #F7F9FB;
  border: 2px solid #E7EEF4;
  height: 20px;
  width: 20px;
  left: -2px;
}

.page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox]::after {
  background-color: #4065C4;
  opacity: 0;
  height: 16px;
  width: 16px;
  left: 2px;
}

.page-template-template-bms .entry-content #bms_form .supplement_wrap input[type=checkbox]:checked::after {
  opacity: 1;
}

.page-template-template-bms .entry-content #bms_form .form-privacy {
  padding: 38px 47px;
  background: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content #bms_form .form-privacy {
    padding: 20px;
  }
}
.page-template-template-bms .entry-content #bms_form .form-privacy p {
  margin: 0;
}

.page-template-template-bms .entry-content #bms_form .form-privacy p.privacy-text {
  font-size: 13px;
  margin-top: 40px;
}

.page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  vertical-align: sub;
  margin-right: 16px;
  margin-top: 0 !important;
}

.page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox]::before, .page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox]::before {
  background: #F7F9FB;
  border: 2px solid #E7EEF4;
  height: 20px;
  width: 20px;
  left: -2px;
}

.page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox]::after {
  opacity: 0;
  top: 3px;
  left: 1px;
  width: 14px;
  height: 5px;
  border-left: 5px solid #4065C4;
  border-bottom: 5px solid #4065C4;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-template-template-bms .entry-content #bms_form .form-privacy input[type=checkbox]:checked::after {
  opacity: 1;
}

.page-template-template-bms .entry-content #bms_form .submit-wrap {
  text-align: center;
}

.page-template-template-bms .entry-content #bms_form input[type=submit] {
  max-width: 376px;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 36px;
  border: none;
  color: #fff;
  border: 1px solid #4065C4;
  background: #0B1D33;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content #bms_form input[type=submit] {
    padding: 16px 40px;
  }
}
.page-template-template-bms .entry-content #bms_form input[type=submit]::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.page-template-template-bms .entry-content #bms_form input[type=submit]:hover {
  background: #fff;
  color: #0B1D33;
}

.page-template-template-bms .entry-content.thanks {
  background: #F7F9FB;
}

.page-template-template-bms .entry-content.thanks h2 {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 27.6233px;
  line-height: 150%;
  letter-spacing: 1px;
  margin: 60px 0;
  color: #4065C4;
}

.page-template-template-bms .entry-content.thanks p {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content.thanks p {
    font-size: 14px;
  }
}
.page-template-template-bms .entry-content.thanks .bold {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content.thanks .bold {
    font-size: 16px;
  }
}
.page-template-template-bms .entry-content.thanks .confirm-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.page-template-template-bms .entry-content.thanks .confirm-upper {
  margin-bottom: 24px;
}

.page-template-template-bms .entry-content.thanks .confirm-lower {
  margin-bottom: 60px;
}

.page-template-template-bms .entry-content.thanks .confirm-upper,
.page-template-template-bms .entry-content.thanks .confirm-lower {
  background: #fff;
}

.page-template-template-bms .entry-content.thanks .confirm-upper ul,
.page-template-template-bms .entry-content.thanks .confirm-lower ul {
  display: flex;
  text-align: left;
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #F7F9FB;
}

.page-template-template-bms .entry-content.thanks .confirm-upper ul li,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li {
  font-size: 13px;
  padding: 22px 30px;
  width: calc(100% - 100px);
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content.thanks .confirm-upper ul li,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li {
    padding: 10px;
  }
}
.page-template-template-bms .entry-content.thanks .confirm-upper ul li::before,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li::before {
  content: none;
}

.page-template-template-bms .entry-content.thanks .confirm-upper ul li:first-child,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li:first-child {
  width: 150px;
  font-weight: 700;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .page-template-template-bms .entry-content.thanks .confirm-upper ul li:first-child,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li:first-child {
    width: 100px;
  }
}
.page-template-template-bms .entry-content.thanks .confirm-upper ul li.date,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li.date {
  font-weight: 700;
  font-size: 14px;
}

.page-template-template-bms .entry-content.thanks .confirm-upper ul li span,
.page-template-template-bms .entry-content.thanks .confirm-lower ul li span {
  display: block;
}

.page-template-template-bms .entry-content.thanks .user-date {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14.6814px;
  line-height: 150%;
  letter-spacing: 1px;
}

.page-template-template-bms .entry-content.thanks .user-plan,
.page-template-template-bms .entry-content.thanks .user-option {
  position: relative;
  padding-left: 20px;
}

.page-template-template-bms .entry-content.thanks .user-plan::before,
.page-template-template-bms .entry-content.thanks .user-option::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #4065C4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-template-bms .entry-content.thanks .user-plan {
  font-weight: 700;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 1px;
}

.page-template-template-bms .entry-content.thanks .user-option {
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 1px;
}

.page-template-template-bms .entry-content.thanks .tel {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-size: 28px;
  color: #4065C4;
}

.page-template-template-bms .entry-content.thanks .business-hour {
  font-weight: 500;
  font-size: 13px;
}

.page-template-template-bms .entry-content.thanks .back-home {
  max-width: 376px;
  width: 100%;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 36px;
  border: none;
  color: #fff;
  border: 1px solid #4065C4;
  position: relative;
  cursor: pointer;
  background: #0B1D33;
}

@media screen and (max-width: 991px) {
  .page-template-template-bms .entry-content.thanks .back-home {
    padding: 16px 40px;
  }
}
.page-template-template-bms .entry-content.thanks .back-home::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #4065C4 transparent;
  position: absolute;
  right: 4px;
  bottom: 4px;
}

.page-template-template-bms .entry-content.thanks .back-home:hover {
  background: #fff;
  color: #0B1D33;
}

.page-template-template-bms .footer {
  padding-bottom: 40px;
}

.page-template-template-bms .footer-bottom-content {
  float: none;
  text-align: center;
}