@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

html,
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 10px;
  height: 100%;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
}

pre {
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
}

#main {
  display: block;
  padding-top: 60px;
  width: 100%;
}

@media (min-width: 992px) {
  #main {
    padding-top: 100px;
  }
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.link-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 30px;
  width: 100%;
  max-width: 340px;
  height: 50px;
  color: #fff;
  font-size: 1.4rem;
  background-color: #000;
  border-radius: 10px;
}

.link-button__link::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .link-button__link {
    justify-content: flex-start;
    font-size: 1.8rem;
    height: 60px;
  }

  .link-button__link:hover {
    background-color: #f08300;
  }
}

.app-download .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .app-download .icons {
    flex-direction: row;
    margin-top: 25px;
  }
}

.app-download .icons a img {
  width: 280px;
}

@media (min-width: 768px) {
  .app-download .icons a img {
    width: auto;
    height: 120px;
  }
}

@media (min-width: 768px) {
  .app-download .icons a.ios {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.text-center {
  text-align: center;
}

.section__anchor {
  position: relative;
  top: -60px;
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -999;
}

@media (min-width: 1200px) {
  .section__anchor {
    top: -100px;
  }
}

[hidden] {
  display: none;
}

[v-cloak] {
  display: none !important;
}

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: top 0.5s;
}

@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
}

.header-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: #EDDCC6;
  z-index: 1000;
  transition: height 0.5s;
  overflow: hidden;
}

@media (min-width: 992px) {
  .header-top {
    height: 80px;
  }
}

.header-top.hide {
  height: 0;
}

.header-top.hide + header {
  top: 0 !important;
}

.header-top.hide + header.active {
  top: 0 !important;
}

.header-top__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0.25em;
  color: #000;
  width: 100%;
  height: 120px;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .header-top__link {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .header-top__link {
    height: 80px;
  }
}

.header-top__link span {
  color: #f00;
}

.header-top__link small {
  color: #f00;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .header-top__link small {
    font-size: 1.2rem;
  }
}

.header-top__link a {
  color: #000;
  text-decoration: underline;
}

.header-top + header {
  top: 120px;
}

@media (min-width: 992px) {
  .header-top + header {
    top: 80px;
  }
}

.header-top + header.active {
  top: 0 !important;
  z-index: 1001;
}

@media (min-width: 1200px) {
  .header-top + header.active {
    top: 80px !important;
    z-index: 999;
  }
}

.header-top ~ main {
  padding-top: 180px !important;
}

@media (min-width: 992px) {
  .header-top ~ main {
    padding-top: 140px !important;
  }
}

@media (min-width: 1200px) {
  .header-top ~ main {
    padding-top: 180px !important;
  }
}

.header-logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0 2em;
  height: 100%;
}

.header-logo img {
  width: 60px;
}

@media (min-width: 1200px) {
  .header-logo img {
    width: 80px;
  }
}

@media (min-width: 1400px) {
  .header-logo img {
    width: 100px;
  }
}

.header-icons {
  display: flex;
}

@media (min-width: 1200px) {
  .header-icons {
    position: static;
    transform: translateY(15px);
  }
}

.header-facebook {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .header-facebook {
    margin-right: 10px;
  }
}

.header-extra-nav {
  position: absolute;
  z-index: 1;
  display: none;
}

@media (min-width: 768px) {
  .header-extra-nav {
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .header-extra-nav {
    top: 0;
    left: auto;
    right: 320px;
    z-index: 1;
    transform: none;
  }
}

.header-extra-nav__list {
  display: flex;
  align-items: center;
  height: 40px;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-extra-nav__list {
    align-items: flex-end;
  }
}

.header-extra-nav__list-item:not(:last-child) {
  margin-right: 10px;
}

.header-extra-nav__link {
  display: flex;
  align-items: center;
  padding: 0 1em;
  color: #000;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 5px;
}

.header-extra-nav__link:hover {
  background-color: #eee;
}

.header-extra-nav__link img {
  margin-right: 10px;
  height: 20px;
}

.header-nav {
  height: 100%;
}

.header-nav__button {
  cursor: pointer;
  display: block;
  position: relative;
  top: 50%;
  right: 10px;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 1200px) {
  .header-nav__button {
    display: none;
  }
}

.header-nav__button-line {
  position: absolute;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #000;
  border-radius: 999px;
  transform-origin: center;
  transition: all 0.3s ease-out;
}

.header-nav__button-line:nth-child(1) {
  top: 16px;
}

.header-nav__button-line:nth-child(2) {
  top: calc(50% - 1px);
}

.header-nav__button-line:nth-child(3) {
  bottom: 16px;
}

.header-nav__button--active .header-nav__button-line:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.header-nav__button--active .header-nav__button-line:nth-child(2) {
  transform: scale(0.8);
  opacity: 0;
}

.header-nav__button--active .header-nav__button-line:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.header-nav__button--active + .header-nav__list {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow-y: auto;
}

@media (max-width: 767px) {
  .header-nav__button--active + .header-nav__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .header-nav__button--active + .header-nav__list {
    top: 0;
    background: none;
  }
}

.header-nav__list {
  display: none;
  padding: 1.5em 2em;
  width: 100%;
}

@media (min-width: 1200px) {
  .header-nav__list {
    position: relative !important;
    display: flex;
    flex-direction: row !important;
    padding: 0;
    height: 100%;
  }
}

.header-nav__list-item {
  flex: 1 1 auto;
  margin-bottom: 10px;
}

.header-nav__list-item.hasmore {
  position: relative;
}

.header-nav__list-item.hasmore:hover .header-nav__hovermenu {
  height: auto;
  opacity: 1;
}

@media (min-width: 768px) {
  .header-nav__list-item--faq {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-nav__list-item--mypage {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item {
    order: 9;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--cooperation {
    order: 1;
    margin-right: 5px;
    width: 100%;
  }

  .header-nav__list-item--cooperation a {
    font-size: 1.3rem;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--inquiry {
    order: 2;
    margin-right: 5px;
    width: calc(50% - 5px);
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--tel {
    order: 3;
    margin-left: 5px;
    width: calc(50% - 5px);
  }

  .header-nav__list-item--tel a {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav__list-item--mypage {
    order: 4;
    margin-right: 5px;
    width: calc(50% - 5px);
  }

  .header-nav__list-item--mypage.admin {
    margin-left: 5px;
    margin-right: 0;
  }

  .header-nav__list-item--mypage a {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item {
    margin: 0 0.7em;
    padding-top: 40px;
  }

  .header-nav__list-item--cooperation,
  .header-nav__list-item--smile,
  .header-nav__list-item--inquiry,
  .header-nav__list-item--tel,
  .header-nav__list-item--mypage {
    position: relative;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  .header-nav__list-item--cooperation:hover .header-nav__pulldown-list,
  .header-nav__list-item--smile:hover .header-nav__pulldown-list,
  .header-nav__list-item--inquiry:hover .header-nav__pulldown-list,
  .header-nav__list-item--tel:hover .header-nav__pulldown-list,
  .header-nav__list-item--mypage:hover .header-nav__pulldown-list {
    display: block;
  }

  .header-nav__list-item--tel,
  .header-nav__list-item--inquiry {
    border-left: 1px solid #cd7000;
  }

  .header-nav__list-item--mypage {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) and (min-width: 768px) {
  .header-nav__list-item--mypage {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--mypage .header-nav__pulldown-link {
    background-color: #000;
  }

  .header-nav__list-item--mypage .header-nav__pulldown-link:hover {
    opacity: 0.7;
    background-color: #f08300;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--offices:hover .header-nav__pulldown-office,
  .header-nav__list-item--facilities:hover .header-nav__pulldown-office {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-nav__list-item--facilities .header-nav__pulldown-office {
    left: 230px;
    padding: 20px 10px;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-group {
    font-size: 1.4rem;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-pref-list-item {
    width: 120px !important;
  }

  .header-nav__list-item--facilities .header-nav__pulldown-office-pref-list-item:hover > div {
    left: 120px !important;
  }
}

.header-nav__link {
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #000;
}

@media (min-width: 1200px) {
  .header-nav__link {
    width: 100%;
    height: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid transparent;
  }

  .header-nav__link:hover {
    border-color: #f08300;
  }
}

.header-nav__link.hasmore:hover {
  border-color: transparent;
}

.header-nav__link--reserve,
.header-nav__link--smile,
.header-nav__link--inquiry,
.header-nav__link--tel {
  align-items: center;
  padding: 1em 1em;
  width: 100%;
  font-size: 1.6rem;
  border-radius: 5px;
  position: relative;
}

.header-nav__link--reserve::after,
.header-nav__link--smile::after,
.header-nav__link--inquiry::after,
.header-nav__link--tel::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .header-nav__link--reserve::after,
  .header-nav__link--smile::after,
  .header-nav__link--inquiry::after,
  .header-nav__link--tel::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--reserve,
  .header-nav__link--smile,
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    border: none;
    width: 100px;
    font-size: 1rem;
    border-radius: 0;
    border-bottom: 0;
  }

  .header-nav__link--reserve:hover,
  .header-nav__link--smile:hover,
  .header-nav__link--inquiry:hover,
  .header-nav__link--tel:hover {
    opacity: 0.7;
  }
}

.header-nav__link--inquiry,
.header-nav__link--tel {
  border: 1px solid #f08300;
}

@media (max-width: 767px) {
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    padding: 0.5em 1em;
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 1.5;
  }

  .header-nav__link--inquiry::after,
  .header-nav__link--tel::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--inquiry,
  .header-nav__link--tel {
    border: none;
    background-color: #fff;
  }
}

.header-nav__link--reserve {
  background-color: #d32d26;
}

.header-nav__link--reserve::after {
  display: none;
  border-color: #fff;
}

@media (min-width: 768px) {
  .header-nav__link--reserve::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--reserve::after {
    display: none;
  }
}

.header-nav__link--smile > img {
  width: 100px;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img {
    width: 60px;
  }
}

.header-nav__link--smile > img:nth-child(1) {
  display: none;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img:nth-child(1) {
    display: block;
  }
}

.header-nav__link--smile > img:nth-child(2) {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link--smile > img:nth-child(2) {
    display: none;
  }
}

.header-nav__link--mypage {
  align-items: center;
  padding: 1em 1em;
  width: 100%;
  font-size: 1.6rem;
  background-color: #000;
  border-radius: 5px;
}

.header-nav__link--mypage::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .header-nav__link--mypage::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-nav__link--mypage {
    width: 100px;
    font-size: 1rem;
    border-radius: 0;
    border-bottom: 0;
  }

  .header-nav__link--mypage:hover {
    opacity: 0.7;
    background-color: #f08300;
  }
}

@media (max-width: 767px) {
  .header-nav__link--mypage {
    padding: 0.5em 1em;
    font-size: 1.2rem;
    white-space: nowrap;
    line-height: 1.5;
  }

  .header-nav__link--mypage::after {
    display: none;
  }
}

.header-nav__link-icon {
  margin-right: 1em;
  width: 1.75em;
}

@media (min-width: 1200px) {
  .header-nav__link-icon {
    margin-right: 0;
    margin-bottom: 10px;
    width: 30px;
  }
}

.header-nav__link-icon.icon--reserve {
  width: 1.5em;
  margin-right: 0.5em;
}

@media (min-width: 1200px) {
  .header-nav__link-icon.icon--reserve {
    margin-right: 0;
    width: 30px;
  }
}

.header-nav__link-text--en {
  margin-right: 0.5em;
  font-size: 2.12rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-nav__link-text--en {
    margin-right: 0;
    font-size: 1.3rem;
  }
}

.header-nav__link-text--ja {
  color: #919191;
  font-size: 1.2rem;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .header-nav__link-text--ja {
    margin-right: 0;
    font-size: 0.6rem;
  }
}

@media (min-width: 1400px) {
  .header-nav__link-text--ja {
    font-size: 1rem;
  }
}

.header-nav__link-text--reserve,
.header-nav__link-text--inquiry,
.header-nav__link-text--tel {
  color: #f08300;
}

.header-nav__link-text--reserve span,
.header-nav__link-text--inquiry span,
.header-nav__link-text--tel span {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link-text--reserve,
  .header-nav__link-text--inquiry,
  .header-nav__link-text--tel {
    text-align: center;
  }
}

.header-nav__link-text--reserve {
  color: #fff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .header-nav__link-text--reserve {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .header-nav__link-text--reserve {
    font-size: 13px;
  }
}

.header-nav__link-text--mypage {
  color: #fff;
}

.header-nav__link-text--mypage span {
  display: block;
}

@media (min-width: 1200px) {
  .header-nav__link-text--mypage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3em;
    text-align: center;
  }
}

.header-nav__pulldown-list {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
}

.header-nav__pulldown-list-item {
  border-top: 1px solid #fff;
}

.header-nav__pulldown-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
  font-size: 1rem;
  background-color: #f08300;
}

.header-nav__pulldown-link:hover {
  opacity: 0.7;
}

.header-nav__pulldown-image {
  flex: 0 0 auto;
  margin-bottom: 5px;
}

.header-nav__pulldown-image-img {
  width: 22px;
}

.header-nav__pulldown-text {
  text-align: center;
}

.header-nav__pulldown-office {
  position: absolute;
  display: none;
  padding: 20px;
  left: 0;
  right: 100px;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: auto;
}

.header-nav__pulldown-office-wrapper {
  width: 100%;
}

.header-nav__pulldown-office-group {
  padding: 0.4em 0.5em;
  color: #fff;
  font-size: 1.35rem;
  cursor: pointer;
}

.header-nav__pulldown-office-link {
  color: #fff;
  text-decoration: none;
}

.header-nav__pulldown-office-link:hover {
  text-decoration: underline;
}

.header-nav__pulldown-office-link .comment {
  display: inline-block;
  color: #ff8080;
}

.header-nav__pulldown-office-pref-list {
  position: relative;
  width: 100%;
  height: 440px;
}

.header-nav__pulldown-office-pref-list-item {
  width: 100px;
}

.header-nav__pulldown-office-pref-list-item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.header-nav__pulldown-office-pref-list-item > div {
  display: none;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-nav__pulldown-office-pref-list-item:hover > div {
  display: block !important;
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
}

.header-nav__pulldown-office-pref-list-item h4 {
  padding: 0.5em 10px;
  color: #fff;
  font-size: 1.4rem;
}

.header-nav__pulldown-office-pref-list-item ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.header-nav__pulldown-office-pref-list-item ul li {
  padding: 0.2em 10px;
  font-size: 1.2rem;
  width: 33%;
}

.header-nav__hovermenu li {
  padding-top: 5px;
}

.header-nav__hovermenu a {
  color: #f08300;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .header-nav__hovermenu {
    opacity: 0;
    height: 0;
    transition: all 0.3s;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 240px;
    padding: 15px;
  }

  .header-nav__hovermenu li:first-child {
    padding-bottom: 10px;
  }

  .header-nav__hovermenu a {
    color: #fff;
    font-size: 13px;
    border-bottom: 2px solid transparent;
  }

  .header-nav__hovermenu a:hover {
    border-color: #f08300;
  }
}

.header-contact-popup {
  display: none;
}

.header-contact-popup .footer-contact__list-item:nth-child(1) {
  border-top: none;
}

.header-contact-popup.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.header-contact-popup__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
}

.header-contact-popup__close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
}

.footer {
  padding-bottom: 70px;
  color: #fff;
  width: 100%;
  background-color: #000;
}

@media (min-width: 768px) {
  .footer {
    padding-bottom: 0;
  }
}

.footer.has-banner {
  padding-bottom: calc(60px + 20vw);
}

@media (min-width: 768px) {
  .footer.has-banner {
    padding-bottom: 80px;
  }
}

.footer-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  transition: transform 0.3s ease-out;
}

.footer-banner.hide {
  transform: translateY(calc(100% + 40px));
}

.footer-banner__container {
  position: relative;
  display: block;
}

@media (min-width: 768px) {
  .footer-banner__container {
    display: inline-block;
  }
}

.footer-banner__link {
  display: block;
}

@media (min-width: 768px) {
  .footer-banner__link {
    display: inline-block;
  }
}

.footer-banner__image {
  width: 100%;
}

.footer-banner__image-img {
  width: 100%;
}

@media (min-width: 768px) {
  .footer-banner__image-img {
    width: auto;
    max-width: 100%;
  }
}

.footer-banner__close {
  position: absolute;
  top: -2px;
  right: 2px;
  transform: translateY(-100%);
  cursor: pointer;
}

.footer-banner__close-img {
  width: 30px;
}

.footer-banner__button-list {
  display: flex;
  width: 100%;
}

.footer-banner__button-list-item {
  flex: 0 0 auto;
  width: 50%;
  background-color: #000;
}

.footer-banner__button-list-item:first-child {
  border-right: 1px solid #fff;
}

.footer-banner__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  -moz-column-gap: 12px;
       column-gap: 12px;
  text-align: left;
  font-weight: bold;
  height: 70px;
  font-size: 12px;
}

.footer-banner__button-link.contact_dl {
  background-color: #F08300;
}

.footer-banner__button-image {
  width: 26px;
  height: 26px;
}

.footer-banner__button-image.contact_dl {
  width: 30px;
  height: 26px;
}

.footer-banner__button-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.footer-contact {
  color: #fff;
  background-color: #919191;
}

.footer-contact__list {
  margin: auto;
  max-width: 1280px;
}

@media (min-width: 768px) {
  .footer-contact__list {
    display: flex;
  }
}

.footer-contact__list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  .footer-contact__list-item {
    flex: 0 0 auto;
    width: 50%;
    height: 300px;
    border: none;
  }

  .footer-contact__list-item:first-child {
    border-right: 1px solid #fff;
  }
}

.footer-contact__number {
  color: #fff !important;
}

.footer-contact__text--1 {
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .footer-contact__text--1 {
    font-size: 1.8rem;
  }
}

.footer-contact__text--2 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .footer-contact__text--2 {
    font-size: 1.4rem;
  }
}

.footer-contact__text--2.small {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .footer-contact__text--2.small {
    font-size: 1.2rem;
  }
}

.footer-contact__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 6px 0 10px 0;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .footer-contact__phone {
    margin: 34px 0 38px 0;
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .footer-contact__phone.kaiinn {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .footer-contact__phone.kaiinn {
    margin: 20px 0;
  }
}

.footer-contact__phone.kaiinn a {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  color: #f08300;
  font-weight: bold;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.2s opacity;
  width: 100%;
  height: 60px;
}

@media (max-width: 767px) {
  .footer-contact__phone.kaiinn a {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .footer-contact__phone.kaiinn a {
    width: 380px;
    height: 80px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 2.6rem;
    border-radius: 10px;
  }
}

.footer-contact__phone.kaiinn a span {
  display: block;
  width: 30px;
}

@media (min-width: 768px) {
  .footer-contact__phone.kaiinn a span {
    width: 40px;
  }
}

.footer-contact__phone.kaiinn a span img {
  width: 100%;
  height: auto;
}

.footer-contact__phone.kaiinn a:hover {
  opacity: 0.8;
}

.footer-contact__phone.small {
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .footer-contact__phone.small {
    margin-top: 0;
    font-size: 2rem;
  }
}

.footer-contact__phone.small .kinkyu {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF   Medium", "Yu Gothic Medium", "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", sans-serif;
}

@media (min-width: 768px) {
  .footer-contact__phone.small .kinkyu {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.footer-contact__phone.small span {
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer-contact__phone.small span {
    font-size: 13px;
  }
}

.footer-contact__phone.small .footer-contact__image-img {
  height: 15px;
}

@media (min-width: 768px) {
  .footer-contact__phone.small .footer-contact__image-img {
    height: 20px;
  }
}

.footer-contact__image {
  margin-right: 10px;
}

.footer-contact__image-img {
  display: block;
  height: 20px;
}

@media (min-width: 768px) {
  .footer-contact__image-img {
    height: 30px;
  }
}

.footer-container {
  margin: auto;
  margin-top: 3em;
  padding: 1em 2em;
  width: 100%;
  max-width: 1280px;
}

@media (min-width: 1200px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
  }
}

.footer-nomura {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .footer-nomura {
    flex: 0 0 auto;
    display: block;
    margin-left: 0;
  }
}

.footer-nomura__logo-img {
  width: 200px;
}

@media (min-width: 1200px) {
  .footer-nomura__logo-img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer-nomura__facebook {
    padding-top: 4em;
    padding-left: 7em;
  }
}

.footer-nomura__facebook-link {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}

.footer-nomura__facebook-text {
  margin-right: 0.5em;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .footer-nomura__facebook-text {
    margin-right: 1em;
  }
}

.footer-nomura__facebook-inner {
  margin-top: 15px;
  display: flex;
}

.footer-nomura__facebook-inner > a {
  margin-right: 8px;
}

.footer-nav {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .footer-nav {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
    width: 50%;
  }
}

.footer-nav__list {
  flex: 1 1 auto;
  margin: 2em 0;
  display: none;
}

@media (min-width: 1200px) {
  .footer-nav__list {
    display: block;
    margin: 0 !important;
  }
}

.footer-nav__list-item {
  margin-bottom: 1em;
}

@media (min-width: 1200px) {
  .footer-nav__list-item {
    display: block;
  }
}

.footer-nav__link {
  color: #fff;
  font-size: 1.4rem;
}

.footer-links {
  margin: auto;
  padding: 1em 0;
  width: 100%;
  max-width: 1280px;
}

.footer-links__list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 920px;
}

@media (max-width: 767px) {
  .footer-links__list {
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer-links__list {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .footer-links__list {
    padding: 0 40px;
  }
}

.footer-links__list-item {
  padding: 5px;
  width: 50%;
}

@media (min-width: 768px) {
  .footer-links__list-item {
    padding: 10px;
    width: 25%;
  }
}

.footer-links__list-item a {
  display: block;
}

.footer-links__img {
  width: 100%;
}

.footer-copyright {
  padding: 2em;
  text-align: center;
}

.footer-copyright__text {
  font-size: 1.2rem;
}

.modal-view {
  display: none;
}

.modal-view.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-view__container {
  position: relative;
  padding: 40px 20px;
  width: calc(100% - 20px);
  max-width: 800px;
  height: calc(100% - 80px);
  max-height: 600px;
  background-color: #fff;
}

.modal-view__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal-view__close-img {
  width: 100%;
  height: 100%;
}

.modal-view__content {
  height: 100%;
  overflow-y: auto;
}

.modal-view__content h2 {
  margin-bottom: 1em;
  padding: 0.25em 0;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 768px) {
  .modal-view__content h2 {
    font-size: 2rem;
  }
}

.modal-view__content pre {
  font-size: 1.2rem;
  line-height: 2;
  white-space: pre-wrap;
}

@media (min-width: 768px) {
  .modal-view__content pre {
    font-size: 1.4rem;
  }
}

.modal-view__content pre:not(:last-of-type) {
  margin-bottom: 2em;
}

.modal-view__content pre a {
  color: #000;
  text-decoration: underline;
}

.modal-view__button {
  margin-top: 20px;
  padding: 30px;
}

.modal-view__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 90%;
  max-width: 260px;
  height: 40px;
  font-size: 1.2rem;
  background-color: #000;
}

@media (min-width: 768px) {
  .modal-view__button-link {
    font-size: 1.4rem;
  }
}

.modal-view--tel .tel {
  display: flex;
  align-items: center;
}

.modal-view--tel .tel img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.modal-view--tel .tel span {
  margin-left: 0.5em;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .modal-view--tel .tel span {
    font-size: 3rem;
  }
}

.modal-view--tel .text {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .modal-view--tel .text {
    font-size: 1.4rem;
  }
}

.modal-view--tel .text:not(:last-of-type) {
  margin-bottom: 2em;
}

.breadcrumb {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none !important;
  }
}

.breadcrumb__list {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
  white-space: nowrap;
  overflow: auto;
}

.breadcrumb__list-item {
  position: relative;
  margin-right: 0.5em;
  padding-right: 1.75em;
  color: #fff;
  font-size: 1.2rem;
}

.breadcrumb__list-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0.75em;
  top: 50%;
  content: "";
  border-right: 1px solid #919191;
  border-bottom: 1px solid #919191;
  width: 0.3em;
  height: 0.3em;
  transform: translateY(-50%) rotate(-45deg);
}

.breadcrumb__link {
  color: #919191;
}

.breadcrumb__text {
  color: #000;
}

.home-section:nth-child(odd) {
  background-color: #f4f4f4;
}

.home-section__header {
  display: flex;
  justify-content: space-between;
}

.home-section__container {
  margin: auto;
  width: 100%;
  padding: 50px 10px;
  max-width: 1100px;
}

@media (min-width: 1200px) {
  .home-section__container {
    padding: 100px 10px;
  }
}

.home-section__title--ja {
  font-size: 2.2rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .home-section__title--ja {
    font-size: 3.2rem;
  }
}

.home-section__title--separator {
  color: #d7d7d7;
  font-size: 1.4rem;
}

.home-section__title--en {
  font-size: 1rem;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .home-section__title--en {
    font-size: 1.4rem;
  }
}

.home-section .link-button {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .home-section .link-button {
    margin-top: 60px;
  }
}

body.home #main {
  padding-top: 0 !important;
}

.home-main-visual {
  position: relative;
  transition: opacity 0.3s;
}

.home-main-visual.loading {
  opacity: 0;
}

.home-main-visual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-main-visual__image-item {
  width: 100%;
  height: 100%;
}

.home-main-visual__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.home-main-visual__image .swiper-container {
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-main-visual__image .swiper-slide:not([data-swiper-slide-index="0"]) {
    display: none;
  }
}

.home-main-visual__content {
  margin: auto;
  width: 100%;
  max-width: 1280px;
  position: relative;
  height: 50vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
}

@media (min-width: 992px) {
  .home-main-visual__content {
    height: 800px;
    min-height: auto;
    max-height: 100vh;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__content {
    max-height: 100vh;
  }
}

.home-main-visual__copy {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

@media (min-width: 992px) {
  .home-main-visual__copy {
    bottom: 40px;
    left: 40px;
  }
}

.home-main-visual__copy-text {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.home-main-visual__copy-text--h1t {
  margin-bottom: 0.75em;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .home-main-visual__copy-text--h1t {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__copy-text--h1t {
    font-size: 3rem;
  }
}

.home-main-visual__copy-text--1 {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .home-main-visual__copy-text--1 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__copy-text--1 {
    font-size: 3rem;
  }
}

.home-main-visual__copy-text--2 {
  font-size: 2.2rem;
  font-weight: 700;
}

@media (min-width: 992px) {
  .home-main-visual__copy-text--2 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__copy-text--2 {
    font-size: 4.44rem;
  }
}

.home-main-visual__copy-text--small {
  font-size: 1.4rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .home-main-visual__copy-text--small {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__copy-text--small {
    font-size: 2.2rem;
  }
}

.home-main-visual__slider {
  position: absolute;
  display: none;
  transform: translateY(20px);
}

@media (min-width: 768px) {
  .home-main-visual__slider {
    display: flex;
    align-items: flex-end;
    width: 340px;
    bottom: 40px;
    left: initial;
    right: 30px;
    height: clamp(150px, 29vh, 300px) !important;
  }
}

@media (max-height: 800px) and (min-width: 768px) {
  .home-main-visual__slider {
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  .home-main-visual__slider {
    height: clamp(200px, 55vh, 425px) !important;
    right: 30px;
  }
}

@media (min-width: 1400px) {
  .home-main-visual__slider {
    right: 0;
  }
}

@media (max-height: 700px) and (min-width: 992px) {
  .home-main-visual__slider {
    height: clamp(200px, 47.5vh, 425px) !important;
  }
}

.home-main-visual__slider img {
  max-width: 100%;
}

.home-main-visual__slider-item {
  width: 50%;
  height: calc((100vh - 75px) / 2);
}

@media (min-width: 768px) {
  .home-main-visual__slider-item {
    width: 400px;
    height: 200px;
  }
}

.home-main-visual__slider-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #f08300;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link {
    flex-direction: row;
  }
}

.home-main-visual__slider-link > div:nth-child(1) {
  position: relative;
  width: 100%;
  background-color: #f08300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 8px;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(1) {
    width: 30%;
  }
}

.home-main-visual__slider-link > div:nth-child(1).box {
  width: 100%;
  padding-left: 0;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(1).box {
    width: 70%;
  }
}

.home-main-visual__slider-link > div:nth-child(1).box img {
  height: calc((100vh - 75px) / 4);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(1).box img {
    height: 196px;
  }
}

.home-main-visual__slider-link > div:nth-child(1).box::after {
  display: none;
}

.home-main-visual__slider-link > div:nth-child(1) p {
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.home-main-visual__slider-link > div:nth-child(1) p.new {
  font-size: 15px;
}

.home-main-visual__slider-link > div:nth-child(1) p.date {
  font-size: 12px;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(1) p.date {
    font-size: 13px;
  }
}

.home-main-visual__slider-link > div:nth-child(1)::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -20px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #f08300;
}

.home-main-visual__slider-link > div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(2) {
    width: 70%;
  }
}

.home-main-visual__slider-link > div:nth-child(2) > p.officename {
  font-size: 22px;
  font-weight: bold;
}

.home-main-visual__slider-link > div:nth-child(2) > a.text {
  cursor: pointer;
  color: #f08300;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  width: 100%;
}

.home-main-visual__slider-link > div:nth-child(2) > a.text:first-child {
  border-bottom: 2px solid #f08300;
}

.home-main-visual__slider-link > div:nth-child(2) > a.text p {
  text-align: center;
  font-size: 16px !important;
  line-height: 1.7;
  font-weight: bold;
}

@media (min-width: 768px) {
  .home-main-visual__slider-link > div:nth-child(2) > a.text p {
    font-size: 16px !important;
  }
}

.home-main-visual__slider .swiper-button-prev {
  left: -25px;
  outline: none;
}

.home-main-visual__slider .swiper-button-next {
  right: -25px;
  outline: none;
}

.home-main-visual__slider-wrap {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-main-visual__news {
  width: 100%;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 3;
}

@media (min-width: 1200px) {
  .home-main-visual__news {
    top: 120px;
  }
}

.home-main-visual__news-outer {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .home-main-visual__news-outer {
    width: 100%;
    max-width: 1180px;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1400px) {
  .home-main-visual__news-outer {
    max-width: 1280px;
  }
}

.home-main-visual__news-inner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px 0 10px 50px;
}

@media (min-width: 1200px) {
  .home-main-visual__news-inner {
    width: 70%;
    padding: 15px 15px 15px 50px;
  }
}

.home-main-visual__news-inner a {
  color: #fff;
}

.home-main-visual__news-item {
  display: flex;
  padding-bottom: 10px;
  position: relative;
}

.home-main-visual__news-item::after {
  position: absolute;
  top: 25%;
  right: 10px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.home-main-visual__news-item.caution::before {
  position: absolute;
  top: 0;
  left: -35px;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/img/icon/caution.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: blinking 2s infinite;
}

.home-main-visual__news-date {
  width: 100px;
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .home-main-visual__news-date {
    font-size: 1.6rem;
  }
}

.home-main-visual__news-title {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 576px) {
  .home-main-visual__news-title {
    width: 300px;
  }
}

@media (min-width: 768px) {
  .home-main-visual__news-title {
    width: 580px;
  }
}

@media (min-width: 1200px) {
  .home-main-visual__news-title {
    width: 700px;
  }
}

.home-main-visual__news-title a {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .home-main-visual__news-title a {
    font-size: 1.6rem;
  }
}

.home-main-visual__news-golist {
  text-align: right;
  position: relative;
  padding-right: 30px;
}

.home-main-visual__news-golist a {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .home-main-visual__news-golist a {
    font-size: 1.6rem;
  }
}

.home-main-visual__news-golist::after {
  position: absolute;
  top: 35%;
  right: 10px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@keyframes blinking {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.home-office-business-hour {
  margin-top: 20px;
}

.home-office-business-hour__link {
  position: relative;
  padding-right: 1em;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

.home-office-business-hour__link:hover {
  text-decoration: none;
}

.home-office-business-hour__link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-office-business-hour__text {
  margin-top: 0.5em;
  color: #f00;
  font-size: 1.2rem;
}

.home-office-list__header {
  margin-top: 20px;
}

.home-office-list__subtitle {
  color: #f08300;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .home-office-list__subtitle {
    font-size: 2.4rem;
  }
}

.home-office-list__subtitle br {
  display: block;
}

@media (min-width: 1200px) {
  .home-office-list__subtitle br {
    display: none;
  }
}

.home-office-list__subtitle span {
  color: #919191;
}

.home-office-list__subtitle-notice {
  margin-top: 20px;
  color: #919191;
}

@media (min-width: 1200px) {
  .home-office-list__subtitle-notice {
    font-size: 1.2rem;
  }
}

.home-office-list__tab {
  margin-top: 30px;
}

.home-office-list__tab-list {
  display: flex;
}

.home-office-list__tab-list-item {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .home-office-list__tab-list-item {
    height: 60px;
  }
}

.home-office-list__tab-list-item:first-child {
  border-top-left-radius: 10px;
}

.home-office-list__tab-list-item:last-child {
  border-top-right-radius: 10px;
}

.home-office-list__tab-list-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.home-office-list__tab-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #919191;
  position: relative;
}

@media (min-width: 768px) {
  .home-office-list__tab-link {
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .home-office-list__tab-link {
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}

.home-office-list__tab-link.active {
  background-color: #000;
}

.home-office-list__tab-link.active::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.home-office-list__tab-link::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 1200px) {
  .home-office-list__tab-link::after {
    bottom: initial;
    left: initial;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 1200px) {
  .home-office-list__tab-link br {
    display: none;
  }
}

.home-office-list__map {
  display: none;
  width: 100%;
}

.home-office-list__map--google {
  height: 100%;
}

.home-office-list__map--svg {
  padding: 20px;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-office-list__map--svg {
    position: relative;
  }

  .home-office-list__map--svg::after {
    content: "";
    display: block;
    padding-top: calc(74.8076923077% + 40px);
    width: 100%;
  }

  .home-office-list__map--svg svg {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.home-office-list__map.show {
  display: block;
}

.home-office-list__map-text {
  padding-top: 0.5em;
  text-align: right;
  background-color: #fff;
}

.home-office-list__map_all {
  display: none;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .home-office-list__map_all {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .home-office-list__map_all {
    padding: 50px;
  }
}

.home-office-list__map_all.show {
  display: block;
}

.home-office-list__map_all-group {
  padding: 10px;
}

@media (min-width: 768px) {
  .home-office-list__map_all-group {
    padding: 10px 0 0 0;
  }
}

.home-office-list__map_all-group small {
  font-size: 1.2rem;
}

.home-office-list__map_all-map {
  margin-bottom: 0.75em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .home-office-list__map_all-map {
    padding-left: 0;
  }
}

.home-office-list__map_all-list-item {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.home-office-list__map_all-list-item::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  .home-office-list__map_all-list-item {
    margin-bottom: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
  }

  .home-office-list__map_all-list-item::after {
    display: none;
  }
}

.home-office-list__map_all-list-item--active .home-office-list__map_all-sublist {
  display: flex;
}

.home-office-list__map_all-list-item--active::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.home-office-list__map_all-name {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.home-office-list__map_all-sublist {
  flex-wrap: wrap;
  display: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .home-office-list__map_all-sublist {
    display: flex;
    margin-bottom: 30px;
  }
}

.home-office-list__map_all-sublist-item {
  margin: 10px 10px;
  font-size: 1.4rem;
  min-width: 6em;
}

@media (min-width: 768px) {
  .home-office-list__map_all-sublist-item {
    margin: 5px 0;
    padding: 0 20px 0 0;
    width: calc(25% - 10px);
  }
}

.home-office-list__map_all-link {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .home-office-list__map_all-link {
    text-decoration: none;
  }

  .home-office-list__map_all-link:hover {
    text-decoration: underline;
  }
}

.home-office-list__syllabary {
  display: none;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .home-office-list__syllabary {
    padding: 0 25px 25px 25px;
  }
}

@media (min-width: 1200px) {
  .home-office-list__syllabary {
    padding: 0 50px 50px 50px;
  }
}

.home-office-list__syllabary.show {
  display: block;
}

.home-office-list__syllabary-group {
  position: relative;
  border: 1px solid #919191;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-group {
    border: none;
  }
}

.home-office-list__syllabary-group::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  .home-office-list__syllabary-group::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .home-office-list__syllabary-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.home-office-list__syllabary-list-item {
  padding: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-list-item {
    padding: 50px 10px 0 10px;
    width: 25%;
  }
}

.home-office-list__syllabary-list-item--active .home-office-list__syllabary-sublist {
  display: block;
}

.home-office-list__syllabary-list-item--active .home-office-list__syllabary-group::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.home-office-list__syllabary-syllabary {
  padding-top: 0.75em;
  padding-left: 0.75em;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-syllabary {
    margin-bottom: 0.75em;
    padding-top: 0;
    padding-left: 0;
    border-bottom: 1px solid #cdcdcd;
  }
}

.home-office-list__syllabary-sublist {
  display: none;
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-sublist {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: none;
  }
}

.home-office-list__syllabary-sublist-item {
  margin: 0 10px;
  font-size: 1.4rem;
  min-width: 6em;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-sublist-item {
    margin: 5px 0;
  }
}

.home-office-list__syllabary-link {
  display: block;
  width: 100%;
  padding: 0.5em 0;
  color: #000;
  border-bottom: 1px dotted #cdcdcd;
}

@media (min-width: 768px) {
  .home-office-list__syllabary-link {
    display: inline;
    padding: 0;
    padding-bottom: 0.5em;
    border-bottom: 0;
  }

  .home-office-list__syllabary-link:hover {
    text-decoration: underline;
  }
}

.home-office-list__train {
  display: none;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 768px) {
  .home-office-list__train {
    padding: 25px;
  }
}

@media (min-width: 1200px) {
  .home-office-list__train {
    padding: 50px;
  }
}

.home-office-list__train.show {
  display: block;
}

.home-office-list__train-group {
  padding: 10px;
}

@media (min-width: 768px) {
  .home-office-list__train-group {
    padding: 10px 0 0 0;
  }
}

.home-office-list__train-group small {
  font-size: 1.2rem;
}

.home-office-list__train-company {
  margin-bottom: 0.75em;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.4rem;
  border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .home-office-list__train-company {
    padding-left: 0;
  }
}

.home-office-list__train-list-item {
  position: relative;
  margin-bottom: 15px;
  padding: 10px 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.home-office-list__train-list-item::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 15px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 768px) {
  .home-office-list__train-list-item {
    margin-bottom: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
  }

  .home-office-list__train-list-item::after {
    display: none;
  }
}

.home-office-list__train-list-item--active .home-office-list__train-sublist {
  display: flex;
}

.home-office-list__train-list-item--active::after {
  transform: translate(0, -50%) rotate(-135deg);
}

.home-office-list__train-name {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.home-office-list__train-line {
  display: none;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 999px;
}

.home-office-list__train-line--yamanote-line {
  display: block;
  background: #b1cb39;
}

.home-office-list__train-line--keihin-tohoku-line {
  display: block;
  background: #1daed1;
}

.home-office-list__train-line--tokaido-line {
  display: block;
  background: #f0862b;
}

.home-office-list__train-line--chuo-line {
  display: block;
  background: #dd6935;
}

.home-office-list__train-line--sobu-line {
  display: block;
  background: #f2d01f;
}

.home-office-list__train-line--saikyo-line {
  display: block;
  background: #14a676;
}

.home-office-list__train-line--shonan-line {
  display: block;
  background: #db2027;
}

.home-office-list__train-line--joban-line {
  display: block;
  background: #1daf7e;
}

.home-office-list__train-line--keiyo-line {
  display: block;
  background: #d01827;
}

.home-office-list__train-line--nambu-line {
  display: block;
  background: #f2d01f;
}

.home-office-list__train-line--yokohama-line {
  display: block;
  background: #b1cb39;
}

.home-office-list__train-line--tokaido-main-line {
  display: block;
  background: #f0862b;
}

.home-office-list__train-line--ginza-line {
  display: block;
  background: url(/img/icon/train_ginza-line.png);
}

.home-office-list__train-line--marunouchi-line {
  display: block;
  background: url(/img/icon/train_marunouchi-line.png);
}

.home-office-list__train-line--hibiya-line {
  display: block;
  background: url(/img/icon/train_hibiya-line.png);
}

.home-office-list__train-line--tozai-line {
  display: block;
  background: url(/img/icon/train_tozai-line.png);
}

.home-office-list__train-line--chiyoda-line {
  display: block;
  background: url(/img/icon/train_chiyoda-line.png);
}

.home-office-list__train-line--yurakucho-line {
  display: block;
  background: url(/img/icon/train_yurakucho-line.png);
}

.home-office-list__train-line--hanzomon-line {
  display: block;
  background: url(/img/icon/train_hanzomon-line.png);
}

.home-office-list__train-line--namboku-line {
  display: block;
  background: url(/img/icon/train_namboku-line.png);
}

.home-office-list__train-line--fukutoshin-line {
  display: block;
  background: url(/img/icon/train_fukutoshin-line.png);
}

.home-office-list__train-line--toei-shinjuku-line {
  display: block;
  background: url(/img/icon/train_toei-shinjuku-line.png);
}

.home-office-list__train-line--toei-oedo-line {
  display: block;
  background: url(/img/icon/train_toei-oedo-line.png);
}

.home-office-list__train-line--toei-mita-line {
  display: block;
  background: url(/img/icon/train_toei-mita-line.png);
}

.home-office-list__train-line--toei-asakusa-line {
  display: block;
  background: url(/img/icon/train_toei-asakusa-line.png);
}

.home-office-list__train-sublist {
  flex-wrap: wrap;
  display: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .home-office-list__train-sublist {
    display: flex;
    margin-bottom: 30px;
  }
}

.home-office-list__train-sublist-item {
  margin: 10px 10px;
  font-size: 1.4rem;
  min-width: 6em;
}

@media (min-width: 768px) {
  .home-office-list__train-sublist-item {
    margin: 5px 0;
    width: calc(25% - 10px);
  }
}

.home-office-list__train-link {
  color: #000;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .home-office-list__train-link {
    text-decoration: none;
  }

  .home-office-list__train-link:hover {
    text-decoration: underline;
  }
}

.home-office-list__banner {
  margin-top: 40px;
}

.home-office-list__banner-title {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .home-office-list__banner-title {
    font-size: 1.8rem;
  }
}

.home-office-list__banner-text {
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .home-office-list__banner-text {
    font-size: 1.4rem;
  }
}

.home-office-list__banner-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.home-office-list__banner-links.show .home-office-list__banner-link {
  display: flex !important;
}

@media (min-width: 768px) {
  .home-office-list__banner-links {
    margin: 20px auto 0;
    max-width: 1000px;
  }
}

.home-office-list__banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 10px;
  padding: 0;
  width: calc(50% - 5px);
  height: 60px;
  background-color: #fff;
}

.home-office-list__banner-link:nth-child(odd) {
  margin-right: 10px;
}

.home-office-list__banner-link:nth-child(n+7) {
  display: none;
}

@media (min-width: 768px) {
  .home-office-list__banner-link {
    margin-right: 0 !important;
    margin-bottom: 18px;
    max-width: 320px;
    width: calc(33% - 12px);
    height: 80px;
  }

  .home-office-list__banner-link:not(:nth-child(3n)) {
    margin-right: 18px !important;
  }
}

.home-office-list__banner-link-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.home-office-list__banner-more {
  margin-top: 10px;
  text-align: center;
}

.home-office-list__banner-more a {
  color: #000;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .home-office-list__banner-more a {
    font-size: 1.7rem;
  }
}

/* google map 吹き出し*/

.gm-style-iw,
.gm-style-iw-c {
  padding-right: 10px !important;
  padding-bottom: 10px !important;
}

.gm-style-iw button img {
  filter: invert(1);
}

.gm-style .gm-style-iw-c {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.2rem;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-d a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.gm-style-iw-d > div {
  padding: 0 30px;
}

.poi-info-window div,
.poi-info-window a {
  background: none;
  color: #fff;
}

/*日本地図*/

.home-office-list__map_all-wrap {
  padding: 0 0 50px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .home-office-list__map_all-wrap {
    padding: 0 0 100px;
  }
}

.home-office-list__map_all .map_all__links {
  width: 100%;
  position: relative;
}

.home-office-list__map_all .map_all__links-icon {
  position: absolute;
  width: 5.3811659193%;
}

@media (min-width: 768px) {
  .home-office-list__map_all .map_all__links-icon {
    transition: 0.3s;
  }
}

@media (min-width: 768px) {
  .home-office-list__map_all .map_all__links-icon:hover {
    transform: translateY(-20px);
  }
}

.home-office-list__map_all .map_all__links-icon.hokakido {
  top: 5.6497175141%;
  left: 81.1659192825%;
}

.home-office-list__map_all .map_all__links-icon.tohoku {
  top: 37.8531073446%;
  left: 68.6098654709%;
}

.home-office-list__map_all .map_all__links-icon.hokuriku_koshinetsu {
  width: 8.5201793722%;
  top: 50%;
  left: 52.6905829596%;
}

.home-office-list__map_all .map_all__links-icon.kanto {
  top: 63.5593220339%;
  left: 60.3139013453%;
}

.home-office-list__map_all .map_all__links-icon.tokai {
  top: 65.5367231638%;
  left: 48.8789237668%;
}

.home-office-list__map_all .map_all__links-icon.kansai {
  top: 64.6892655367%;
  left: 37.2197309417%;
}

.home-office-list__map_all .map_all__links-icon.shikoku {
  top: 68.3615819209%;
  left: 28.0269058296%;
}

.home-office-list__map_all .map_all__links-icon.chugoku {
  top: 60.1694915254%;
  left: 19.0582959641%;
}

.home-office-list__map_all .map_all__links-icon.kyushu {
  top: 73.1638418079%;
  left: 8.5201793722%;
}

.home-office-list__map_all .map_all__links-icon.okinawa {
  top: 14.3497757848%;
  left: 19.730941704%;
}

.home-office-list__map_all .map_all__links img {
  width: 100%;
  height: auto;
}

.home-office-list__map_all .map_all__anchor {
  transform: translateY(-70px);
}

@media (min-width: 768px) {
  .home-office-list__map_all .map_all__anchor {
    transform: translateY(-130px);
  }
}

.home-office-list__map_all-map.kanto {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}

@media (min-width: 768px) {
  .home-office-list__map_all-map.kanto {
    flex-direction: row;
    row-gap: 0;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
  }
}

.home-office-list__map_all-map.kanto a {
  font-size: 14px;
  color: #000;
}

@media (min-width: 768px) {
  .home-office-list__map_all-map.kanto a {
    font-size: 16px;
  }
}

.home-office-list__map_all-map.kanto a:hover {
  text-decoration: underline;
}

.home-news__container {
  position: relative;
}

.home-news__list {
  margin-top: 30px;
}

.home-news__list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 3em 0;
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .home-news__list-item {
    flex-wrap: nowrap;
  }
}

.home-news__list-item:last-child {
  border-bottom: 1px solid #cdcdcd;
}

.home-news__date {
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 1.4rem;
}

.home-news__category {
  flex: 0 0 auto;
  margin-right: 20px;
  padding: 0 15px;
  color: #000;
  width: 10em;
  text-align: center;
  font-size: 1.2rem;
  border: 2px solid #000;
}

.home-news__content {
  margin-top: 10px;
  width: 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .home-news__content {
    margin-top: 0;
  }
}

.home-news__link {
  position: relative;
  display: block;
  margin-top: 5px;
  padding-right: 1em;
  color: #000;
  font-size: 1.4rem;
  word-break: break-all;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .home-news__link {
    margin-top: 0;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.home-news__link:hover {
  color: #f08300;
  text-decoration: underline;
}

.home-news__link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-news__link--target-blank::after {
  border: 0;
  width: 10px;
  height: 12px;
  background-image: url("/img/icon/blank.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
}

.home-news__title {
  width: 100%;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .home-news__title {
    font-size: 1.4rem;
  }
}

.home-news__links {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  .home-news__links {
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: -80px;
  }
}

.home-news__facebook {
  margin-right: 2em;
}

.home-news__more-link {
  padding-right: 1.5em;
  color: #000;
  font-size: 1.4rem;
  position: relative;
}

@media (min-width: 768px) {
  .home-news__more-link {
    font-size: 1.8rem;
  }
}

.home-news__more-link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-news-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.home-news-banner__list-item {
  flex: 0 1 auto;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  max-width: 200px;
  border: 1px solid #cdcdcd;
}

.home-news-banner__list-item:nth-child(odd) {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .home-news-banner__list-item {
    flex: 0 0 auto;
    margin-right: 0 !important;
    width: auto;
  }

  .home-news-banner__list-item:not(:last-child) {
    margin-right: 20px !important;
  }
}

.home-news-banner__link-img {
  max-width: 100%;
}

.home-vision-outline {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .home-vision-outline {
    flex-direction: row;
  }
}

.home-vision-outline__description {
  order: 2;
  flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .home-vision-outline__description {
    order: initial;
    width: 50%;
  }
}

.home-vision-outline__description-title {
  margin-top: 2em;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-vision-outline__description-title {
    margin-top: 0;
    font-size: 2rem;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .home-vision-outline__description .link-button__link {
    margin-left: 0;
  }
}

.home-vision-outline__image {
  order: 1;
  flex: 1 1 auto;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-vision-outline__image {
    order: initial;
    width: 50%;
  }
}

.home-vision-outline__image-img {
  max-width: 100%;
}

.home-vision-detail {
  margin-top: 60px;
}

.home-vision-detail__title {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .home-vision-detail__title {
    font-size: 1.8rem;
  }
}

.home-vision-detail__text {
  margin-top: 2em;
  font-size: 1.2rem;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .home-vision-detail__text {
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .home-vision-detail__text {
    width: 100%;
  }
}

.home-vision-detail__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .home-vision-detail__list {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  .home-vision-detail__list {
    margin-top: 60px;
    width: auto;
    justify-content: space-between;
  }
}

.home-vision-detail__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
  padding: 2em 1em;
  width: calc(50% - 10px);
  max-width: 200px;
  height: 200px;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .home-vision-detail__list-item {
    justify-content: center;
    margin: 10px 5px;
    padding: 0 2em;
    width: 340px;
    max-width: initial;
    height: 265px;
  }
}

.home-vision-detail__image-img {
  height: 40px;
}

@media (min-width: 1200px) {
  .home-vision-detail__image-img {
    height: 80px;
  }
}

.home-vision-detail__image p {
  font-weight: bold;
  color: #f08402;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .home-vision-detail__image p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.home-vision-detail__text {
  font-weight: bold;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .home-vision-detail__text {
    font-size: 1.3rem;
  }
}

.home-vision-detail__text br {
  display: none;
}

@media (min-width: 1200px) {
  .home-vision-detail__text br {
    display: block;
  }
}

.home-vision-detail__text a {
  color: #000;
  text-decoration: underline;
}

.home-case-outline {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .home-case-outline {
    flex-direction: row;
  }
}

.home-case-outline__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.home-case-outline__list-item {
  flex: 0 0 auto;
  padding: 10px;
  width: 25%;
}

@media (min-width: 768px) {
  .home-case-outline__list-item {
    width: 16.6666666667%;
  }
}

.home-case-outline__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
}

@media (min-width: 768px) {
  .home-case-outline__image {
    font-size: 2rem;
  }
}

.home-case-outline__image::after {
  content: "";
  display: block;
  padding-top: 75%;
}

.home-case-outline__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.home-flow-outline {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .home-flow-outline {
    flex-direction: row;
  }
}

.home-flow-outline__description {
  order: 2;
  flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .home-flow-outline__description {
    padding-left: 60px;
    width: 50%;
  }
}

.home-flow-outline__description-title {
  margin-top: 2em;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .home-flow-outline__description-title {
    margin-top: 0;
    font-size: 2rem;
  }
}

.home-flow-outline__description-text {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .home-flow-outline__description .link-button__link {
    margin-left: 0;
  }
}

.home-flow-outline__image {
  order: 1;
  flex: 1 1 auto;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-flow-outline__image {
    width: 50%;
  }
}

.home-flow-outline__image-img {
  max-width: 100%;
}

.home-column-outline__description {
  flex: 1 1 auto;
}

@media (min-width: 1200px) {
  .home-column-outline__description {
    width: 60%;
  }
}

.home-column-outline__description-title {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

@media (min-width: 1200px) {
  .home-column-outline__description-title {
    font-size: 2rem;
    text-align: left;
  }
}

.home-column-outline__description-text {
  margin-top: 40px;
  font-size: 1.4rem;
}

.home-column-outline__description-text br {
  display: none;
}

@media (min-width: 768px) {
  .home-column-outline__description-text br {
    display: inline;
  }
}

.home-column-detail {
  text-align: center;
}

.home-column-detail__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .home-column-detail__list {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: initial;
  }
}

.home-column-detail__list-item {
  flex: 0 1 auto;
  margin-bottom: 10px;
  width: calc(50% - 10px);
}

.home-column-detail__list-item:nth-child(odd) {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .home-column-detail__list-item {
    display: inline-block;
    margin: 20px 10px;
    padding: 0;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .home-column-detail__list-item {
    flex: 1 1 auto;
  }
}

.home-column-detail__image {
  width: 100%;
  height: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  .home-column-detail__image {
    text-align: center;
  }
}

.home-column-detail__image-img--pc {
  display: none;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .home-column-detail__image-img--pc {
    display: block;
  }
}

.home-column-detail__image-img--sp {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .home-column-detail__image-img--sp {
    display: none;
  }
}

.home-column-column {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .home-column-column {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .home-column-column__list {
    display: flex;
    justify-content: space-between;
  }
}

.home-column-column__list-item {
  display: flex;
  align-items: flex-start;
  margin: 15px auto;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .home-column-column__list-item {
    display: block;
    margin: 0;
    max-width: 340px;
  }
}

.home-column-column__container {
  flex: 0 0 auto;
  margin-right: 10px;
  width: calc(50% - 10px);
  position: relative;
}

@media (min-width: 1200px) {
  .home-column-column__container {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cdcdcd;
  }

  .home-column-column__container:hover {
    opacity: 0.8;
  }
}

@media (min-width: 1200px) {
  .home-column-column__article {
    display: none;
  }
}

.home-column-column__article-date {
  font-size: 1.2rem;
}

.home-column-column__article-category {
  padding: 10px 0;
}

.home-column-column__article-category-name {
  padding: 0.2em 1.2em;
  color: #fff;
  font-size: 1rem;
  background-color: #919191;
  border-radius: 999px;
}

.home-column-column__article-category-name:not(:last-child) {
  margin-right: 0.5em;
}

.home-column-column__article-text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.home-column-column__button {
  display: none;
  width: 100%;
}

@media (min-width: 1200px) {
  .home-column-column__button {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
}

.home-column-column__image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.home-column-column__title {
  flex: 1 1 auto;
  font-size: 1.4rem;
}

.home-column-column__link {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
}

.home-column-column__more {
  position: relative;
  margin-top: 10px;
  padding-right: 1.5em;
  text-align: right;
  line-height: 1.6;
}

.home-column-column__more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.home-faq__description {
  margin-top: 25px;
}

@media (min-width: 1200px) {
  .home-faq__description {
    margin-top: 50px;
  }
}

.home-faq__description-text {
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .home-faq__description-text {
    font-size: 1.4rem;
  }
}

.home-faq__list {
  margin-top: 50px;
}

.home-faq__list-item {
  margin: 3em 0;
  padding: 1.5em 2em;
  background-color: #f4f4f4;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  .home-faq__list-item {
    padding: 2em 3em;
  }
}

.home-faq__question {
  display: flex;
  align-items: center;
}

.home-faq__question-alphabet {
  margin-right: 0.5em;
  color: #919191;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .home-faq__question-alphabet {
    font-size: 2.8rem;
  }
}

.home-faq__question-text {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .home-faq__question-text {
    font-size: 1.8rem;
  }
}

.home-faq__answer {
  display: flex;
  align-items: center;
  align-items: flex-start;
  margin-top: 0.5em;
}

.home-faq__answer-alphabet {
  margin-right: 0.5em;
  color: #919191;
  font-size: 1.8rem;
}

@media (min-width: 1200px) {
  .home-faq__answer-alphabet {
    font-size: 2.8rem;
  }
}

.home-faq__answer-text {
  position: relative;
  top: 0.3rem;
  font-size: 1.2rem;
}

@media (min-width: 1200px) {
  .home-faq__answer-text {
    top: 0.5rem;
    font-size: 1.8rem;
  }
}

.home-popup {
  display: none;
}

.home-popup.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-popup__container {
  position: relative;
}

@media (min-width: 768px) {
  .home-popup__container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.home-popup__link {
  position: relative;
  display: block;
  margin: 15px 0;
  background-color: #fff;
}

.home-popup__link::after {
  content: "";
  display: block;
  padding-left: 75%;
}

@media (min-width: 768px) {
  .home-popup__link {
    margin: 10px;
    height: auto;
  }
}

.home-popup__link-img {
  height: 210px;
}

.home-popup__link-img:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .home-popup__link-img {
    height: auto;
  }
}

.home-popup__close {
  position: absolute;
  right: 0;
  top: -30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .home-popup__close {
    right: 5px;
    top: -35px;
  }
}

.home-popup__close-img {
  width: 100%;
  height: 100%;
}

.home-popup__close.type2 {
  transform: translate(0px, 45px);
}

@media (min-width: 768px) {
  .home-popup__close.type2 {
    transform: translate(-10px, 50px);
  }
}

.home-banner__wrap {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 70px 0 0;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .home-banner__wrap {
    padding: 0;
    flex-direction: row;
  }
}

.home-banner__inner {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .home-banner__inner {
    width: 100%;
    margin-right: 30px;
  }
}

.home-banner__tweet {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  border: 2px solid #000000;
}

.home-banner__tweet iframe {
  min-height: 96px !important;
}

@media (min-width: 768px) {
  .home-banner__tweet iframe {
    height: clamp(150px, 25vh, 230px) !important;
  }
}

@media (max-height: 800px) and (min-width: 768px) {
  .home-banner__tweet iframe {
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  .home-banner__tweet iframe {
    width: 100%;
    height: clamp(200px, 55vh, 425px) !important;
  }
}

@media (max-height: 700px) and (min-width: 992px) {
  .home-banner__tweet iframe {
    height: clamp(200px, 47.5vh, 425px) !important;
  }
}

.home-banner__tweet::before {
  display: block;
  content: "";
  background-image: url("/img/common/icon_twitter_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -37px;
  left: 15px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.home-banner__tweet::after {
  display: block;
  content: "\304A\5F97\306A\6700\65B0\60C5\5831\3092\66F4\65B0\4E2D\FF01\A\30D5\30A9\30ED\30FC\304A\9858\3044\3057\307E\3059\FF01";
  border: 2px solid #000000;
  white-space: pre;
  position: absolute;
  top: -50px;
  left: -2px;
  font-size: 14px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  width: 100%;
  height: 52px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .home-banner__list {
    padding: 0;
  }
}

.home-banner__list-item {
  flex: 0 1 auto;
  margin-bottom: 10px;
  width: calc(50% - 5px);
  max-width: 200px;
  border: 1px solid #cdcdcd;
}

.home-banner__list-item:nth-child(odd) {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .home-banner__list-item {
    flex: 0 0 auto;
    margin-right: 0 !important;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .home-banner__list-item:not(:last-child) {
    margin-right: 20px !important;
  }
}

.home-banner__link-img {
  width: 100%;
}

.home-banner__link-img:hover {
  transform: scale(1.05);
}

.home-banner__msg {
  width: 100%;
  margin: 30px auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F5F4F3;
  padding: 0 0 15px;
}

@media (min-width: 992px) {
  .home-banner__msg {
    width: 100%;
    padding: 0 0 20px;
    margin: 0px auto;
  }
}

.home-banner__msg span {
  width: 100%;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
  background-color: #e18832;
  text-align: center;
}

.home-banner__msg p,
.home-banner__msg span {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .home-banner__msg p,
  .home-banner__msg span {
    font-size: 1.6rem;
  }
}

.home-banner__msg p {
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
  padding: 0 15px;
}

.home-banner__msg a {
  color: #000;
  text-decoration: underline;
}

.home-scene-wrap {
  background-image: url(/img/home/scene_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

.home-scene-outline h3 {
  margin-top: 30px;
  font-size: 1.8rem;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .home-scene-outline h3 {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}

.home-scene-outline h3 span {
  font-weight: normal;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .home-scene-outline h3 span {
    font-size: 1.5rem;
  }
}

.home-scene-itemwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .home-scene-itemwrap {
    margin-bottom: 80px;
    padding: 0 10px;
  }
}

.home-scene-item {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

@media (min-width: 768px) {
  .home-scene-item {
    width: 50%;
  }

  .home-scene-item:nth-child(odd) {
    padding: 20px 30px 20px 0;
  }

  .home-scene-item:nth-child(even) {
    padding: 20px 0 20px 30px;
  }
}

.home-scene-item > p {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .home-scene-item > p {
    font-size: 1.95rem;
  }
}

.home-scene-item-inner {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

@media (min-width: 768px) {
  .home-scene-item-inner {
    align-items: flex-start;
  }
}

.home-scene-item-inner > div:nth-child(2) {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .home-scene-item-inner > div:nth-child(2) {
    padding-left: 30px;
  }
}

.home-scene-item-inner > div:nth-child(2) p {
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .home-scene-item-inner > div:nth-child(2) p {
    font-size: 1.5rem;
  }
}

.home-scene-item-inner > div:nth-child(2) > div {
  padding-left: 45px;
  position: relative;
}

.home-scene-item-inner > div:nth-child(2) > div::after {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-scene-item-inner > div:nth-child(2) > div:nth-child(1)::after {
  background-image: url(/img/home/scene/agenda.png);
}

.home-scene-item-inner > div:nth-child(2) > div:nth-child(2) {
  margin-top: 15px;
  color: #f08300;
}

.home-scene-item-inner > div:nth-child(2) > div:nth-child(2)::after {
  background-image: url(/img/home/scene/solution.png);
}

.home-floating {
  display: none;
}

@media (min-width: 768px) {
  .home-floating {
    position: fixed;
    width: 100%;
    max-width: 440px;
    text-align: right;
    z-index: 10;
    display: block;
    bottom: 10px;
    padding: 15px;
  }
}

.home-floating img {
  width: 100%;
}

.home-floating a:hover {
  opacity: 0.7;
}

.home-floating__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home-floating__inner .swiper-container {
  height: 90px !important;
}

.home-floating__inner .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-floating__inner .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-floating__close {
  max-width: 30px;
  margin-bottom: 3px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .home-floating__close {
    max-width: 40px;
  }
}

.home-floating.hide {
  display: none;
}

.home-floating_new {
  position: fixed;
  bottom: 0;
  width: 100%;
  width: 230px;
  width: 180px;
  right: 20px;
  bottom: 85px;
  opacity: 0;
  transition: 0.3s opacity;
}

.home-floating_new.show {
  opacity: 1;
}

@media (min-width: 768px) {
  .home-floating_new {
    width: 300px;
    width: 250px;
    right: 20px;
    bottom: 20px;
  }
}

.home-floating_new__inner {
  width: 100%;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .home-floating_new__inner {
    row-gap: 25px;
  }
}

.home-floating_new__inner li {
  position: relative;
  width: 100%;
  border: 1px solid #cdcdcd;
}

.home-floating_new__inner li a {
  display: block;
  width: 100%;
}

.home-floating_new__inner li a img {
  width: 100%;
  height: auto;
}

.home-floating_new__inner li.hide {
  display: none;
}

.home-floating_new__inner li button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border: none;
  background: transparent;
  transform: translate(30%, -40%);
}

.home-floating_new__inner li button:hover {
  cursor: pointer;
}

.home-floating_new__inner li button img {
  width: 100%;
  height: auto;
}

.home-download__section {
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .home-download__section {
    padding: 50px 10px;
    margin-top: 70px;
  }
}

.home-download__description {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .home-download__description {
    margin-top: 30px;
  }
}

.home-download__description-text {
  font-size: 1.4rem;
}

@media (min-width: 1200px) {
  .home-download__description-text {
    font-size: 1.7rem;
  }
}

.home-nikkei-movie {
  margin: 30px 0 0px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .home-nikkei-movie {
    padding: 0 20px;
    margin: 80px 0 -40px;
  }
}

.home-nikkei-movie__inner {
  max-width: 700px;
  margin: 0 auto;
}

.home-nikkei-movie__inner video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.offices {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.offices-content {
  width: 100%;
}

.offices-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .offices-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.offices-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .offices-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.offices-header__title-text--en {
  font-size: 1.6rem;
}

.offices-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.offices-anchor {
  margin: auto;
  margin-top: 40px;
  width: 100%;
  max-width: 1100px;
}

@media (min-width: 768px) {
  .offices-anchor {
    margin-top: 60px;
  }
}

.offices-anchor__list {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.offices-anchor__list-item {
  flex: 0 0 auto;
  width: 50%;
  overflow: hidden;
}

.offices-anchor__list-item:first-child {
  border-right: 1px solid #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.offices-anchor__list-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.offices-anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  background-color: #7c7c7c;
}

@media (min-width: 768px) {
  .offices-anchor__link {
    height: 60px;
    font-size: 1.8rem;
  }

  .offices-anchor__link:hover ~ .offices-anchor__offices {
    max-height: 600px;
    transition: max-height 0.3s;
    pointer-events: all;
  }
}

.offices-anchor__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offices-anchor__link--active {
  background-color: #000;
}

.offices-anchor__link--active::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offices-anchor__offices {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  padding-top: 5px;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
}

@media (min-width: 768px) {
  .offices-anchor__offices:hover {
    max-height: 600px;
    pointer-events: all;
  }
}

.offices-anchor__offices-list {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  overflow: hidden;
}

.offices-anchor__offices-list-item {
  padding: 0.75em 1em;
  width: 25%;
}

.offices-anchor__offices-link {
  color: #fff;
  font-size: 1.6rem;
}

.offices-anchor__offices-link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .offices-all {
    display: none;
  }
}

.offices-all__offices-list {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
}

.offices-all__offices-list.show {
  display: flex;
  flex-wrap: wrap;
}

.offices-all__offices-list-item {
  margin-top: 0.25em;
  padding: 0.25em 1em;
  width: 33%;
}

.offices-all__offices-link {
  color: #fff;
}

.offices-items__group-map {
  width: 100%;
  height: 400px;
}

@media (min-width: 768px) {
  .offices-items__group-map {
    height: 600px;
  }
}

/*拠点図*/

[v-cloak] {
  display: none;
}

.home-office-list__map--svg.new {
  /*開店予定*/
  /*丸*/
  /*左上の丸*/
  /*ここまで開店予定*/
  /*↑まで自動で出力されるCSS。ここから手入力設定*/
}

.home-office-list__map--svg.new .cls-1,
.home-office-list__map--svg.new .cls-2,
.home-office-list__map--svg.new .cls-3 {
  font-size: 5.5px;
}

.home-office-list__map--svg.new .cls-1,
.home-office-list__map--svg.new .cls-4,
.home-office-list__map--svg.new .cls-5,
.home-office-list__map--svg.new .cls-6,
.home-office-list__map--svg.new .cls-3,
.home-office-list__map--svg.new .cls-7 {
  font-family: YuGo-Medium-83pv-RKSJ-H, YuGothic;
  font-weight: 500;
}

.home-office-list__map--svg.new .cls-8,
.home-office-list__map--svg.new .cls-9,
.home-office-list__map--svg.new .cls-10,
.home-office-list__map--svg.new .cls-11,
.home-office-list__map--svg.new .cls-12,
.home-office-list__map--svg.new .cls-13,
.home-office-list__map--svg.new .cls-14,
.home-office-list__map--svg.new .cls-15,
.home-office-list__map--svg.new .cls-16,
.home-office-list__map--svg.new .cls-17,
.home-office-list__map--svg.new .cls-18,
.home-office-list__map--svg.new .cls-19 {
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .cls-8,
.home-office-list__map--svg.new .cls-13 {
  stroke: #ffbf61;
}

.home-office-list__map--svg.new .cls-8,
.home-office-list__map--svg.new .cls-20 {
  fill: #ffbf61;
}

.home-office-list__map--svg.new .cls-9,
.home-office-list__map--svg.new .cls-10,
.home-office-list__map--svg.new .cls-11,
.home-office-list__map--svg.new .cls-13,
.home-office-list__map--svg.new .cls-15 {
  stroke-width: 0.9px;
}

.home-office-list__map--svg.new .cls-9,
.home-office-list__map--svg.new .cls-12,
.home-office-list__map--svg.new .cls-14,
.home-office-list__map--svg.new .cls-15,
.home-office-list__map--svg.new .cls-16 {
  stroke: #f08300;
}

.home-office-list__map--svg.new .cls-9,
.home-office-list__map--svg.new .cls-16,
.home-office-list__map--svg.new .cls-21 {
  fill: #f08300;
}

.home-office-list__map--svg.new .cls-22,
.home-office-list__map--svg.new .cls-11,
.home-office-list__map--svg.new .cls-13,
.home-office-list__map--svg.new .cls-14,
.home-office-list__map--svg.new .cls-15,
.home-office-list__map--svg.new .cls-23,
.home-office-list__map--svg.new .cls-17,
.home-office-list__map--svg.new .cls-24,
.home-office-list__map--svg.new .cls-19 {
  fill: none;
}

.home-office-list__map--svg.new .cls-22,
.home-office-list__map--svg.new .cls-25 {
  fill-rule: evenodd;
}

.home-office-list__map--svg.new .cls-22,
.home-office-list__map--svg.new .cls-14,
.home-office-list__map--svg.new .cls-23 {
  stroke-width: 0.6px;
}

.home-office-list__map--svg.new .cls-22,
.home-office-list__map--svg.new .cls-23 {
  stroke: #cac7c7;
}

.home-office-list__map--svg.new .cls-22,
.home-office-list__map--svg.new .cls-23,
.home-office-list__map--svg.new .cls-24 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-office-list__map--svg.new .cls-10,
.home-office-list__map--svg.new .cls-11,
.home-office-list__map--svg.new .cls-18 {
  stroke: #c9e5a5;
}

.home-office-list__map--svg.new .cls-10,
.home-office-list__map--svg.new .cls-18,
.home-office-list__map--svg.new .cls-26 {
  fill: #c9e5a5;
}

.home-office-list__map--svg.new .cls-25 {
  fill: #ebf1f7;
}

.home-office-list__map--svg.new .cls-27,
.home-office-list__map--svg.new .cls-28 {
  font-size: 4px;
}

.home-office-list__map--svg.new .cls-29,
.home-office-list__map--svg.new .cls-30 {
  font-size: 5px;
}

.home-office-list__map--svg.new .cls-12,
.home-office-list__map--svg.new .cls-31,
.home-office-list__map--svg.new .cls-30,
.home-office-list__map--svg.new .cls-28 {
  fill: #fff;
}

.home-office-list__map--svg.new .cls-2,
.home-office-list__map--svg.new .cls-32 {
  font-family: YuGo-Bold-83pv-RKSJ-H, YuGothic;
  font-weight: 700;
}

.home-office-list__map--svg.new .cls-4 {
  letter-spacing: 0.1em;
}

.home-office-list__map--svg.new .cls-4,
.home-office-list__map--svg.new .cls-7 {
  font-size: 6px;
}

.home-office-list__map--svg.new .cls-5 {
  font-size: 7px;
}

.home-office-list__map--svg.new .cls-5,
.home-office-list__map--svg.new .cls-32,
.home-office-list__map--svg.new .cls-6,
.home-office-list__map--svg.new .cls-3,
.home-office-list__map--svg.new .cls-7 {
  isolation: isolate;
}

.home-office-list__map--svg.new .cls-5,
.home-office-list__map--svg.new .cls-32,
.home-office-list__map--svg.new .cls-6,
.home-office-list__map--svg.new .cls-7 {
  fill: #595857;
}

.home-office-list__map--svg.new .cls-17 {
  stroke: #595857;
  stroke-width: 0.3px;
}

.home-office-list__map--svg.new .cls-24 {
  stroke: #d1d1d1;
}

.home-office-list__map--svg.new .cls-24,
.home-office-list__map--svg.new .cls-19 {
  stroke-width: 2px;
}

.home-office-list__map--svg.new .cls-32,
.home-office-list__map--svg.new .cls-6 {
  font-size: 7.5px;
}

.home-office-list__map--svg.new .cls-19 {
  stroke: #fff;
}

.home-office-list__map--svg.new .cls-99 {
  stroke-width: 0.5px;
  fill: #fff;
  stroke: #eb3223;
}

.home-office-list__map--svg.new .cls-999 {
  font-size: 3.5px;
  fill: #eb3223;
  font-weight: 700;
}

.home-office-list__map--svg.new .cls-9999 {
  stroke-width: 0.5px;
  stroke: #eb3223;
  fill: none;
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .cls-997 {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .cls-998 {
  fill: #eb3223;
  stroke: #eb3223;
  stroke-width: 0.9px;
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .cls-996 {
  stroke: #fff;
  stroke-width: 2px;
  fill: none;
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .cls-995 {
  fill: #eb3223;
  stroke: #eb3223;
  stroke-width: 0.9px;
  stroke-miterlimit: 10;
}

.home-office-list__map--svg.new .st1 {
  fill: #509150;
}

.home-office-list__map--svg.new .cls-15,
.home-office-list__map--svg.new .st15 {
  fill: #f08300;
}

.home-office-list__map--svg.new .cls-10,
.home-office-list__map--svg.new .cls-11,
.home-office-list__map--svg.new .st11 {
  fill: #c9e5a5;
}

.home-office-list__map--svg.new .cls-13,
.home-office-list__map--svg.new .st13 {
  fill: #ffbf61;
}

.home-office-list__map--svg.new .cls-31,
.home-office-list__map--svg.new .st31 {
  stroke: #f08300;
}

.home-office-list__map--svg.new a:hover text {
  font-weight: bold;
}

.home-office-list__map--svg.new a:hover > path {
  fill: #cd3532;
  stroke: #cd3532;
}

.home-office-list__map--svg.new a:hover > rect {
  fill: #cd3532;
  stroke: #cd3532;
}

.home-office-list__map--svg.new a:hover > text:not(.cls-1),
.home-office-list__map--svg.new a:hover > text:not(.st0),
.home-office-list__map--svg.new a:hover > text:not(.st2) {
  fill: #fff;
}

.home-office-list__map--svg.new a:hover > text.cls-1,
.home-office-list__map--svg.new a:hover > text.cls-3,
.home-office-list__map--svg.new a:hover > text.st2,
.home-office-list__map--svg.new a:hover > text.st0 {
  fill: #000;
}

/*ポップアップ*/

.home-office-list__map--popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.home-office-list__map--popup .popup {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .home-office-list__map--popup .popup {
    max-width: 360px;
  }
}

.home-office-list__map--popup .popup button {
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: transparent;
  border: none;
}

.home-office-list__map--popup .popup button img {
  width: 100%;
  height: auto;
}

.home-office-list__map--popup .popup button:hover {
  cursor: pointer;
}

.home-office-list__map--popup .popup ul {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .home-office-list__map--popup .popup ul {
    padding: 30px 40px;
  }
}

.home-office-list__map--popup .popup ul li:first-of-type a {
  border-top: 1px solid #CDCDCD;
}

.home-office-list__map--popup .popup ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
  padding: 16.5px 10px;
  border-bottom: 1px solid #CDCDCD;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}

.home-office-list__map--popup .popup ul li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

.home-office-list__map--popup .popup ul li a.arrow_office::after {
  background-image: url(/img/icon/arrow-office.svg);
}

.home-office-list__map--popup .popup ul li a.arrow_teikeiten::after {
  background-image: url(/img/icon/arrow-teikeiten.svg);
}

.home-office-list__map--popup .popup ul li a.arrow_box {
  pointer-events: none;
}

.home-office-list__map--popup .popup ul li a.arrow_box::after {
  display: none;
}

.offices-items {
  margin-top: 20px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .offices-items {
    margin-top: 40px;
  }
}

.offices-items__group-jumplist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .offices-items__group-jumplist {
    justify-content: space-between;
  }
}

.offices-items__group-jumplist a {
  width: 46%;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f08300;
  color: #fff;
  text-align: center;
  margin: 0 5px 20px;
}

@media (min-width: 768px) {
  .offices-items__group-jumplist a {
    font-size: 20px;
    width: 32%;
    padding: 20px;
  }
}

.offices-items__group-jumplist a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .offices-items__group-jumplist {
    margin: 40px auto;
  }
}

.offices-items__group-anchor {
  height: 1px;
  transform: translateY(-100px);
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .offices-items__group-anchor {
    transform: translateY(-130px);
  }
}

.offices-items__group-name {
  margin-bottom: 0.5em;
  font-size: 2rem;
}

.offices-items__group-name.office {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .offices-items__group-name {
    font-size: 2.6rem;
  }
}

.offices-items__group-name small {
  font-size: 50%;
}

.offices-items__group-name small a {
  color: #f08300;
  text-decoration: underline;
}

.offices-items__group-name small a:hover {
  text-decoration: none;
}

@media (min-width: 576px) {
  .offices-items__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.offices-items__list-item {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  .offices-items__list-item {
    margin-bottom: 80px;
    width: calc(50% - 10px);
  }

  .offices-items__list-item:nth-child(odd) {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .offices-items__list-item {
    width: calc(33% - 10px);
  }

  .offices-items__list-item:nth-child(odd) {
    margin-right: 0;
  }

  .offices-items__list-item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
}

.offices-items__list-item-kana {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 2rem;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .offices-items__list-item-kana {
    top: -50px;
    font-size: 2.6rem;
  }
}

.offices-items__list-item--new .offices-items__image {
  position: relative;
}

.offices-items__list-item--new .offices-items__image::before {
  content: "NEW";
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 3.75em;
  height: 3.75em;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ff4931;
  border-radius: 999px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.offices-items__image {
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .offices-items__image {
    flex: 0 0 auto;
  }
}

.offices-items__image::after {
  content: "";
  display: block;
  padding-top: 66.666666666%;
  width: 100%;
}

.offices-items__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.offices-items__preparing {
  align-self: center;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

.offices-items__info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .offices-items__info {
    flex: 1 1 auto;
    padding: 20px 10px;
  }
}

@media (min-width: 1200px) {
  .offices-items__info {
    padding: 20px 20px;
  }
}

.offices-items__info-wrapper {
  flex: 1 1 auto;
}

.offices-items__name {
  margin-top: 20px;
  font-size: 1.8rem;
  cursor: pointer;
}

.offices-items__name a {
  color: #000;
}

@media (min-width: 768px) {
  .offices-items__name {
    margin-top: 0;
    font-size: 2.4rem;
  }
}

.offices-items__address {
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .offices-items__address {
    margin-top: 20px;
  }
}

.offices-items__business-hour {
  margin-top: 10px;
  font-size: 1.4rem;
}

.offices-items__icons {
  margin-top: 20px;
}

.offices-items__icons-list {
  display: flex;
}

.offices-items__icons-list-item {
  width: 15%;
}

.offices-items__icons-list-item:not(:last-child) {
  margin-right: 2%;
}

.offices-items__icons-image-img {
  max-width: 100%;
}

.offices-items__meeting-room {
  margin-top: 20px;
  font-size: 1.4rem;
}

.offices-items__pamphlet {
  margin-top: 20px;
}

.offices-items__pamphlet-link {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
}

.offices-items__pamphlet-image {
  margin-right: 10px;
}

.offices-items__pamphlet-image-img {
  margin-top: -2px;
}

.offices-items .link-button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .offices-items .link-button__link {
    margin-left: 0;
  }
}

.offices-times {
  width: 100%;
}

.offices-times__scrollable {
  position: fixed;
  left: 0;
  bottom: 30%;
  padding: 0 10px;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .offices-times__scrollable {
    position: static;
    padding-bottom: 10px;
    height: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    pointer-events: all;
  }
}

.offices-times__scrollable.hide {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .offices-times__scrollable.hide-sp {
    opacity: 0;
    visibility: hidden;
  }
}

.offices-times__scrollable-wrapper {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  height: 60px;
}

@media (min-width: 768px) {
  .offices-times__scrollable-wrapper {
    height: 20px;
  }
}

.offices-times__scrollable-wrapper span {
  display: block;
  margin-left: 15px;
  width: 60px;
  height: 60px;
}

.offices-times__scrollable-wrapper img {
  width: 100%;
  height: 100%;
}

.offices-times__wrapper {
  width: 100%;
  overflow-x: auto;
}

.offices-times table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

.offices-times table tr:last-child td {
  border-bottom: none;
}

.offices-times table th,
.offices-times table td {
  padding: 0.25em 0.25em;
  font-size: 1.2rem;
  white-space: nowrap;
}

.offices-times table th[rowspan],
.offices-times table td[rowspan] {
  color: #fff;
  text-align: center;
  background-color: #000;
}

.offices-times table th {
  background-color: #f08300;
}

.offices-times table th[rowspan] {
  border-bottom: 1px solid #999;
}

.offices-times table td {
  border-bottom: 1px solid #999;
}

.offices-times table td:not([rowspan]) {
  padding: 0.25em 0.75em;
}

.offices-times table td:nth-last-child(-n+4) {
  padding: 0.25em 0.5em;
  text-align: center;
}

.office {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.office-content {
  width: 100%;
}

.office-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .office-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.office-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .office-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.office-header__title-text--en {
  font-size: 1.6rem;
}

.office-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.office-header {
  display: flex;
  flex-direction: column-reverse;
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .office-header {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 0;
    padding: 30px 0;
  }
}

.office-header a.download {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #f08300;
  padding: 3px 10px;
  cursor: pointer;
  border: 1px solid #f08300;
  margin: 0 0 20px;
}

.office-header a.download p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}

.office-header a.download:hover {
  background-color: #fff;
}

.office-header a.download:hover p {
  color: #f08300;
}

@media (min-width: 768px) {
  .office-header a.download {
    margin: 0;
  }
}

.office-header__name {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .office-header__name {
    font-size: 3.8rem;
  }
}

.office-header .office-button__reserve {
  margin: auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .office-header .office-button__reserve {
    margin: 0;
  }
}

.office-button__reserve {
  width: 100%;
  max-width: 340px;
  height: 50px;
}

@media (min-width: 768px) {
  .office-button__reserve {
    height: 60px;
  }
}

.office-button__reserve.wide {
  max-width: 100%;
}

.office-button__reserve__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  background-color: #000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .office-button__reserve__link {
    font-size: 1.8rem;
  }
}

.office-button__reserve__image {
  margin-right: 14px;
}

@media (min-width: 768px) {
  .office-button__reserve__image {
    margin-right: 20px;
  }
}

.office-button__reserve__image-img {
  max-width: 28px;
}

@media (min-width: 768px) {
  .office-button__reserve__image-img {
    max-width: 34px;
  }
}

.office-button__tour {
  width: 100%;
  max-width: 340px;
  height: 50px;
}

@media (min-width: 768px) {
  .office-button__tour {
    height: 60px;
  }
}

.office-button__tour.wide {
  max-width: 100%;
}

.office-button__tour__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  background-color: #000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .office-button__tour__link {
    font-size: 1.8rem;
  }
}

.office-button__tour__image {
  margin-right: 14px;
}

@media (min-width: 768px) {
  .office-button__tour__image {
    margin-right: 20px;
  }
}

.office-button__tour__image-img {
  max-width: 28px;
}

@media (min-width: 768px) {
  .office-button__tour__image-img {
    max-width: 34px;
  }
}

.office-button__pamphlet {
  width: 100%;
  max-width: 340px;
  height: 50px;
}

@media (min-width: 768px) {
  .office-button__pamphlet {
    height: 60px;
  }
}

.office-button__pamphlet.wide {
  max-width: 100%;
}

.office-button__pamphlet__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  background-color: #000;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .office-button__pamphlet__link {
    font-size: 1.8rem;
  }
}

.office-button__pamphlet__image {
  margin-right: 14px;
}

@media (min-width: 768px) {
  .office-button__pamphlet__image {
    margin-right: 20px;
  }
}

.office-button__pamphlet__image-img {
  max-width: 28px;
}

@media (min-width: 768px) {
  .office-button__pamphlet__image-img {
    max-width: 34px;
  }
}

.office-basic-info__copy {
  margin-bottom: 20px;
  color: #919191;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .office-basic-info__copy {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .office-basic-info__container {
    display: flex;
  }
}

.office-basic-info__info {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .office-basic-info__info {
    padding-right: 20px;
    width: 50%;
  }
}

.office-basic-info__info table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2;
  border-collapse: collapse;
  table-layout: fixed;
}

.office-basic-info__info table th,
.office-basic-info__info table td {
  padding: 0.5em 0.5em;
  display: block;
}

@media (min-width: 768px) {
  .office-basic-info__info table th,
  .office-basic-info__info table td {
    padding: 0.75em 0.5em;
    display: table-cell;
  }
}

.office-basic-info__info table th {
  padding-top: 1em;
  padding-bottom: 0;
  width: 8em;
  text-align: left;
  vertical-align: top;
}

@media (min-width: 768px) {
  .office-basic-info__info table th {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.office-basic-info__info table .closed {
  color: #f00;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .office-basic-info__info table .closed th {
    display: none;
  }
}

.office-basic-info__info table .facilities th,
.office-basic-info__info table .facilities td {
  width: auto;
}

.office-basic-info__info table .facilities th {
  padding-bottom: 0;
}

.office-basic-info__info table .facilities ul {
  display: flex;
  width: 100%;
}

.office-basic-info__info table .facilities ul li {
  width: 15%;
}

.office-basic-info__info table .facilities ul li:not(:last-child) {
  margin-right: 2%;
}

.office-basic-info__info table .facilities ul + p {
  margin-top: 0.5em;
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.office-basic-info__extra {
  margin: 1em 0;
  padding: 0 0.5em;
}

.office-basic-info__extra a {
  color: #000;
  font-size: 1.4rem;
  text-decoration: underline;
}

.office-basic-info__extra-lp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 300px;
  height: 50px;
  font-size: 1.6rem;
  background-color: #f08300;
  border-radius: 5px;
}

.office-basic-info__extra-lp-button:hover {
  opacity: 0.7;
}

.office-basic-info__image {
  flex: 0 0 auto;
  margin: 30px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .office-basic-info__image {
    align-self: flex-start;
    margin: 0;
    width: 50%;
  }
}

.office-basic-info__slider {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.office-basic-info__slider::before {
  content: "";
  display: block;
  padding-top: 66.666666666%;
  width: 100%;
}

.office-basic-info__slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.office-basic-info .gallery-thumbs {
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .office-basic-info .gallery-thumbs {
    display: none;
  }
}

.office-basic-info .gallery-thumbs .swiper-slide {
  opacity: 0.4;
}

.office-basic-info .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.office-basic-info .swiper-button-prev,
.office-basic-info .swiper-button-next {
  --swiper-navigation-size: 2rem;
  width: 40px;
  height: 40px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .office-basic-info .swiper-button-prev,
  .office-basic-info .swiper-button-next {
    display: none;
  }
}

.office-basic-info .swiper-button-prev {
  left: 0;
}

.office-basic-info .swiper-button-next {
  right: 0;
}

.office-access {
  margin: 60px 0;
}

.office-access__title {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.office-access__map {
  width: 100%;
  height: 400px;
}

.office-access .link-button {
  margin-top: 50px;
}

.office-route__title {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.office-route__container {
  margin-bottom: 20px;
}

.office-route__list {
  display: flex;
  flex-wrap: wrap;
}

.office-route__list-item {
  width: calc(25% - 30px);
  max-width: 240px;
}

.office-route__list-item:not(:nth-child(4n)) {
  margin-right: 40px;
}

.office-route__image-img {
  width: 100%;
}

.office-route__route {
  display: flex;
  padding: 10px 0;
}

.office-route__route-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #fff;
  width: 30px;
  height: 40px;
  font-size: 1.8rem;
  background-image: url("/img/icon/office_route_serial.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.office-route__route-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.office-route__swiper {
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: #000;
  --swiper-pagination-color: #f08300;
}

@media (min-width: 768px) {
  .office-route__swiper {
    display: none;
  }
}

.office-route__swiper .swiper-button-prev,
.office-route__swiper .swiper-button-next {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  top: 38vw;
}

.office-route__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.office-route__card {
  padding: 0 40px 30px 40px;
}

.office-floor-map {
  margin: 60px 0;
}

.office-floor-map__title {
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.office-floor-map__image {
  text-align: center;
}

.office-floor-map__image-img {
  max-width: 100%;
}

.office-floor-map__corona {
  margin: 30px 1em;
  font-size: 1.4rem;
  line-height: 1.8;
}

.office-floor-map__corona-text {
  text-align: center;
}

.office-floor-map__corona-link {
  color: #f08300;
  text-decoration: underline;
}

.office-floor-map__corona-link:hover {
  text-decoration: none;
}

.office-floor-map__list {
  margin: 50px 0;
}

@media (min-width: 992px) {
  .office-floor-map__list {
    display: flex;
    justify-content: space-around;
  }
}

.office-floor-map__list-item {
  margin: 20px;
}

@media (min-width: 992px) {
  .office-floor-map__list-item {
    flex: 1 1 auto;
  }
}

.office-floor-map__list-item.wide > div {
  max-width: 90% !important;
}

.office-floor-map__list-item .office-button__reserve,
.office-floor-map__list-item .office-button__tour,
.office-floor-map__list-item .office-button__pamphlet {
  margin: auto;
}

.office-floor-map__list-item .office-button__reserve.disabled,
.office-floor-map__list-item .office-button__tour.disabled,
.office-floor-map__list-item .office-button__pamphlet.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.office-partner {
  margin: 60px 0;
  text-align: center;
}

.office-partner__title {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .office-partner__title {
    font-size: 2rem;
  }
}

.office-notice__list-item {
  margin-bottom: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .office-notice__list-item {
    font-size: 1.4rem;
  }
}

.news {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.news-content {
  width: 100%;
}

.news-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .news-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.news-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .news-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.news-header__title-text--en {
  font-size: 1.6rem;
}

.news-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.news .link-button {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news-facebook {
  display: inline-flex;
  align-items: center;
}

.news-facebook__link {
  -webkit-tap-highlight-color: transparent;
}

.news-facebook__image {
  margin-right: 10px;
}

.news-facebook__text {
  color: #000;
  font-size: 1.4rem;
}

.news-items {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .news-items {
    margin-top: 40px;
  }
}

.news-items__list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 25px 0;
  border-top: 1px solid #919191;
}

@media (min-width: 768px) {
  .news-items__list-item {
    flex-wrap: nowrap;
  }
}

.news-items__list-item:last-child {
  border-bottom: 1px solid #919191;
}

.news-items__date {
  flex: 0 0 auto;
  margin-right: 10px;
  width: 6em;
  font-size: 1.4rem;
  line-height: 1.6;
}

.news-items__category {
  flex: 0 0 auto;
  margin-right: 20px;
  padding: 0 20px;
  color: #000;
  width: 10em;
  text-align: center;
  font-size: 1.2rem;
  border: 2px solid #000;
}

.news-items__content {
  margin-top: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .news-items__content {
    margin-top: 0;
  }
}

.news-items__title {
  font-size: 1.4rem;
  line-height: 1.6;
  word-break: break-all;
}

.news-items__link {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-right: 1em;
  color: #000;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .news-items__link {
    margin-top: 0;
  }
}

.news-items__link:hover {
  color: #f08300;
  text-decoration: underline;
}

.news-items__link::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.news-items__link--target-blank::after {
  border: 0;
  width: 10px;
  height: 12px;
  background-image: url("/img/icon/blank.png");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0, -50%);
}

.news-pagination {
  padding-top: 50px;
  padding-bottom: 80px;
}

.news-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-pagination__list-item {
  margin: 0 0.5em;
}

.news-pagination__link,
.news-pagination__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
}

.news-pagination__link {
  color: #000;
}

.news-pagination__text--current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}

.news-detail {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .news-detail {
    margin-top: 40px;
  }
}

.news-detail__container {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .news-detail__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.news-detail__info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .news-detail__info {
    padding: 0;
  }
}

.news-detail__sns-share {
  color: #919191;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .news-detail__sns-share {
    font-size: 1.4rem;
  }
}

.news-detail__sns-list {
  display: flex;
  align-items: center;
}

.news-detail__sns-list-item:not(:last-child) {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .news-detail__sns-list-item:not(:last-child) {
    margin-right: 10px;
  }
}

.news-detail__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  border-bottom: 4px solid #919191;
}

@media (min-width: 768px) {
  .news-detail__title {
    font-size: 2.4rem;
  }
}

.news-detail__date {
  flex: 0 0 auto;
  width: 6em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .news-detail__date {
    margin-right: 10px;
  }
}

.news-detail__category {
  flex: 0 0 auto;
  margin-right: 20px;
  padding: 0 20px;
  color: #000;
  font-size: 1.2rem;
  border: 2px solid #000;
}

.news-detail__body {
  padding: 15px 0 50px 0;
  word-break: break-all;
}

@media (min-width: 768px) {
  .news-detail__body {
    margin-top: 30px;
  }
}

.news-detail__body section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .news-detail__body section {
    margin-bottom: 60px;
  }
}

.news-detail__body div,
.news-detail__body p {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .news-detail__body div,
  .news-detail__body p {
    font-size: 1.6rem;
  }
}

.news-detail__body h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .news-detail__body h3 {
    font-size: 2rem;
  }
}

.news-detail__body h3.border-left {
  padding-left: 0.75em;
  border-left: 5px solid #aaa;
}

.news-detail__body h4 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .news-detail__body h4 {
    font-size: 1.8rem;
  }
}

.news-detail__body .flex {
  display: flex;
  flex-direction: column;
}

.news-detail__body .flex.sp-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .news-detail__body .flex {
    flex-direction: row !important;
  }
}

.news-detail__body .flex .left {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 1em;
}

.news-detail__body .flex .right {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-left: 1em;
}

.news-detail__body .flex .w25 {
  width: 100%;
}

@media (min-width: 768px) {
  .news-detail__body .flex .w25 {
    width: 25%;
  }
}

.news-detail__body .flex .w50 {
  width: 100%;
}

@media (min-width: 768px) {
  .news-detail__body .flex .w50 {
    width: 50%;
  }
}

.news-detail__body .flex .w75 {
  width: 100%;
}

@media (min-width: 768px) {
  .news-detail__body .flex .w75 {
    width: 75%;
  }
}

.news-detail__body .list p {
  margin-bottom: 0;
}

.news-detail__body .list ul {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .news-detail__body .list ul {
    font-size: 1.6rem;
  }
}

.news-detail__body .list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.news-detail__body .image {
  margin-bottom: 20px;
  text-align: center;
}

.news-detail__body .image:not(.main) img {
  max-width: 640px;
  max-width: min(100%, 640px);
}

.news-detail__body .image img {
  max-width: 100%;
}

.news-detail__body .image .caption {
  margin-top: 5px;
  margin-bottom: 0;
  color: #919191;
  font-size: 90%;
  line-height: 1.6;
}

.news-detail__body .indent-01 {
  position: relative;
  padding-left: 2.5em;
}

.news-detail__body .indent-01::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 2em;
  height: 2px;
  background: #000;
  transform: translateY(-1px);
}

.news-detail__body .indent-02 {
  position: relative;
  padding-left: calc(60px + 1em);
}

.news-detail__body .indent-02::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("/img/column/icon-02.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.news-detail__body .bold {
  font-weight: 700;
}

.news-detail__body .grey {
  color: #666;
}

.news-detail__body a {
  color: #000;
  text-decoration: underline;
}

.news-detail__body .modal-button {
  margin: 40px auto;
  text-align: center;
}

.news-detail__body .modal-button-link {
  padding: 1em 2em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #000;
  text-decoration: none;
}

.vision {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.vision-content {
  width: 100%;
}

.vision-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .vision-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.vision-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .vision-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.vision-header__title-text--en {
  font-size: 1.6rem;
}

.vision-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

body.page-vision {
  overflow-x: hidden;
}

.vision-copy {
  margin-bottom: 40px;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .vision-copy {
    display: flex;
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .vision-copy--first {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .vision-copy--first .vision-copy__image {
    padding-left: 30px;
    width: 46.2962962963%;
  }
}

@media (min-width: 768px) {
  .vision-copy--second {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .vision-copy--second .vision-copy__image {
    padding-right: 30px;
    direction: rtl;
    width: 42.5925925926%;
  }
}

@media (min-width: 768px) {
  .vision-copy--third {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .vision-copy--third .vision-copy__image {
    padding-left: 30px;
    width: 37.037037037%;
  }
}

.vision-copy--third .vision-copy__content-text {
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  .vision-copy--third .vision-copy__content-text {
    margin-bottom: 2em;
  }
}

.vision-copy__image {
  flex: 0 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .vision-copy__image {
    margin-bottom: 0;
    text-align: left;
  }
}

.vision-copy__image-img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .vision-copy__image-img {
    max-width: initial;
  }
}

.vision-copy__content {
  flex: 1 1 auto;
}

.vision-copy__content--main {
  display: flex;
  flex-direction: column;
}

.vision-copy__content-copy {
  flex: 1 1 auto;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media (min-width: 768px) {
  .vision-copy__content-copy {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .vision-copy__content-copy {
    font-size: 2.4rem;
  }
}

@media (min-width: 1200px) {
  .vision-copy__content-copy {
    font-size: 2.8rem;
  }
}

.vision-copy__content-logo {
  text-align: center;
}

@media (min-width: 768px) {
  .vision-copy__content-logo {
    text-align: left;
  }
}

.vision-copy__content-logo-img {
  max-width: 160px;
}

@media (min-width: 768px) {
  .vision-copy__content-logo-img {
    max-width: initial;
  }
}

.vision-copy__content-title {
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .vision-copy__content-title {
    font-size: 1.8rem;
  }
}

.vision-copy__content-text {
  margin-bottom: 2em;
  font-size: 1.6rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .vision-copy__content-text {
    margin-bottom: 3em;
    font-size: 1.8rem;
  }
}

.vision-copy__content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  width: 250px;
  height: 50px;
  font-size: 1.6rem;
  background-color: #f08300;
}

@media (min-width: 768px) {
  .vision-copy__content-link {
    margin: 0;
    width: 300px;
    height: 60px;
    font-size: 1.8rem;
  }
}

.vision-visual {
  margin-bottom: 80px;
  text-align: center;
}

.vision-visual__image-img {
  max-width: 100%;
}

.vision {
  margin: -40px auto 0;
}

.vision__content-intro {
  position: relative;
}

@media (min-width: 992px) {
  .vision__content-intro {
    display: flex;
  }
}

.vision__content-intro-txt {
  position: absolute;
  top: 30%;
  left: -10px;
  z-index: 2;
  width: 80%;
  background: #fff;
  padding: 15px;
}

@media (min-width: 992px) {
  .vision__content-intro-txt {
    width: 45%;
    position: static;
    padding: 0;
  }
}

.vision__content-intro-txt h1 {
  position: relative;
  margin-top: 0;
}

@media (min-width: 992px) {
  .vision__content-intro-txt h1 {
    margin-top: 100px;
  }
}

.vision__content-intro-txt h1::before {
  position: absolute;
  display: block;
  content: "";
  left: calc(-1 * (100vw + 20px));
  top: 15px;
  height: 2px;
  width: 100vw;
  background-color: #2D2A27;
}

.vision__content-intro-txt h1 p {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .vision__content-intro-txt h1 p {
    font-size: 3.5rem;
  }
}

.vision__content-intro-txt h1 span {
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .vision__content-intro-txt h1 span {
    font-size: 2rem;
  }
}

.vision__content-intro-txt > div > p {
  font-size: 2.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .vision__content-intro-txt > div > p {
    font-size: 4rem;
  }
}

.vision__content-intro-txt > div > p img {
  width: 50px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .vision__content-intro-txt > div > p img {
    width: 100px;
    margin-right: 20px;
  }
}

.vision__content-intro-txt > div > p:first-child {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .vision__content-intro-txt > div > p:first-child {
    margin-top: 100px;
  }
}

.vision__content-intro-img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: flex;
}

@media (min-width: 992px) {
  .vision__content-intro-img {
    width: 65%;
    margin: 0;
  }
}

.vision__content-intro-img img {
  width: 100vw;
}

@media (min-width: 992px) {
  .vision__content-intro-img img {
    position: relative;
    width: 100vw;
    height: 700px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }

  .vision__content-intro-img img::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background-color: red;
  }
}

.vision__content-question {
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #2D2A27;
  color: #fff;
}

@media (min-width: 768px) {
  .vision__content-question {
    padding: 100px 0;
  }
}

.vision__content-question-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.vision__content-question-inner h2 {
  position: relative;
  font-size: 1.8rem;
  padding-left: 15px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .vision__content-question-inner h2 {
    font-size: 3.5rem;
    padding-left: 0;
  }
}

.vision__content-question-inner h2::before {
  position: absolute;
  display: block;
  content: "";
  left: calc(-1 * (100vw + 20px));
  top: 20px;
  height: 2px;
  width: 100vw;
  background-color: #fff;
}

.vision__content-question-inner img {
  width: 100%;
  margin-top: 20px;
}

.vision__content-question-inner p {
  font-size: 1.4rem;
  margin-top: 20px;
  padding: 0 15px;
  line-height: 2;
}

@media (min-width: 1200px) {
  .vision__content-question-inner p {
    text-align: right;
    font-size: 2rem;
    padding: 0;
  }
}

.vision__content-answer {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .vision__content-answer {
    padding: 100px 0;
  }
}

.vision__content-answer-item {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .vision__content-answer-item {
    flex-direction: row;
    justify-content: space-between;
  }
}

.vision__content-answer-item h3 {
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .vision__content-answer-item h3 {
    font-size: 3rem;
    margin-top: 0;
  }
}

.vision__content-answer-item p {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .vision__content-answer-item p {
    margin-top: 30px;
    margin-top: 50px;
    font-size: 2rem;
  }
}

.vision__content-answer-item:nth-child(2) {
  flex-direction: column-reverse;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .vision__content-answer-item:nth-child(2) {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 70px;
  }
}

.vision__content-answer-item > div {
  width: 100%;
}

@media (min-width: 768px) {
  .vision__content-answer-item > div {
    width: 47%;
  }
}

.vision__content-answer-item img {
  width: 100%;
}

.vision__content-bottom {
  padding: 50px 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-image: url(/img/vision/rnbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 768px) {
  .vision__content-bottom {
    padding: 100px 0;
  }
}

.vision__content-bottom-inner {
  width: 60%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .vision__content-bottom-inner {
    width: 100%;
    max-width: 500px;
  }
}

.vision__content-bottom-inner img {
  width: 100%;
}

.flow {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.flow-content {
  width: 100%;
}

.flow-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .flow-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.flow-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .flow-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.flow-header__title-text--en {
  font-size: 1.6rem;
}

.flow-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.flow-anchor {
  margin: auto;
  margin-top: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.flow-anchor__list {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.flow-anchor__list-item {
  flex: 0 0 auto;
  width: 50%;
}

.flow-anchor__list-item:first-child {
  border-right: 1px solid #fff;
}

.flow-anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  background-color: #7c7c7c;
}

@media (min-width: 768px) {
  .flow-anchor__link {
    height: 60px;
    font-size: 1.8rem;
  }
}

.flow-anchor__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.flow-contract {
  margin: auto;
  margin-top: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.flow-contract__header {
  margin-bottom: 40px;
}

.flow-contract__header-title {
  padding: 20px 0;
}

.flow-contract__header-title-text--ja {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .flow-contract__header-title-text--ja {
    font-size: 3.2rem;
  }
}

.flow-contract__header-title-text--en {
  font-size: 1.4rem;
  font-weight: 400;
}

.flow-contract__header-title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.flow-contract__header-text {
  padding-left: 0.25em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .flow-contract__header-text {
    font-size: 1.6rem;
  }
}

.flow-contract__process-list {
  display: flex;
  flex-wrap: wrap;
}

.flow-contract__process-list-item {
  flex: 0 0 auto;
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.flow-contract__process-list-item:nth-child(odd) {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .flow-contract__process-list-item {
    margin-bottom: 0;
    margin-right: 20px;
    width: calc(25% - 15px);
  }

  .flow-contract__process-list-item:last-child {
    margin-right: 0;
  }
}

.flow-contract__process-list-item:last-child .flow-contract__process-title::after {
  display: none;
}

.flow-contract__process-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

@media (min-width: 768px) {
  .flow-contract__process-icon {
    height: 100px;
  }
}

.flow-contract__process-icon-img {
  max-height: 100%;
}

.flow-contract__process-step {
  margin-top: 20px;
  color: #f08300;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-contract__process-step {
    font-size: 1.8rem;
  }
}

.flow-contract__process-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0em 0 0;
  height: 4em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .flow-contract__process-title {
    padding: 0 0.75em;
    font-size: 1.75rem;
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .flow-contract__process-title {
    font-size: 2.2rem;
  }
}

.flow-contract__process-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
  width: 10px;
  height: 10px;
  transform: translate(90%, -50%) rotate(-45deg);
}

@media (min-width: 992px) {
  .flow-contract__process-title::after {
    width: 16px;
    height: 16px;
    transform: translate(50%, -50%) rotate(-45deg);
  }
}

@media (min-width: 1200px) {
  .flow-contract__process-title::after {
    width: 20px;
    height: 20px;
  }
}

.flow-contract__process-text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  .flow-contract__process-text {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.4rem;
  }
}

.flow-contract__process-text-link {
  color: #f08300;
  text-decoration: underline;
}

.flow-contract__subtitle {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .flow-contract__subtitle {
    font-size: 2.4rem;
  }
}

.flow-contract__conditions {
  margin-top: 60px;
}

.flow-contract__conditions table {
  width: 100%;
  border-collapse: collapse;
}

.flow-contract__conditions table th,
.flow-contract__conditions table td {
  display: block;
  padding: 1.25em 0;
  font-size: 1.4rem;
  border: 1px solid #cdcdcd;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 768px) {
  .flow-contract__conditions table th,
  .flow-contract__conditions table td {
    display: table-cell;
  }
}

.flow-contract__conditions table th {
  text-align: left;
}

@media (min-width: 768px) {
  .flow-contract__conditions table th {
    width: 12em;
  }
}

.flow-contract__conditions-link {
  color: #f08300;
  text-decoration: underline;
}

.flow-contract__conditions-buttons {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .flow-contract__conditions-buttons {
    flex-direction: row;
  }
}

.flow-contract__conditions-buttons .link-button {
  margin: 10px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .flow-contract__conditions-buttons .link-button {
    margin: 0;
    width: calc(50% - 20px);
  }

  .flow-contract__conditions-buttons .link-button:first-child {
    margin-right: 40px;
  }
}

.flow-contract__conditions-buttons .link-button__link {
  justify-content: center;
  max-width: inherit;
}

.flow-contract__price {
  margin-top: 60px;
}

.flow-contract__price-company-owned-title {
  margin-bottom: 1em;
  color: #f08300;
  font-size: 1.8rem;
}

.flow-contract__price-company-owned-table {
  width: 100%;
  overflow-x: auto;
}

.flow-contract__price-company-owned table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.flow-contract__price-company-owned table tr.bgc {
  background-color: #f4f4f4;
}

.flow-contract__price-company-owned table th,
.flow-contract__price-company-owned table td {
  border: 1px solid #cdcdcd;
  border-left: 0;
  border-right: 0;
  vertical-align: top;
}

.flow-contract__price-company-owned table th.pl,
.flow-contract__price-company-owned table td.pl {
  padding-left: 20px;
}

.flow-contract__price-company-owned table th {
  padding: 1.5em 0;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  background-color: #919191;
}

.flow-contract__price-company-owned table th:nth-child(1) {
  width: 40%;
}

.flow-contract__price-company-owned table th:nth-child(2) {
  width: 20%;
}

.flow-contract__price-company-owned table th:nth-child(3) {
  width: 20%;
}

.flow-contract__price-company-owned table th:nth-child(4) {
  width: 20%;
}

.flow-contract__price-company-owned table td {
  padding: 1em 0;
  font-size: 1.4rem;
}

.flow-contract__price-company-owned-notice {
  margin-top: 2em;
}

.flow-contract__price-company-owned-notice-text {
  color: #919191;
  font-size: 1.2rem;
}

.flow-contract__price-partner {
  margin-top: 50px;
}

.flow-contract__price-partner-title {
  margin-bottom: 1em;
  color: #f08300;
  font-size: 1.8rem;
}

.flow-contract__price-partner-text {
  font-size: 1.4rem;
}

.flow-contract__price-partner-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.flow-contract__price-partner-list-item {
  margin-bottom: 20px;
  width: calc(50% - 10px);
  text-align: center;
}

.flow-contract__price-partner-list-item:nth-child(odd) {
  margin-right: 20px;
}

@media (min-width: 768px) {
  .flow-contract__price-partner-list-item {
    margin-bottom: 0;
    width: calc(25% - 15px);
    text-align: left;
  }

  .flow-contract__price-partner-list-item:not(:last-child) {
    margin-right: 20px;
  }
}

.flow-contract__price-partner-image-img {
  max-width: 100%;
}

.flow-contract__price-partner-name {
  margin-top: 10px;
  font-size: 1.4rem;
}

.flow-contract__price-partner-name-link {
  margin-right: 5px;
  color: #000;
  vertical-align: middle;
}

.flow-guide {
  margin: auto;
  margin-top: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.flow-guide__header {
  margin-bottom: 40px;
}

.flow-guide__header-title {
  padding: 20px 0;
}

.flow-guide__header-title-text--ja {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .flow-guide__header-title-text--ja {
    font-size: 3.2rem;
  }
}

.flow-guide__header-title-text--en {
  font-size: 1.4rem;
  font-weight: 400;
}

.flow-guide__header-title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.flow-guide__header-text {
  padding-left: 0.25em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .flow-guide__header-text {
    font-size: 1.6rem;
  }
}

.flow-guide__process-list {
  display: flex;
  flex-wrap: wrap;
}

.flow-guide__process-list-item {
  flex: 0 0 auto;
  margin-bottom: 20px;
  width: calc(50% - 10px);
}

.flow-guide__process-list-item:nth-child(odd) {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .flow-guide__process-list-item {
    margin-bottom: 0;
    margin-right: 20px;
    width: calc(25% - 15px);
  }

  .flow-guide__process-list-item:last-child {
    margin-right: 0;
  }
}

.flow-guide__process-list-item:last-child .flow-guide__process-title::after {
  display: none;
}

.flow-guide__process-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

@media (min-width: 768px) {
  .flow-guide__process-icon {
    height: 100px;
  }
}

.flow-guide__process-icon-img {
  max-height: 100%;
}

.flow-guide__process-step {
  margin-top: 20px;
  color: #f08300;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .flow-guide__process-step {
    font-size: 1.8rem;
  }
}

.flow-guide__process-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0em 0 0;
  height: 4em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .flow-guide__process-title {
    padding: 0 0.75em;
    font-size: 1.75rem;
    white-space: normal;
  }
}

@media (min-width: 1200px) {
  .flow-guide__process-title {
    font-size: 2.2rem;
  }
}

.flow-guide__process-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #f08300;
  border-bottom: 2px solid #f08300;
  width: 10px;
  height: 10px;
  transform: translate(90%, -50%) rotate(-45deg);
}

@media (min-width: 992px) {
  .flow-guide__process-title::after {
    width: 16px;
    height: 16px;
    transform: translate(50%, -50%) rotate(-45deg);
  }
}

@media (min-width: 1200px) {
  .flow-guide__process-title::after {
    width: 20px;
    height: 20px;
  }
}

.flow-guide__process-text {
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  .flow-guide__process-text {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.4rem;
  }
}

.flow-guide__process-text-link {
  color: #f08300;
  text-decoration: underline;
}

.flow-guide__entering-and-leaving {
  margin-top: 30px;
  padding: 20px;
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  .flow-guide__entering-and-leaving {
    margin-top: 60px;
    padding: 40px;
  }
}

.flow-guide__entering-and-leaving-smart-key,
.flow-guide__entering-and-leaving-nfc-card {
  margin-top: 20px;
}

.flow-guide__entering-and-leaving-smart-key-title,
.flow-guide__entering-and-leaving-nfc-card-title {
  margin-bottom: 1em;
  color: #f08300;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .flow-guide__entering-and-leaving-smart-key-title,
  .flow-guide__entering-and-leaving-nfc-card-title {
    margin-bottom: 1.5em;
  }
}

.flow-guide__entering-and-leaving-smart-key-text,
.flow-guide__entering-and-leaving-nfc-card-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.flow-guide__entering-and-leaving-smart-key-text-link,
.flow-guide__entering-and-leaving-nfc-card-text-link {
  color: #f08300;
  text-decoration: underline;
}

.flow-guide__entering-and-leaving-smart-key-image,
.flow-guide__entering-and-leaving-nfc-card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 0;
}

@media (min-width: 992px) {
  .flow-guide__entering-and-leaving-smart-key-image,
  .flow-guide__entering-and-leaving-nfc-card-image {
    padding: 15px 30px;
    flex-direction: row;
  }
}

.flow-guide__entering-and-leaving-smart-key-image-img,
.flow-guide__entering-and-leaving-nfc-card-image-img {
  max-width: 100%;
}

.flow-guide__entering-and-leaving-smart-key-image-img:first-child,
.flow-guide__entering-and-leaving-nfc-card-image-img:first-child {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .flow-guide__entering-and-leaving-smart-key-image-img:first-child,
  .flow-guide__entering-and-leaving-nfc-card-image-img:first-child {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

.flow-guide__buttons {
  margin-top: 40px;
}

.flow-guide__buttons .link-button__link {
  justify-content: center;
  max-width: 520px;
}

.flow-guide__app {
  margin-top: 50px;
}

.flow-guide__app-subtitle {
  margin-bottom: 1em;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .flow-guide__app-subtitle {
    font-size: 2.4rem;
  }
}

.flow-guide__app-text {
  font-size: 1.4rem;
  line-height: 1.8;
}

.column {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.column-content {
  width: 100%;
}

.column-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .column-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.column-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .column-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.column-header__title-text--en {
  font-size: 1.6rem;
}

.column-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.columns-anchor {
  margin: auto;
  margin-top: 40px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.columns-anchor__list {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.columns-anchor__list-item {
  flex: 0 0 auto;
  width: 50%;
}

.columns-anchor__list-item:first-child {
  border-right: 1px solid #fff;
}

.columns-anchor__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
  background-color: #7c7c7c;
}

@media (min-width: 768px) {
  .columns-anchor__link {
    height: 60px;
    font-size: 1.8rem;
  }
}

.columns-anchor__link::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.columns-slider {
  margin-top: 20px;
}

.columns-slider .swiper-container {
  width: 100%;
}

.columns-slider .swiper-slide {
  width: 100%;
}

@media (min-width: 768px) {
  .columns-slider .swiper-slide {
    width: 680px;
    max-width: 60%;
  }
}

.columns-slider .swiper-pagination {
  position: static;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
}

.columns-slider .swiper-pagination-bullet {
  margin: 0 10px;
  width: 10px;
  height: 10px;
  outline: none;
}

.columns-slider .swiper-pagination-bullet-active {
  background-color: #f08300;
}

.columns-slider .swiper-pagination-clickable .columns-slider .swiper-pagination-bullet {
  cursor: pointer;
}

.columns-slider__image-img {
  width: 100%;
}

.columns-column {
  margin: auto;
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.columns-column__header {
  margin-bottom: 40px;
}

.columns-column__header-title {
  padding: 20px 0;
}

.columns-column__header-title-text--ja {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .columns-column__header-title-text--ja {
    font-size: 3.2rem;
  }
}

.columns-column__header-title-text--en {
  font-size: 1.4rem;
  font-weight: 400;
}

.columns-column__header-title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.columns-column__header-text {
  padding-left: 0.25em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .columns-column__header-text {
    font-size: 1.6rem;
  }
}

.columns-column__list {
  width: 100%;
}

.columns-column__list-item {
  padding: 20px 0;
}

@media (min-width: 768px) {
  .columns-column__list-item {
    padding: 40px 0;
  }
}

.columns-column__image {
  flex: 0 0 auto;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .columns-column__image {
    margin-right: 10px;
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}

.columns-column__image::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.columns-column__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.5s cubic-bezier(0.27, 0.9, 0.39, 0.99);
}

.columns-column__image-img.object-position-top {
  -o-object-position: top;
     object-position: top;
  font-family: "object-fit: cover; object-position: top;";
}

.columns-column__content {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .columns-column__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 10px;
    width: calc(50% - 10px);
  }
}

.columns-column__date {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .columns-column__date {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.columns-column__category {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.25em 1.25em;
  background-color: #919191;
  border-radius: 999px;
}

@media (min-width: 768px) {
  .columns-column__category {
    font-size: 1.4rem;
  }
}

.columns-column__link {
  flex: 1 1 auto;
  display: block;
  margin-bottom: 10px;
  color: #000;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .columns-column__link {
    display: flex;
  }
}

.columns-column__link:hover .columns-column__image-img {
  transform: scale(1.05);
}

.columns-column__title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  word-break: break-all;
}

@media (min-width: 768px) {
  .columns-column__title {
    flex: 1 1 auto;
    font-size: 2.35rem;
  }
}

.columns-webinar {
  margin: auto;
  margin-top: 20px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.columns-webinar__header {
  margin-bottom: 40px;
}

.columns-webinar__header-title {
  padding: 20px 0;
}

.columns-webinar__header-title-text--ja {
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .columns-webinar__header-title-text--ja {
    font-size: 3.2rem;
  }
}

.columns-webinar__header-title-text--en {
  font-size: 1.4rem;
}

.columns-webinar__header-title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.columns-webinar__header-text {
  padding-left: 0.25em;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .columns-webinar__header-text {
    font-size: 1.6rem;
  }
}

.columns-webinar__list {
  width: 100%;
}

@media (min-width: 768px) {
  .columns-webinar__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.columns-webinar__list:not(:last-of-type) {
  margin-bottom: 40px;
  border-bottom: 1px solid #000;
}

.columns-webinar__list-item {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .columns-webinar__list-item {
    width: calc(50% - 20px);
  }

  .columns-webinar__list-item:nth-child(odd) {
    margin-right: 40px;
  }
}

.columns-webinar__image {
  flex: 0 0 auto;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

.columns-webinar__image::before {
  content: "";
  display: block;
  padding-top: 55%;
}

.columns-webinar__image-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.5s cubic-bezier(0.27, 0.9, 0.39, 0.99);
}

.columns-webinar__content {
  flex: 0 0 auto;
  width: 100%;
}

.columns-webinar__date {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: color 0.5s;
}

@media (min-width: 768px) {
  .columns-webinar__date {
    display: block;
    margin-right: 0;
  }
}

.columns-webinar__category {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.25em 1.5em;
  background-color: #919191;
  border-radius: 999px;
  transition: color 0.5s;
}

@media (min-width: 768px) {
  .columns-webinar__category {
    font-size: 1.8rem;
  }
}

.columns-webinar__link {
  color: #000;
  width: 100%;
}

.columns-webinar__link:hover .columns-webinar__image-img {
  transform: scale(1.05);
}

.columns-webinar__link:hover .columns-webinar__category {
  color: #f08300;
}

.columns-webinar__link:hover .columns-webinar__date {
  color: #f08300;
}

.columns-webinar__link:hover .columns-webinar__title {
  color: #f08300;
}

.columns-webinar__link:hover .columns-webinar__subtitle {
  color: #f08300;
}

.columns-webinar__title {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  word-break: break-all;
  transition: color 0.5s;
}

@media (min-width: 768px) {
  .columns-webinar__title {
    font-size: 2.35rem;
  }
}

.columns-webinar__subtitle {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  word-break: break-all;
  transition: color 0.5s;
}

@media (min-width: 768px) {
  .columns-webinar__subtitle {
    font-size: 1.6rem;
  }
}

.columns-webinar__more {
  margin: 30px 0;
}

.columns-webinar__more-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0.5em 1em;
  color: #000;
  width: 100%;
  max-width: 300px;
  height: 50px;
  font-size: 1.4rem;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.columns-webinar__more-link::after {
  content: "";
  position: absolute;
  right: 0.5em;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.columns-webinar__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.columns-webinar__modal-wrapper {
  position: relative;
  width: 95%;
  max-width: 1000px;
}

.columns-webinar__modal-wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.columns-webinar__modal-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.columns-webinar__modal-close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.columns-webinar__modal-close-img {
  width: 100%;
  height: 100%;
}

@keyframes webinar-fadein {
  from {
    background-color: rgba(240, 131, 0, 0.5);
  }

  to {
    background-color: #efefef;
  }
}

.column-detail {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .column-detail {
    margin-top: 40px;
  }
}

.column-detail__container {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .column-detail__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.column-detail__info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .column-detail__info {
    padding: 0;
  }
}

.column-detail__sns-share {
  color: #919191;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .column-detail__sns-share {
    font-size: 1.4rem;
  }
}

.column-detail__sns-list {
  display: flex;
  align-items: center;
}

.column-detail__sns-list-item:not(:last-child) {
  margin-right: 5px;
}

@media (min-width: 768px) {
  .column-detail__sns-list-item:not(:last-child) {
    margin-right: 10px;
  }
}

.column-detail__title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  border-bottom: 4px solid #919191;
}

@media (min-width: 768px) {
  .column-detail__title {
    font-size: 2.4rem;
  }
}

.column-detail__date {
  flex: 0 0 auto;
  width: 6em;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .column-detail__date {
    margin-right: 10px;
  }
}

.column-detail__category {
  flex: 0 0 auto;
  margin-right: 20px;
  padding: 0 20px;
  color: #000;
  font-size: 1.2rem;
  border: 2px solid #000;
}

.column-detail__body {
  padding: 15px 0 50px 0;
  word-break: break-all;
}

@media (min-width: 768px) {
  .column-detail__body {
    margin-top: 30px;
  }
}

.column-detail__body section {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .column-detail__body section {
    margin-bottom: 60px;
  }
}

.column-detail__body div,
.column-detail__body p {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .column-detail__body div,
  .column-detail__body p {
    font-size: 1.6rem;
  }
}

.column-detail__body h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .column-detail__body h3 {
    font-size: 2rem;
  }
}

.column-detail__body h3.border-left {
  padding-left: 0.75em;
  border-left: 5px solid #aaa;
}

.column-detail__body h4 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .column-detail__body h4 {
    font-size: 1.8rem;
  }
}

.column-detail__body .flex {
  display: flex;
  flex-direction: column;
}

.column-detail__body .flex.sp-reverse {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .column-detail__body .flex {
    flex-direction: row !important;
  }
}

.column-detail__body .flex .left {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 1em;
}

.column-detail__body .flex .right {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-left: 1em;
}

.column-detail__body .flex .w25 {
  width: 100%;
}

@media (min-width: 768px) {
  .column-detail__body .flex .w25 {
    width: 25%;
  }
}

.column-detail__body .flex .w50 {
  width: 100%;
}

@media (min-width: 768px) {
  .column-detail__body .flex .w50 {
    width: 50%;
  }
}

.column-detail__body .flex .w75 {
  width: 100%;
}

@media (min-width: 768px) {
  .column-detail__body .flex .w75 {
    width: 75%;
  }
}

.column-detail__body .list p {
  margin-bottom: 0;
}

.column-detail__body .list ul {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  line-height: 2.4;
}

@media (min-width: 768px) {
  .column-detail__body .list ul {
    font-size: 1.6rem;
  }
}

.column-detail__body .list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.column-detail__body .image {
  margin-bottom: 20px;
  text-align: center;
}

.column-detail__body .image:not(.main) img {
  max-width: 640px;
  max-width: min(100%, 640px);
}

.column-detail__body .image img {
  max-width: 100%;
}

.column-detail__body .image .caption {
  margin-top: 5px;
  margin-bottom: 0;
  color: #919191;
  font-size: 90%;
  line-height: 1.6;
}

.column-detail__body .indent-01 {
  position: relative;
  padding-left: 2.5em;
}

.column-detail__body .indent-01::before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
  width: 2em;
  height: 2px;
  background: #000;
  transform: translateY(-1px);
}

.column-detail__body .indent-02 {
  position: relative;
  padding-left: calc(60px + 1em);
}

.column-detail__body .indent-02::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url("/img/column/icon-02.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.column-detail__body .bold {
  font-weight: 700;
}

.column-detail__body .grey {
  color: #666;
}

.column-detail__body a {
  color: #000;
  text-decoration: underline;
}

.column-detail__body .modal-button {
  margin: 40px auto;
  text-align: center;
}

.column-detail__body .modal-button-link {
  padding: 1em 2em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  background-color: #000;
  text-decoration: none;
}

.columns-pagination {
  padding-top: 50px;
  padding-bottom: 80px;
}

.columns-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.columns-pagination__list-item {
  margin: 0 0.5em;
}

.columns-pagination__link,
.columns-pagination__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
}

.columns-pagination__link {
  color: #000;
}

.columns-pagination__text--current {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
}

.faq {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.faq-content {
  width: 100%;
}

.faq-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .faq-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.faq-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .faq-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.faq-header__title-text--en {
  font-size: 1.6rem;
}

.faq-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.faq-filter {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.faq-filter--active .faq-filter__title::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.faq-filter--active .faq-filter__title + .faq-filter__list {
  display: block;
}

@media (min-width: 768px) {
  .faq-filter {
    margin-bottom: 40px;
    padding: 0;
    border: 0;
  }
}

.faq-filter__title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .faq-filter__title {
    display: none;
  }
}

.faq-filter__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-filter__list {
  display: none;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .faq-filter__list {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.faq-filter__list-item {
  text-align: center;
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .faq-filter__list-item {
    margin: 1em 2em 1em 0;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
  }
}

.faq-filter__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  height: 3.5em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .faq-filter__link {
    padding: 0 2em;
    letter-spacing: 1px;
  }
}

.faq-group {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .faq-group {
    margin-bottom: 60px;
  }
}

.faq-group__title {
  margin-bottom: 0.5em;
  padding: 0.25em 0;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .faq-group__title {
    font-size: 2.4rem;
  }
}

.faq-group__list-item {
  padding: 15px 15px 15px 45px;
  border-top: 1px solid #cdcdcd;
}

.faq-group__list-item:last-child {
  border-bottom: 1px solid #cdcdcd;
}

@media (min-width: 768px) {
  .faq-group__list-item {
    padding: 20px 20px 20px 60px;
    cursor: pointer;
  }
}

.faq-group__list-item--active {
  background-color: #f4f4f4;
}

.faq-group__list-item--active .faq-group__q::after {
  top: 10px;
  transform: translate(-50%, 0) rotate(-135deg);
}

.faq-group__list-item--active .faq-group__a {
  display: block;
}

.faq-group__q {
  position: relative;
  padding-right: 2.5em;
  font-size: 1.5rem;
}

.faq-group__q::before {
  content: "Q.";
  position: absolute;
  top: -0.4em;
  left: -1em;
  color: #919191;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

.faq-group__q::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: translate(-50%, 0) rotate(45deg);
}

@media (min-width: 768px) {
  .faq-group__q {
    font-size: 1.6rem;
  }

  .faq-group__q::before {
    top: -0.4em;
    left: -1.2em;
  }
}

.faq-group__a {
  position: relative;
  display: none;
  margin-top: 2em;
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.8;
}

.faq-group__a::before {
  content: "A.";
  position: absolute;
  top: -0.4em;
  left: -1em;
  color: #919191;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .faq-group__a {
    font-size: 1.6rem;
  }

  .faq-group__a::before {
    top: -0.4em;
    left: -1.2em;
  }
}

.faq-group__a a {
  color: #f08300;
  text-decoration: underline;
}

.inquiry {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.inquiry-content {
  width: 100%;
}

.inquiry-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .inquiry-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.inquiry-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .inquiry-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.inquiry-header__title-text--en {
  font-size: 1.6rem;
}

.inquiry-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

@media (min-width: 768px) {
  .inquiry-form__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3%;
         column-gap: 3%;
    row-gap: 40px;
  }
}

.inquiry-form__list-item {
  margin: 20px 0;
  padding: 20px 0 20px 0;
  background-color: #f4f4f4;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .inquiry-form__list-item {
    margin: 0;
    padding: 40px 0 20px 0;
    width: 31.3333333333%;
  }
}

.inquiry-form__image {
  text-align: center;
}

.inquiry-form__image-img {
  height: 40px;
}

@media (min-width: 768px) {
  .inquiry-form__image-img {
    height: auto;
  }
}

.inquiry-form__title {
  font-size: 2.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-form__title {
    font-size: 3.2rem;
    height: auto;
  }
}

.inquiry-form__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  margin-top: 1em;
  padding: 0 0.5em;
  font-size: 1.2rem;
  width: 100%;
  max-width: 18.5em;
  height: 5em;
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-form__text {
    font-size: 1.4rem;
  }
}

.inquiry-form__link {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #000;
  margin: auto;
  margin-top: 1em;
  padding: 0 1em;
  color: #fff;
  width: calc(100% - 20px);
  max-width: 18em;
  height: 2.6em;
  font-size: 1.6rem;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .inquiry-form__link {
    padding: 0 0.5em;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .inquiry-form__link {
    padding: 0 1em;
  }
}

.inquiry-form__link::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 768px) {
  .inquiry-form__link::after {
    right: 0.5em;
  }
}

@media (min-width: 992px) {
  .inquiry-form__link::after {
    right: 1em;
  }
}

.inquiry-form__link--download::after {
  top: calc(50% + 3px);
  width: 1em;
  height: 1em;
  background-image: url("/img/icon/download.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  border: none;
}

.inquiry-pamphlet {
  padding: 20px;
  background-color: #f4f4f4;
  margin-top: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (min-width: 768px) {
  .inquiry-pamphlet {
    padding: 40px;
  }
}

.inquiry-pamphlet__image {
  text-align: center;
}

.inquiry-pamphlet__image-img {
  height: 40px;
}

@media (min-width: 768px) {
  .inquiry-pamphlet__image-img {
    height: auto;
  }
}

.inquiry-pamphlet__title {
  padding: 10px 0;
  font-size: 2.2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-pamphlet__title {
    padding: 20px 0;
    font-size: 3.2rem;
    height: auto;
  }
}

.inquiry-pamphlet__subtitle {
  font-size: 1.4rem;
  text-align: center;
}

.inquiry-pamphlet__list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}

@media (min-width: 1200px) {
  .inquiry-pamphlet__list {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.inquiry-pamphlet__list-item {
  display: inline-flex;
  align-items: center;
  margin: auto;
  padding: 0.5em 1em 0.5em 0;
  font-size: 1.1rem;
}

@media (min-width: 1200px) {
  .inquiry-pamphlet__list-item {
    flex: 1 1 auto;
    width: 50%;
    font-size: 1.4rem;
  }
}

.inquiry-pamphlet__office-name {
  color: #000;
  width: 8em;
  font-weight: 700;
}

.inquiry-pamphlet__pamphlet-link,
.inquiry-pamphlet__floor-map-link {
  color: #000;
}

@media (min-width: 768px) {
  .inquiry-pamphlet__pamphlet-link:hover,
  .inquiry-pamphlet__floor-map-link:hover {
    text-decoration: underline;
  }
}

.inquiry-pamphlet__pamphlet-link.disabled,
.inquiry-pamphlet__floor-map-link.disabled {
  pointer-events: none;
  color: #999;
}

.inquiry-pamphlet__separator {
  padding: 0 0.5em;
}

.facilities {
  margin: auto;
  margin-bottom: 60px;
  padding: 0 10px;
  width: 100%;
  max-width: 1100px;
}

.facilities-content {
  width: 100%;
}

.facilities-header {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .facilities-header {
    margin: 40px 0;
    padding: 30px 0;
  }
}

.facilities-header__title-text--ja {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .facilities-header__title-text--ja {
    font-size: 3.8rem;
  }
}

.facilities-header__title-text--en {
  font-size: 1.6rem;
}

.facilities-header__title-text--en::before {
  content: "\FF0F";
  padding: 0 1em 0 0.5em;
  color: #919191;
  font-weight: 400;
}

.facilities-intro-facilities,
.facilities-intro-room,
.facilities-intro-office {
  margin-bottom: 50px;
}

.facilities-intro-facilities__title,
.facilities-intro-room__title,
.facilities-intro-office__title {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__title,
  .facilities-intro-room__title,
  .facilities-intro-office__title {
    font-size: 2.4rem;
  }
}

.facilities-intro-facilities__title span,
.facilities-intro-room__title span,
.facilities-intro-office__title span {
  font-weight: normal;
  margin-left: 10px;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__title span,
  .facilities-intro-room__title span,
  .facilities-intro-office__title span {
    margin-left: 20px;
    font-size: 2rem;
  }
}

.facilities-intro-facilities__text,
.facilities-intro-room__text,
.facilities-intro-office__text {
  margin-top: 1em;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__text,
  .facilities-intro-room__text,
  .facilities-intro-office__text {
    font-size: 1.6rem;
  }
}

.facilities-intro-facilities__detail,
.facilities-intro-room__detail,
.facilities-intro-office__detail {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail,
  .facilities-intro-room__detail,
  .facilities-intro-office__detail {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-list,
  .facilities-intro-room__detail-list,
  .facilities-intro-office__detail-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-list.features,
  .facilities-intro-room__detail-list.features,
  .facilities-intro-office__detail-list.features {
    flex-direction: column;
  }
}

.facilities-intro-facilities__detail-list-item,
.facilities-intro-room__detail-list-item,
.facilities-intro-office__detail-list-item {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-list-item,
  .facilities-intro-room__detail-list-item,
  .facilities-intro-office__detail-list-item {
    margin-right: 0;
    margin-bottom: 60px;
    width: calc((100% - 40px) / 2);
  }

  .facilities-intro-facilities__detail-list-item:not(:nth-child(2n)),
  .facilities-intro-room__detail-list-item:not(:nth-child(2n)),
  .facilities-intro-office__detail-list-item:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .facilities-intro-facilities__detail-list-item,
  .facilities-intro-room__detail-list-item,
  .facilities-intro-office__detail-list-item {
    margin-bottom: 60px;
    width: calc((100% - 80px) / 3);
  }

  .facilities-intro-facilities__detail-list-item:not(:nth-child(2n)),
  .facilities-intro-room__detail-list-item:not(:nth-child(2n)),
  .facilities-intro-office__detail-list-item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  .facilities-intro-facilities__detail-list-item:not(:nth-child(3n)),
  .facilities-intro-room__detail-list-item:not(:nth-child(3n)),
  .facilities-intro-office__detail-list-item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

.facilities-intro-facilities__detail-list-item.features,
.facilities-intro-room__detail-list-item.features,
.facilities-intro-office__detail-list-item.features {
  width: 100%;
  background-color: #f6ecda;
  padding: 30px 10px;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-list-item.features,
  .facilities-intro-room__detail-list-item.features,
  .facilities-intro-office__detail-list-item.features {
    padding: 40px;
  }
}

.facilities-intro-facilities__detail-image,
.facilities-intro-room__detail-image,
.facilities-intro-office__detail-image {
  flex: 0 0 auto;
  position: relative;
  background-color: #F3F3F3;
}

.facilities-intro-facilities__detail-image::after,
.facilities-intro-room__detail-image::after,
.facilities-intro-office__detail-image::after {
  content: "";
  display: block;
  padding-top: 89.6875%;
}

.facilities-intro-facilities__detail-image-img,
.facilities-intro-room__detail-image-img,
.facilities-intro-office__detail-image-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.facilities-intro-facilities__detail-title,
.facilities-intro-room__detail-title,
.facilities-intro-office__detail-title {
  margin-bottom: 0.5em;
  font-size: 1.75rem;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-title,
  .facilities-intro-room__detail-title,
  .facilities-intro-office__detail-title {
    font-size: 2.2rem;
  }
}

.facilities-intro-facilities__detail-title.feature,
.facilities-intro-room__detail-title.feature,
.facilities-intro-office__detail-title.feature {
  text-align: center;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-title.feature,
  .facilities-intro-room__detail-title.feature,
  .facilities-intro-office__detail-title.feature {
    margin-bottom: 0;
  }
}

.facilities-intro-facilities__detail-text,
.facilities-intro-room__detail-text,
.facilities-intro-office__detail-text {
  margin-top: 1em;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__detail-text,
  .facilities-intro-room__detail-text,
  .facilities-intro-office__detail-text {
    font-size: 1.4rem;
  }
}

.facilities-intro-facilities__detail-text a,
.facilities-intro-room__detail-text a,
.facilities-intro-office__detail-text a {
  color: #f08300;
  text-decoration: underline;
}

.facilities-intro-facilities__anchors-list,
.facilities-intro-room__anchors-list,
.facilities-intro-office__anchors-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}

.facilities-intro-facilities__anchors-list-item,
.facilities-intro-room__anchors-list-item,
.facilities-intro-office__anchors-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  margin-bottom: 8px;
  width: 32%;
  height: 40px;
  font-size: 1.2rem;
  background-color: #f3f3f3;
  cursor: pointer;
}

.facilities-intro-facilities__anchors-list-item:nth-child(3n),
.facilities-intro-room__anchors-list-item:nth-child(3n),
.facilities-intro-office__anchors-list-item:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .facilities-intro-facilities__anchors-list-item,
  .facilities-intro-room__anchors-list-item,
  .facilities-intro-office__anchors-list-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(20% - 8px);
    height: 50px;
    font-size: 1.4rem;
  }

  .facilities-intro-facilities__anchors-list-item:nth-child(3n),
  .facilities-intro-room__anchors-list-item:nth-child(3n),
  .facilities-intro-office__anchors-list-item:nth-child(3n) {
    margin-right: 10px;
  }

  .facilities-intro-facilities__anchors-list-item:nth-child(5n),
  .facilities-intro-room__anchors-list-item:nth-child(5n),
  .facilities-intro-office__anchors-list-item:nth-child(5n) {
    margin-right: 0;
  }
}

.facilities-intro-facilities__anchors-list-item:hover,
.facilities-intro-room__anchors-list-item:hover,
.facilities-intro-office__anchors-list-item:hover {
  opacity: 0.6;
}

.facilities-intro-office__detail {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .facilities-intro-office__detail {
    margin-top: 20px;
  }
}

.facilities-intro-office__detail-list {
  display: flex;
  flex-wrap: wrap;
}

.facilities-intro-office__detail-list-item {
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
}

.facilities-intro-office__detail-list-item:not(:nth-child(2n)) {
  margin-right: 20px !important;
}

@media (min-width: 768px) {
  .facilities-intro-office__detail-list-item {
    margin-right: 0 !important;
    width: calc((100% - 80px) / 3);
  }

  .facilities-intro-office__detail-list-item:not(:nth-child(2n)) {
    margin-right: 0 !important;
  }

  .facilities-intro-office__detail-list-item:not(:nth-child(3n)) {
    margin-right: 40px !important;
  }
}

@media (min-width: 992px) {
  .facilities-intro-office__detail-list-item {
    width: calc((100% - 120px) / 4);
  }

  .facilities-intro-office__detail-list-item:not(:nth-child(2n)) {
    margin-right: 0 !important;
  }

  .facilities-intro-office__detail-list-item:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }

  .facilities-intro-office__detail-list-item:not(:nth-child(4n)) {
    margin-right: 40px !important;
  }
}

.facilities-intro-office__anchors-list-item {
  position: relative;
}

.facilities-intro-office__anchors-list-item::after {
  content: "\FF0B";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.facilities-intro-office__anchors-list-item.selected::after {
  content: "\FF0D";
}

.facilities-intro-features-textbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .facilities-intro-features-textbox {
    align-items: center;
    flex-direction: row;
  }
}

.facilities-intro-features-textbox h3 {
  width: auto;
  white-space: nowrap;
  text-align: left;
}

@media (min-width: 768px) {
  .facilities-intro-features-textbox h3 {
    padding-right: 40px;
  }
}

.facilities-intro-features-textbox p {
  width: 100%;
}

@media (min-width: 768px) {
  .facilities-intro-features-textbox p {
    width: 80%;
  }
}

.facilities-intro-features-textbox-desc {
  font-size: 1.4rem;
}

.facilities-intro-features-textbox-desc a {
  color: #f08300;
  text-decoration: underline;
}

.facilities-intro-features-imagebox {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox {
    flex-direction: row;
    justify-content: center;
  }
}

.facilities-intro-features-imagebox.room4 {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox.room4 {
    padding-bottom: 80px;
  }
}

.facilities-intro-features-imagebox.room4 > div:not(:last-child) {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox.room4 > div {
    margin-top: 0;
    padding-bottom: 0;
  }

  .facilities-intro-features-imagebox.room4 > div:not(:last-child) {
    padding-bottom: 0;
  }
}

.facilities-intro-features-imagebox > div:not(:last-child) {
  margin: 0 0 15px 0;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox > div:not(:last-child) {
    margin: 0 15px 0 0;
  }
}

.facilities-intro-features-imagebox img {
  width: 80%;
  height: 100%;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox img {
    width: 100%;
  }
}

.facilities-intro-features-imagebox > div {
  position: relative;
  text-align: center;
}

.facilities-intro-features-imagebox > div > p:nth-child(1) {
  position: absolute;
  top: -30px;
  left: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox > div > p:nth-child(1) {
    font-size: 1.7rem;
    left: 0;
  }
}

.facilities-intro-features-imagebox > div > p:nth-child(3) {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 20px;
  padding: 0 0 0 30px;
}

@media (min-width: 768px) {
  .facilities-intro-features-imagebox > div > p:nth-child(3) {
    margin: 10px 0 0;
    padding: 0;
    position: absolute;
    font-size: 14px;
  }
}

.facilities-intro-features-iconbox {
  display: inline-block;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px;
  margin-bottom: 20px;
}

.facilities-intro-features-iconbox img {
  width: 100%;
}

@media (min-width: 768px) {
  .facilities-intro-features-iconbox {
    padding: 10px 60px;
  }
}

.facilities-intro-features-price {
  margin-top: 20px;
  text-align: right;
}

.facilities-intro-features-price p:nth-child(1) {
  font-size: 14px;
}

.facilities-intro-features-price p:nth-child(2) {
  font-size: 24px;
}

.facilities-intro-features-price span {
  font-size: 30px;
  font-weight: bold;
}

.facilities-intro-features-priceother-caution {
  margin: 10px 0 0;
}

.facilities-intro-features-priceother-caution p {
  font-size: 14px;
  line-height: 1.7;
}

.facilities-intro-features-priceother img {
  margin: 20px 0 0;
  width: 100%;
}

.lp-ryukoku {
  font-family: "Noto Sans JP", sans-serif;
  /*common*/
  /*end common*/
}

.lp-ryukoku main {
  padding-top: 0 !important;
}

.lp-ryukoku .contents {
  padding: 55px 20px 60px;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents {
    padding: 110px 0 120px;
  }
}

.lp-ryukoku .contents.bg-green {
  background-color: #e9f1f1;
}

.lp-ryukoku .contents.bg-green .title {
  color: #4b8e91;
}

.lp-ryukoku .contents.bg-green .title::before {
  background-color: #4b8e91;
}

.lp-ryukoku .contents.bg-orange {
  background-color: #fbf1dd;
}

.lp-ryukoku .contents.bg-orange .title {
  color: #d4801e;
}

.lp-ryukoku .contents.bg-orange .title::before {
  background-color: #d4801e;
}

.lp-ryukoku .contents-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8148148148;
  letter-spacing: 0.1em;
  color: #000;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents-title {
    font-size: 2.7rem;
  }
}

.lp-ryukoku .contents-title::after {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  margin: 30px auto 0;
  background-color: #000;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents-title::after {
    width: 43px;
    margin: 75px auto 0;
  }
}

.lp-ryukoku .contents-title .sp-only {
  display: block;
}

@media (min-width: 576px) {
  .lp-ryukoku .contents-title .sp-only {
    display: none !important;
  }
}

.lp-ryukoku .contents .inner {
  max-width: 1366px;
  margin: 0 auto;
}

.lp-ryukoku .contents .inner .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 120px 0 0;
    width: 92.6793557833%;
  }
}

.lp-ryukoku .contents .inner .wrap:first-of-type {
  margin: 50px 0 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap:first-of-type {
    margin: 85px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap .image {
    order: 1;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap .image {
    width: 44.3127962085%;
  }
}

.lp-ryukoku .contents .inner .wrap .image img {
  width: 100%;
}

.lp-ryukoku .contents .inner .wrap .image2 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap .image2 {
    width: 100%;
    order: 4;
    margin: 30px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap .image2 {
    width: 38.1516587678%;
  }
}

.lp-ryukoku .contents .inner .wrap .image2 img {
  width: 100%;
}

.lp-ryukoku .contents .inner .wrap .title {
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap .title {
    order: 2;
    padding: 30px 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap .title {
    font-size: 1.8rem;
    width: 55.6872037915%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .title {
    font-size: 2.1rem;
  }
}

.lp-ryukoku .contents .inner .wrap .title::before {
  content: "";
  width: 15px;
  height: 1px;
  margin-top: 12px;
  margin-right: 2px;
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .title::before {
    width: 20px;
    margin-top: 16px;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area {
  background-color: #fff;
  padding: 34px 15px 34px;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap .text-area {
    order: 3;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap .text-area {
    padding: 46px 35px 46px 20px;
    width: 61.8483412322%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .text-area {
    padding: 66px 50px 66px 35px;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area .block {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap .text-area .block {
    display: flex;
    margin: 36px 0 0;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area .block:first-of-type {
  margin: 0;
}

.lp-ryukoku .contents .inner .wrap .text-area .block .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.3333333333;
  letter-spacing: 0.35em;
  flex-shrink: 0;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .text-area .block .name {
    margin-right: 18px;
    font-size: 1.5rem;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area .block .text {
  font-size: 1.4rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .text-area .block .text {
    line-height: 2.3333333333;
    font-size: 1.5rem;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area .block .text span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 992px) {
  .lp-ryukoku .contents .inner .wrap .text-area .block .text span {
    font-size: 1.8rem;
  }
}

.lp-ryukoku .contents .inner .wrap .text-area .block.wakabayashi .name {
  color: #ac2f2f;
}

.lp-ryukoku .contents .inner .wrap .text-area .block.wakabayashi .text span {
  color: #ac2f2f;
}

.lp-ryukoku .contents .inner .wrap .text-area .block.sakamoto .name {
  color: #007440;
}

.lp-ryukoku .contents .inner .wrap .text-area .block.sakamoto .text span {
  color: #007440;
}

.lp-ryukoku .contents .inner .wrap.right {
  margin-right: 0;
  margin-left: auto;
}

.lp-ryukoku .contents .inner .wrap.left {
  margin-right: auto;
  margin-left: 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap.left .text-area {
    margin-left: auto;
    margin-right: 0;
  }
}

.lp-ryukoku .contents .inner .wrap.center {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap.center {
    width: 85.3587115666% !important;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap.center .image {
    order: 2;
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap.center .image {
    width: 86.9639794168%;
    margin-right: 0;
    margin-left: auto;
  }
}

.lp-ryukoku .contents .inner .wrap.center .image img {
  width: 100%;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents .inner .wrap.center .text-area {
    order: 1;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents .inner .wrap.center .text-area {
    width: 85.4202401372%;
  }
}

.lp-ryukoku .mv {
  width: 100%;
  position: relative;
}

.lp-ryukoku .mv img {
  width: 100%;
  height: auto;
}

.lp-ryukoku .mv .lead {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 1.1458333333;
  font-weight: 700;
  color: #fff;
  position: absolute;
  bottom: 5.5%;
  left: 3%;
}

@media (min-width: 576px) {
  .lp-ryukoku .mv .lead {
    font-size: 4.8rem;
    font-size: 3.51vw;
  }
}

.lp-ryukoku .mv .lead span {
  width: 100%;
  display: block;
  font-size: 1.1rem;
  line-height: 2.0967741935;
  letter-spacing: 0.05em;
  border-top: 1px solid #fff;
  margin-top: 0.6em;
}

@media (min-width: 576px) {
  .lp-ryukoku .mv .lead span {
    width: 95%;
    font-size: 3.1rem;
    font-size: 2.27vw;
  }
}

.lp-ryukoku .contents.taiban {
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban {
    padding: 85px 20px;
  }
}

.lp-ryukoku .contents.taiban .inner {
  max-width: 900px !important;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .inner .contents-title {
    font-size: 2.1rem;
  }
}

.lp-ryukoku .contents.taiban .inner .contents-title::after {
  margin: 5px auto 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .inner .contents-title::after {
    width: 60px;
    margin: 10px auto 0;
  }
}

.lp-ryukoku .contents.taiban .people {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 45px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people {
    row-gap: 80px;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people {
    margin: 90px 0 0;
    justify-content: space-between;
    flex-direction: row;
  }
}

.lp-ryukoku .contents.taiban .people::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/img/lp/ryukoku/batsu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people::after {
    top: 50%;
    transform: translateY(-60%);
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people::after {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
  }
}

.lp-ryukoku .contents.taiban .people .item {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item {
    width: 41.6666666667%;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people .item .logo {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people .item .logo span {
    width: 70%;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people .item .people_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0 0;
  }
}

.lp-ryukoku .contents.taiban .people .item .name {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5333333333;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people .item .name {
    order: 2;
    width: 60%;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item .name {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.taiban .people .item .image {
    order: 1;
    width: 35%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item .image {
    width: 57.3333333333%;
  }
}

.lp-ryukoku .contents.taiban .people .item img {
  width: 100%;
  height: auto;
}

.lp-ryukoku .contents.taiban .people .item.nomura .logo img {
  width: 97.3333333333%;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item.nomura .name {
    margin: 30px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item.nomura .image {
    margin: 10px auto 0;
  }
}

.lp-ryukoku .contents.taiban .people .item.ryukoku .logo img {
  width: 75.2%;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item.ryukoku .name {
    margin: 42px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .people .item.ryukoku .image {
    margin: 20px auto 0;
  }
}

.lp-ryukoku .contents.taiban .intro {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.taiban .intro {
    margin: 55px 0 0;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section01 .section01-1 .title {
    padding: 4% 0 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section01 .section01-1 .text-area {
    margin: -27.5% 0 0;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section01 .section01-1 .text-area {
    margin: -29% 0 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-1 .title {
    padding: 2% 0 0 4%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section02 .section02-1 .title {
    padding: 4.2% 0 0 6%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-1 .text-area {
    margin-top: -19%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-1 .text-area .block .text {
    letter-spacing: 0.05em !important;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-2 .title {
    padding: 2% 0 0 0%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section02 .section02-2 .title {
    padding: 4.2% 0 0 2.85%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-2 .text-area {
    margin-top: -27%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section02 .section02-2 .text-area {
    margin-top: -29%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section02 .section02-2 .image2 {
    padding: 7.2% 7.2% 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-1 .title {
    padding: 2% 0 0 4%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section03 .section03-1 .title {
    padding: 2% 0 0 6%;
  }
}

@media (min-width: 1220px) {
  .lp-ryukoku .contents.section03 .section03-1 .title {
    padding: 4.5% 0 0 6%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-1 .text-area {
    margin-top: -10%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section03 .section03-1 .text-area {
    margin-top: -14%;
  }
}

@media (min-width: 1220px) {
  .lp-ryukoku .contents.section03 .section03-1 .text-area {
    margin-top: -18.2%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-1 .image2 {
    padding: 4.5% 7.2% 0;
  }
}

.lp-ryukoku .contents.section03 .section03-1 .image2-2 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-1 .image2-2 {
    margin-top: 18.5%;
  }
}

.lp-ryukoku .contents.section03 .section03-2 .text-area {
  position: relative;
  z-index: 1;
}

.lp-ryukoku .contents.section03 .section03-2 .image {
  background-color: #d9e7e7;
  padding: 20px;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-2 .image {
    margin-top: -22%;
    padding: 24.7% 4.93% 2.11% 2.47%;
  }
}

.lp-ryukoku .contents.section03 .section03-3 .image {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-3 .image > div {
    width: 44.3127962085%;
  }
}

.lp-ryukoku .contents.section03 .section03-3 .image > div .caption {
  line-height: 2.6923076923;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.section03 .section03-3 .image > div .caption {
    font-size: 1.2rem;
    padding: 10px 30px 25px;
    line-height: 2.4;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-3 .image > div .caption {
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 3.5% 0 0;
    width: 63.2798573975%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-3 .image2 {
    padding: 4% 7.2% 0;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-3 .text-area {
    margin-top: -37.5%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section03 .section03-3 .text-area .text {
    letter-spacing: 0.01em !important;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section04 .section04-1 .title {
    padding: 2% 0 0 0%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section04 .section04-1 .title {
    padding: 4.2% 0 0 2.85%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section04 .section04-1 .text-area {
    margin-top: -27%;
  }
}

@media (min-width: 992px) {
  .lp-ryukoku .contents.section04 .section04-1 .text-area {
    margin-top: -29%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section04 .section04-1 .image2 {
    padding: 7.2% 7.2% 0;
  }
}

.lp-ryukoku .contents.section05 .section05-1 .image {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section05 .section05-1 .image > div {
    width: 44.3127962085%;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section05 .section05-1 .image2 {
    padding: 6% 7.2% 0;
  }
}

.lp-ryukoku .contents.section05 .section05-1 .image3 {
  order: 4;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section05 .section05-1 .image3 {
    margin: 80px 0 0 auto;
    width: 92.6793557833%;
  }
}

.lp-ryukoku .contents.section05 .section05-1 .image3 img {
  width: 100%;
}

@media (max-width: 767px) {
  .lp-ryukoku .contents.section05 .section05-1 .text-area {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .lp-ryukoku .contents.section05 .section05-1 .text-area {
    margin-top: -23.2%;
  }
}

.lp-home {
  padding-bottom: 50px;
  color: #222;
}

.lp-home img {
  max-width: 100%;
}

.lp-home .wbr {
  display: inline-block;
}

@media (max-width: 767px) {
  .lp-home .sbr {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .lp-home .sp-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.lp-home-mainv {
  position: relative;
  text-align: center;
}

.lp-home-mainv:before,
.lp-home-mainv:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50%;
}

.lp-home-mainv:before {
  left: 0;
  background: #f08300;
}

.lp-home-mainv:after {
  right: 0;
  background: #69b2b9;
}

.lp-home-mainv img {
  position: relative;
  z-index: 2;
}

.lp-home-mainv .text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 71.5%;
  height: 59px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 2em;
  padding-right: 2em;
}

@media (min-width: 768px) {
  .lp-home-mainv .text {
    top: 82%;
    line-height: 1.375;
  }
}

@media (min-width: 1200px) {
  .lp-home-mainv .text {
    font-size: 1.6rem;
  }
}

.lp-home-plan {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .lp-home-plan {
    padding-top: 68px;
    padding-bottom: 35px;
  }
}

.lp-home-plan-title {
  text-align: center;
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .lp-home-plan-title {
    margin-bottom: 57px;
  }
}

.lp-home-plan-title img.sp-only + img.sp-only {
  margin-top: 38px;
}

.lp-home-plan-detail {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.6rem;
  line-height: 1.4375;
}

@media (min-width: 768px) {
  .lp-home-plan-detail {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .lp-home-plan-detail .image {
    order: 1;
  }
}

.lp-home-plan-detail .text {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .lp-home-plan-detail .text {
    order: 2;
    max-width: 316px;
    flex: none;
  }
}

@media (max-width: 767px) {
  .lp-home-plan-detail .text h3 {
    text-align: center;
    font-weight: normal;
  }
}

.lp-home-plan-detail .text h3 span {
  font-size: 1.6rem;
  line-height: 2.25;
  width: 36px;
  height: 36px;
  display: inline-block;
  color: #fff;
  background: #313131;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.25em;
}

@media (min-width: 768px) {
  .lp-home-plan-detail .text h3 span {
    font-size: 2.4rem;
    line-height: 1.7083333333;
    width: 41px;
    height: 41px;
  }
}

.lp-home-plan-detail .text p {
  font-size: 1.4rem;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

@media (max-width: 767px) {
  .lp-home-plan-detail .text p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .lp-home-plan-detail .text p {
    font-size: 1.7rem;
    margin-bottom: 2em;
  }
}

.lp-home-plan-price {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 9px 24px;
}

@media (min-width: 768px) {
  .lp-home-plan-price {
    padding: 30px 25px 25px;
  }
}

.lp-home-plan-price-note {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #d57e7e;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}

@media (max-width: 767px) {
  .lp-home-plan-price-note {
    text-align: left;
    text-indent: -1em;
    padding-left: 1.5em;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }

  .lp-home-plan-price-note .extra {
    text-indent: 0;
    display: block;
    font-size: 1.3rem;
  }
}

.lp-home-plan-note {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lp-home-plan-note ul {
  padding: 4.5% 0;
}

@media (min-width: 768px) {
  .lp-home-plan-note ul {
    padding: 2.5% 4%;
  }
}

.lp-home-plan-note ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.lp-home-plan .link.sp-only {
  margin-top: 11px;
}

@media (min-width: 768px) {
  .lp-home-plan .link {
    max-width: 310px;
  }
}

.lp-home-plan .link a {
  border-radius: 4px;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.lp-home-plan#plan_1 {
  background: #F5ECDA;
}

.lp-home-plan#plan_1 .lp-home-plan-title img.sp-only + img.sp-only {
  margin-top: 38px;
}

.lp-home-plan#plan_1 .link a {
  background: #F08300;
}

.lp-home-plan#plan_2 {
  background: #E4EEF1;
}

.lp-home-plan#plan_2 .lp-home-plan-title img.sp-only + img.sp-only {
  margin-top: 27px;
}

.lp-home-plan#plan_2 .link a {
  background: #57B0BA;
}

.lp-home-contact {
  padding-bottom: 20px;
}

.lp-home-contact-title {
  background: #313131;
  color: #fff;
  font-size: 1.9rem;
  height: 4.6em;
  line-height: 1.1875;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.22));
  margin-bottom: 1.8em;
}

@media (min-width: 768px) {
  .lp-home-contact-title {
    font-size: 3.2rem;
    height: 3.1em;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp-home-contact-title {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  }
}

.lp-home-contact-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 0.9em solid #313131;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
}

@media (min-width: 768px) {
  .lp-home-contact-title:after {
    border-left-width: 1.8em;
    border-right-width: 1.8em;
  }
}

.lp-home-contact-content {
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

@media (min-width: 768px) {
  .lp-home-contact-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media (min-width: 768px) {
  .lp-home-contact-content {
    display: flex;
    justify-content: space-between;
  }

  .lp-home-contact-content .tel {
    max-width: 400px;
  }

  .lp-home-contact-content .application {
    max-width: 430px;
  }
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel,
  .lp-home-contact-content .application {
    flex: 1;
  }
}

.lp-home-contact-content .tel .fly-over,
.lp-home-contact-content .application .fly-over {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0.9em;
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .fly-over,
  .lp-home-contact-content .application .fly-over {
    margin-bottom: 1em;
  }
}

.lp-home-contact-content .tel .fly-over:before,
.lp-home-contact-content .application .fly-over:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-bottom: 1px solid #222;
  transform-origin: right bottom;
  transform: rotateZ(60deg) translate(20%, 20%) scale(1.1);
}

@media (max-width: 767px) {
  .lp-home-contact-content .tel .fly-over:before,
  .lp-home-contact-content .application .fly-over:before {
    float: left;
  }
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .fly-over:before,
  .lp-home-contact-content .application .fly-over:before {
    margin-right: 1em;
  }
}

@media (min-width: 992px) {
  .lp-home-contact-content .tel .fly-over:before,
  .lp-home-contact-content .application .fly-over:before {
    margin-right: 2em;
  }
}

.lp-home-contact-content .tel .fly-over:after,
.lp-home-contact-content .application .fly-over:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-bottom: 1px solid #222;
  transform-origin: left bottom;
  transform: rotateZ(-60deg) translate(-20%, 20%) scale(1.1);
}

@media (max-width: 767px) {
  .lp-home-contact-content .tel .fly-over:after,
  .lp-home-contact-content .application .fly-over:after {
    float: right;
  }
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .fly-over:after,
  .lp-home-contact-content .application .fly-over:after {
    margin-left: 1em;
  }
}

@media (min-width: 992px) {
  .lp-home-contact-content .tel .fly-over:after,
  .lp-home-contact-content .application .fly-over:after {
    margin-left: 2em;
  }
}

.lp-home-contact-content .tel .link a,
.lp-home-contact-content .application .link a {
  background: #F08300;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  height: 2.9545454545em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .link a,
  .lp-home-contact-content .application .link a {
    font-size: 2.2rem;
  }
}

.lp-home-contact-content .tel .wrap,
.lp-home-contact-content .application .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-home-contact-content .tel .wrap .icon,
.lp-home-contact-content .application .wrap .icon {
  margin-right: 7px;
  max-width: 14%;
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .wrap .icon,
  .lp-home-contact-content .application .wrap .icon {
    margin-right: 15px;
  }
}

.lp-home-contact-content .tel .note,
.lp-home-contact-content .application .note {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
  line-height: 1.4285714286;
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel .note,
  .lp-home-contact-content .application .note {
    margin-top: 0.5em;
  }
}

@media (min-width: 768px) {
  .lp-home-contact-content .tel {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .lp-home-contact-content .tel {
    margin-bottom: 52px;
  }
}

.lp-home-contact-note {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .lp-home-contact-note {
    max-width: 876px;
    margin-top: 20px;
    background: #EFEFEF;
    border-radius: 6px;
  }
}

.lp-home-contact-note ul {
  padding: 3% 0;
}

@media (min-width: 768px) {
  .lp-home-contact-note ul {
    padding: 3% 6%;
  }
}

.lp-home-contact-note ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.1rem;
  line-height: 1.6363636364;
}

@media (min-width: 768px) {
  .lp-home-contact-note ul li {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.lp-home-contact-note ul li .wbr {
  text-indent: 0;
}

.lp-home-motto {
  margin-top: 20px;
  font-size: 1.8rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .lp-home-motto {
    font-size: 2rem;
  }
}

.modal-view--store {
  flex-direction: column;
}

.modal-view--store .modal-view__close {
  position: static;
  left: auto;
  top: auto;
  width: calc(100% - 20px);
  max-width: 800px;
  background: #bfbfbf;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  font-size: 1.6rem;
}

.modal-view--store .wrap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.modal-view--store .wrap h3 {
  font-size: 2.2rem;
  line-height: 1.25;
  text-align: center;
}

@media (min-width: 768px) {
  .modal-view--store .wrap h3 {
    font-size: 2.6rem;
    line-height: 1;
  }
}

.modal-view--store .wrap h3 .wbr {
  display: inline-block;
}

.modal-view--store .wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
}

.modal-view--store .wrap table th,
.modal-view--store .wrap table td {
  border: 1px solid #313131;
  padding-left: 4px;
  padding-right: 4px;
}

@media (min-width: 576px) {
  .modal-view--store .wrap table th,
  .modal-view--store .wrap table td {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.modal-view--store .wrap table th a,
.modal-view--store .wrap table td a {
  color: #222;
  text-decoration: underline;
}

.modal-view--store .wrap table th {
  font-size: 1rem;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 576px) {
  .modal-view--store .wrap table th {
    font-size: 1.4rem;
  }
}

@media (min-width: 768px) {
  .modal-view--store .wrap table th {
    font-size: 1.6rem;
  }
}

.modal-view--store .wrap table th .number {
  font-size: 1.4rem;
}

@media (min-width: 576px) {
  .modal-view--store .wrap table th .number {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .modal-view--store .wrap table th .number {
    font-size: 2.4rem;
  }
}

.modal-view--store .wrap table td {
  font-size: 1.2rem;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: center;
}

@media (min-width: 768px) {
  .modal-view--store .wrap table td {
    font-size: 1.4rem;
  }
}

.modal-view--store .wrap table td:nth-child(1) {
  text-align: left;
}

.modal-view--store .wrap .note {
  font-size: 1.2rem;
  margin-top: 1.5em;
  color: #DB7312;
  line-height: 1.375;
}

.modal-view--store .wrap .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.lp-kameido #main {
  padding-top: 0 !important;
}

.lp-kameido .pc-only {
  display: none;
}

@media (min-width: 767px) {
  .lp-kameido .pc-only {
    display: block;
  }
}

.lp-kameido .sp-only {
  display: block;
}

@media (min-width: 768px) {
  .lp-kameido .sp-only {
    display: none;
  }
}

.lp-kameido img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .lp-kameido .mv {
    display: flex;
  }
}

.lp-kameido .mv__image {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-kameido .mv__image {
    width: 52.5333333333%;
  }
}

.lp-kameido .mv__title {
  display: flex;
  align-self: center;
  width: 88%;
  margin: -25px auto 0;
  padding: 10px 8px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .lp-kameido .mv__title {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .lp-kameido .mv__title {
    margin: 0;
    width: 47.4666666667%;
  }
}

.lp-kameido .mv__title h1 {
  border-top: 2px solid #4fb23c;
  border-bottom: 2px solid #4fb23c;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .lp-kameido .mv__title h1 {
    padding: 10px 0;
    margin-left: 6.5%;
    width: 80.7584269663%;
  }
}

.lp-kameido .mv__title h1 p {
  font-size: 2.67vw;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lp-kameido .mv__title h1 p {
    margin-bottom: 0;
    font-size: 1.47vw;
    line-height: 1.5454545455;
  }
}

.lp-kameido .contents {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.lp-kameido .contents h3 {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: left;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #4fb23c;
}

@media (min-width: 768px) {
  .lp-kameido .contents h3 {
    text-align: center;
    font-size: 2.8rem;
    padding-bottom: 10px;
  }
}

.lp-kameido .name h2 {
  color: #4fb23c;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 24px 0 0;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .lp-kameido .name h2 {
    margin: 64px 0 0;
    font-size: 4rem;
    line-height: 1;
  }
}

.lp-kameido .name h2 span {
  font-size: 1.7rem;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .lp-kameido .name h2 span {
    font-size: 3.2rem;
  }
}

.lp-kameido .shop {
  margin: 22px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .shop {
    margin: 60px 0 0;
  }
}

.lp-kameido .shop__info {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .shop__info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
    align-items: flex-start;
  }
}

.lp-kameido .shop__info-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}

.lp-kameido .shop__info-image > div {
  width: calc(50% - 5px);
}

@media (min-width: 768px) {
  .lp-kameido .shop__info-image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .lp-kameido .shop__info-map {
    margin: 16px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-kameido .shop__info-map {
    width: 46.5740740741%;
  }
}

.lp-kameido .shop__info-map .text {
  font-size: 1.2rem;
  line-height: 1.9166666667;
}

@media (min-width: 768px) {
  .lp-kameido .shop__info-map .text {
    font-size: 1.7rem;
    line-height: 1.9411764706;
  }
}

.lp-kameido .shop__info-map .image {
  margin: 16px auto 0;
  width: 91.3043478261%;
}

@media (min-width: 768px) {
  .lp-kameido .shop__info-map .image {
    margin: 74px auto 0;
    width: 80.1192842942%;
  }
}

.lp-kameido .shop__feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .shop__feature {
    margin: 28px 0 0;
  }
}

.lp-kameido .shop__feature > dl {
  width: 100%;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .shop__feature > dl {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}

.lp-kameido .shop__feature > dl dt {
  border-bottom: 1px solid #4fb23c;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .shop__feature > dl dt {
    text-align: center;
  }
}

.lp-kameido .shop__feature > dl dd {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .shop__feature > dl dd {
    gap: 38px;
  }
}

.lp-kameido .shop__feature > dl dd div {
  width: 87px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .shop__feature > dl dd div {
    width: 122px;
  }
}

.lp-kameido .shop__feature > dl dd.note {
  position: relative;
}

.lp-kameido .shop__feature > dl dd.note > span {
  position: absolute;
  top: 40px;
  left: 100px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .shop__feature > dl dd.note > span {
    top: 110%;
    left: 0;
  }
}

.lp-kameido .price {
  margin: 68px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .price {
    margin: 100px 0 0;
  }
}

.lp-kameido .price__table {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .price__table {
    margin: 20px 0 0;
  }
}

.lp-kameido .price__table-top {
  display: flex;
}

.lp-kameido .price__table-top .planname {
  width: 33.3333333333%;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .planname {
    align-self: center;
    margin: -24px 0 0;
    width: 48.7037037037%;
  }
}

.lp-kameido .price__table-top .planname__title {
  width: 87.619047619%;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title {
    width: 95.0570342205%;
    padding: 0 0 0 15px;
  }
}

.lp-kameido .price__table-top .planname__title span.text {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title span.text {
    font-size: 2.7rem;
    line-height: 1.2222222222;
    padding: 0 0 0 25px;
  }
}

.lp-kameido .price__table-top .planname__title span.text .lt {
  margin-left: -0.5em;
  font-size: 11px;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title span.text .lt {
    letter-spacing: 0;
    font-size: 16px;
  }
}

.lp-kameido .price__table-top .planname__title span.text small {
  font-size: 9px;
  letter-spacing: -1px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title span.text small {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.lp-kameido .price__table-top .planname__title span.text .price {
  font-size: 11px;
  letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title span.text .price {
    font-size: 26px;
    letter-spacing: 0;
  }
}

.lp-kameido .price__table-top .planname__title span.strong {
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .lp-kameido .price__table-top .planname__title span.strong {
    display: block;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .planname__title span.strong {
    margin-top: -15px;
  }
}

.lp-kameido .price__table-top .rooms {
  display: flex;
  padding-left: 1px;
  border-left: 1px solid #cce4c1;
  width: 66.6666666667%;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .rooms {
    width: 51.2962962963%;
  }
}

.lp-kameido .price__table-top .rooms__room {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cce4c1;
}

.lp-kameido .price__table-top .rooms__room h4 {
  background-color: #4fb23c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .rooms__room h4 {
    font-size: 1.6rem;
    height: 30px;
  }
}

.lp-kameido .price__table-top .rooms__room:last-of-type {
  border-right: 0;
}

.lp-kameido .price__table-top .rooms__room ul {
  padding: 5px 5px 8px 10px;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .rooms__room ul {
    padding: 5px 0 18px 3px;
  }
}

.lp-kameido .price__table-top .rooms__room ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-top .rooms__room ul li {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.lp-kameido .price__table-top .rooms__room ul li:before {
  content: "\30FB";
}

.lp-kameido .price__table-top .rooms__room .image {
  margin: auto 0 0;
  min-height: 0;
}

.lp-kameido .price__table-bottom .table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cce4c1;
  border-bottom: 1px solid #cce4c1;
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table {
    border-top: 1px solid #4fb23c;
    border-bottom: none;
  }
}

.lp-kameido .price__table-bottom .table .title {
  font-size: 1rem;
  color: #fff;
  width: 7.2463768116%;
  letter-spacing: 0.1em;
  height: 50px;
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table .title {
    background-color: #4fb23c;
    writing-mode: vertical-rl;
  }
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table .title {
    padding: 2px;
    font-size: 1.8rem;
    width: 20.3703703704%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table .title p {
    margin: 0 auto;
    writing-mode: vertical-rl;
  }
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table .title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4fb23c;
  }
}

.lp-kameido .price__table-bottom .table tr {
  border-bottom: 1px solid #4fb23c;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table tr {
    border-bottom: 1px solid #cce4c1;
  }
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table tr:last-of-type {
    border-bottom: none;
  }
}

.lp-kameido .price__table-bottom .table tr .use {
  width: 26.0869565217%;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
  border-right: 1px solid #cce4c1;
  background-color: #cce4c1;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table tr .use {
    padding: 2px;
    background-color: #fff;
    font-size: 1.5rem;
    width: 28.2407407407%;
  }
}

.lp-kameido .price__table-bottom .table tr .use p {
  background-color: #cce4c1;
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table tr .use p {
    line-height: 1.1;
  }
}

.lp-kameido .price__table-bottom .table tr .use .large {
  font-weight: 700;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table tr .use .large {
    font-size: 2.6rem;
  }
}

.lp-kameido .price__table-bottom .table tr .price {
  font-size: 1rem;
  border-right: 1px solid #cce4c1;
}

.lp-kameido .price__table-bottom .table tr .price.border_none {
  border: none;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table tr .price {
    font-size: 1.5rem;
    width: 25.5555555556%;
  }
}

.lp-kameido .price__table-bottom .table tr .price p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .lp-kameido .price__table-bottom .table tr .price p {
    height: 38px;
  }
}

.lp-kameido .price__table-bottom .table tr .price .large {
  font-weight: 700;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lp-kameido .price__table-bottom .table tr .price .large {
    font-size: 2.6rem;
  }
}

.lp-kameido .equipment {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .equipment {
    margin: 100px 0 0;
  }
}

.lp-kameido .equipment__list {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .lp-kameido .equipment__list {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .lp-kameido .equipment__list {
    margin: 26px 0 0;
  }
}

.lp-kameido .equipment__list-item {
  width: 46.9565217391%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .lp-kameido .equipment__list-item:nth-of-type(n+3) {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .lp-kameido .equipment__list-item {
    width: 22.6851851852%;
  }
}

.lp-kameido .equipment__list-item .image {
  min-height: 0;
}

.lp-kameido .equipment__list-item h4 {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #565957;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .lp-kameido .equipment__list-item h4 {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}

.lp-kameido .equipment__list-item .text {
  flex-grow: 1;
  background-color: #cce4c1;
  padding: 5px 10px 10px;
}

@media (min-width: 768px) {
  .lp-kameido .equipment__list-item .text {
    padding: 8px 15px 20px;
  }
}

.lp-kameido .equipment__list-item .text p {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

@media (min-width: 768px) {
  .lp-kameido .equipment__list-item .text p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.lp-kameido .howto {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .howto {
    margin: 90px 0 0;
  }
}

.lp-kameido .howto__list {
  margin: 14px 0 0;
  padding: 0 15px 0 8px;
}

@media (min-width: 768px) {
  .lp-kameido .howto__list {
    padding: 0;
    margin: 26px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.lp-kameido .howto__list-step {
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
}

.lp-kameido .howto__list-step:first-of-type {
  margin: 0;
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step {
    flex-direction: column;
    width: 31.6666666667%;
  }
}

.lp-kameido .howto__list-step .no {
  display: block;
  width: 7.5362318841%;
  min-height: 0;
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .no {
    margin: 0 auto;
    width: 10.8187134503%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .no {
    order: 1;
    margin-bottom: 15px;
  }
}

.lp-kameido .howto__list-step h4 {
  color: #4fb23c;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step h4 {
    font-size: 1.9rem;
    margin: 0 0 6px;
    padding: 0 0 0 10px;
    order: 2;
    width: 91.9254658385%;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step h4 {
    text-align: center;
    font-size: 2.7rem;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .text {
    order: 4;
    width: 79.5031055901%;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .text {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 0 14px;
    margin: 12px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .image {
    order: 3;
    width: 20.4968944099%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .image {
    position: relative;
    padding-top: 35%;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .image > div {
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .image > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .image.step01 > div {
    width: 16.081871345%;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .image.step01 > div img {
    margin: 0 0 0 10px;
    width: 43.9393939394%;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .image.step02 > div {
    width: 21.0526315789%;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .image.step02 > div img {
    margin: 0 0 0 10px;
    width: 54.5454545455%;
  }
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .image.step03 > div {
    width: 29.8245614035%;
  }
}

@media (max-width: 767px) {
  .lp-kameido .howto__list-step .image.step03 > div img {
    width: 78.7878787879%;
  }
}

.lp-kameido .howto__list-step .arrow {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  width: 7.8125%;
}

@media (min-width: 768px) {
  .lp-kameido .howto__list-step .arrow {
    width: 7.5%;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}

.lp-kameido .attention {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-kameido .attention {
    margin: 100px 0 0;
  }
}

.lp-kameido .attention__list {
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .lp-kameido .attention__list {
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .lp-kameido .attention__list {
    margin: 20px 0 0;
  }
}

.lp-kameido .attention__list li {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

@media (min-width: 768px) {
  .lp-kameido .attention__list li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.lp-kameido .membership {
  margin: 100px 0 50px;
}

@media (min-width: 768px) {
  .lp-kameido .membership {
    margin: 80px 0 75px;
  }
}

.lp-kameido .membership .link {
  background-color: #4fb23c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  width: 155px;
  height: 42px;
  border-radius: 42px;
}

@media (min-width: 768px) {
  .lp-kameido .membership .link {
    width: 356px;
    height: 84px;
    border-radius: 84px;
    font-size: 2.2rem;
  }
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lp-kameido .table .title {
    position: static;
    background-color: #4fb23c;
  }

  .lp-kameido .table .title p {
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }
}

@media (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .lp-kameido .table .title p {
    margin: 25% 0 0;
  }
}

.lp-individual #main {
  padding-top: 0 !important;
}

.lp-individual img {
  width: 100%;
  height: auto;
}

.lp-individual .bnr {
  position: fixed;
  z-index: 10;
  bottom: 70px;
  right: 0;
  max-width: calc(100% - 15px);
}

@media (min-width: 768px) {
  .lp-individual .bnr {
    max-width: 297px;
    bottom: 0px;
  }
}

.lp-individual .bnr img {
  width: 100%;
}

.lp-individual .bnr.hidden {
  display: none;
}

.lp-individual .bnr .bnr-inner {
  position: relative;
}

.lp-individual .bnr .bunner-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  height: 20px;
  width: 100px;
}

.lp-individual__ftbnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}

@media (min-width: 768px) {
  .lp-individual__ftbnr {
    margin: 120px 0 0;
  }
}

.lp-individual__ftbnr img {
  width: 100%;
  max-width: 291px;
}

@media (min-width: 768px) {
  .lp-individual__ftbnr img {
    max-width: 935px;
  }
}

.lp-individual__header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 18px;
}

@media (min-width: 768px) {
  .lp-individual__header {
    padding: 0 20px;
  }
}

.lp-individual__header-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #e30012;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-individual__header-button a {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}

@media (min-width: 768px) {
  .lp-individual__header-button a {
    width: 232px;
    height: 66px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

.lp-individual__header-button a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .lp-individual__header-button a::after {
    width: 9px;
    height: 9px;
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  .lp-individual__header-logo {
    display: flex;
    align-items: center;
  }
}

.lp-individual__header-logo .image {
  width: 90px;
}

@media (min-width: 768px) {
  .lp-individual__header-logo .image {
    width: 97px;
  }
}

.lp-individual .pats_individual {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e30012;
}

@media (max-width: 767px) {
  .lp-individual .pats_individual {
    margin: 12px 0 26px;
    position: relative;
    font-weight: 700;
  }
}

.lp-individual .pats_individual::after,
.lp-individual .pats_individual::before {
  display: none;
}

@media (max-width: 767px) {
  .lp-individual .pats_individual::after,
  .lp-individual .pats_individual::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #e30012;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lp-individual .pats_individual::before {
  left: -40px;
}

.lp-individual .pats_individual::after {
  right: -40px;
}

@media (min-width: 768px) {
  .lp-individual .pats_individual {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 220px;
    height: 54px;
    border-radius: 5px;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    border: 1px solid #e30012;
  }
}

.lp-individual .mv {
  position: relative;
}

@media (min-width: 768px) {
  .lp-individual .mv {
    margin: 0 0 18px;
    box-shadow: 0 -5px 7px rgba(0, 0, 0, 0.05);
  }
}

.lp-individual .mv__bottom {
  display: flex;
  justify-content: center;
}

.lp-individual .mv__image {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-individual .mv__image {
    width: 76%;
  }
}

.lp-individual .mv__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 52.2666666667%;
}

@media (max-width: 767px) {
  .lp-individual .mv__text {
    background-color: #fff;
    padding: 5% 1% 5% 4%;
    right: 4%;
  }
}

@media (min-width: 768px) {
  .lp-individual .mv__text {
    margin: 0.5% 0 4.5%;
    padding: 3% 0 4%;
    right: 14%;
    width: 29%;
  }
}

.lp-individual .float-bunner {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 10;
  border: #99999a solid 1px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .lp-individual .float-bunner {
    width: 167px;
  }
}

.lp-individual .float-bunner.hidden {
  position: relative;
}

@media (max-width: 767px) {
  .lp-individual .float-bunner.hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .lp-individual .float-bunner.hidden {
    visibility: hidden;
    opacity: 0;
  }
}

.lp-individual .float-bunner button {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 50;
  border: none;
  width: 25px;
  height: 25px;
}

@media (min-width: 576px) {
  .lp-individual .float-bunner button {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .lp-individual .float-bunner button {
    width: 18px;
    height: 18px;
  }
}

.lp-individual .float-bunner button:hover {
  cursor: pointer;
}

.lp-individual .contents {
  max-width: 1100px;
  padding: 0 15px 90px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lp-individual .contents {
    padding: 0 15px 120px;
  }
}

.lp-individual .about {
  margin: 30px 0 0;
  padding: 38px 15px 26px;
  background-color: #f1efe6;
  position: relative;
}

.lp-individual .about::before {
  content: "";
  display: block;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .lp-individual .about::before {
    border-bottom: 52px solid transparent;
    border-left: 52px solid #fff;
  }
}

@media (min-width: 768px) {
  .lp-individual .about {
    margin: 80px 0 0;
    padding: 60px 0 70px;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 0 55px;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__top-textarea {
    width: 46.6341463415%;
  }
}

.lp-individual .about__top-textarea h2 {
  width: 48.9855072464%;
}

@media (max-width: 767px) {
  .lp-individual .about__top-textarea h2 {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__top-textarea h2 {
    width: 59.4142259414%;
  }
}

.lp-individual .about__top-textarea p {
  margin: 12px 0 0;
  font-size: 1.2rem;
  line-height: 1.9166666667;
  letter-spacing: 0.1em;
  font-weight: 700;
}

@media (min-width: 768px) {
  .lp-individual .about__top-textarea p {
    margin: 20px 0 0;
    font-size: 1.7rem;
    line-height: 1.9411764706;
    letter-spacing: 0.18em;
  }
}

.lp-individual .about__top-textarea .feature {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .about__top-textarea .feature {
    margin: 28px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__top-image {
    margin: 12px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__top-image {
    width: 49.756097561%;
  }
}

.lp-individual .about__bottom {
  margin: 21px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .about__bottom {
    margin: 55px 0 0;
    padding: 0 55px;
  }
}

.lp-individual .about__lists {
  border-top: solid 1px #b2b2b2;
  padding: 21px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .about__lists {
    padding: 55px 0 0;
  }
}

.lp-individual .about__lists-title {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  background-color: #fff;
  border-left-width: 5px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  padding-left: 6px;
  margin: 0 0 7px;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-title {
    font-size: 17px;
    letter-spacing: 0.1em;
    border-left-width: 10px;
    border-bottom-width: 2px;
    padding-left: 6px;
    margin: 0 0 11px;
  }
}

@media (min-width: 960px) {
  .lp-individual .about__lists-title {
    font-size: 20px;
    letter-spacing: 0.22em;
    padding-left: 12px;
  }
}

@media (min-width: 1040px) {
  .lp-individual .about__lists-title {
    font-size: 22px;
    letter-spacing: 0.22em;
    padding-left: 14px;
  }
}

.lp-individual .about__lists-title.openspace {
  border-left-color: #359725;
  border-bottom-color: #359725;
}

.lp-individual .about__lists-title.boxsheet {
  border-left-color: #008a8b;
  border-bottom-color: #008a8b;
}

.lp-individual .about__lists-title.boothsheet {
  border-left-color: #00a2d4;
  border-bottom-color: #00a2d4;
}

.lp-individual .about__lists-title.privateroom {
  border-left-color: #002a70;
  border-bottom-color: #002a70;
}

.lp-individual .about__lists-title.boxworkspace {
  border-left-color: #00a2d4;
  border-bottom-color: #00a2d4;
}

.lp-individual .about__lists .image {
  min-height: 0%;
}

.lp-individual .about__lists .option {
  margin: 6px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .about__lists .option {
    padding: 14px 0 0;
    margin: auto 0 0;
  }
}

.lp-individual .about__lists .option p {
  border: 1px solid #454545;
  color: #474545;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  height: 20px;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .lp-individual .about__lists .option p.small {
    font-size: 1rem;
    letter-spacing: -0.06em;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists .option p.small.lt {
    letter-spacing: -0.15em;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists .option p {
    width: 101px;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists .option p {
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    height: 30px;
    margin-bottom: 9px;
  }
}

@media (min-width: 810px) {
  .lp-individual .about__lists .option p {
    font-size: 1.6rem;
  }
}

.lp-individual .about__lists .option p:last-of-type {
  margin-bottom: 0;
}

.lp-individual .about__lists .option p.c-red {
  border-color: #e30012;
  color: #e30012;
}

.lp-individual .about__lists .text p {
  font-size: 1.2rem;
  line-height: 1.3333333333;
  margin: 6px 0 0;
}

@media (max-width: 767px) {
  .lp-individual .about__lists .text p {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists .text p {
    font-size: 1.6rem;
    margin: 18px 0 0;
    line-height: 1.6470588235;
    letter-spacing: 0.02em;
  }
}

@media (min-width: 810px) {
  .lp-individual .about__lists .text p {
    font-size: 1.7rem;
  }
}

.lp-individual .about__lists-type {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.lp-individual .about__lists-type .item {
  width: 46.6666666667%;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item {
    display: flex;
    flex-direction: column;
    width: 27.2164948454%;
  }
}

.lp-individual .about__lists-type .item .item_br {
  display: none;
}

@media (min-width: 990px) {
  .lp-individual .about__lists-type .item .item_br {
    display: block;
  }
}

.lp-individual .about__lists-type .item.boxsheet,
.lp-individual .about__lists-type .item.openspace {
  position: relative;
}

.lp-individual .about__lists-type .item.boxsheet::after,
.lp-individual .about__lists-type .item.openspace::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
  position: absolute;
  left: 106%;
  top: 0;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxsheet::after,
  .lp-individual .about__lists-type .item.openspace::after {
    left: 116%;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxsheet::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet {
    margin-top: 12px;
    border-top: 1px solid #b2b2b2;
    padding-top: 24px;
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 46.9841269841% 46.9841269841%;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet .text {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet .text p {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet .image {
    grid-column: 1/2;
    grid-row: 2/4;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet .option {
    grid-column: 2/3;
    grid-row: 3/4;
    margin: 12px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boothsheet .about__lists-title {
    width: 100%;
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.lp-individual .about__lists-type .item.privateroom {
  width: 100%;
  border-top: 1px solid #b2b2b2;
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.privateroom {
    margin-top: 23px;
    border-top: 1px solid #b2b2b2;
    padding-top: 23px;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom h3 {
    width: 94%;
  }
}

.lp-individual .about__lists-type .item.privateroom .text p {
  margin: 0;
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.privateroom .option {
    display: flex;
    margin: 6px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .option {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.privateroom .option p {
    margin-right: 5px;
  }
}

.lp-individual .about__lists-type .item.privateroom .wrap {
  min-height: 0%;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .textarea {
    width: 23.7113402062%;
  }
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists {
    margin: 10px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists {
    width: 73.1958762887%;
  }
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item {
  width: 31.1111111111%;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists .item {
    width: 30.5633802817%;
  }
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4 {
  font-weight: 700;
  color: #fff;
  text-align: left;
  padding-left: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4 {
    font-size: 1.6rem;
    padding-left: 8px;
  }
}

@media (min-width: 810px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4 {
    font-size: 2rem;
    padding-left: 11px;
  }
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4.room_r {
  background-color: #2c4790;
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4.room_l {
  background-color: #613380;
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item h4.room_w {
  background-color: #d15174;
}

.lp-individual .about__lists-type .item.privateroom .wrap .lists .item p {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3333333333;
  color: #002a70;
  letter-spacing: 0.02em;
  margin: 2px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .wrap .lists .item p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.lp-individual .about__lists-type .item.privateroom .attention {
  color: #e30012;
  border: 1px solid #e30012;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  margin: 10px 0 0;
  padding: 12px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.privateroom .attention {
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin: 44px 0 0;
    padding: 8px 15px;
  }
}

@media (min-width: 810px) {
  .lp-individual .about__lists-type .item.privateroom .attention {
    font-size: 2rem;
    letter-spacing: 0.05em;
    padding: 10px 15px;
  }
}

.lp-individual .about__lists-type .item.boxworkspace {
  width: 100%;
  border-top: 1px solid #b2b2b2;
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    border-top: 1px solid #b2b2b2;
    padding-top: 25px;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace {
    display: grid;
    justify-content: space-between;
    margin: 60px 0 0;
    padding: 60px 0 0;
    grid-template-columns: 64.7422680412% 31.3402061856%;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace h3 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace h3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

@media (min-width: 768px) and (max-width: 810px) {
  .lp-individual .about__lists-type .item.boxworkspace h3 span {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace h3 span {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace .image {
    width: 46.9841269841%;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace .image {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace .text {
    width: 46.9841269841%;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace .text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.lp-individual .about__lists-type .item.boxworkspace .text p {
  margin: 0;
}

.lp-individual .about__lists-type .item.boxworkspace .option {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .lp-individual .about__lists-type .item.boxworkspace .option {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace .option {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.lp-individual .about__lists-type .item.boxworkspace .option p {
  width: 32.380952381%;
}

@media (min-width: 768px) {
  .lp-individual .about__lists-type .item.boxworkspace .option p {
    width: 48%;
  }
}

@media (min-width: 1110px) {
  .lp-individual .about__lists-type .item.boxworkspace .option p {
    width: 32.0063694268%;
  }
}

@media (min-width: 768px) and (max-width: 1109px) {
  .lp-individual .about__lists-type .item.boxworkspace .option p:nth-of-type(n + 5) {
    margin-bottom: 0;
  }
}

@media (min-width: 1110px) {
  .lp-individual .about__lists-type .item.boxworkspace .option p:nth-of-type(n + 4) {
    margin-bottom: 0;
  }
}

.lp-individual .workspace {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace {
    margin: 85px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-individual .workspace__top {
    position: relative;
    background-color: #ececed;
    padding: 28px 14px 14px;
  }
}

.lp-individual .workspace__top::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-2px);
  background-image: url(/img/lp/individual/bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (min-width: 768px) {
  .lp-individual .workspace__top::before {
    display: none;
  }
}

.lp-individual .workspace__top h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .lp-individual .workspace__top h2 {
    font-size: 2.6rem;
    letter-spacing: 0.16em;
  }
}

.lp-individual .workspace__top h2 span {
  display: block;
  width: 86px;
  margin: 0 auto;
  padding: 0 0 8px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__top h2 span {
    width: 150px;
    padding: 0 0 20px;
  }
}

.lp-individual .workspace__menu {
  display: flex;
  justify-content: space-between;
  margin: 14px 0 0;
}

@media (max-width: 767px) {
  .lp-individual .workspace__menu {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .lp-individual .workspace__menu {
    margin: 20px auto 0;
    max-width: 944px;
  }
}

.lp-individual .workspace__menu li {
  width: 47.7707006369%;
  height: 55px;
  border-radius: 7px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lp-individual .workspace__menu li {
    width: 23.5169491525%;
    height: 68px;
    border-radius: 7px;
  }
}

@media (max-width: 767px) {
  .lp-individual .workspace__menu li:nth-of-type(n + 3) {
    margin: 10px 0 0;
  }
}

.lp-individual .workspace__menu li a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lp-individual .workspace__menu li a span {
  font-size: 1.8rem;
  letter-spacing: 0.3em;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .lp-individual .workspace__menu li a span {
    font-size: 2rem;
  }
}

.lp-individual .workspace__menu li a span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .lp-individual .workspace__menu li a span::after {
    width: 8px;
    height: 8px;
    margin: -3px 0 0;
  }
}

.lp-individual .workspace__type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__type {
    margin: 28px 0 0;
  }
}

.lp-individual .workspace__type p {
  display: flex;
}

.lp-individual .workspace__type p:nth-of-type(1) {
  margin-right: 17px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__type p:nth-of-type(1) {
    margin-right: 42px;
  }
}

.lp-individual .workspace__type p span.name {
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__type p span.name {
    font-size: 1.9rem;
    margin-right: 12px;
  }
}

.lp-individual .workspace__type p span.color {
  display: block;
  width: 47px;
  height: 17px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__type p span.color {
    width: 78px;
    height: 31px;
    position: relative;
  }
}

.lp-individual .workspace__type p span.color::before {
  content: "";
  display: block;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .lp-individual .workspace__type p span.color::before {
    display: none;
  }
}

.lp-individual .workspace__type p span.color::after {
  content: "";
  display: block;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .lp-individual .workspace__type p span.color::after {
    display: none;
  }
}

.lp-individual .workspace__type p span.color.shop {
  background-color: #4fb1bc;
}

.lp-individual .workspace__type p span.color.box {
  background-color: #68ade9;
}

.lp-individual .workspace__list {
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list {
    padding: 85px 0 0;
  }
}

.lp-individual .workspace__list#tokyo {
  padding: 50px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list#tokyo {
    padding: 40px 0 0;
  }
}

.lp-individual .workspace__list h3 {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  border-bottom: 2px solid #000;
  padding: 0 0 4px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list h3 {
    font-size: 2.1rem;
    padding: 0 0 8px;
  }
}

.lp-individual .workspace__list .list {
  margin: 14px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}

.lp-individual .workspace__list .list .item {
  position: relative;
  padding: 24px 15px 28px;
  width: 100%;
}

@media (max-width: 767px) {
  .lp-individual .workspace__list .list .item {
    margin: 14px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-individual .workspace__list .list .item:first-of-type {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item:nth-of-type(n + 3) {
    margin: 12px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item {
    padding: 40px 50px 45px;
    width: 49.2592592593%;
  }
}

.lp-individual .workspace__list .list .item.shop {
  background-color: #4fb1bc;
}

.lp-individual .workspace__list .list .item.box {
  background-color: #68ade9;
}

.lp-individual .workspace__list .list .item::before {
  content: "";
  display: block;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item::before {
    border-bottom: 26px solid transparent;
    border-left: 26px solid #fff;
  }
}

.lp-individual .workspace__list .list .item::after {
  content: "";
  display: block;
  border-top: 16px solid transparent;
  border-right: 16px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item::after {
    border-top: 26px solid transparent;
    border-right: 26px solid #fff;
  }
}

.lp-individual .workspace__list .list .item h4 {
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 0 12px;
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item h4 {
    font-size: 2.2rem;
  }
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item h4.small {
    font-size: 2rem;
  }
}

.lp-individual .workspace__list .list .item .top {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .top {
    margin: 18px 0 0;
  }
}

.lp-individual .workspace__list .list .item .top .image {
  width: 46.6666666667%;
  position: relative;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .top .image {
    width: 46.682464455%;
  }
}

.lp-individual .workspace__list .list .item .top .image span {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding: 2px 0 0;
  color: #fff;
  font-size: 1rem;
}

.lp-individual .workspace__list .list .item .top .map {
  width: 46.6666666667%;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  color: #fff;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .top .map {
    width: 48%;
    font-size: 1.55rem;
    line-height: 1.4705882353;
  }
}

.lp-individual .workspace__list .list .item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 30px 0 0;
}

.lp-individual .workspace__list .list .item .bottom .link {
  width: 61.9047619048%;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .link {
    row-gap: 14px;
    width: 61.8483412322%;
  }
}

.lp-individual .workspace__list .list .item .bottom .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 30px;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.lp-individual .workspace__list .list .item .bottom .link a.plan {
  border: 1px solid #fff;
  color: #fff;
}

.lp-individual .workspace__list .list .item .bottom .link a.plan::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.lp-individual .workspace__list .list .item .bottom .link a.apply {
  background-color: #fff;
  color: #595757;
}

.lp-individual .workspace__list .list .item .bottom .link a.apply::after {
  border-top: 1px solid #4fb1bc;
  border-right: 1px solid #4fb1bc;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .link a {
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    height: 40px;
    border-radius: 20px;
  }
}

.lp-individual .workspace__list .list .item .bottom .link a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin: -4px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .link a::after {
    width: 11px;
    height: 11px;
    margin: -5px 0 0;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday {
  width: 32.380952381%;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday {
    width: 32.4644549763%;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday > p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.14em;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday > p {
    font-size: 1.3rem;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday__list {
  display: flex;
  justify-content: space-between;
  margin: 5px 0 0;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday__list {
    margin: 5px 0 0;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div {
  width: 48.0392156863%;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday__list > div {
    width: 47.4452554745%;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .day {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.24em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14px;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday__list > div .day {
    height: 18px;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .day.shop {
  background-color: #9ed6df;
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .day.box {
  background-color: #a1cbed;
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 19px;
  background-color: #fff;
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .lp-individual .workspace__list .list .item .bottom .useday__list > div .check {
    height: 25px;
    font-size: 1.8rem;
  }
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .check.shop {
  color: #4fb1bc;
}

.lp-individual .workspace__list .list .item .bottom .useday__list > div .check.box {
  color: #68ade9;
}

.lp-hiratsuka {
  /*店舗情報*/
  /*// 店舗情報*/
  /*ご利用料金*/
  /*// ご利用料金*/
  /*設備・アメニティ*/
  /*// 設備・アメニティ*/
  /*ご利用方法*/
  /*// ご利用方法*/
  /*ご利用上の注意*/
  /*// ご利用上の注意*/
  /*入会*/
  /*// 入会*/
}

.lp-hiratsuka main {
  padding-top: 0 !important;
}

.lp-hiratsuka img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .lp-hiratsuka .mv {
    display: flex;
  }
}

.lp-hiratsuka .mv__image {
  width: 100%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .mv__image {
    width: 52.5333333333%;
  }
}

.lp-hiratsuka .mv__title {
  display: flex;
  align-self: center;
  width: 88%;
  margin: -25px auto 0;
  padding: 10px 8px 10px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .lp-hiratsuka .mv__title {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .mv__title {
    padding: 0;
    margin: 0;
    width: 47.4666666667%;
  }
}

.lp-hiratsuka .mv__title h1 {
  border-top: 2px solid #4fb23c;
  border-bottom: 2px solid #4fb23c;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .mv__title h1 {
    padding: 3.2% 0 4.5%;
    margin-left: 6.5%;
    width: 77%;
  }
}

.lp-hiratsuka .mv__title h1 p {
  font-size: 2.67vw;
  line-height: 1.4;
  text-align: center;
  margin: 3.5% 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .mv__title h1 p {
    margin-top: 6%;
    font-size: 1.47vw;
    line-height: 1.5454545455;
  }
}

.lp-hiratsuka .contents {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 15px;
}

.lp-hiratsuka .contents h3 {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: left;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 2px solid #4fb23c;
}

@media (min-width: 768px) {
  .lp-hiratsuka .contents h3 {
    text-align: center;
    font-size: 2.8rem;
    padding-bottom: 10px;
  }
}

.lp-hiratsuka .name h2 {
  color: #4fb23c;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  margin: 24px 0 0;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .lp-hiratsuka .name h2 {
    margin: 64px 0 0;
    font-size: 4.2rem;
  }
}

.lp-hiratsuka .name h2 span {
  font-size: 1.7rem;
  letter-spacing: 0em;
}

@media (min-width: 768px) {
  .lp-hiratsuka .name h2 span {
    font-size: 3.2rem;
  }
}

.lp-hiratsuka .shop {
  margin: 26px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop {
    margin: 60px 0 0;
  }
}

.lp-hiratsuka .shop__info {
  margin: 10px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
}

.lp-hiratsuka .shop__info-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-image {
    width: 48.5185185185%;
  }
}

.lp-hiratsuka .shop__info-image div:nth-of-type(1) {
  width: 100%;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-image div:nth-of-type(1) {
    margin-bottom: 8px;
  }
}

.lp-hiratsuka .shop__info-image div:nth-of-type(2) {
  width: 51.5942028986%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-image div:nth-of-type(2) {
    width: 51.5267175573%;
  }
}

.lp-hiratsuka .shop__info-image div:nth-of-type(3) {
  width: 46.9565217391%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-image div:nth-of-type(3) {
    width: 46.9465648855%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .shop__info-map {
    margin: 16px 0 0;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-map {
    width: 46.5740740741%;
  }
}

.lp-hiratsuka .shop__info-map .text {
  font-size: 1.2rem;
  line-height: 1.9166666667;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-map .text {
    font-size: 1.7rem;
    line-height: 1.9411764706;
  }
}

.lp-hiratsuka .shop__info-map .image {
  margin: 16px auto 0;
  width: 91.3043478261%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__info-map .image {
    margin: 74px auto 0;
    width: 80.1192842942%;
  }
}

.lp-hiratsuka .shop__feature {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__feature {
    margin: 28px 0 0;
  }
}

.lp-hiratsuka .shop__feature p {
  width: 30.1587301587%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .shop__feature p {
    width: 14.7222222222%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .shop__feature p:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}

.lp-hiratsuka .price {
  margin: 68px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price {
    margin: 100px 0 0;
  }
}

.lp-hiratsuka .price__table {
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table {
    margin: 20px 0 0;
  }
}

.lp-hiratsuka .price__table-top {
  display: flex;
}

.lp-hiratsuka .price__table-top .planname {
  width: 33.3333333333%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .planname {
    align-self: center;
    margin: -24px 0 0;
    width: 48.7037037037%;
  }
}

.lp-hiratsuka .price__table-top .planname__title {
  width: 87.619047619%;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-top .planname__title {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .planname__title {
    width: 95.0570342205%;
    padding: 0 0 0 15px;
  }
}

.lp-hiratsuka .price__table-top .planname__title span.text {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .planname__title span.text {
    font-size: 2.7rem;
    line-height: 1.2222222222;
    padding: 0 0 0 25px;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-top .planname__title span.text .lt {
    margin-left: -0.5em;
  }
}

.lp-hiratsuka .price__table-top .planname__title span.strong {
  width: 100%;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-top .planname__title span.strong {
    display: block;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .planname__title span.strong {
    margin-top: -15px;
  }
}

.lp-hiratsuka .price__table-top .rooms {
  display: flex;
  padding-left: 1px;
  border-left: 1px solid #cce4c1;
  width: 66.6666666667%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .rooms {
    width: 51.2962962963%;
  }
}

.lp-hiratsuka .price__table-top .rooms__room {
  width: 50%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #cce4c1;
}

.lp-hiratsuka .price__table-top .rooms__room h4 {
  background-color: #4fb23c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .rooms__room h4 {
    font-size: 1.6rem;
    height: 30px;
  }
}

.lp-hiratsuka .price__table-top .rooms__room:last-of-type {
  border-right: 0;
}

.lp-hiratsuka .price__table-top .rooms__room ul {
  padding: 5px 5px 8px 10px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .rooms__room ul {
    padding: 5px 0 18px 3px;
  }
}

.lp-hiratsuka .price__table-top .rooms__room ul li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-top .rooms__room ul li {
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}

.lp-hiratsuka .price__table-top .rooms__room ul li::before {
  content: "\30FB";
}

.lp-hiratsuka .price__table-top .rooms__room .image {
  margin: auto 0 0;
  min-height: 0%;
}

.lp-hiratsuka .price__table-bottom .table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cce4c1;
  border-bottom: 1px solid #cce4c1;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table {
    border-top: 1px solid #4fb23c;
    border-bottom: none;
  }
}

.lp-hiratsuka .price__table-bottom .table .title {
  font-size: 1rem;
  color: #fff;
  width: 7.2463768116%;
  letter-spacing: 0.1em;
  height: 50px;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table .title {
    background-color: #4fb23c;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table .title {
    padding: 2px;
    font-size: 1.8rem;
    width: 20.3703703704%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table .title p {
    margin: 0 auto;
    writing-mode: vertical-rl;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table .title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4fb23c;
  }
}

.lp-hiratsuka .price__table-bottom .table tr {
  border-bottom: 1px solid #4fb23c;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table tr {
    border-bottom: 1px solid #cce4c1;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table tr:last-of-type {
    border-bottom: none;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .use {
  width: 26.0869565217%;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: center;
  border-right: 1px solid #cce4c1;
  background-color: #cce4c1;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table tr .use {
    padding: 2px;
    background-color: #fff;
    font-size: 1.5rem;
    width: 28.2407407407%;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .use p {
  background-color: #cce4c1;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table tr .use p {
    line-height: 1.1;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .use .large {
  font-weight: 700;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table tr .use .large {
    font-size: 2.6rem;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .price {
  font-size: 1rem;
  border-right: 1px solid #cce4c1;
}

.lp-hiratsuka .price__table-bottom .table tr .price.border_none {
  border: none;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table tr .price {
    font-size: 1.5rem;
    width: 25.5555555556%;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .price p {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .lp-hiratsuka .price__table-bottom .table tr .price p {
    height: 38px;
  }
}

.lp-hiratsuka .price__table-bottom .table tr .price .large {
  font-weight: 700;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lp-hiratsuka .price__table-bottom .table tr .price .large {
    font-size: 2.6rem;
  }
}

.lp-hiratsuka .setsubi {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi {
    margin: 100px 0 0;
  }
}

.lp-hiratsuka .setsubi__list {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .lp-hiratsuka .setsubi__list {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi__list {
    margin: 26px 0 0;
  }
}

.lp-hiratsuka .setsubi__list-item {
  width: 46.9565217391%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .lp-hiratsuka .setsubi__list-item:nth-of-type(n + 3) {
    margin-top: 12px;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi__list-item {
    width: 22.6851851852%;
  }
}

.lp-hiratsuka .setsubi__list-item .image {
  min-height: 0%;
}

.lp-hiratsuka .setsubi__list-item h4 {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #565957;
  padding: 8px 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi__list-item h4 {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}

.lp-hiratsuka .setsubi__list-item .text {
  flex-grow: 1;
  background-color: #cce4c1;
  padding: 5px 10px 10px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi__list-item .text {
    padding: 8px 15px 20px;
  }
}

.lp-hiratsuka .setsubi__list-item .text p {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

@media (min-width: 768px) {
  .lp-hiratsuka .setsubi__list-item .text p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.lp-hiratsuka .howto {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto {
    margin: 90px 0 0;
  }
}

.lp-hiratsuka .howto__list {
  margin: 14px 0 0;
  padding: 0 15px 0 8px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list {
    padding: 0;
    margin: 26px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.lp-hiratsuka .howto__list-step {
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
}

.lp-hiratsuka .howto__list-step:first-of-type {
  margin: 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step {
    flex-direction: column;
    width: 31.6666666667%;
  }
}

.lp-hiratsuka .howto__list-step .no {
  display: block;
  width: 7.5362318841%;
  min-height: 0%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .no {
    margin: 0 auto;
    width: 10.8187134503%;
    flex-shrink: 0;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .no {
    order: 1;
  }
}

.lp-hiratsuka .howto__list-step h4 {
  color: #4fb23c;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step h4 {
    font-size: 1.9rem;
    margin: 0 0 6px;
    padding: 0 0 0 10px;
    order: 2;
    width: 91.9254658385%;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step h4 {
    text-align: center;
    font-size: 2.7rem;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .text {
    order: 4;
    width: 79.5031055901%;
    font-size: 1.2rem;
    line-height: 1.5833333333;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .text {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 0 14px;
    margin: 12px 0 0;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .image {
    order: 3;
    width: 20.4968944099%;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .image {
    position: relative;
    padding-top: 35%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .image > div {
    display: flex;
    width: 100%;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .image > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .image.step01 > div {
    width: 16.081871345%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .image.step01 > div img {
    margin: 0 0 0 10px;
    width: 43.9393939394%;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .image.step02 > div {
    width: 21.0526315789%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .image.step02 > div img {
    margin: 0 0 0 10px;
    width: 54.5454545455%;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .image.step03 > div {
    width: 29.8245614035%;
  }
}

@media (max-width: 767px) {
  .lp-hiratsuka .howto__list-step .image.step03 > div img {
    width: 78.7878787879%;
  }
}

.lp-hiratsuka .howto__list-step .arrow {
  position: absolute;
  top: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  width: 7.8125%;
}

@media (min-width: 768px) {
  .lp-hiratsuka .howto__list-step .arrow {
    width: 7.5%;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
  }
}

.lp-hiratsuka .attention {
  margin: 70px 0 0;
}

@media (min-width: 768px) {
  .lp-hiratsuka .attention {
    margin: 100px 0 0;
  }
}

.lp-hiratsuka .attention__list {
  margin: 16px 0 0;
}

@media (max-width: 767px) {
  .lp-hiratsuka .attention__list {
    padding: 0 16px;
  }
}

@media (min-width: 768px) {
  .lp-hiratsuka .attention__list {
    margin: 20px 0 0;
  }
}

.lp-hiratsuka .attention__list li {
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

@media (min-width: 768px) {
  .lp-hiratsuka .attention__list li {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}

.lp-hiratsuka .membership {
  margin: 100px 0 50px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .membership {
    margin: 80px 0 75px;
  }
}

.lp-hiratsuka .membership .link {
  background-color: #4fb23c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  width: 155px;
  height: 42px;
  border-radius: 42px;
}

@media (min-width: 768px) {
  .lp-hiratsuka .membership .link {
    width: 356px;
    height: 84px;
    border-radius: 84px;
    font-size: 2.2rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .lp-hiratsuka .table .title {
    position: static;
    background-color: #4fb23c;
  }

  .lp-hiratsuka .table .title p {
    position: static;
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }
}

@media (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .lp-hiratsuka .table .title p {
    margin: 25% 0 0;
  }
}

.lp-detail #main {
  padding-top: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
}

.lp-detail img {
  max-width: 100%;
}

.lp-detail h2 {
  text-align: center;
  font-size: 20px;
}

@media (min-width: 768px) {
  .lp-detail h2 {
    font-size: 33px;
  }
}

.lp-detail__header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px 0 18px;
}

@media (min-width: 768px) {
  .lp-detail__header {
    padding: 0 20px;
  }
}

.lp-detail__header-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #e30012;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-detail__header-button a {
    font-size: 1.3rem;
    line-height: 1.2307692308;
  }
}

@media (min-width: 768px) {
  .lp-detail__header-button a {
    width: 232px;
    height: 66px;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
  }
}

.lp-detail__header-button a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  bottom: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .lp-detail__header-button a::after {
    width: 9px;
    height: 9px;
    bottom: 10px;
  }
}

@media (min-width: 768px) {
  .lp-detail__header-logo {
    display: flex;
  }
}

.lp-detail__header-logo .image {
  width: 180px;
}

@media (min-width: 768px) {
  .lp-detail__header-logo .image {
    width: 185px;
  }
}

.lp-detail .pats_personalplan {
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #e30012;
}

@media (max-width: 767px) {
  .lp-detail .pats_personalplan {
    margin: 12px 0 26px;
    position: relative;
    font-weight: 700;
  }
}

.lp-detail .pats_personalplan::after,
.lp-detail .pats_personalplan::before {
  display: none;
}

@media (max-width: 767px) {
  .lp-detail .pats_personalplan::after,
  .lp-detail .pats_personalplan::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #e30012;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.lp-detail .pats_personalplan::before {
  left: -40px;
}

.lp-detail .pats_personalplan::after {
  right: -40px;
}

@media (min-width: 768px) {
  .lp-detail .pats_personalplan {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 220px;
    height: 54px;
    border-radius: 5px;
    font-size: 1.7rem;
    letter-spacing: 0.08em;
    border: 1px solid #e30012;
  }
}

.lp-detail .mv {
  position: relative;
}

.lp-detail .mv img {
  width: 100%;
}

.lp-detail .mv-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-detail .mv h1 {
  position: absolute;
  color: #fff;
  font-size: 19px;
  text-shadow: 3px 1px 5px #000;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-detail .mv h1 {
    font-size: 40px;
  }
}

.lp-detail .point {
  background-color: #003F7D;
}

.lp-detail .point h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-detail .point h2 img {
  width: 153px;
}

@media (min-width: 768px) {
  .lp-detail .point h2 img {
    width: 364px;
  }
}

.lp-detail .point h2 p {
  color: #fff;
  font-size: 19px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .lp-detail .point h2 p {
    font-size: 42px;
    margin-left: 25px;
  }
}

.lp-detail .point-inner {
  display: flex;
  flex-direction: column;
  padding: 70px 10px;
}

@media (max-width: 767px) {
  .lp-detail .point-inner {
    padding: 25px 30px;
  }
}

.lp-detail .point-image {
  position: relative;
  width: 100%;
  margin: 15px auto 0;
}

@media (min-width: 768px) {
  .lp-detail .point-image {
    margin: 45px auto 0;
    max-width: 1080px;
  }
}

.lp-detail .point-image img {
  width: 100%;
}

.lp-detail .point-image a {
  position: absolute;
  bottom: 0;
  width: 49%;
  height: 67px;
  border-radius: 15px;
}

.lp-detail .point-image a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .lp-detail .point-image a {
    height: 160px;
  }
}

.lp-detail .point-image a#link-myoffice {
  left: 0;
}

.lp-detail .point-image a#link-myshosai {
  right: 0;
}

.lp-detail .point-info {
  margin: 20px auto 0;
  width: 100%;
  max-width: 1080px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .lp-detail .point-info {
    margin: 50px auto 0;
    padding: 30px;
  }
}

.lp-detail .point-info p {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .lp-detail .point-info p {
    font-size: 17px;
  }
}

.lp-detail .point-info p:nth-child(1) {
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .lp-detail .point-info p:nth-child(1) {
    margin: 0 0 30px;
  }
}

.lp-detail .block {
  margin: 60px auto 0;
  width: 100%;
  max-width: 1080px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .lp-detail .block {
    margin: 100px auto 0;
  }
}

.lp-detail .block h2 {
  color: #fff !important;
  font-size: 13px;
  letter-spacing: 0.3em;
  line-height: 30px;
}

@media (min-width: 768px) {
  .lp-detail .block h2 {
    font-size: 29px;
    line-height: 48px;
  }
}

.lp-detail .block-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-detail .block-title img {
  width: 100%;
}

.lp-detail .block-title img:nth-child(1) {
  max-width: 232px;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-title img:nth-child(1) {
    margin: 0 0 20px;
    max-width: 470px;
  }
}

.lp-detail .block-title img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 10px;
  max-width: 71px;
}

@media (min-width: 768px) {
  .lp-detail .block-title img:nth-child(2) {
    max-width: 158px;
    right: 170px;
  }
}

.lp-detail .block-inner {
  margin: auto;
  width: 100%;
  max-width: 1080px;
  background-color: #ECECED;
  padding: 0 15px 45px;
}

@media (min-width: 768px) {
  .lp-detail .block-inner {
    padding: 0 50px 80px;
  }
}

.lp-detail .block-inner h3 {
  padding: 40px 0 5px;
  text-align: center;
  font-size: 20px;
}

@media (min-width: 768px) {
  .lp-detail .block-inner h3 {
    padding: 60px 0 20px;
    font-size: 28px;
  }
}

.lp-detail .block-personal {
  background-color: #fff;
  padding: 15px 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-personal {
    padding: 35px 60px 50px;
  }
}

.lp-detail .block-personal > p:first-child {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 768px) {
  .lp-detail .block-personal > p:first-child {
    font-size: 19px;
  }
}

.lp-detail .block-personal .rooms {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .rooms {
    margin: 40px 0 0;
  }
}

.lp-detail .block-personal .rooms > div {
  display: flex;
  flex-direction: column;
}

.lp-detail .block-personal .rooms > div:nth-child(2) {
  margin: 0 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .rooms > div:nth-child(2) {
    margin: 0;
  }
}

.lp-detail .block-personal .rooms > div img {
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .rooms > div img {
    margin: 0 0 10px;
  }
}

.lp-detail .block-personal .rooms > div p {
  text-align: center;
  font-weight: bold;
  color: #003F7D;
  font-size: 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .rooms > div p {
    font-size: 15px;
  }
}

.lp-detail .block-personal .texts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .texts {
    margin: 40px 0 0;
  }
}

.lp-detail .block-personal .texts p {
  width: 100%;
  font-size: 9px;
  text-align: center;
  max-width: 107px;
  line-height: 17px;
  margin: 0 5px;
  border-radius: 30px;
  border: 1px solid #000;
}

@media (min-width: 768px) {
  .lp-detail .block-personal .texts p {
    margin: 0 12px;
    font-size: 19px;
    max-width: 282px;
    line-height: 44px;
  }
}

.lp-detail .block-price img {
  max-width: 100%;
}

.lp-detail .block-offices > div {
  background-color: #fff;
  margin: 0 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div {
    padding: 25px 25px 25px 0;
    flex-direction: row;
  }
}

.lp-detail .block-offices > div > div {
  display: flex;
  flex-direction: column;
}

.lp-detail .block-offices > div > div:nth-child(1) {
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div > div:nth-child(1) {
    width: 160px;
    text-align: center;
    margin: 0;
  }
}

.lp-detail .block-offices > div > div:nth-child(1) p {
  font-size: 16px;
  white-space: nowrap;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div > div:nth-child(1) p {
    font-size: 19px;
  }
}

.lp-detail .block-offices > div > div:nth-child(1) span {
  font-size: 12px;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div > div:nth-child(1) span {
    font-size: 13px;
  }
}

.lp-detail .block-offices > div > div:nth-child(2) {
  width: 100%;
}

.lp-detail .block-offices > div > div:nth-child(2) p {
  color: #003F7D;
  line-height: 1.7;
  font-weight: bold;
  font-size: 11px;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div > div:nth-child(2) p {
    font-size: 18px;
  }
}

.lp-detail .block-offices > div > div:nth-child(2) span.caution {
  font-size: 10px;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .lp-detail .block-offices > div > div:nth-child(2) span.caution {
    font-size: 12px;
  }
}

.lp-detail .block-btns {
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lp-detail .block-btns {
    padding: 40px 0 0;
  }
}

.lp-detail .block-btns a {
  position: relative;
  width: 100%;
  border-radius: 30px;
  max-width: 152px;
  height: 31px;
  margin: 0 5px;
  background-color: #003F7D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lp-detail .block-btns a:hover {
  opacity: 0.7;
}

.lp-detail .block-btns a::after {
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .lp-detail .block-btns a::after {
    top: calc(50% - 6px);
    right: 25px;
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) {
  .lp-detail .block-btns a {
    max-width: 296px;
    height: 45px;
    margin: 0 30px;
  }
}

.lp-detail .block-btns a p {
  font-weight: bold;
  color: #fff !important;
  font-size: 10px;
}

@media (min-width: 768px) {
  .lp-detail .block-btns a p {
    font-size: 14px;
  }
}

.lp-detail .block.office h2 {
  background-color: #003F7D;
}

.lp-detail .block.shosai h2 {
  background-color: #e30012;
}

.lp-detail .block.shosai .block-title img:nth-child(1) {
  max-width: 239px;
}

@media (min-width: 768px) {
  .lp-detail .block.shosai .block-title img:nth-child(1) {
    margin: 0 0 20px;
    max-width: 399px;
  }
}

.lp-detail .block.shosai .block-title img:nth-child(2) {
  right: 2px;
}

@media (min-width: 768px) {
  .lp-detail .block.shosai .block-title img:nth-child(2) {
    max-width: 147px;
    right: 200px;
    top: -10px;
  }
}

.lp-detail .block.shosai .block-btns a {
  background-color: #e30012;
}

.lp-detail .facility {
  width: 100%;
  max-width: 1080px;
  margin: 60px auto 50px;
}

@media (min-width: 768px) {
  .lp-detail .facility {
    margin: 160px auto 180px;
  }
}

.lp-detail .facility-inner {
  background-color: #ECECED;
  padding: 20px 10px 35px;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .lp-detail .facility-inner {
    padding: 45px 50px 60px;
  }
}

.lp-detail .facility-inner > p {
  font-weight: bold;
  font-size: 12px;
}

@media (min-width: 768px) {
  .lp-detail .facility-inner > p {
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px;
  }
}

.lp-detail .facility-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin: 25px 0 0;
}

@media (min-width: 768px) {
  .lp-detail .facility-items {
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 25px;
    margin: 45px 0 0;
  }
}

.lp-detail .facility-items > p {
  background-color: #fff;
  color: #003F7D;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
  width: 100%;
  max-width: 147px;
}

@media (min-width: 768px) {
  .lp-detail .facility-items > p {
    font-size: 15px;
    line-height: 42px;
    max-width: 253px;
  }
}

.lp-detail .facility-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}

@media (min-width: 768px) {
  .lp-detail .facility-contents {
    margin: 60px 0 0;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 60px;
  }
}

.lp-detail .facility-contents > div {
  width: 100%;
  max-width: 147px;
}

@media (min-width: 768px) {
  .lp-detail .facility-contents > div {
    max-width: 288px;
  }
}

.lp-detail .facility-contents > div h3 {
  text-align: center;
  color: #003F7D;
  font-size: 12px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .lp-detail .facility-contents > div h3 {
    font-size: 20px;
  }
}

.lp-detail .facility-contents > div img {
  width: 100%;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .lp-detail .facility-contents > div img {
    margin: 15px 0;
  }
}

.lp-detail .facility-contents > div > p,
.lp-detail .facility-contents > div a {
  font-size: 10px;
}

@media (min-width: 768px) {
  .lp-detail .facility-contents > div > p,
  .lp-detail .facility-contents > div a {
    font-size: 14px;
  }
}

.lp-detail .facility-contents > div a {
  color: #003F7D;
  text-decoration: underline;
}

.lp-detail .facility-contents > div a:hover {
  opacity: 0.7;
}

.lp-detail .faq {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.lp-detail .faq h3 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .lp-detail .faq h3 {
    font-size: 27px;
  }
}

.lp-detail .faq-inner {
  margin: 20px auto 0;
  padding: 0 15px 50px;
  background-color: #003F7D;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner {
    padding: 0 0 120px;
  }
}

.lp-detail .faq-inner h3 {
  color: #fff;
  margin: 30px auto 15px;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner h3 {
    margin: 80px auto 30px;
  }
}

.lp-detail .faq-inner > div {
  position: relative;
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  margin: 0 0 15px;
  transition: all 0.3s;
  padding: 15px 10px 15px 47px;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div {
    padding: 25px 25px 25px 85px;
  }
}

.lp-detail .faq-inner > div::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/img/lp/detail/text_q.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: 10px;
  left: 10px;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div::before {
    top: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
  }
}

.lp-detail .faq-inner > div.show > p:nth-child(1) > span::before {
  margin-bottom: 0px;
  margin-top: 5px;
  transform: rotate(315deg);
}

.lp-detail .faq-inner > div.show > p:nth-child(2) {
  padding-top: 20px;
  display: block;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div.show > p:nth-child(2) {
    padding-top: 40px;
  }
}

.lp-detail .faq-inner > div > p:nth-child(1) {
  position: relative;
  cursor: pointer;
  color: #003F7D;
  font-weight: bold;
  font-size: 14px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div > p:nth-child(1) {
    font-size: 20px;
  }
}

.lp-detail .faq-inner > div > p:nth-child(1) > span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003F7D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div > p:nth-child(1) > span {
    width: 25px;
    height: 25px;
  }
}

.lp-detail .faq-inner > div > p:nth-child(1) > span::before {
  display: block;
  content: "";
  margin-bottom: 6px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div > p:nth-child(1) > span::before {
    width: 9px;
    height: 9px;
  }
}

.lp-detail .faq-inner > div > p:nth-child(2) {
  display: none;
  font-size: 13px;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .lp-detail .faq-inner > div > p:nth-child(2) {
    font-size: 18px;
  }
}

.lp-charterplan {
  overflow-x: hidden;
  /*共通*/
}

.lp-charterplan #main {
  padding-top: 0 !important;
}

.lp-charterplan #main p,
.lp-charterplan #main h1,
.lp-charterplan #main h2,
.lp-charterplan #main h3,
.lp-charterplan #main li,
.lp-charterplan #main span,
.lp-charterplan #main a {
  font-family: "Noto Sans JP", sans-serif;
}

.lp-charterplan #main img {
  width: 100%;
  height: auto;
}

.lp-charterplan .btn_charterplan_contact {
  width: 320px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: 2px solid #2B2B2B;
  background-color: #fff;
  box-shadow: 0 4px 0 #2B2B2B;
  font-weight: bold;
  color: #2B2B2B;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s opacity;
  position: relative;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.lp-charterplan .btn_charterplan_contact:hover {
  opacity: 0.75;
}

@media (min-width: 768px) {
  .lp-charterplan .btn_charterplan_contact {
    width: 420px;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .btn_charterplan_contact {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.lp-charterplan .btn_charterplan_contact::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/lp/charterplan/icon_btn_contact.svg");
}

@media (min-width: 992px) {
  .lp-charterplan .btn_charterplan_contact::after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

.lp-charterplan .btn_charterplan_contact {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .lp-charterplan .btn_charterplan_contact {
    width: 320px;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .btn_charterplan_contact {
    width: 420px;
    font-size: 2.4rem;
  }
}

.lp-charterplan .lp-charterplan-kv {
  width: 100%;
  max-height: 693px;
  background-color: #F2F0EC;
  position: relative;
  padding: 80px 0 65px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv {
    padding: 30px 0 23px;
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv {
    height: 693px;
  }
}

.lp-charterplan .lp-charterplan-kv::before,
.lp-charterplan .lp-charterplan-kv::after {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lp-charterplan .lp-charterplan-kv::before {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-image: url("/img/lp/charterplan/bg_kv-before_sp.svg");
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv::before {
    transform: translateY(-80px);
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv::before {
    max-width: 358px;
    width: 26.2079062958%;
    background-position: -85px bottom;
    transform: translateY(14.43001443%);
    background-image: url("/img/lp/charterplan/bg_kv-before.svg");
  }
}

.lp-charterplan .lp-charterplan-kv::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: url("/img/lp/charterplan/bg_kv-after_sp.svg");
  background-position: bottom;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv::after {
    transform: translateY(7.5%);
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv::after {
    max-width: 210px;
    width: 15.3733528551%;
    top: 37px;
    background-image: url("/img/lp/charterplan/bg_kv-after.svg");
    background-position: 17px top;
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv::after {
    background-position: top;
    transform: translateX(15.2380952381%);
  }
}

@media (min-width: 1750px) {
  .lp-charterplan .lp-charterplan-kv::after {
    transform: translateX(-15.2380952381%);
  }
}

.lp-charterplan .lp-charterplan-kv__container {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.lp-charterplan .lp-charterplan-kv__container::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__container::before {
    max-width: 426px;
    width: 31.1859443631%;
    transform: translateY(-30px);
    top: 0;
    left: 0;
    background-image: url("/img/lp/charterplan/bg_kv_container-before.svg");
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__container::before {
    width: 426px;
    left: 7.2916666667%;
    transform: translateY(-30px);
  }
}

.lp-charterplan .lp-charterplan-kv__container::after {
  content: "";
  display: none;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__container::after {
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    max-width: 110px;
    width: 8.0527086384%;
    transform: translateY(-30px);
    top: 0;
    right: 9.3704245974%;
    background-image: url("/img/lp/charterplan/bg_kv_container-after.svg");
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__container::after {
    width: 110px;
    right: 12.96875%;
    transform: translate(30px, -30px);
  }
}

@media (min-width: 1750px) {
  .lp-charterplan .lp-charterplan-kv__container::after {
    transform: translateY(-30px);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap {
    padding: 0 30px;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-kv__wrap {
    padding: 0 60px;
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main {
    margin: 0 auto;
    max-width: 322px;
    width: 85.8666666667%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main {
    max-width: 580px;
    max-height: 580px;
    aspect-ratio: 1/1;
    width: 46.178343949%;
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main .image {
  position: relative;
  width: 100%;
  height: 100%;
  /*白い丸*/
  /*白い丸*/
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main .image picture {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  width: 100%;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main .image picture {
    aspect-ratio: 1/1;
    transform: translateY(6.3157894737%);
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main .image picture {
    width: 87.2413793103%;
    transform: translateY(10.7913669065%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main .image::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main .image::after {
  content: "";
  display: block;
  width: 55.8620689655%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F2F0EC;
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main .contact {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main .contact {
    position: relative;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main .contact {
    position: absolute;
    z-index: 3;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main::before,
.lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main::before {
  max-width: 94px;
  width: 30.4347826087%;
  background-image: url("/img/lp/charterplan/bg_kv_main-before_sp.svg");
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::before {
    top: 0;
    transform: translate(0, 30.7142857143%);
    left: -8.5%;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::before {
    max-width: 220px;
    width: 37.9310344828%;
    top: 40%;
    right: 100%;
    transform: translateX(35%);
    background-image: url("/img/lp/charterplan/bg_kv_main-before_pc.svg");
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::before {
    transform: translateX(26.8181818182%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
  max-width: 97px;
  width: 30.1242236025%;
  background-image: url("/img/lp/charterplan/bg_kv_main-after_sp.svg");
  transform: translate(12.3711340206%, 5.2380952381%);
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
    top: 0;
    right: 0;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
    max-width: 168px;
    width: 28.9655172414%;
    top: 5.1724137931%;
    left: 100%;
    transform: translateX(-62.5%);
    background-image: url("/img/lp/charterplan/bg_kv_main-after_pc.svg");
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
    transform: translateX(-30.9523809524%);
  }
}

@media (min-width: 1750px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-main::after {
    transform: translateX(-19.0476190476%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-right,
.lp-charterplan .lp-charterplan-kv__wrap .parts-left {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right,
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-right {
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right {
    display: flex;
    flex-direction: column;
    width: 21.4788732394%;
    max-width: 244px;
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-right::before {
  content: "";
  display: none;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right::before {
    display: block;
    width: 24.5901639344%;
    background-size: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/img/lp/charterplan/bg_kv_parts_right-before.svg");
    background-repeat: no-repeat;
    transform: translate(-22.4137931034%, 20%);
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right::before {
    width: 60px;
    transform: translate(25.8620689655%, 14.8275862069%);
  }
}

@media (min-width: 1750px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right::before {
    transform: translate(0%, 14.8275862069%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-right .image {
  margin: auto 0 0 0;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right .image {
    transform: translateY(-12.2950819672%);
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-right .image {
    transform: translateY(-19.6721311475%);
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-left {
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left {
    width: 22.7112676056%;
    max-width: 258px;
  }
}

.lp-charterplan .lp-charterplan-kv__wrap .parts-left::before {
  content: "";
  display: none;
  position: absolute;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left::before {
    display: block;
    width: 42.6356589147%;
    background-size: 100%;
    height: 100%;
    top: 0;
    right: 100%;
    background-image: url("/img/lp/charterplan/bg_kv_parts_left-before.svg");
    background-repeat: no-repeat;
    transform: translate(0, 63.1034482759%);
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left::before {
    transform: translate(0, 57.5862068966%);
    width: 110px;
  }
}

@media (min-width: 1750px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left::before {
    transform: translate(-60%, 57.5862068966%);
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left .image {
    transform: translateY(29.5652173913%);
  }
}

@media (min-width: 1367px) {
  .lp-charterplan .lp-charterplan-kv__wrap .parts-left .image {
    transform: translateY(16.5217391304%);
  }
}

.lp-charterplan .lp-charterplan-case {
  background: linear-gradient(45deg, #FFBA59, #FFE873);
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case {
    background: linear-gradient(45deg, #FFE873, #FFBA59);
  }
}

.lp-charterplan .lp-charterplan-case::before,
.lp-charterplan .lp-charterplan-case::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
}

.lp-charterplan .lp-charterplan-case::before {
  background-image: url("/img/lp/charterplan/bg_case_before-sp.svg");
  width: 100%;
  background-size: 100%;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case::before {
    background-position: 0 100px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case::before {
    width: 8.7115666179%;
    background-size: 100%;
    left: 6.8081991215%;
    background-image: url("/img/lp/charterplan/bg_case_before-pc.svg");
    transform: translateY(55.7598039216%);
  }
}

.lp-charterplan .lp-charterplan-case::after {
  background-image: url("/img/lp/charterplan/bg_case_after-sp.svg");
  width: 49.8666666667%;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case::after {
    background-size: 100%;
    background-position: bottom;
    transform: translateY(40px);
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case::after {
    width: 100%;
    width: 23.7920937042%;
    background-position: bottom right;
    background-image: url("/img/lp/charterplan/bg_case_after-pc.svg");
    transform: translateY(8.5784313725%);
    background-size: contain;
  }
}

.lp-charterplan .lp-charterplan-case__wrap {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 27px 80px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap {
    padding: 60px 40px 80px;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .title {
  display: flex;
  justify-content: center;
}

.lp-charterplan .lp-charterplan-case__wrap .title h2 {
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2 {
    padding-bottom: 10px;
    position: relative;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px);
  background-size: 11px 2px;
  background-position: left bottom;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2::after {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .title h2 span {
  color: #2B2B2B;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2 span {
    font-size: 3rem;
    line-height: 1.5;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2 span {
    font-size: 3.4rem;
    line-height: 1.4411764706;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .title h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px);
  background-size: 11px 2px;
  background-position: left bottom;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .title h2 span::after {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example {
    margin-top: 50px;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example h3 {
  width: 100%;
  height: 40px;
  background-color: #2B2B2B;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases {
    row-gap: 20px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases {
    flex-direction: row;
    justify-content: space-between;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #2B2B2B;
  padding: 30px 0 40px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case {
    width: 31.3725490196%;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case {
    padding: 40px 0;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  margin: 0 auto;
  width: 71.875%;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image::before {
  content: "";
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 100%;
  background-color: #F8F8F8;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image div {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image div.case-01 {
  width: 100.8695652174%;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image div.case-02 {
  width: 121.7391304348%;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .image div.case-03 {
  width: 108.6956521739%;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text {
    padding: 0 14px;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text {
    row-gap: 40px;
    padding: 0 28px;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .komarigoto {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .komarigoto {
    font-size: clamp(14px, 1.32vw, 18px);
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .komarigoto span {
  font-weight: bold;
  line-height: 1.5;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .komarigoto::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #2B2B2B;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .komarigoto::after {
    transform: translate(-50%, 15px);
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .osusume {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2px;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .osusume span {
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5em 0 0.8em;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .osusume span {
    font-size: 2.4rem;
    font-size: clamp(17px, 1.76vw, 24px);
    line-height: 1.4166666667;
  }
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .osusume.kaigi span {
  background-color: #F08300;
}

.lp-charterplan .lp-charterplan-case__wrap .example__cases .case .text .osusume.kositu span {
  background-color: #8BB42E;
}

.lp-charterplan .lp-charterplan-about {
  background-color: #F2F0EC;
  position: relative;
}

.lp-charterplan .lp-charterplan-about::before,
.lp-charterplan .lp-charterplan-about::after {
  content: "";
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.lp-charterplan .lp-charterplan-about::before {
  background-image: url("/img/lp/charterplan/bg_about_before-sp.svg");
  z-index: 2;
  width: 20.8%;
  left: 0;
  background-position: bottom left;
  transform: translateY(3.4782608696%);
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about::before {
    width: 13.9824304539%;
    max-width: 191px;
    transform: translateY(9.8039215686%);
    background-size: contain;
    background-image: url("/img/lp/charterplan/bg_about_before-pc.svg");
  }
}

.lp-charterplan .lp-charterplan-about::after {
  background-image: url("/img/lp/charterplan/bg_about_after-sp.svg");
  width: 14.4%;
  background-position: top;
  right: 0;
  transform: translateY(32.1739130435%);
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about::after {
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about::after {
    width: 10.7613469985%;
    max-width: 147px;
    transform: translateY(26.5931372549%);
    background-size: contain;
    background-position: top;
    background-image: url("/img/lp/charterplan/bg_about_after-pc.svg");
  }
}

.lp-charterplan .lp-charterplan-about__wrap {
  padding: 80px 28px;
  position: relative;
  z-index: 1;
  /*共通*/
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap {
    padding: 80px 40px;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .line_rainbow {
  background: linear-gradient(to right, rgba(255, 197, 90, 0.5) 0%, rgba(206, 234, 112, 0.5) 50%, rgba(116, 230, 240, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 35%;
}

.lp-charterplan .lp-charterplan-about__wrap .about {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 60px 25px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .about {
    padding: 72px 80px 68px;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .about::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("/img/lp/charterplan/bg_about_wrap_before.svg");
  position: absolute;
  left: 0;
  height: 100%;
  background-position: top left;
  background-size: contain;
  width: 34.375%;
  transform: translate(-25%, -2.5176233635%);
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .about::before {
    width: 21.568627451%;
    transform: translate(-52.2727272727%, -6.8148148148%);
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain {
  display: flex;
  flex-direction: column;
  max-width: 780px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain {
    display: grid;
    grid-template-columns: 44.8717948718% 42.8205128205%;
    row-gap: 32px;
    justify-content: space-between;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .title {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title {
    grid-column: 1/2;
    grid-row: 1/2;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title {
    order: 1;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .title h2 {
  display: inline-block;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 {
    padding-bottom: 10px;
    position: relative;
    text-align: left;
    white-space: nowrap;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px);
  background-size: 11px 2px;
  background-position: left bottom;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2::after {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span {
  color: #2B2B2B;
  letter-spacing: 0.05em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span {
    font-size: 3rem;
    line-height: 1.5;
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    text-align: center;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span {
    line-height: 1.4411764706;
    font-size: clamp(20px, 3.33vw, 34px);
  }
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span {
    font-size: 3.4rem;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #000, #000 5px, transparent 5px);
  background-size: 11px 2px;
  background-position: left bottom;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .title h2 span::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text {
    order: 3;
    margin-top: 18px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .text p,
.lp-charterplan .lp-charterplan-about__wrap .explain .text span {
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text p,
  .lp-charterplan .lp-charterplan-about__wrap .explain .text span {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text p,
  .lp-charterplan .lp-charterplan-about__wrap .explain .text span {
    line-height: 1.5;
    font-size: clamp(17px, 2.16vw, 22px);
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text p,
  .lp-charterplan .lp-charterplan-about__wrap .explain .text span {
    font-size: 2.2rem;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .text .pc-only {
  display: none;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text .pc-only {
    display: inline-block;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .text .sp-only {
  display: inline-block;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text .sp-only {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .explain .text span {
  position: relative;
  font-weight: bold;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .text span {
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .image {
    order: 2;
    margin-top: 30px;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .explain .image {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .points {
  max-width: 740px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .points {
    row-gap: 10px;
    margin: 30px auto 0;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .points {
    flex-direction: row;
    justify-content: space-between;
    margin: 50px auto 0;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .points .point {
  border: 2px solid #2B2B2B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .points .point {
    padding: 24px 0 30px;
    border-radius: 200px;
  }
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .points .point {
    aspect-ratio: 1/1;
    width: 29.7297297297%;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .points .point p {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .points .point p {
    font-size: 2rem;
    font-size: clamp(16px, 1.96vw, 20px);
    line-height: 1.5;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .points .point p span {
  font-weight: bold;
}

.lp-charterplan .lp-charterplan-about__wrap .points .point p .pc-only {
  display: none;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .points .point p .pc-only {
    display: inline-block;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .points .point p .sp-only {
  display: inline-block;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .points .point p .sp-only {
    display: none;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .attention {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .attention {
    margin-top: 30px;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .attention li.large {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.lp-charterplan .lp-charterplan-about__wrap .attention li:not(.large) {
  font-size: 1.1rem;
  margin-top: 10px;
  line-height: 1.4545454545;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-about__wrap .attention li:not(.large) {
    font-size: 1.2rem;
    margin-top: 5px;
    line-height: 1.5;
  }
}

.lp-charterplan .lp-charterplan-about__wrap .attention li .sp-only {
  display: none;
}

@media (max-width: 767px) {
  .lp-charterplan .lp-charterplan-about__wrap .attention li .sp-only {
    display: block;
  }
}

.lp-charterplan .lp-charterplan-note {
  overflow: hidden;
  background: linear-gradient(-45deg, #FFE873, #B0E58A);
  position: relative;
}

.lp-charterplan .lp-charterplan-note::before,
.lp-charterplan .lp-charterplan-note::after {
  content: "";
  display: block;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}

.lp-charterplan .lp-charterplan-note::before {
  left: 0;
  background-image: url("/img/lp/charterplan/bg_note_before-sp.svg");
  width: 27.4666666667%;
  background-position: bottom;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-note::before {
    width: 10.6149341142%;
    max-width: 145px;
    background-image: url("/img/lp/charterplan/bg_note_before-pc.svg");
  }
}

.lp-charterplan .lp-charterplan-note::after {
  right: 0;
  background-image: url("/img/lp/charterplan/bg_note_after-sp.svg");
  width: 21.0666666667%;
  transform: translateY(4.4736842105%);
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-note::after {
    width: 12.6647144949%;
    max-width: 173px;
    background-position: top;
    background-image: url("/img/lp/charterplan/bg_note_after-pc.svg");
    transform: translateY(10.119047619%);
  }
}

.lp-charterplan .lp-charterplan-note__wrap {
  padding: 80px 28px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-note__wrap {
    padding: 100px 40px;
  }
}

.lp-charterplan .lp-charterplan-note__wrap .note {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  border-radius: 50px;
  border: 2px solid #2B2B2B;
  background-color: #fff;
}

.lp-charterplan .lp-charterplan-note__wrap .note h2 {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background-color: #2B2B2B;
}

.lp-charterplan .lp-charterplan-note__wrap .note h2 span {
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-note__wrap .note h2 span {
    font-size: 2.8rem;
  }
}

.lp-charterplan .lp-charterplan-note__wrap .note__list {
  padding: 30px 25px 50px;
}

@media (min-width: 768px) {
  .lp-charterplan .lp-charterplan-note__wrap .note__list {
    padding: 50px 40px;
  }
}

.lp-charterplan .lp-charterplan-note__wrap .note__list ul {
  max-width: 850px;
  margin: 0 auto;
}

.lp-charterplan .lp-charterplan-note__wrap .note__list ul li {
  line-height: 1.7333333333;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  display: flex;
}

.lp-charterplan .lp-charterplan-note__wrap .note__list ul li::before {
  content: "\30FB";
  line-height: 1.7333333333;
  font-size: 1.5rem;
}

.lp-charterplan .lp-charterplan-note__wrap .note__list ul li span {
  font-weight: bold;
}

.lp-charterplan .lp-charterplan-note__wrap .contact {
  margin-top: 40px;
}

body.page-premiumplan .header-top ~ main {
  padding-top: 150px !important;
}

@media (min-width: 768px) {
  body.page-premiumplan .header-top ~ main {
    padding-top: 130px !important;
  }
}

@media (min-width: 1200px) {
  body.page-premiumplan .header-top ~ main {
    padding-top: 170px !important;
  }
}

.lp-premiumplan__container {
  margin: auto;
  width: 100%;
  max-width: 1280px;
}

.lp-premiumplan-main-visual__body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  color: #fff;
  width: 100%;
  height: 100%;
  min-height: 410px;
  overflow: hidden;
}

.lp-premiumplan-main-visual__body-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.lp-premiumplan-main-visual__body-image-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lp-premiumplan-main-visual__body-wrapper {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 850px;
  min-height: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}

.lp-premiumplan-main-visual__body-wrapper::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  opacity: 0.6;
}

.lp-premiumplan-main-visual__body-title {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .lp-premiumplan-main-visual__body-title {
    font-size: 3.2rem;
  }
}

.lp-premiumplan-main-visual__body-text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .lp-premiumplan-main-visual__body-text {
    font-size: 1.5rem;
  }
}

.lp-premiumplan-main-visual__info {
  padding: 70px 20px;
  text-align: center;
  background-color: #f4f4f4;
}

.lp-premiumplan-main-visual__info-title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  text-align: center;
}

.lp-premiumplan-main-visual__info-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #f08300;
}

.lp-premiumplan-main-visual__info-list {
  display: inline-block;
  text-align: left;
}

.lp-premiumplan-main-visual__info-list-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  .lp-premiumplan-main-visual__info-list-item {
    font-size: 1.5rem;
  }
}

.lp-premiumplan-detail {
  padding: 60px 10px;
}

.lp-premiumplan-detail__title {
  font-size: 2.8rem;
  text-align: center;
}

.lp-premiumplan-detail__title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #f08300;
}

.lp-premiumplan-detail__hotel {
  position: relative;
  margin-top: 50px;
}

.lp-premiumplan-detail__hotel:last-child .lp-premiumplan-detail__hotel-wrapper {
  border-bottom: none;
}

.lp-premiumplan-detail__hotel-wrapper {
  margin: auto;
  padding-bottom: 60px;
  width: 100%;
  max-width: 1000px;
  border-bottom: 2px solid #919191;
}

@media (min-width: 768px) {
  .lp-premiumplan-detail__hotel-wrapper {
    display: flex;
  }
}

.lp-premiumplan-detail__hotel-name {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 0.75em;
  color: #fff;
  font-size: 1.6rem;
  background-color: #000;
}

@media (min-width: 768px) {
  .lp-premiumplan-detail__hotel-name {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 600px;
    height: 100px;
    font-size: 1.7rem;
  }
}

.lp-premiumplan-detail__hotel-info {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .lp-premiumplan-detail__hotel-info {
    flex: 0 0 auto;
    padding-top: 130px;
    width: 500px;
  }
}

.lp-premiumplan-detail__hotel-info table {
  margin-bottom: 50px;
  width: 100%;
  font-size: 1.45rem;
}

.lp-premiumplan-detail__hotel-info table th,
.lp-premiumplan-detail__hotel-info table td {
  padding: 5px 0;
}

.lp-premiumplan-detail__hotel-info table th {
  width: 7em;
  text-align: left;
  vertical-align: top;
}

.lp-premiumplan-detail__hotel-info a {
  color: #f08300;
  text-decoration: underline;
}

.lp-premiumplan-detail__hotel-info a:hover {
  text-decoration: none;
}

.lp-premiumplan-detail__hotel-comment,
.lp-premiumplan-detail__hotel-notice {
  padding-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}

.lp-premiumplan-detail__hotel-image {
  flex: 1 1 auto;
}

@media (min-width: 768px) {
  .lp-premiumplan-detail__hotel-image {
    padding-top: 50px;
    padding-left: 50px;
    width: 500px;
  }
}

.lp-premiumplan-detail__hotel-image-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.lp-premiumplan-detail__hotel-image img {
  max-width: 100%;
}

.kansen-main-visual {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .kansen-main-visual {
    margin-top: 0;
  }
}

.kansen-main-visual__text {
  position: absolute;
  left: 0;
  bottom: -70px;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .kansen-main-visual__text {
    top: 0;
  }
}

.kansen-main-visual__text-container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.kansen-main-visual__text-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: 90%;
  height: 100px;
  font-size: 2.5rem;
  letter-spacing: 0.25em;
}

.kansen-main-visual__text-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .kansen-main-visual__text-title {
    width: 50%;
    height: 165px;
    font-size: 3.5rem;
  }
}

.kansen-main-visual__text-title-text {
  padding: 0.15em 0.25em;
  border-bottom: 1px solid #fff;
}

.kansen-main-visual__image {
  position: relative;
  z-index: -2;
  flex: 0 0 auto;
  max-width: 90%;
}

@media (min-width: 768px) {
  .kansen-main-visual__image {
    max-width: 57.5%;
  }
}

.kansen-main-visual__image-img {
  width: 100%;
}

.kansen-plan {
  margin: auto;
  margin-top: 50px;
  padding: 50px 20px;
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 768px) {
  .kansen-plan {
    margin-top: 30px;
  }
}

.kansen-plan__title {
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
}

.kansen-plan__title-text {
  position: relative;
  display: inline-block;
  padding: 1.5em 0.5em;
}

@media (min-width: 768px) {
  .kansen-plan__title-text {
    padding: 1.25em 0.5em;
  }
}

.kansen-plan__title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/img/kansen/line2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

@media (min-width: 768px) {
  .kansen-plan__title-text::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .kansen-plan__title-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("/img/kansen/line.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.kansen-plan__list {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .kansen-plan__list {
    display: flex;
    justify-content: space-between;
  }
}

.kansen-plan__list-item {
  flex: 1 1 auto;
  padding-bottom: 40px;
  width: 100%;
  border: 1px solid #f08300;
}

.kansen-plan__list-item:not(:last-child) {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .kansen-plan__list-item {
    margin-bottom: 0 !important;
  }

  .kansen-plan__list-item:not(:last-child) {
    margin-right: 35px;
  }
}

.kansen-plan__number {
  text-align: center;
}

.kansen-plan__number-text {
  position: relative;
  display: inline-block;
  color: #f08300;
  font-size: 3.9rem;
  transform: translateY(-50%);
}

.kansen-plan__number-text::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 1.75em;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}

.kansen-plan__subtitle {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-size: 1.7rem;
  text-align: center;
}

.kansen-plan__subtitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1.75em;
  height: 3px;
  background-color: #f08300;
  transform: translateX(-50%);
}

.kansen-plan__detail {
  padding: 0 1.5em;
  font-size: 1.5rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .kansen-plan__detail {
    padding: 0 1em;
  }
}

.kansen-faq {
  margin-top: 30px;
  padding: 50px 20px;
  background-image: url("/img/kansen/faq_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.kansen-faq__container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.kansen-faq__list-item {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 5px;
}

.kansen-faq__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.kansen-faq__q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.kansen-faq__q span {
  display: block;
  margin-right: 10px;
  color: #919191;
  font-size: 1.8rem;
}

.kansen-faq__q p {
  padding-top: 0.15em;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}

.kansen-faq__a {
  display: flex;
}

.kansen-faq__a span {
  display: block;
  margin-right: 10px;
  color: #919191;
  font-size: 1.8rem;
}

.kansen-faq__a p {
  padding-top: 0.25em;
  font-size: 1.2rem;
  line-height: 2;
}

.kansen-item {
  margin-top: 30px;
  padding: 50px 20px;
}

.kansen-item__container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.kansen-item__title {
  font-size: 2.2rem;
  text-align: center;
}

.kansen-item__title-text {
  position: relative;
  display: inline-block;
  padding: 1.25em 0.5em;
}

.kansen-item__title-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("/img/kansen/line4.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

@media (min-width: 768px) {
  .kansen-item__title-text::before {
    display: none;
  }
}

@media (min-width: 768px) {
  .kansen-item__title-text::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url("/img/kansen/line3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
  }
}

.kansen-item__list {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .kansen-item__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.kansen-item__list-item {
  position: relative;
}

.kansen-item__list-item:not(:last-child) {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .kansen-item__list-item {
    flex: 0 0 auto;
    margin-right: 35px;
    margin-bottom: 35px;
    width: calc((100% - 70px) / 3);
    max-width: 310px;
  }

  .kansen-item__list-item:nth-child(3),
  .kansen-item__list-item:last-child {
    margin-right: 0;
  }
}

.kansen-item__image {
  padding-left: 10px;
}

.kansen-item__image img {
  width: 100%;
}

.kansen-item__text {
  position: absolute;
  left: 0;
  bottom: 8px;
  display: flex;
  align-items: center;
  padding: 0.25em 1.5em;
  width: 85%;
  height: 50px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.25;
  background-color: rgba(240, 131, 0, 0.65);
}

.kansen-item__text.multiple-line {
  min-height: 60px;
}

body.ncc #main {
  padding-top: 0 !important;
}

body.ncc .ncc-banner {
  margin: 20px auto 0;
  width: 90%;
  text-align: center;
}

@media (min-width: 992px) {
  body.ncc .ncc-banner {
    margin: 40px auto 0;
  }
}

body.ncc .ncc-banner img {
  max-width: 100%;
}

.ncc-mv {
  position: relative;
}

.ncc-mv img {
  width: 100%;
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .ncc-mv img {
    height: auto;
  }
}

.ncc-mv h1 {
  color: #fff;
  width: 100%;
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .ncc-mv h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .ncc-mv h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .ncc-mv h1 {
    font-size: 4.5rem;
  }
}

.ncc-mv p {
  width: 100%;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  margin-top: 10px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .ncc-mv p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .ncc-mv p {
    margin-top: 40px;
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .ncc-mv p {
    margin-top: 30px;
    font-size: 2rem;
  }
}

.ncc-mv p:nth-child(3) {
  margin-top: 5px;
  color: red;
  text-shadow: 1px 1px 1px #fff;
  font-size: 12px;
}

@media (min-width: 768px) {
  .ncc-mv p:nth-child(3) {
    margin-top: 20px;
    font-size: 19px;
  }
}

.ncc-mv__overray {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}

.ncc-mv__borderbg {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background-image: url(/img/ncc/borderbg.png);
  background-repeat: repeat;
}

@media (min-width: 768px) {
  .ncc-mv__borderbg {
    width: 55%;
  }
}

.ncc-mv__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .ncc-mv__title {
    padding-top: 0;
    height: 100%;
  }
}

.ncc-mv__title-inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ncc-mv__title-inner {
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .ncc-mv__title-inner {
    padding: 0;
    align-items: flex-start;
  }
}

.ncc-mv__title-inner br.lg {
  display: block !important;
}

@media (min-width: 1200px) {
  .ncc-mv__title-inner br.lg {
    display: none !important;
  }
}

.ncc-mv__title span {
  display: block;
  align-self: flex-start;
  margin-top: 1em;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #000;
}

@media (min-width: 768px) {
  .ncc-mv__title span {
    font-size: 1.6rem;
  }
}

.ncc-mv__circle {
  flex: 0 0 auto;
  position: relative;
  left: 50%;
  z-index: 4;
  margin-top: -224px;
  width: 16em;
  height: 16em;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -20px);
}

@media (min-width: 768px) {
  .ncc-mv__circle {
    position: absolute;
    left: initial;
    right: 5%;
    top: 50%;
    margin-top: 0;
    font-size: 1.6rem;
    transform: translate(0, -50%);
  }
}

@media (min-width: 992px) {
  .ncc-mv__circle {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .ncc-mv__circle {
    font-size: 2.2rem;
  }
}

.ncc-mv__circle a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  height: 100%;
}

.ncc-mv__circle a:hover {
  opacity: 0.7;
}

.ncc-mv__circle a span {
  position: relative;
  font-size: 75%;
}

.ncc-mv__circle a span::after {
  position: absolute;
  content: "";
  right: -0.5em;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(0, -50%) rotate(-45deg);
}

.ncc-mv__circle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .ncc-mv__circle-wrap {
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .ncc-mv__circle-wrap {
    width: 50%;
    padding-right: 0;
  }
}

.ncc-mv__circle-wrap > a {
  z-index: 4;
  background-color: #EAE6DB;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ncc-mv__circle-wrap > a img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .ncc-mv__circle-wrap > a {
    width: 300px;
    height: 300px;
  }
}

.ncc-mv__circle-wrap > a:hover {
  background-color: #f38405;
}

.ncc-mv__circle-wrap > a:hover span {
  color: #fff;
}

.ncc-mv__circle-wrap > a p {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #3e3331;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .ncc-mv__circle-wrap > a p {
    padding: 20px;
    font-size: 18px;
  }
}

.ncc-mv__circle-wrap > a span {
  text-align: center;
  font-weight: bold;
  color: #f38405;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .ncc-mv__circle-wrap > a span {
    font-size: 16px;
  }
}

.ncc-mv__anchor {
  margin: 20px auto 0;
  width: 90%;
}

.ncc-mv__anchor > a {
  background-color: #EAE6DB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
}

.ncc-mv__anchor > a:hover {
  background-color: #f38405;
}

.ncc-mv__anchor > a:hover span {
  color: #fff;
}

.ncc-mv__anchor > a p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #3e3331;
  font-size: 14px;
}

.ncc-mv__anchor > a span {
  text-align: center;
  font-weight: bold;
  color: #f38405;
  font-size: 15px;
}

.ncc-news {
  margin-top: 50px;
  padding: 20px;
}

.ncc-news ul {
  display: block;
  margin: auto;
  padding: 30px 20px;
  color: #f00;
  width: 100%;
  max-width: 580px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #eddcc6;
}

.ncc-news ul b {
  font-size: 150%;
}

.ncc-info {
  margin: 20px auto 0;
  max-width: 1100px;
  width: 90%;
  text-align: center;
  background-color: #f4f4f4;
  padding: 2em;
}

@media (min-width: 1200px) {
  .ncc-info {
    margin: 40px auto 0;
    width: 100%;
  }
}

.ncc-info p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .ncc-info p {
    font-size: 1.8rem;
  }
}

.ncc-info span {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .ncc-info span {
    font-size: 2rem;
  }
}

.ncc-price {
  position: relative;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .ncc-price::after,
  .ncc-price::before {
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: auto;
    height: 130px;
    background-color: #F4F4F6;
    z-index: 1;
    overflow: hidden;
  }

  .ncc-price::before {
    top: 33%;
    bottom: auto;
  }

  .ncc-price::after {
    top: auto;
    bottom: -13%;
  }
}

@media (min-width: 1200px) {
  .ncc-price {
    margin: 80px auto 0;
  }

  .ncc-price::before {
    width: calc(100% - (100% - 1100px) / 2);
    right: auto;
    left: 0;
    top: 35%;
  }

  .ncc-price::after {
    width: 1100px;
    right: 0;
    left: auto;
    bottom: -10%;
  }
}

.ncc-price img {
  width: 100%;
}

.ncc-price h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .ncc-price h2 {
    font-size: 2.4rem;
  }
}

.ncc-price__wrap {
  position: relative;
  max-width: 1100px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ncc-price__wrap {
    flex-direction: row;
    margin: 40px auto 0;
  }
}

.ncc-price__wrap:nth-child(3) {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .ncc-price__wrap:nth-child(3) {
    justify-content: flex-end;
    margin-top: 150px;
  }
}

@media (min-width: 768px) {
  .ncc-price__wrap:nth-child(3) > div:not(:last-child) {
    margin-right: 50px;
  }
}

.ncc-price__item {
  position: relative;
  width: 90%;
  margin: auto;
  z-index: 2;
}

@media (min-width: 768px) {
  .ncc-price__item {
    width: 30%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .ncc-price__item:nth-child(1) {
    margin-right: 80px;
  }
}

.ncc-price__item:nth-child(n+2) {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .ncc-price__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.ncc-price__tag {
  position: absolute;
  background-color: #000;
  width: 150px;
  bottom: -40px;
  right: -10px;
  color: #fff;
  padding: 1em;
  text-align: center;
}

@media (min-width: 768px) {
  .ncc-price__tag {
    width: 150px;
    bottom: -50px;
    right: -30px;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .ncc-price__tag {
    width: 200px;
    width: 200px;
    bottom: -40px;
    right: -30px;
    left: auto;
  }
}

.ncc-price__tag p {
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .ncc-price__tag p {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .ncc-price__tag p {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .ncc-price__tag.left {
    right: auto;
    left: -30px;
  }
}

.ncc-flow {
  margin: 60px auto 0;
  max-width: 1100px;
  padding: 1em;
}

@media (min-width: 768px) {
  .ncc-flow {
    margin: 150px auto 0;
    width: 100%;
  }
}

.ncc-flow h2 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .ncc-flow h2 {
    font-size: 2.4rem;
  }
}

.ncc-flow__link {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ncc-flow__link a {
  position: relative;
  background-color: #f08300;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 30px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px;
  width: 250px;
}

@media (min-width: 768px) {
  .ncc-flow__link a {
    margin-top: 20px;
    font-size: 2rem;
    padding: 10px 40px;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .ncc-flow__link a {
    font-size: 2rem;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .ncc-flow__link a {
    margin-top: 50px;
    font-size: 2.4rem;
    padding: 10px 50px;
  }
}

.ncc-flow__link a img {
  width: 100%;
}

.ncc-flow__link a:hover {
  background-color: #fff;
  color: #f08300;
  border-color: #f08300;
}

.ncc-flow__link a:hover::before {
  border-color: #f08300;
}

.ncc-flow__link a::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 7%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.ncc-flow__wrap {
  display: flex;
  width: 100%;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .ncc-flow__wrap {
    margin: 40px 0 0;
  }
}

.ncc-flow__wrap div {
  width: 100%;
  background-color: #919191;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ncc-flow__wrap div:not(:last-child) {
  position: relative;
}

.ncc-flow__wrap div:not(:last-child)::before,
.ncc-flow__wrap div:not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  width: 5px;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .ncc-flow__wrap div:not(:last-child)::before,
  .ncc-flow__wrap div:not(:last-child)::after {
    width: 10px;
  }
}

.ncc-flow__wrap div:not(:last-child)::before {
  height: 67%;
  top: -10px;
  transform: rotate(-13deg);
}

.ncc-flow__wrap div:not(:last-child)::after {
  height: 55%;
  bottom: -9%;
  transform: rotate(16deg);
}

.ncc-flow__wrap p {
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 1em 3px;
}

@media (min-width: 768px) {
  .ncc-flow__wrap p {
    padding: 1em;
    font-size: 1.8rem;
  }
}

.ncc-step {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .ncc-step {
    padding: 0 1em;
  }
}

@media (min-width: 1200px) {
  .ncc-step {
    margin: 40px auto 0;
    padding: 0;
  }
}

.ncc-step a {
  color: #000;
}

.ncc-step__text {
  padding: 0 0 20px;
  border-bottom: 2px solid #000;
}

.ncc-step__text p {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .ncc-step__text p {
    font-size: 1.8rem;
  }
}

.ncc-step__block {
  position: relative;
  padding: 50px 15px 20px;
  margin-top: 60px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .ncc-step__block {
    margin-top: 80px;
    padding: 80px 30px 60px;
  }
}

.ncc-step__block > span {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  background-color: #000;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .ncc-step__block > span {
    font-size: 3rem;
  }
}

.ncc-step__block h3 {
  color: #f08300;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .ncc-step__block h3 {
    font-size: 2.3rem;
  }
}

.ncc-step__block-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .ncc-step__block-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ncc-step__block-item {
  margin: 30px auto;
  width: 80%;
}

@media (min-width: 768px) {
  .ncc-step__block-item {
    margin: 40px 25px 0;
    width: calc(33.3333333333% - 80px);
  }
}

.ncc-step__block-item > div {
  display: flex;
  align-items: center;
}

.ncc-step__block-item > div span {
  background-color: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .ncc-step__block-item > div span {
    font-size: 1.8rem;
  }
}

.ncc-step__block-item > div p {
  font-size: 1.4rem;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .ncc-step__block-item > div p {
    font-size: 1.6rem;
  }
}

.ncc-step__block-item > div small {
  margin-top: 10px;
  color: #f00;
  font-size: 1.4rem;
}

.ncc-step__block-item img {
  width: 100%;
  margin-top: 20px;
}

.ncc-step__block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ncc-link {
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .ncc-link {
    margin: 40px auto 0;
    padding-bottom: 100px;
  }
}

.ncc-link a {
  padding: 5px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .ncc-link a {
    font-size: 2rem;
  }
}

.ncc-link a > div {
  position: relative;
  padding: 5px;
  background-color: #f08300;
  max-width: 250px;
  width: 100%;
  height: 80px;
  margin: auto;
}

@media (min-width: 768px) {
  .ncc-link a > div {
    max-width: 400px;
  }
}

.ncc-link a > div:hover {
  background-color: #fff;
}

.ncc-link a > div:hover p {
  color: #f08300;
}

.ncc-link a > div:hover > div {
  border-color: #f08300;
}

.ncc-link a > div:hover::before {
  border-color: #f08300;
}

.ncc-link a > div::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 7%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.ncc-link a > div > div {
  border: 1px solid #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ncc-link a p {
  color: #fff;
}

body.creditcard #main {
  padding-top: 0 !important;
}

.creditcard-mv {
  position: relative;
}

.creditcard-mv img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .creditcard-mv img {
    height: auto;
  }
}

.creditcard-mv h1 {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .creditcard-mv h1 {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .creditcard-mv h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .creditcard-mv h1 {
    font-size: 5rem;
  }
}

.creditcard-mv p {
  width: 100%;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .creditcard-mv p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .creditcard-mv p {
    margin-top: 40px;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .creditcard-mv p {
    margin-top: 30px;
    font-size: 3rem;
  }
}

.creditcard-mv__overray {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
}

.creditcard-mv__borderbg {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background-image: url(/img/ncc/borderbg.png);
  background-repeat: repeat;
}

@media (min-width: 768px) {
  .creditcard-mv__borderbg {
    width: 55%;
  }
}

.creditcard-mv__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  padding-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .creditcard-mv__title {
    padding-top: 0;
    height: 100%;
  }
}

.creditcard-mv__title-inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .creditcard-mv__title-inner {
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .creditcard-mv__title-inner {
    padding: 0;
    align-items: flex-start;
  }
}

.creditcard-mv__title-inner br.lg {
  display: block !important;
}

@media (min-width: 1200px) {
  .creditcard-mv__title-inner br.lg {
    display: none !important;
  }
}

.creditcard-mv__title span {
  display: block;
  align-self: flex-start;
  margin-top: 1em;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  background-color: #000;
}

@media (min-width: 768px) {
  .creditcard-mv__title span {
    font-size: 1.6rem;
  }
}

.creditcard-mv__circle {
  flex: 0 0 auto;
  position: relative;
  left: 50%;
  z-index: 4;
  margin-top: -224px;
  width: 16em;
  height: 16em;
  font-size: 1.4rem;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -20px);
}

@media (min-width: 768px) {
  .creditcard-mv__circle {
    position: absolute;
    left: initial;
    right: 5%;
    top: 50%;
    margin-top: 0;
    font-size: 1.6rem;
    transform: translate(0, -50%);
  }
}

@media (min-width: 992px) {
  .creditcard-mv__circle {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .creditcard-mv__circle {
    font-size: 2.2rem;
  }
}

.creditcard-mv__circle a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  height: 100%;
}

.creditcard-mv__circle a:hover {
  opacity: 0.7;
}

.creditcard-mv__circle a span {
  position: relative;
  font-size: 75%;
}

.creditcard-mv__circle a span::after {
  position: absolute;
  content: "";
  right: -0.5em;
  top: 50%;
  display: block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  transform: translate(0, -50%) rotate(-45deg);
}

.creditcard-mv__circle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .creditcard-mv__circle-wrap {
    justify-content: center;
    align-items: center;
    padding-right: 60px;
  }
}

@media (min-width: 768px) {
  .creditcard-mv__circle-wrap {
    width: 50%;
    padding-right: 0;
  }
}

.creditcard-mv__circle-wrap > a {
  z-index: 4;
  background-color: #EAE6DB;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.creditcard-mv__circle-wrap > a img {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .creditcard-mv__circle-wrap > a {
    width: 300px;
    height: 300px;
  }
}

.creditcard-mv__circle-wrap > a:hover {
  background-color: #f38405;
}

.creditcard-mv__circle-wrap > a:hover span {
  color: #fff;
}

.creditcard-mv__circle-wrap > a p {
  text-align: center;
  margin: 0;
  padding: 10px;
  color: #3e3331;
  font-size: 13px;
}

@media (min-width: 1200px) {
  .creditcard-mv__circle-wrap > a p {
    padding: 20px;
    font-size: 18px;
  }
}

.creditcard-mv__circle-wrap > a span {
  text-align: center;
  font-weight: bold;
  color: #f38405;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .creditcard-mv__circle-wrap > a span {
    font-size: 16px;
  }
}

.creditcard-mv__anchor {
  margin: 20px auto 0;
  width: 90%;
}

.creditcard-mv__anchor > a {
  background-color: #EAE6DB;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 5px;
}

.creditcard-mv__anchor > a:hover {
  background-color: #f38405;
}

.creditcard-mv__anchor > a:hover span {
  color: #fff;
}

.creditcard-mv__anchor > a p {
  text-align: center;
  margin: 0;
  padding: 10px 0;
  color: #3e3331;
  font-size: 14px;
}

.creditcard-mv__anchor > a span {
  text-align: center;
  font-weight: bold;
  color: #f38405;
  font-size: 15px;
}

.creditcard-scene {
  margin: 60px auto 0;
  max-width: 1100px;
  padding: 1em;
}

@media (min-width: 768px) {
  .creditcard-scene {
    margin: 150px auto 0;
    width: 100%;
  }
}

.creditcard-scene h1 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .creditcard-scene h1 {
    font-size: 3rem;
  }
}

.creditcard-scene .list {
  text-align: center;
}

.creditcard-scene ul {
  display: inline-block;
  text-align: left;
}

.creditcard-scene ul li {
  margin: 0.75em 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

@media (min-width: 768px) {
  .creditcard-scene ul li {
    font-size: 2rem;
  }
}

.creditcard-usage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .creditcard-usage {
    flex-direction: row;
    align-items: stretch;
  }
}

.creditcard-usage div {
  flex: 0 0 auto;
  padding: 20px 20px;
  width: 100%;
  max-width: 380px;
  min-height: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

@media (min-width: 768px) {
  .creditcard-usage div {
    padding: 20px 30px;
    width: calc(40% - 15px);
  }
}

.creditcard-usage div.left {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .creditcard-usage div.left {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

.creditcard-usage div.right {
  background-color: #FADAB2;
}

.creditcard-usage div.right .title {
  color: #f08300;
}

.creditcard-usage div.right li::before {
  border-color: #f08300;
}

.creditcard-usage div .title {
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
  .creditcard-usage div .title {
    font-size: 2.4rem;
  }
}

.creditcard-usage div ul {
  margin-top: 20px;
}

.creditcard-usage div ul li {
  position: relative;
  margin-top: 0.5em 0;
  padding-left: 1.5em;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .creditcard-usage div ul li {
    font-size: 1.8rem;
  }
}

.creditcard-usage div ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 0.5em;
  height: 0.3em;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform-origin: left bottom;
  transform: translate(100%, 0) rotate(-45deg);
}

.creditcard-flow {
  margin: 60px auto 0;
  max-width: 1100px;
  padding: 1em;
}

@media (min-width: 768px) {
  .creditcard-flow {
    margin: 150px auto 0;
    width: 100%;
  }
}

.creditcard-flow h1 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .creditcard-flow h1 {
    font-size: 3rem;
  }
}

.creditcard-flow h3 {
  font-size: 1.8rem;
  text-align: center;
}

.creditcard-flow__link {
  width: 100%;
  display: flex;
  justify-content: center;
}

.creditcard-flow__link a {
  position: relative;
  background-color: #f08300;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 30px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 40px;
  width: 250px;
}

@media (min-width: 768px) {
  .creditcard-flow__link a {
    margin-top: 20px;
    font-size: 2rem;
    padding: 10px 40px;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .creditcard-flow__link a {
    font-size: 2rem;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .creditcard-flow__link a {
    margin-top: 50px;
    font-size: 2.4rem;
    padding: 10px 50px;
  }
}

.creditcard-flow__link a img {
  width: 100%;
}

.creditcard-flow__link a:hover {
  background-color: #fff;
  color: #f08300;
  border-color: #f08300;
}

.creditcard-flow__link a:hover::before {
  border-color: #f08300;
}

.creditcard-flow__link a::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 7%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.creditcard-flow__wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap {
    flex-direction: row;
    margin: 40px 0 0;
  }
}

.creditcard-flow__wrap div {
  width: 100%;
  background-color: #919191;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.creditcard-flow__wrap div:not(:last-child) {
  position: relative;
  padding-bottom: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap div:not(:last-child) {
    padding-bottom: 0;
  }
}

.creditcard-flow__wrap div:not(:last-child)::before,
.creditcard-flow__wrap div:not(:last-child)::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 2;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap div:not(:last-child)::before,
  .creditcard-flow__wrap div:not(:last-child)::after {
    width: 10px;
    height: 100%;
  }
}

.creditcard-flow__wrap div:not(:last-child)::before {
  right: 50%;
  transform: rotate(5deg);
  transform-origin: right bottom;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap div:not(:last-child)::before {
    right: 0;
    bottom: 41%;
    transform: rotate(-13deg);
    transform-origin: right bottom;
  }
}

.creditcard-flow__wrap div:not(:last-child)::after {
  left: 50%;
  transform: rotate(-5deg);
  transform-origin: left bottom;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap div:not(:last-child)::after {
    left: initial;
    right: 0;
    top: 59%;
    transform: rotate(16deg);
    transform-origin: right top;
  }
}

.creditcard-flow__wrap p {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1em 3px;
}

@media (min-width: 768px) {
  .creditcard-flow__wrap p {
    padding: 1em;
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .creditcard-flow__wrap p {
    font-size: 1.8rem;
  }
}

.creditcard-flow__title {
  margin-top: 1.5em;
  font-size: 2.5rem;
}

.creditcard-flow__text {
  margin: 2em 0 4em 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .creditcard-flow__text {
    font-size: 1.6rem;
  }
}

.creditcard-flow__text a {
  color: #000;
  text-decoration: underline;
}

.creditcard-flow__text p.notice {
  margin-top: 1em;
}

.creditcard-flow__text .important {
  color: #f00;
}

.creditcard-flow__arrow-down {
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #000 transparent transparent transparent;
}

.creditcard-flow .flow-contract__process {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .creditcard-flow .flow-contract__process {
    padding: 0 10px;
  }
}

.creditcard-flow .flow-contract__process a {
  color: #f08300;
}

.creditcard-step {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 1em;
}

@media (min-width: 768px) {
  .creditcard-step {
    padding: 0 1em;
  }
}

@media (min-width: 1200px) {
  .creditcard-step {
    margin: 40px auto 0;
    padding: 0;
  }
}

.creditcard-step a {
  color: #000;
}

.creditcard-step__text {
  padding: 0 0 20px;
  border-bottom: 2px solid #000;
}

.creditcard-step__text p {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .creditcard-step__text p {
    font-size: 1.8rem;
  }
}

.creditcard-step__block {
  position: relative;
  padding: 50px 15px 20px;
  margin-top: 60px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .creditcard-step__block {
    margin-top: 80px;
    padding: 80px 30px 60px;
  }
}

.creditcard-step__block > span {
  position: absolute;
  top: -35px;
  left: calc(50% - 35px);
  background-color: #000;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .creditcard-step__block > span {
    font-size: 3rem;
  }
}

.creditcard-step__block h3 {
  color: #f08300;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .creditcard-step__block h3 {
    font-size: 2.3rem;
  }
}

.creditcard-step__block-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .creditcard-step__block-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.creditcard-step__block-item {
  margin: 30px auto;
  width: 80%;
}

@media (min-width: 768px) {
  .creditcard-step__block-item {
    margin: 40px 25px 0;
    width: calc(33.3333333333% - 80px);
  }
}

.creditcard-step__block-item.full-width {
  width: 80%;
}

@media (min-width: 768px) {
  .creditcard-step__block-item.full-width {
    width: calc(100% - 104px);
  }
}

.creditcard-step__block-item > div {
  display: flex;
  align-items: center;
}

.creditcard-step__block-item > div span {
  flex: 0 0 auto;
  background-color: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .creditcard-step__block-item > div span {
    font-size: 1.8rem;
  }
}

.creditcard-step__block-item > div p {
  font-size: 1.4rem;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .creditcard-step__block-item > div p {
    font-size: 1.6rem;
  }
}

.creditcard-step__block-item > div small {
  margin-top: 10px;
  color: #f00;
  font-size: 1.4rem;
}

.creditcard-step__block-item img {
  width: 100%;
  margin-top: 20px;
}

.creditcard-step__block-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.creditcard-link {
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .creditcard-link {
    margin: 40px auto 0;
    padding-bottom: 100px;
  }
}

.creditcard-link a {
  padding: 5px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .creditcard-link a {
    font-size: 2rem;
  }
}

.creditcard-link a > div {
  position: relative;
  padding: 5px;
  background-color: #f08300;
  max-width: 250px;
  width: 100%;
  height: 80px;
  margin: auto;
}

@media (min-width: 768px) {
  .creditcard-link a > div {
    max-width: 400px;
  }
}

.creditcard-link a > div:hover {
  background-color: #fff;
}

.creditcard-link a > div:hover p {
  color: #f08300;
}

.creditcard-link a > div:hover > div {
  border-color: #f08300;
}

.creditcard-link a > div:hover::before {
  border-color: #f08300;
}

.creditcard-link a > div::before {
  position: absolute;
  top: calc(50% - 7px);
  right: 7%;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.creditcard-link a > div > div {
  border: 1px solid #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.creditcard-link a p {
  color: #fff;
}

body.lab #main {
  padding-top: 70px !important;
}

body.lab .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

body.lab .bggray {
  background-color: #f4f4f4;
}

body.lab p {
  line-height: 1.5;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.lab p {
    font-size: 1.6rem;
  }
}

body.lab h2 {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: #f08300;
  padding: 15px 30px 15px 10px;
  display: inline-block;
}

@media (min-width: 1100px) {
  body.lab h2 {
    font-size: 2.4rem;
    padding: 15px 60px 15px 15px;
  }
}

body.lab h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: calc((100vw - 1100px) / 2);
  top: 0;
  left: calc(-1 * (100vw - 1100px) / 2);
  background-color: #f08300;
}

.lab-mv {
  width: 100%;
  position: relative;
}

.lab-mv img {
  width: 100%;
}

.lab-mv::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 80, 77, 0.7);
}

.lab-mv > div {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .lab-mv > div {
    padding-top: 50px;
    top: 0;
  }
}

.lab-mv > div > p {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .lab-mv > div > p {
    font-size: 3rem;
  }
}

.lab-mv > div > div p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .lab-mv > div > div p {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .lab-mv > div > div p {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

.lab-mv > div img {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .lab-mv > div img {
    max-width: 600px;
  }
}

.lab-point {
  padding: 40px 0;
}

@media (min-width: 1100px) {
  .lab-point {
    padding: 80px 0;
  }
}

.lab-point__txt {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .lab-point__txt {
    margin-top: 60px;
  }
}

.lab-point__items {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .lab-point__items {
    margin-top: 70px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
    flex-direction: row;
  }
}

@media (min-width: 1100px) {
  .lab-point__items {
    padding: 0;
  }
}

.lab-point__items > div:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .lab-point__items > div:not(:last-child) {
    margin-bottom: 0;
  }
}

.lab-point__items > div {
  position: relative;
  border: 1px solid #000;
  padding: 50px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lab-point__items > div {
    width: calc(33.3333333333% - 10px);
  }
}

.lab-point__items > div > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: -10px;
  text-align: center;
}

.lab-point__items > div h3 {
  background-color: #f4f4f4;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.8rem;
}

.lab-point__items > div p {
  text-align: center;
}

.lab-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px;
}

@media (min-width: 768px) {
  .lab-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 0;
  }
}

.lab-gallery img {
  max-width: 420px;
  width: 100%;
}

.lab-gallery > div {
  position: relative;
  margin: 0 15px;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

.lab-gallery > div > div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(41, 80, 77, 0.8);
  text-align: center;
  padding-bottom: 15px;
}

.lab-gallery > div > div p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
}

.lab-gallery > div > div p::after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 300px;
  border-color: transparent transparent rgba(41, 80, 77, 0.8) transparent;
}

@media (min-width: 768px) {
  .lab-gallery > div > div p::after {
    top: -40px;
    border-width: 0 0 40px 420px;
  }
}

.lab-gallery > div:not(:last-child) {
  margin-bottom: 30px;
}

.lab-floor {
  padding: 40px 15px;
}

.lab-floor img {
  width: 100%;
}

@media (min-width: 1100px) {
  .lab-floor {
    padding: 80px 0;
  }
}

.lab-solution {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .lab-solution {
    padding: 80px 0;
  }
}

.lab-solution__inner {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.lab-solution__inner h3 {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lab-solution__inner h3 {
    font-size: 2rem;
  }
}

.lab-solution__inner > div {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div {
    height: 350px;
    flex-direction: row;
    align-items: flex-end;
  }
}

.lab-solution__inner > div > div > div {
  position: static;
  z-index: 2;
  background-color: #f4f4f4;
  width: 90%;
  transform: translateY(-20px);
  padding: 40px 30px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div > div > div {
    width: 700px;
    position: relative;
    transform: translateY(0);
  }
}

.lab-solution__inner > div span {
  position: static;
  z-index: 3;
  top: 0;
  width: 100%;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div span {
    text-align: center;
    position: absolute;
    width: 460px;
  }
}

.lab-solution__inner > div span img {
  max-width: 460px;
  width: 80%;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div span img {
    width: 100%;
  }
}

.lab-solution__inner > div ul {
  margin-top: 25px;
}

.lab-solution__inner > div li {
  padding-bottom: 5px;
  background-image: url(/img/lab/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left;
  padding-left: 25px;
}

.lab-solution__inner > div li p {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .lab-solution__inner > div li p {
    font-size: 1.6rem;
  }
}

.lab-solution__inner > div::after {
  position: absolute;
  content: "";
  display: block;
  width: 400px;
  height: 200px;
  width: calc(100% - 30px);
  overflow-x: hidden;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div::after {
    width: calc(100vw - (100vw - 1100px) / 2 - 750px);
  }
}

.lab-solution__inner > div:nth-child(odd) {
  justify-content: flex-end;
  margin-bottom: 80px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd) {
    margin-bottom: 120px;
  }
}

.lab-solution__inner > div:nth-child(odd) span {
  left: 0;
}

.lab-solution__inner > div:nth-child(odd) > div {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd) > div > div {
    padding: 40px 40px 40px 100px;
  }
}

.lab-solution__inner > div:nth-child(odd)::after {
  top: 20%;
  right: 30px;
  border: 1px solid #f08300;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd)::after {
    right: 750px;
    top: 40%;
  }
}

.lab-solution__inner > div:nth-child(even) {
  justify-content: flex-start;
  margin-bottom: 40px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even) {
    margin-bottom: 80px;
  }
}

.lab-solution__inner > div:nth-child(even) span {
  right: 0;
  text-align: right;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even) > div > div {
    padding: 40px 100px 40px 40px;
  }
}

.lab-solution__inner > div:nth-child(even)::after {
  top: -10%;
  left: 150px;
  width: calc(100% - 150px);
  border-top: 1px solid #29504d;
  border-bottom: 1px solid #29504d;
  border-left: 1px solid #29504d;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even)::after {
    left: 750px;
    width: calc(100vw - (100vw - 1100px) / 2 - 750px);
  }
}

.lp-mobile-mv .top {
  position: relative;
  z-index: 0;
  padding-top: 25px;
}

@media (min-width: 768px) {
  .lp-mobile-mv .top {
    padding-top: 40px;
  }
}

.lp-mobile-mv .copy {
  padding: 0 30px;
  text-align: center;
}

.lp-mobile-mv .copy img {
  max-width: 100%;
}

.lp-mobile-mv .illust {
  text-align: center;
}

.lp-mobile-mv .illust img {
  width: 50%;
}

@media (min-width: 768px) {
  .lp-mobile-mv .illust img {
    width: auto;
  }
}

.lp-mobile-mv .text {
  padding: 20px 10px;
  color: #e47600;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-mobile-mv .text {
    padding: 20px 50px;
    font-size: 1.5rem;
    line-height: 2.5;
  }
}

.lp-mobile-mv .text a {
  color: inherit;
  text-decoration: underline;
}

.lp-mobile-mv .text span {
  background-color: #e47600;
  color: #fff;
  padding: 5px 12px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .lp-mobile-mv .text span {
    font-size: 1.7rem;
  }
}

.lp-mobile-mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 50px);
  background-image: url("/img/mobile/banner_bg.png");
}

@media (min-width: 768px) {
  .lp-mobile-mv .bg {
    height: calc(100% - 80px);
  }
}

.lp-mobile-intro {
  margin: auto;
  margin-top: 25px;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
}

@media (min-width: 768px) {
  .lp-mobile-intro {
    margin-top: 50px;
  }
}

.lp-mobile-intro .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #a8d4eb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-intro .title {
    padding: 20px 20px;
    font-size: 2.6rem;
  }
}

.lp-mobile-intro .title .icon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-intro .title .icon {
    margin-right: 20px;
  }
}

.lp-mobile-intro .body {
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.lp-mobile-intro ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

@media (min-width: 768px) {
  .lp-mobile-intro ul {
    flex-direction: row;
    padding: 0;
    padding-top: 5%;
  }
}

.lp-mobile-intro ul li {
  margin-bottom: 20px;
  max-width: 350px;
}

@media (min-width: 768px) {
  .lp-mobile-intro ul li {
    margin-bottom: 5%;
    width: 35%;
  }

  .lp-mobile-intro ul li:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}

.lp-mobile-intro ul li img {
  width: 100%;
}

.lp-mobile-flow {
  margin: auto;
  margin-top: 25px;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
}

@media (min-width: 768px) {
  .lp-mobile-flow {
    margin-top: 50px;
  }
}

.lp-mobile-flow .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #efad40;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-flow .title {
    padding: 20px 20px;
    font-size: 2.6rem;
  }
}

.lp-mobile-flow .title .icon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-flow .title .icon {
    margin-right: 20px;
  }
}

.lp-mobile-flow .body {
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.lp-mobile-flow .body .description {
  padding: 20px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-mobile-flow .body .description {
    font-size: 1.5rem;
  }
}

.lp-mobile-flow ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul {
    flex-direction: row;
    padding: 20px;
  }
}

.lp-mobile-flow ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li {
    flex-direction: column;
    width: 230px;
  }
}

.lp-mobile-flow ul li:not(:last-child) {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .lp-mobile-flow ul li:not(:last-child) {
    margin-right: 80px;
  }
}

.lp-mobile-flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 0 30px;
  border-color: #e47600 transparent transparent transparent;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li:not(:last-child)::after {
    left: initial;
    bottom: initial;
    top: 120px;
    right: -18%;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent #e47600;
  }
}

.lp-mobile-flow ul li .serial {
  flex: 0 0 auto;
  margin-right: 10px;
  color: #e47600;
  font-size: 2.3rem;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li .serial {
    margin-right: 0;
    font-size: 3rem;
  }
}

.lp-mobile-flow ul li .image {
  flex: 0 0 auto;
  margin-right: 20px;
  width: 65px;
  height: 65px;
  text-align: right;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li .image {
    margin-top: 20px;
    margin-right: 0;
    width: auto;
    height: 140px;
  }
}

.lp-mobile-flow ul li .image img {
  max-width: 100%;
  max-height: 100%;
}

.lp-mobile-flow ul li .text {
  flex: 0 0 auto;
  width: 100%;
  max-width: 200px;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .lp-mobile-flow ul li .text {
    margin-top: 10px;
    width: auto;
    max-width: 100%;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .lp-mobile-flow ul li .text {
    font-size: 1.3rem;
  }
}

.lp-mobile-flow ul li .text a {
  color: #000;
  border-bottom: 1px solid #e47600;
}

.lp-mobile-usage {
  margin: auto;
  margin-top: 25px;
  padding: 0 20px;
  width: 100%;
  max-width: 1040px;
}

@media (min-width: 768px) {
  .lp-mobile-usage {
    margin-top: 50px;
  }
}

.lp-mobile-usage .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #a8d4eb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-usage .title {
    padding: 20px 20px;
    font-size: 2.6rem;
  }
}

.lp-mobile-usage .title .icon {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .lp-mobile-usage .title .icon {
    margin-right: 20px;
  }
}

.lp-mobile-usage .body {
  padding-bottom: 20px;
  background-color: #f6f6f6;
}

.lp-mobile-usage .body .description {
  padding: 20px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-mobile-usage .body .description {
    font-size: 1.5rem;
  }
}

.lp-mobile-usage ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

@media (min-width: 768px) {
  .lp-mobile-usage ul {
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    padding-top: 5%;
  }
}

.lp-mobile-usage ul li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .lp-mobile-usage ul li {
    margin-bottom: 5%;
    width: 28%;
    max-width: 270px;
  }

  .lp-mobile-usage ul li:not(:last-child) {
    margin-right: 5%;
  }
}

.lp-mobile-usage ul li .case {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 768px) {
  .lp-mobile-usage ul li .case {
    font-size: 1.5rem;
  }
}

.lp-mobile-usage ul li .image {
  text-align: center;
}

.lp-mobile-usage ul li .image img {
  width: 75%;
  max-width: 270px;
}

@media (min-width: 768px) {
  .lp-mobile-usage ul li .image img {
    width: 100%;
  }
}

.lp-mobile-usage ul li .text {
  margin-top: 10px;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .lp-mobile-usage ul li .text {
    font-size: 1.3rem;
  }
}

.comingsoon__body {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .comingsoon__body {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.comingsoon__body > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  border: 2px solid #c5c5c5;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .comingsoon__body > div {
    width: 24%;
  }
}

.comingsoon__body > div p {
  font-weight: bold;
  text-align: center;
}

.comingsoon__body > div p:nth-child(1) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: bisque;
  font-size: min(4vw, 20px);
  padding: 15px 0;
}

@media (min-width: 768px) {
  .comingsoon__body > div p:nth-child(1).small {
    font-size: min(2.5vw, 15px);
  }
}

.comingsoon__body > div p:nth-child(2) {
  font-size: min(3.5vw, 16px);
  padding: 15px 0;
}

.merit-mv {
  padding-top: 20px;
  text-align: center;
  background-image: url("/img/merit/mv_bg_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .merit-mv {
    background-image: url("/img/merit/mv_bg.png");
  }
}

.merit-mv img {
  width: 100%;
  max-width: 1044px;
}

.merit-merit {
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .merit-merit {
    margin: 30px 0 40px;
  }
}

.merit-merit__title {
  background-color: #5baf31;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .merit-merit__title {
    padding: 30px 0;
  }
}

.merit-merit__title img {
  max-width: 180px;
  width: 100%;
  margin-left: 40px;
}

@media (min-width: 768px) {
  .merit-merit__title img {
    max-width: 600px;
    margin-left: 92px;
  }
}

.merit-merit__subtitle {
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .merit-merit__subtitle {
    margin: 40px 0 0;
  }
}

.merit-merit__subtitle h3 img {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .merit-merit__subtitle h3 img {
    max-width: 530px;
  }
}

.merit-merit__subtitle > p {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (min-width: 1200px) {
  .merit-merit__subtitle > p {
    font-size: 1.6rem;
  }
}

.merit-merit__piechart {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .merit-merit__piechart {
    margin: 40px 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

.merit-merit__piechart-item {
  width: 100%;
}

@media (min-width: 768px) {
  .merit-merit__piechart-item {
    width: 49%;
  }
}

.merit-merit__piechart-item:nth-child(1) {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .merit-merit__piechart-item:nth-child(1) {
    margin-bottom: 0;
  }
}

.merit-merit__piechart-item img {
  width: 100%;
}

.merit-merit__piechart-item > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.merit-merit__piechart-item > div:nth-child(2) > span {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.merit-merit__piechart-item > div:nth-child(3) {
  margin: 10px 0 0;
  text-align: center;
}

@media (min-width: 768px) {
  .merit-merit__piechart-item > div:nth-child(3) {
    margin: 20px 0 0;
  }
}

.merit-merit__piechart-item > div:nth-child(3) p {
  display: inline-block;
  text-align: center;
  font-size: 1.45rem;
  line-height: 1.7;
  background: linear-gradient(transparent 60%, #c1eaa9 60%);
  white-space: nowrap;
}

@media (min-width: 768px) {
  .merit-merit__piechart-item > div:nth-child(3) p {
    font-size: 1.9rem;
  }
}

.merit-merit__mid {
  position: relative;
  width: 100%;
  border: 2px solid #000;
  padding: 25px 10px;
  margin: 50px 0;
}

@media (min-width: 768px) {
  .merit-merit__mid {
    padding: 40px;
    margin: 50px 0 0;
  }
}

.merit-merit__mid p {
  font-weight: bold;
  text-align: center;
  color: #f4a767;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .merit-merit__mid p {
    font-size: 2rem;
  }
}

.merit-merit__mid::after {
  position: absolute;
  display: block;
  content: "";
  top: -23px;
  right: 8px;
  width: 30px;
  height: 40px;
  background-image: url("/img/merit/clip.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 768px) {
  .merit-merit__mid::after {
    right: 22px;
    height: 55px;
  }
}

.merit-merit__case {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .merit-merit__case {
    margin: 80px 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

.merit-merit__case-item {
  position: relative;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .merit-merit__case-item {
    width: 49%;
    padding-left: 20px;
  }
}

.merit-merit__case-item::before {
  position: absolute;
  display: block;
  top: -15px;
  left: 0;
  content: "";
  width: 65px;
  height: 65px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .merit-merit__case-item::before {
    width: 100px;
    height: 100px;
    top: -30px;
  }
}

.merit-merit__case-item:nth-child(1):before {
  background-image: url("/img/merit/icon01.png");
}

.merit-merit__case-item:nth-child(2)::before {
  background-image: url("/img/merit/icon02.png");
}

.merit-merit__case-iteminner {
  border: 2px solid #000;
  text-align: center;
}

.merit-merit__case-iteminner h4 {
  background-color: #000;
  color: #fff;
  font-size: 1.55rem;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner h4 {
    font-size: 2rem;
  }
}

.merit-merit__case-iteminner > div {
  padding: 15px 5px;
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner > div {
    padding: 30px;
  }
}

.merit-merit__case-iteminner > div > p:nth-child(1) {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner > div > p:nth-child(1) {
    font-size: 1.6rem;
  }
}

.merit-merit__case-iteminner > div > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 10px;
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner > div > div:nth-child(2) {
    margin: 10px 0 15px;
  }
}

.merit-merit__case-iteminner > div > div:nth-child(2) > span {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner > div > div:nth-child(2) > span {
    width: 20px;
    height: 20px;
  }
}

.merit-merit__case-iteminner > div > p:nth-child(3) {
  color: #f4a767;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .merit-merit__case-iteminner > div > p:nth-child(3) {
    font-size: 1.7rem;
  }
}

.merit-features {
  width: 100%;
  background-color: #f5f5f0;
  padding: 30px 0 0;
}

@media (min-width: 768px) {
  .merit-features {
    padding: 40px 0 0;
  }
}

.merit-features__title {
  background-color: #ec756c;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .merit-features__title {
    padding: 20px 0 10px;
  }
}

.merit-features__title img {
  max-width: 180px;
  width: 100%;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .merit-features__title img {
    max-width: 500px;
    margin-left: 20px;
  }
}

.merit-features__inner {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .merit-features__inner {
    margin: 50px 0 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 100px;
  }
}

.merit-features__item {
  width: 87%;
  border: 2px solid #000;
  padding: 20px 10px 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 15px;
}

@media (min-width: 768px) {
  .merit-features__item {
    width: auto;
    padding: 30px 20px;
    margin: 0;
  }

  .merit-features__item:nth-child(2) {
    margin: 0 20px;
  }

  .merit-features__item:nth-child(4),
  .merit-features__item:nth-child(6) {
    margin: 30px 10px 0 50px;
  }

  .merit-features__item:nth-child(5),
  .merit-features__item:nth-child(7) {
    margin: 30px 50px 0 10px;
  }
}

.merit-features__item p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .merit-features__item p {
    font-size: 1.4rem;
  }
}

.merit-features__item a {
  text-align: center;
  color: #f4a767;
  font-size: 1.3rem;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .merit-features__item a {
    font-size: 1.4rem;
  }
}

.merit-features__item img {
  max-width: 290px;
  width: 100%;
}

.merit__inner {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .merit__inner {
    padding: 0;
  }
}

.asakatsu-mv {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .asakatsu-mv {
    max-width: 1200px;
    min-height: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-image: url("/img/asakatsu/mv_bg.png");
    background-repeat: no-repeat;
    background-size: 800px;
    background-position: right;
    display: flex;
    align-items: center;
  }
}

.asakatsu-mv__txt {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .asakatsu-mv__txt {
    padding: 0;
  }
}

.asakatsu-mv__txt > img {
  width: 100%;
}

.asakatsu-mv__txt h1 img {
  max-width: 470px;
  width: 100%;
}

.asakatsu-mv__txt p {
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.7;
  text-align: center;
}

@media (min-width: 768px) {
  .asakatsu-mv__txt p {
    text-align: left;
    font-size: 18px;
  }
}

.asakatsu-join {
  width: 100%;
  background-color: #30445f;
  padding: 30px 0;
}

@media (min-width: 768px) {
  .asakatsu-join {
    padding: 80px 0;
  }
}

.asakatsu-join h2 {
  max-width: 400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.asakatsu-join h2 p {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 7px;
  margin: 0 23px 0 30px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .asakatsu-join h2 p {
    font-size: 30px;
  }
}

.asakatsu-join h2 span {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.asakatsu-join__inner {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1200px) {
  .asakatsu-join__inner {
    padding: 0;
  }
}

.asakatsu-join__step {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

@media (min-width: 768px) {
  .asakatsu-join__step {
    margin: 50px 0 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

.asakatsu-join__step-item {
  width: 100%;
  background-color: #fff;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .asakatsu-join__step-item {
    width: calc(25% - 14px);
    margin: 0;
  }
}

.asakatsu-join__step-item h3 {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #f1f5f5;
  color: #30445f;
  font-size: 20px;
}

.asakatsu-join__step-item img {
  margin: 20px 0;
}

.asakatsu-join__step-item p {
  text-align: center;
  font-size: 16px;
}

.asakatsu-caution {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
}

.asakatsu-caution__content {
  position: relative;
  width: 90%;
  margin: 40px auto;
  background-color: #fff4ee;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 10px 10px 10px #eee;
}

@media (min-width: 768px) {
  .asakatsu-caution__content {
    flex-direction: row;
  }
}

.asakatsu-caution__content h2 {
  color: #30445f;
  font-size: 24px;
  letter-spacing: 7px;
  margin: 0 -7px 20px 0;
}

@media (min-width: 768px) {
  .asakatsu-caution__content h2 {
    margin: 0 30px 0 0;
  }
}

.asakatsu-caution__content ul li {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.asakatsu-caution__content ul li span {
  font-style: italic;
  color: #30445f;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
}

.asakatsu-caution__content ul li p {
  font-size: 16px;
}

.asakatsu-caution__content::after {
  position: absolute;
  top: -20px;
  bottom: auto;
  right: 30px;
  display: block;
  content: "";
  background-image: url(/img/asakatsu/caution_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 70px;
}

@media (min-width: 768px) {
  .asakatsu-caution__content::after {
    top: auto;
    bottom: 10px;
    right: 30px;
  }
}

.asakatsu-seminar {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 20px;
  background: url(/img/asakatsu/seminar_bg_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 768px) {
  .asakatsu-seminar {
    background: linear-gradient(to right, #fff 0%, transparent 10%, transparent 90%, #fff 100%), url(/img/asakatsu/seminar_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    min-height: 450px;
    margin: 0 auto 80px;
  }
}

.asakatsu-seminar__inner {
  max-width: 1014px;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .asakatsu-seminar__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 0 60px;
  }
}

.asakatsu-seminar__inner > div {
  width: 100%;
}

@media (min-width: 768px) {
  .asakatsu-seminar__inner > div {
    width: 47%;
  }
}

.asakatsu-seminar__inner > div img {
  width: 100%;
}

.asakatsu-seminar__text {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .asakatsu-seminar__text {
    margin-bottom: 0;
  }
}

.asakatsu-seminar__text h2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.asakatsu-seminar__text h2 p {
  width: 100%;
  color: #30445f;
  font-size: 20px;
  letter-spacing: 7px;
  white-space: nowrap;
  margin: 0 23px 0 30px;
}

@media (min-width: 768px) {
  .asakatsu-seminar__text h2 p {
    margin: 0 40px 0 0;
    font-size: 30px;
  }
}

.asakatsu-seminar__text h2 span {
  display: block;
  content: "";
  height: 3px;
  width: 100%;
  background-color: #30445f;
}

.asakatsu-seminar__text > p:nth-child(2) {
  font-size: 18px;
  color: #30445f;
  margin: 10px 0 8px;
}

@media (min-width: 768px) {
  .asakatsu-seminar__text > p:nth-child(2) {
    margin: 20px 0 15px;
  }
}

.asakatsu-seminar__text > p:nth-child(3) {
  font-size: 16px;
}

body.lab #main {
  padding-top: 70px !important;
}

body.lab .inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

body.lab .bggray {
  background-color: #f4f4f4;
}

body.lab p {
  line-height: 1.5;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  body.lab p {
    font-size: 1.6rem;
  }
}

body.lab h2 {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: #f08300;
  padding: 15px 30px 15px 10px;
  display: inline-block;
}

@media (min-width: 1100px) {
  body.lab h2 {
    font-size: 2.4rem;
    padding: 15px 60px 15px 15px;
  }
}

body.lab h2::after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: calc((100vw - 1100px) / 2);
  top: 0;
  left: calc(-1 * (100vw - 1100px) / 2);
  background-color: #f08300;
}

.lab-mv {
  width: 100%;
  position: relative;
}

.lab-mv img {
  width: 100%;
}

.lab-mv::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 80, 77, 0.7);
}

.lab-mv > div {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .lab-mv > div {
    padding-top: 50px;
    top: 0;
  }
}

.lab-mv > div > p {
  font-size: 2rem;
}

@media (min-width: 768px) {
  .lab-mv > div > p {
    font-size: 3rem;
  }
}

.lab-mv > div > div p {
  margin-top: 20px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .lab-mv > div > div p {
    margin-top: 30px;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .lab-mv > div > div p {
    margin-top: 50px;
    font-size: 1.8rem;
  }
}

.lab-mv > div img {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .lab-mv > div img {
    max-width: 600px;
  }
}

.lab-point {
  padding: 40px 0;
}

@media (min-width: 1100px) {
  .lab-point {
    padding: 80px 0;
  }
}

.lab-point__txt {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .lab-point__txt {
    margin-top: 60px;
  }
}

.lab-point__items {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .lab-point__items {
    margin-top: 70px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: center;
    flex-direction: row;
  }
}

@media (min-width: 1100px) {
  .lab-point__items {
    padding: 0;
  }
}

.lab-point__items > div:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .lab-point__items > div:not(:last-child) {
    margin-bottom: 0;
  }
}

.lab-point__items > div {
  position: relative;
  border: 1px solid #000;
  padding: 50px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .lab-point__items > div {
    width: calc(33.3333333333% - 10px);
  }
}

.lab-point__items > div > div {
  position: absolute;
  width: 100%;
  left: 0;
  top: -10px;
  text-align: center;
}

.lab-point__items > div h3 {
  background-color: #f4f4f4;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.8rem;
}

.lab-point__items > div p {
  text-align: center;
}

.lab-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 15px;
}

@media (min-width: 768px) {
  .lab-gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 0;
  }
}

.lab-gallery img {
  max-width: 420px;
  width: 100%;
}

.lab-gallery > div {
  position: relative;
  margin: 0 15px;
  text-align: center;
  width: 100%;
  max-width: 420px;
}

.lab-gallery > div > div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(41, 80, 77, 0.8);
  text-align: center;
  padding-bottom: 15px;
}

.lab-gallery > div > div p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
}

.lab-gallery > div > div p::after {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 300px;
  border-color: transparent transparent rgba(41, 80, 77, 0.8) transparent;
}

@media (min-width: 768px) {
  .lab-gallery > div > div p::after {
    top: -40px;
    border-width: 0 0 40px 420px;
  }
}

.lab-gallery > div:not(:last-child) {
  margin-bottom: 30px;
}

.lab-floor {
  padding: 40px 15px;
}

.lab-floor img {
  width: 100%;
}

@media (min-width: 1100px) {
  .lab-floor {
    padding: 80px 0;
  }
}

.lab-solution {
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .lab-solution {
    padding: 80px 0;
  }
}

.lab-solution__inner {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.lab-solution__inner h3 {
  font-size: 1.7rem;
}

@media (min-width: 768px) {
  .lab-solution__inner h3 {
    font-size: 2rem;
  }
}

.lab-solution__inner > div {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div {
    height: 350px;
    flex-direction: row;
    align-items: flex-end;
  }
}

.lab-solution__inner > div > div > div {
  position: static;
  z-index: 2;
  background-color: #f4f4f4;
  width: 90%;
  transform: translateY(-20px);
  padding: 40px 30px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div > div > div {
    width: 700px;
    position: relative;
    transform: translateY(0);
  }
}

.lab-solution__inner > div span {
  position: static;
  z-index: 3;
  top: 0;
  width: 100%;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div span {
    text-align: center;
    position: absolute;
    width: 460px;
  }
}

.lab-solution__inner > div span img {
  max-width: 460px;
  width: 80%;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div span img {
    width: 100%;
  }
}

.lab-solution__inner > div ul {
  margin-top: 25px;
}

.lab-solution__inner > div li {
  padding-bottom: 5px;
  background-image: url(/img/lab/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left;
  padding-left: 25px;
}

.lab-solution__inner > div li p {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .lab-solution__inner > div li p {
    font-size: 1.6rem;
  }
}

.lab-solution__inner > div::after {
  position: absolute;
  content: "";
  display: block;
  width: 400px;
  height: 200px;
  width: calc(100% - 30px);
  overflow-x: hidden;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div::after {
    width: calc(100vw - (100vw - 1100px) / 2 - 750px);
  }
}

.lab-solution__inner > div:nth-child(odd) {
  justify-content: flex-end;
  margin-bottom: 80px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd) {
    margin-bottom: 120px;
  }
}

.lab-solution__inner > div:nth-child(odd) span {
  left: 0;
}

.lab-solution__inner > div:nth-child(odd) > div {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd) > div > div {
    padding: 40px 40px 40px 100px;
  }
}

.lab-solution__inner > div:nth-child(odd)::after {
  top: 20%;
  right: 30px;
  border: 1px solid #f08300;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(odd)::after {
    right: 750px;
    top: 40%;
  }
}

.lab-solution__inner > div:nth-child(even) {
  justify-content: flex-start;
  margin-bottom: 40px;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even) {
    margin-bottom: 80px;
  }
}

.lab-solution__inner > div:nth-child(even) span {
  right: 0;
  text-align: right;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even) > div > div {
    padding: 40px 100px 40px 40px;
  }
}

.lab-solution__inner > div:nth-child(even)::after {
  top: -10%;
  left: 150px;
  width: calc(100% - 150px);
  border-top: 1px solid #29504d;
  border-bottom: 1px solid #29504d;
  border-left: 1px solid #29504d;
}

@media (min-width: 1100px) {
  .lab-solution__inner > div:nth-child(even)::after {
    left: 750px;
    width: calc(100vw - (100vw - 1100px) / 2 - 750px);
  }
}

body.byw #main {
  padding-top: 0;
}

.byw__outer {
  color: #422f01;
  overflow-x: hidden;
}

.byw__outer a {
  text-decoration: none;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  font-family: ryo-gothic-plusn, sans-serif;
}

@media (min-width: 992px) {
  .byw__outer a {
    font-size: 1.7rem;
  }
}

.byw__outer a:hover {
  opacity: 0.8;
}

.byw__outer p {
  font-size: 1.6rem;
  color: #422f01;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.byw__outer ul {
  list-style: none;
}

.byw__outer li {
  list-style: none;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .byw__outer li {
    font-size: 1.7rem;
  }
}

.byw__outer img {
  vertical-align: middle;
  width: 100%;
}

.byw__header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

.byw__header__list {
  display: flex;
}

.byw__header__list h1 {
  color: #422f01;
  font-size: 18px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 5px;
}

@media (min-width: 1100px) {
  .byw__header__list h1 {
    font-size: 30px;
    padding-top: 29px;
    padding-left: 17px;
  }
}

.byw__header__inner {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (min-width: 1100px) {
  .byw__header__inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 17px;
    display: block;
  }
}

.byw__header__menu {
  display: none;
}

@media (min-width: 1100px) {
  .byw__header__menu {
    display: block;
    margin-left: auto;
  }
}

.byw__header__menu.active {
  display: block;
}

.byw__header__menu ul {
  position: fixed;
  background: #f7f7f7;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #422f01;
  justify-content: space-between;
  padding: 100px 0 29px;
  z-index: 99;
  filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.329));
}

@media (min-width: 1100px) {
  .byw__header__menu ul {
    flex-direction: row;
    background: none;
    position: static;
    padding: 29px 0 29px;
  }
}

.byw__header__menu ul li {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 1100px) {
  .byw__header__menu ul li {
    margin-left: 48px;
  }
}

.byw__header__menu ul li:nth-child(6) {
  padding-bottom: 0;
}

.byw__header__menu ul li a {
  display: block;
  color: #422f01;
  margin: 0 auto;
  width: 50%;
}

@media (min-width: 1100px) {
  .byw__header__menu ul li a {
    width: auto;
    font-size: 15px;
    padding: 7px 0 7px;
  }
}

.byw__header__menu ul li a.ctaBtn {
  border: 1px solid #422f01;
  padding: 6px 16px;
}

@media (min-width: 1100px) {
  .byw__header__menu ul li a.ctaBtn {
    color: #fff;
    border: 1px solid #fff;
    background: #68625f;
  }
}

.byw__header__icon {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

@media (min-width: 1100px) {
  .byw__header__icon {
    display: none;
  }
}

.byw__header__icon span {
  display: block;
  width: 36px;
  height: 0;
  border-top: 2px solid #422f01;
  transition: all 0.3s;
}

.byw__header__icon span:nth-child(1) {
  transform: translateY(-10px);
}

.byw__header__icon span:nth-child(3) {
  transform: translateY(10px);
}

.byw__header__icon.active span:nth-child(1) {
  transform: translateY(2px) rotate(45deg);
  padding-bottom: 2px;
}

.byw__header__icon.active span:nth-child(2) {
  transform: translateY(-2px) rotate(-45deg);
}

.byw__common__heading {
  text-align: center;
  padding: 40px 0;
}

@media (min-width: 768px) {
  .byw__common__heading.left {
    text-align: left;
  }

  .byw__common__heading.left h2 {
    text-align: left;
  }
}

.byw__common__heading h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
  padding-right: 17px;
}

@media (min-width: 768px) {
  .byw__common__heading h2 {
    font-size: 85px;
  }
}

.byw__common__heading p {
  font-size: 13px;
  margin: 0 auto;
  border-bottom: 1px solid #422f01;
  display: inline-block;
  letter-spacing: 1px;
}

.byw__concept {
  margin-bottom: 80px;
}

.byw__concept p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .byw__concept {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 140px;
    position: relative;
    padding-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .byw__concept {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .byw__concept__item {
    width: 600px;
    margin-left: auto;
    padding-left: 20px;
    padding-top: 40px;
  }
}

.byw__concept__txt {
  padding: 0 17px;
}

@media (min-width: 768px) {
  .byw__concept__txt p {
    width: 330px;
    margin-left: auto;
  }
}

.byw__concept__img {
  padding-top: 40px;
}

.byw__concept__img img {
  max-width: 800px;
}

@media (min-width: 768px) {
  .byw__concept__img img {
    max-width: 55.56%;
    position: absolute;
    top: 200px;
  }
}

@media (min-width: 992px) {
  .byw__concept__img img {
    top: 50px;
  }
}

.byw__details {
  background: #c2bdb8;
  padding: 0 17px;
}

.byw__details p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .byw__details {
    padding-top: 70px;
  }
}

@media (min-width: 992px) {
  .byw__details {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .byw__details__item ul {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 24px;
         column-gap: 24px;
    max-width: 1080px;
    margin: 0 auto;
  }
}

.byw__details__item ul li {
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .byw__details__item ul li {
    max-width: 318px;
  }
}

.byw__details__item ul li p {
  padding-top: 24px;
}

.byw__rooms {
  background-color: #f8f8f8;
  padding: 0 17px;
}

.byw__rooms p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .byw__rooms {
    padding-top: 56px;
    padding-bottom: 100px;
  }
}

@media (min-width: 768px) {
  .byw__rooms__item ul {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.byw__rooms__item ul li {
  padding-bottom: 36px;
}

@media (min-width: 768px) {
  .byw__rooms__item ul li {
    max-width: 318px;
  }
}

.byw__rooms__item ul li p.store {
  font-weight: 500;
  border-bottom: 1px solid #422f01;
  padding-top: 24px;
  padding-bottom: 10px;
}

.byw__rooms__item ul li dl {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 20px 0;
}

.byw__rooms__item ul li dt {
  font-weight: 500;
}

.byw__action {
  display: none;
  background-image: url("/img/byw/gray.png");
  padding: 40px 17px 60px;
}

.byw__action p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .byw__action {
    padding: 100px 17px 140px;
  }
}

.byw__action__head {
  text-align: center;
}

@media (min-width: 768px) {
  .byw__action__head {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.byw__action__head img {
  max-width: 54px;
}

@media (min-width: 768px) {
  .byw__action__head img {
    max-width: 96px;
  }
}

.byw__action__head p:nth-child(2) {
  font-size: 18px;
  font-weight: 500;
  padding-top: 40px;
}

.byw__action__head p:nth-child(3) {
  padding-top: 36px;
}

.byw__action__foot {
  text-align: center;
  padding-top: 76px;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .byw__action__foot ul {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}

.byw__action__foot ul li p:nth-child(1) {
  font-size: 36px;
}

@media (min-width: 768px) {
  .byw__action__foot ul li p:nth-child(1) {
    font-size: 50px;
  }
}

.byw__action__foot ul li p:nth-child(2) {
  font-weight: 500;
}

.byw__action__foot div.soon img {
  max-width: 5px;
  padding-top: 20px;
}

.byw__action__foot div.soon p {
  padding-top: 20px;
  font-size: 18px;
}

.byw__make {
  background-color: #68625f;
  padding: 40px 17px 50px;
}

.byw__make p {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .byw__make {
    padding: 114px 0 120px;
  }
}

.byw__make__sep {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 17px 0;
}

@media (min-width: 768px) {
  .byw__make__sep {
    padding: 80px 17px 0;
  }
}

.byw__make__sep span {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
}

.byw__make__heading {
  text-align: center;
}

@media (min-width: 768px) {
  .byw__make__heading {
    max-width: 1080px;
    text-align: left;
    margin: 0 auto;
  }
}

.byw__make__heading p {
  border-bottom: 1px solid #fff;
  position: relative;
  color: #fff;
  font-size: 24px;
  display: inline-block;
}

@media (min-width: 768px) {
  .byw__make__heading p {
    font-size: 42px;
    margin: 0 17px;
  }
}

.byw__make__heading p::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 20%;
  border-bottom: 4px solid #fff;
}

.byw__make__item {
  display: flex;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .byw__make__item {
    max-width: 1080px;
    margin: 0 auto;
    padding: 60px 17px 0;
  }
}

.byw__make__item div {
  width: 50%;
}

@media (min-width: 768px) {
  .byw__make__item div {
    position: relative;
  }
}

.byw__make__item div img {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .byw__make__item div img {
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .byw__make__item div img.bg1 {
    position: absolute;
    bottom: 20px;
    left: -200px;
    max-width: 260px;
  }
}

.byw__make__item div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .byw__make__item div.txt {
    width: 70%;
  }

  .byw__make__item div.txt p {
    color: #fff;
  }

  .byw__make__item div.txt p:nth-child(1) {
    font-size: 28px;
    padding-left: 60px;
  }

  .byw__make__item div.txt p:nth-child(2) {
    font-size: 15px;
    padding-left: 60px;
    line-height: 200%;
  }

  .byw__make__item div.txt p:nth-child(3) {
    font-size: 16px;
    padding-left: 60px;
  }
}

.byw__make__item div p {
  color: #fff;
}

.byw__make__item div p:nth-child(1) {
  line-height: 160%;
}

.byw__make__item div p:nth-child(2) {
  font-size: 13px;
  padding-top: 10px;
  line-height: 140%;
}

.byw__make__txt p {
  color: #fff;
  padding-top: 40px;
}

.byw__make__item2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 17px 0;
}

.byw__make__item2 p {
  color: #fff;
  max-width: 60%;
  padding-right: 17px;
}

.byw__make__item2 > div {
  position: relative;
}

.byw__make__item2 > div img {
  max-width: 360px;
}

@media (min-width: 768px) {
  .byw__make__item2 > div img.bg2 {
    position: absolute;
    bottom: 20px;
    right: -200px;
    max-width: 260px;
  }
}

.byw__make__item3 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 17px 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .byw__make__item3 {
    padding: 150px 17px 0;
  }
}

.byw__make__item3 img {
  width: 80%;
}

.byw__features {
  background: #f8f8f8;
  padding: 40px 17px 60px;
}

.byw__features p {
  line-height: 1.8;
}

.byw__features span.span-kome {
  display: block;
  font-size: 10px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .byw__features span.span-kome {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .byw__features {
    padding: 70px 17px 120px;
  }
}

.byw__features__box {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.byw__features__box > div {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-top: 20px;
}

@media (min-width: 768px) {
  .byw__features__box > div {
    flex-basis: calc((100% - 100px) / 3);
    max-width: calc((100% - 100px) / 3);
    margin-top: 60px;
  }
}

.byw__features__box > div:nth-of-type(1),
.byw__features__box > div:nth-of-type(2),
.byw__features__box > div:nth-of-type(3) {
  margin-top: 0;
}

.byw__features__box > div p {
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .byw__features__box > div p {
    font-size: 16px;
    padding-top: 24px;
  }
}

.byw__mv {
  background-image: url("/img/byw/mv/mv_sp_img1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 812px;
}

@media (min-width: 1100px) {
  .byw__mv {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #68625f 50%, #68625f 100%);
    position: relative;
    z-index: 1;
    height: 730px;
  }
}

.byw__mv-txt {
  text-align: center;
  padding-top: 88px;
}

@media (min-width: 1100px) {
  .byw__mv-txt {
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
    padding-top: 160px;
    position: relative;
    z-index: 1;
  }

  .byw__mv-txt::before {
    display: block;
    position: absolute;
    top: 0;
    left: calc((100vw - 1080px + 180px) * -1);
    width: 100vw;
    height: 680px;
    content: "";
    background-image: url("/img/byw/mv/mv_pc_img1.png");
  }

  .byw__mv-txt::after {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -234px;
    right: -80px;
    width: 800px;
    height: 550px;
    content: "";
    background-image: url("/img/byw/mv/mv_pc_img2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.byw__mv-txt p {
  position: relative;
  z-index: 10 !important;
  color: #422f01;
}

.byw__mv-txt p:nth-child(1) {
  font-size: 78px;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #422f01;
  display: inline-block;
  position: relative;
  padding: 0 17px 10px;
}

@media (min-width: 1100px) {
  .byw__mv-txt p:nth-child(1) {
    font-size: 116px;
  }
}

.byw__mv-txt p:nth-child(1)::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 20%;
  border-bottom: 4px solid #422f01;
}

.byw__mv-txt p:nth-child(2) {
  text-align: left;
  padding: 60px 17px 0;
  font-size: 28px;
}

@media (min-width: 768px) {
  .byw__mv-txt p:nth-child(2) {
    text-align: center;
  }
}

@media (min-width: 1100px) {
  .byw__mv-txt p:nth-child(2) {
    text-align: left;
    font-size: 24px;
    line-height: 200%;
  }
}

.p-shadow {
  filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.329));
}

.font-beloved {
  font-family: beloved-script, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  color: #1f36c6 !important;
}

@media (min-width: 768px) {
  .font-beloved {
    font-weight: 700 !important;
  }
}

body.box .footer-contact__list-item {
  height: auto;
  padding: 30px 0;
}

.box__common-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px auto 0;
}

@media (min-width: 768px) {
  .box__common-btn {
    margin: 70px auto 0;
  }
}

.box__common-btn.thin {
  margin: 0 auto;
}

.box__common-btn.thin a {
  text-align: center;
  max-width: 440px;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box__common-btn.thin {
    margin: 20px auto 0;
  }
}

.box__common-btn.bottom {
  margin: 30px auto 50px;
}

.box__common-btn.bottom a {
  text-align: center;
  max-width: 440px;
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box__common-btn.bottom {
    margin: 30px auto 70px;
  }
}

.box__common-btn a {
  background-color: #f08300;
  border: 1px solid #f08300;
  padding: 10px 30px;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .box__common-btn a {
    padding: 10px 40px;
    font-size: 22px;
  }
}

.box__common-btn a:hover {
  background-color: #fff;
  color: #f08300;
  border: 1px solid #f08300;
}

.box__common-inner {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 1100px) {
  .box__common-inner {
    padding: 0;
  }
}

.box__common-inner img {
  width: 100%;
}

.box__common-inner h2,
.box__common-inner h3 {
  letter-spacing: 2px;
}

.box__common-subttl {
  position: relative;
  padding: 25px 0 15px;
  font-size: 22.5px;
  letter-spacing: 2.5px;
}

.box__common-subttl.white {
  color: #fff;
}

.box__common-subttl.white::before {
  background: #fff;
}

@media (min-width: 768px) {
  .box__common-subttl {
    font-size: 30px;
    line-height: 1.6;
  }
}

.box__common-subttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 70px;
  height: 4px;
  background: #f08300;
}

.box__common-sum {
  font-weight: bold;
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: 2px;
}

.box__common-sum.white {
  color: #fff;
}

@media (min-width: 768px) {
  .box__common-sum {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

.box__common-sum span {
  color: #f08300;
}

.box__common-point {
  margin-top: 20px;
}

.box__common-point li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
  font-size: 15px;
  letter-spacing: 2px;
}

.box__common-point li span {
  color: red;
}

@media (min-width: 768px) {
  .box__common-point li {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

.box__common-point > p:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box__common-point > p:first-child img {
  width: 20px;
  margin-right: 10px;
}

.box__common-point > p:first-child span {
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 768px) {
  .box__common-point > p:first-child span {
    font-size: 22px;
  }
}

.box__common-point > p:last-child {
  margin-top: 10px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .box__common-point > p:last-child {
    white-space: nowrap;
  }
}

.box__kv {
  position: relative;
}

.box__kv > img {
  width: 100%;
}

@media (min-width: 768px) {
  .box__kv > img {
    height: 475px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.box__kv-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box__kv-title h1 {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box__kv-title h1 img {
  max-width: 855px;
  width: 90%;
}

.box__intro {
  padding: 40px 0 0;
}

.box__intro br {
  display: block;
}

@media (min-width: 768px) {
  .box__intro br {
    display: none;
  }
}

@media (min-width: 1100px) {
  .box__intro br {
    display: block;
  }
}

@media (min-width: 1100px) {
  .box__intro {
    padding: 80px 0 0;
  }
}

.box__intro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1100px) {
  .box__intro-inner {
    align-items: flex-start;
  }
}

.box__intro-bottom {
  background: #f8f8f8;
  padding: 10px 0 20px;
  margin-top: 25px;
}

@media (min-width: 1100px) {
  .box__intro-bottom {
    padding: 20px 0 40px;
    transform: translateY(-60px);
    margin-top: 0;
  }
}

.box__intro-txt {
  width: 100%;
}

@media (min-width: 1100px) {
  .box__intro-txt {
    width: 30%;
  }
}

.box__intro-img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.box__intro-img::after {
  display: block;
  content: "";
  position: absolute;
  top: 80px;
  left: -15px;
  width: 100vw;
  height: 200px;
  background-color: #f8f8f8;
}

@media (min-width: 1100px) {
  .box__intro-img::after {
    left: calc(-1 * (100vw - 1080px) / 2);
    height: 250px;
  }
}

.box__intro-img > div {
  position: relative;
  z-index: 2;
}

.box__intro-img > div:nth-child(1) {
  padding: 0 8px;
}

@media (min-width: 1100px) {
  .box__intro-img > div:nth-child(1) {
    width: 51%;
    padding: 30px 15px 0;
  }
}

.box__intro-img > div:nth-child(2) {
  padding: 0 8px;
}

@media (min-width: 1100px) {
  .box__intro-img > div:nth-child(2) {
    width: 35%;
    padding: 0 15px;
    transform: translateY(-120px);
  }
}

@media (min-width: 1100px) {
  .box__intro-img {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.box__intro-img img {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .box__intro-img img {
    max-width: 730px;
  }
}

.box__lease {
  padding: 40px 0 45px;
}

.box__lease br {
  display: block;
}

@media (min-width: 768px) {
  .box__lease br {
    display: none;
  }
}

@media (min-width: 1100px) {
  .box__lease br {
    display: block;
  }
}

@media (min-width: 1100px) {
  .box__lease {
    padding: 0 0 60px;
  }
}

.box__lease-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

@media (min-width: 1100px) {
  .box__lease-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.box__lease-txt {
  width: 100%;
}

@media (min-width: 1100px) {
  .box__lease-txt {
    width: 47%;
  }
}

.box__lease-img {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 1100px) {
  .box__lease-img {
    width: 48%;
    margin-top: 0;
    text-align: right;
  }
}

.box__lease-img img {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .box__lease-img img {
    max-width: 730px;
  }
}

.box__about {
  padding: 40px 0 45px;
  background: #f8f8f8;
}

.box__about br {
  display: block;
}

@media (min-width: 768px) {
  .box__about br {
    display: none;
  }
}

@media (min-width: 1100px) {
  .box__about br {
    display: block;
  }
}

@media (min-width: 768px) {
  .box__about {
    padding: 50px 0 60px;
  }
}

.box__about-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .box__about-inner {
    flex-direction: row;
  }
}

.box__about-txt {
  width: 100%;
}

@media (min-width: 1100px) {
  .box__about-txt {
    width: 33%;
  }
}

.box__about-img {
  width: 100%;
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 1100px) {
  .box__about-img {
    width: 67%;
    margin-top: 0;
    text-align: right;
  }
}

.box__about-img img {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .box__about-img img {
    max-width: 700px;
  }
}

.box__system {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .box__system {
    padding: 70px 0 60px;
  }
}

.box__system-img {
  margin: 20px auto;
}

@media (min-width: 768px) {
  .box__system-img {
    margin: 45px auto 55px;
  }
}

.box__system-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box__system-body > h3 {
  letter-spacing: 2px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .box__system-body > h3 {
    font-size: 24px;
  }
}

.box__system-body > img {
  margin: 10px 0 20px;
  max-width: 500px;
  width: 100%;
}

@media (min-width: 768px) {
  .box__system-body > img {
    max-width: 500px;
    margin: 15px 0 25px;
  }
}

.box__system-body > p {
  text-align: center;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1.5px;
}

.box__system-body > p span {
  color: #f08300;
}

@media (min-width: 768px) {
  .box__system-body > p {
    letter-spacing: 2.5px;
    font-size: 24px;
  }
}

.box__longplan {
  background: #919191;
  padding: 40px 0 50px;
}

.box__longplan br {
  display: block;
}

@media (min-width: 768px) {
  .box__longplan br {
    display: none;
  }
}

@media (min-width: 1100px) {
  .box__longplan br {
    display: block;
  }
}

@media (min-width: 768px) {
  .box__longplan {
    padding: 50px 0 60px;
  }
}

.box__longplan-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1100px) {
  .box__longplan-inner {
    flex-direction: row;
    align-items: flex-end;
  }
}

.box__longplan-txt {
  width: 100%;
}

@media (min-width: 1100px) {
  .box__longplan-txt {
    width: 28%;
  }
}

.box__longplan-img {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

@media (min-width: 1100px) {
  .box__longplan-img {
    width: 72%;
    text-align: right;
    margin-top: 0;
  }
}

.box__longplan-img img {
  max-width: 600px;
  width: 100%;
}

@media (min-width: 992px) {
  .box__longplan-img img {
    max-width: 730px;
  }
}

.box__flow {
  padding: 40px 0 50px;
}

@media (min-width: 768px) {
  .box__flow {
    padding: 60px 0;
  }
}

.box__flow img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .box__flow img {
    margin-top: 45px;
  }
}

.box__flow-img {
  position: relative;
}

.box__flow-img a {
  position: absolute;
  top: 2%;
  left: 2%;
  content: "";
  width: 200px;
  height: 50px;
}

@media (min-width: 768px) {
  .box__flow-img a {
    top: 7%;
    left: 2%;
  }
}

.box__hosyo {
  background: #fff7e7;
  padding: 40px 0 0;
}

@media (min-width: 768px) {
  .box__hosyo {
    padding: 60px 0 0;
  }
}

.box__hosyo-inner {
  display: flex;
  flex-direction: column;
}

.box__hosyo-img {
  margin: 20px auto 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box__hosyo-img img {
  width: 100%;
  max-width: 400px;
}

@media (min-width: 768px) {
  .box__hosyo-img {
    margin: 40px auto 50px;
    width: 80%;
  }

  .box__hosyo-img img {
    max-width: 1000px;
  }
}

.box__hosyo-img > p {
  width: 100%;
  font-size: 12px;
  margin: 8px 0 0;
}

.box__hosyo-txt h3 {
  font-size: 14px;
  letter-spacing: 2.5px;
}

@media (min-width: 768px) {
  .box__hosyo-txt h3 {
    font-size: 16px;
  }
}

.box__hosyo-txt p {
  margin-top: 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .box__hosyo-txt p {
    font-size: 14px;
  }
}

.box__hoken {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1100px) {
  .box__hoken {
    padding: 60px 0;
  }
}

.box__hoken-txt {
  padding: 40px 20px;
  border-radius: 10px;
  background: #f8f8f8;
  width: 100%;
}

@media (min-width: 768px) {
  .box__hoken-txt {
    padding: 55px 95px;
  }
}

.box__hoken-txt h2 {
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .box__hoken-txt h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

.box__hoken-txt h3 {
  color: #f08300;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .box__hoken-txt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.box__hoken-txt ul {
  margin-bottom: 20px;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .box__hoken-txt ul {
    margin-bottom: 30px;
  }
}

.box__hoken-txt p,
.box__hoken-txt li {
  font-size: 12px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .box__hoken-txt p,
  .box__hoken-txt li {
    font-size: 14px;
  }
}

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

@media (min-width: 768px) {
  .box__hoken-txt li {
    text-indent: 0;
    padding-left: 0;
  }
}

.box__hoken > a {
  margin-top: 25px;
  padding: 10px 35px;
  font-size: 14px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
}

.box__hoken > a > img {
  margin-right: 20px;
  width: 26px;
}

@media (min-width: 768px) {
  .box__hoken > a > img {
    margin-right: 25px;
    width: 31px;
  }
}

@media (min-width: 768px) {
  .box__hoken > a {
    margin-top: 45px;
    padding: 25px 35px;
    font-size: 18px;
  }
}

.box__ba {
  margin-top: 70px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .box__ba {
    margin-top: -40px;
    padding-bottom: 80px;
  }
}

.box__ba-title {
  width: 100%;
  text-align: center;
  padding: 0 0 50px;
}

.box__ba-title > h2 {
  font-weight: 600;
  display: inline-block;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 2px;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(240, 131, 0, 0.6) 50%, rgba(240, 131, 0, 0.4) 100%);
}

@media (min-width: 768px) {
  .box__ba-title > h2 {
    font-size: 24px;
  }
}

.box__ba-block {
  display: flex;
  background: #f8f8f8;
  flex-direction: column;
  padding: 20px 20px 30px;
}

.box__ba-block:first-child {
  position: relative;
  padding: 80px 20px 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box__ba-block:first-child {
    padding: 100px 60px 40px;
  }
}

@media (min-width: 768px) {
  .box__ba-block {
    flex-direction: row;
    justify-content: center;
    padding: 40px 60px;
  }
}

.box__ba-block-baloon {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.box__ba-block-baloon img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .box__ba-block-baloon img {
    max-width: 400px;
  }
}

.box__ba-block-baloon p {
  font-size: 12px;
}

@media (min-width: 768px) {
  .box__ba-block-baloon p {
    font-size: 14px;
  }
}

.box__ba-block-side {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .box__ba-block-side {
    width: 45%;
  }
}

.box__ba-block-msg {
  background: #fff;
  border: 2px solid red;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}

.box__ba-block-msg p {
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .box__ba-block-msg p {
    font-size: 18px;
  }
}

.box__ba-block-msg p span {
  font-size: 14px;
}

@media (min-width: 768px) {
  .box__ba-block-msg p span {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .box__ba-block-msg {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 70px);
    right: -40px;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .box__ba-block-msg.second {
    top: calc(50% - 55px);
  }
}

.box__ba-block-arrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.box__ba-block-arrow img {
  width: 100%;
  max-width: 100px;
}

@media (min-width: 768px) {
  .box__ba-block-arrow {
    margin: 0;
    width: 10%;
  }
}

.box__ba-block-tag {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.box__ba-block-tag h3 {
  font-size: 14px;
}

@media (min-width: 768px) {
  .box__ba-block-tag h3 {
    font-size: 20px;
  }
}

.box__ba-block-imgwrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.box__ba-block-imgwrap > div {
  width: 49%;
}

@media (min-width: 768px) {
  .box__ba-block-imgwrap {
    width: 80%;
    justify-content: center;
    flex-direction: column;
  }

  .box__ba-block-imgwrap > div {
    width: 100%;
  }

  .box__ba-block-imgwrap > div:first-child {
    margin-bottom: 15px;
  }
}

.box__feature {
  width: 100%;
  background: #919191;
  padding: 30px 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .box__feature {
    padding: 50px 0;
    margin-bottom: 80px;
  }
}

.box__feature-inner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .box__feature-inner {
    flex-direction: row;
  }
}

.box__feature-img {
  width: 100%;
  text-align: center;
}

.box__feature-img img {
  width: 100%;
  max-width: 200px;
}

@media (min-width: 768px) {
  .box__feature-img img {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .box__feature-img {
    width: 30%;
  }
}

.box__feature-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .box__feature-txt {
    margin-top: 0;
    width: 70%;
    padding-left: 50px;
  }
}

.box__feature-txt > div {
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 15px;
}

.box__feature-txt > div p {
  font-weight: 700;
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

@media (min-width: 768px) {
  .box__feature-txt > div p {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
}

.box__feature-txt > div p span {
  color: #f08300;
}

body.personal {
  margin-top: -60px;
}

@media (min-width: 992px) {
  body.personal {
    margin-top: -100px;
  }
}

.personal__home-header-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .personal__home-header-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 15px;
  }
}

.personal__home-header-text {
  width: 100%;
  text-align: center;
  color: red;
  padding: 10px 0 0 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .personal__home-header-text {
    display: block;
    text-align: right;
    width: 50%;
    paddign: 0;
    font-size: 22px;
    font-weight: bold;
  }
}

@media (min-width: 576px) {
  .personal__home-header-text-sm {
    display: block;
    text-align: center;
    color: red;
    font-size: 14px;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .personal__home-header-text-sm {
    display: none;
  }
}

.personal__home-header-logo {
  width: 100%;
  padding: 15px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .personal__home-header-logo {
    padding: 0;
    width: 18%;
    text-align: left;
  }
}

.personal__home-header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .personal__home-header-menu {
    width: 65%;
    padding-bottom: 0;
  }
}

.personal__home-header-menu hr {
  width: 4px;
  height: 45px;
  background-color: #9d9d9d;
  transform: rotate(15deg);
}

@media (min-width: 768px) {
  .personal__home-header-menu hr {
    height: 60px;
  }
}

.personal__home-header-menu > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 45px;
  color: black;
}

@media (min-width: 768px) {
  .personal__home-header-menu > a {
    height: 60px;
  }
}

.personal__home-header-menu > a img {
  width: 100%;
  max-width: 9px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .personal__home-header-menu > a img {
    max-width: 15px;
  }
}

.personal__home-header-menu > a.active {
  display: flex;
  flex-direction: row;
}

.personal__home-header-menu > a.active img {
  width: 100%;
  margin-left: 5px;
  max-width: 10px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .personal__home-header-menu > a.active img {
    margin-left: 15px;
    max-width: 15px;
  }
}

.personal__home-header-menu > a.active::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: skew(-15deg);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

.personal__home-header-menu > a.aqua::before {
  background: #f2f6f6;
}

.personal__home-header-menu > a.beige::before {
  background: #fbf5f3;
}

.personal__home-header-menu > a.beige img {
  max-width: 15px;
}

@media (min-width: 768px) {
  .personal__home-header-menu > a.beige img {
    max-width: 20px;
  }
}

.personal__home-header-menu p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .personal__home-header-menu p {
    font-size: 20px;
  }
}

.personal__home-header-menu span {
  font-size: 11px;
}

@media (min-width: 768px) {
  .personal__home-header-menu span {
    font-size: 14px;
  }
}

.personal__header-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .personal__header-inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 15px;
  }
}

.personal__header-text {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .personal__header-text {
    text-align: left;
    width: 12%;
  }
}

.personal__header-text p {
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .personal__header-text p {
    font-size: 16px;
  }
}

.personal__header-text p br {
  display: none;
}

@media (min-width: 992px) {
  .personal__header-text p br {
    display: block;
  }
}

.personal__header-logo {
  width: 100%;
  text-align: center;
  padding: 15px 0;
}

@media (min-width: 992px) {
  .personal__header-logo {
    padding: 0;
    width: 18%;
  }
}

.personal__header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .personal__header-menu {
    width: 65%;
    padding-bottom: 0;
  }
}

.personal__header-menu hr {
  width: 4px;
  height: 45px;
  background-color: #9d9d9d;
  transform: rotate(15deg);
}

@media (min-width: 768px) {
  .personal__header-menu hr {
    height: 60px;
  }
}

.personal__header-menu > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 45px;
  color: black;
}

@media (min-width: 768px) {
  .personal__header-menu > a {
    height: 60px;
  }
}

.personal__header-menu > a img {
  width: 100%;
  max-width: 9px;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .personal__header-menu > a img {
    max-width: 15px;
  }
}

.personal__header-menu > a.active {
  display: flex;
  flex-direction: row;
}

.personal__header-menu > a.active img {
  width: 100%;
  margin-left: 5px;
  max-width: 10px;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .personal__header-menu > a.active img {
    margin-left: 15px;
    max-width: 15px;
  }
}

.personal__header-menu > a.active::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: skew(-15deg);
  width: 100%;
  height: 100%;
  display: block;
  content: "";
}

.personal__header-menu > a.aqua::before {
  background: #f2f6f6;
}

.personal__header-menu > a.beige::before {
  background: #fbf5f3;
}

.personal__header-menu > a.beige img {
  max-width: 15px;
}

@media (min-width: 768px) {
  .personal__header-menu > a.beige img {
    max-width: 20px;
  }
}

.personal__header-menu p {
  position: relative;
  z-index: 2;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 768px) {
  .personal__header-menu p {
    font-size: 20px;
  }
}

.personal__header-menu span {
  font-size: 11px;
}

@media (min-width: 768px) {
  .personal__header-menu span {
    font-size: 14px;
  }
}

.personal__kv {
  position: relative;
  overflow: hidden;
}

.personal__kv::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 15px);
  left: 15px;
  height: 70%;
  bottom: 0;
}

@media (min-width: 768px) {
  .personal__kv::before {
    bottom: -30px;
    left: 50vw;
    height: 200px;
    width: 50vw;
  }
}

@media (min-width: 768px) {
  .personal__kv {
    height: 500px;
    box-shadow: 0px -22px 22px -22px #e1e6ed;
  }
}

.personal__kv-inner {
  /*max-width: 1500px;*/
  width: 100%;
  margin: 0 auto;
}

.personal__kv-img {
  position: relative;
  z-index: 2;
}

.personal__kv-img img {
  width: calc(100% - 15px);
  max-width: 100%;
}

@media (min-width: 768px) {
  .personal__kv-img img {
    width: auto;
  }
}

@media (min-width: 768px) {
  .personal__kv-ccwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.personal__kv-cc {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.personal__kv-cc img {
  width: 100%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .personal__kv-cc img {
    width: auto;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .personal__kv-cc {
    padding: 0;
    z-index: 3;
    max-width: 1080px;
    height: 100%;
    justify-content: flex-end;
  }
}

.personal__common-inner {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 1100px) {
  .personal__common-inner {
    padding: 0;
  }
}

.personal__common-title-col {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .personal__common-title-col {
    align-items: flex-end;
    flex-direction: row;
  }
}

.personal__common-title-col > span:nth-child(2) {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 992px) {
  .personal__common-title-col > span:nth-child(2) {
    margin-top: 0;
    font-size: 14px;
    margin-left: 20px;
  }
}

.personal__common-title {
  display: flex;
  align-items: flex-end;
}

.personal__common-title img {
  max-height: 25px;
}

@media (min-width: 768px) {
  .personal__common-title img {
    max-height: 40px;
  }
}

.personal__common-title span {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1;
}

@media (min-width: 768px) {
  .personal__common-title span {
    margin-left: 30px;
    font-size: 16px;
  }
}

.personal__about {
  position: relative;
  margin: 30px auto 0;
}

.personal__about::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 100px;
  width: 65vw;
  background: #f2f6f6;
}

@media (min-width: 768px) {
  .personal__about {
    margin: 100px auto 0;
  }
}

.personal__about h2 img {
  max-width: 150px;
  width: 100%;
}

@media (min-width: 768px) {
  .personal__about h2 img {
    max-width: 200px;
  }
}

.personal__about-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .personal__about-inner {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1500px;
  }
}

.personal__about-inner > img {
  position: relative;
  z-index: 2;
  height: 140px;
  max-width: calc(100vw - 15px);
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 15px;
}

@media (min-width: 768px) {
  .personal__about-inner > img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1200px) {
  .personal__about-inner > img {
    margin-left: 0;
    height: auto;
    max-width: auto;
  }
}

.personal__about-txt {
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .personal__about-txt {
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.personal__about-txt p {
  width: 100%;
  font-weight: bold;
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .personal__about-txt p {
    font-size: 18px;
    width: 35%;
  }
}

.personal__workspace {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .personal__workspace {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 100px;
  }

  .personal__workspace__right .personal__workspace-block {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .personal__workspace__left {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .personal__workspace__right {
    width: calc(55% - 30px);
  }
}

.personal__workspace-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  background: #5ec2cc;
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.personal__workspace-block .btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.personal__workspace-block::before,
.personal__workspace-block::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.personal__workspace-block::before {
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 0;
}

.personal__workspace-block::after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0;
}

.personal__workspace-block .cover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personal__workspace-block .cover p {
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.personal__workspace-block h3,
.personal__workspace-block p {
  max-width: 320px;
  width: 100%;
  letter-spacing: 1.5px;
  text-align: left;
}

.personal__workspace-block h3 {
  font-size: 18px;
  padding-bottom: 7px;
  border-bottom: 3px solid #fff;
  margin-top: 40px;
  text-align: center;
  line-height: 110%;
}

@media (min-width: 768px) {
  .personal__workspace-block h3 {
    font-size: 24px;
    margin-top: 55px;
  }
}

.personal__workspace-block h3 small {
  font-size: 15px;
}

.personal__workspace-block div {
  text-align: center;
}

.personal__workspace-block p {
  margin: 20px auto;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .personal__workspace-block p {
    font-size: 18px;
  }
}

.personal__workspace-block img {
  margin-top: 20px;
  max-width: 320px;
  width: 100%;
}

@media (min-width: 768px) {
  .personal__workspace-block img {
    max-width: 320px;
  }
}

.personal__workspace-block a {
  width: 100%;
  max-width: 300px;
  position: relative;
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 30px;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

@media (min-width: 768px) {
  .personal__workspace-block a {
    font-size: 18px;
  }
}

.personal__workspace-block a.red {
  color: red;
}

.personal__workspace-block a.gray {
  color: #666464;
  margin-bottom: 15px;
}

.personal__workspace-block a.gray::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: url("/img/smile/top/arrow_gray.png");
  width: 31px;
  height: 29px;
  right: 20px;
  top: 20%;
}

.personal__workspace-block a.red::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: url("/img/smile/top/arrow_red.png");
  width: 31px;
  height: 29px;
  right: 20px;
  top: 20%;
}

.personal__workspace-block a:hover {
  opacity: 0.6;
}

.personal__workspace__left .personal__workspace-block {
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.personal__workspace__left .personal__workspace-block h3 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .personal__workspace__left .personal__workspace-block h3 {
    margin-top: 27.5px;
  }
}

.personal__workspace__left .personal__workspace-block + div {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .personal__workspace__left .personal__workspace-block {
    margin-bottom: 0;
  }
}

.personal__workspace__right .personal__workspace-block {
  padding-bottom: 30px;
}

.personal__workspace__right .personal__workspace-block h3,
.personal__workspace__right .personal__workspace-block p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .personal__workspace__right .personal__workspace-block h3,
  .personal__workspace__right .personal__workspace-block p {
    max-width: 400px;
  }
}

.personal__workspace__right .personal__workspace-block h3 {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .personal__workspace__right .personal__workspace-block h3 {
    margin-top: 27.5px;
  }
}

@media (min-width: 768px) {
  .personal__workspace__right .personal__workspace-block h3 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .personal__workspace__right .personal__workspace-block h3 {
    margin-top: 55px;
  }
}

@media (min-width: 768px) {
  .personal__workspace__right .personal__workspace-block img {
    max-width: 400px;
    width: 100%;
  }
}

.personal__workspace__right .personal__workspace-block img a {
  width: 100%;
  max-width: 400px;
}

.personal__workspace_top {
  text-align: center;
  font-size: 21px;
  margin: 100px 0 0 0;
}

@media (max-width: 767px) {
  .personal__workspace_top {
    font-size: 16px;
    margin: 50px 0 0 0;
  }
}

.personal__workspace_top p {
  padding: 10px 0 0 0;
}

.personal__workspace_top .tit_sp {
  margin: 0 0 10px 0;
}

.personal__workspace_top-inner {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

@media (min-width: 1100px) {
  .personal__workspace_top-inner {
    padding: 0;
  }
}

.personal__workspace span.caution {
  text-align: center;
  font-size: 14px;
  margin: 0 0 50px 0;
}

.personal__workspace__chui {
  background: #f7f7f7;
  color: red;
  font-size: 14px;
  width: 1080px;
  margin: 15px auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .personal__workspace__chui {
    margin: 15px;
    width: auto;
  }
}

.personal__locations {
  margin: 30px auto 40px;
}

@media (min-width: 768px) {
  .personal__locations {
    margin: 100px auto 80px;
  }
}

.personal__locations-inner {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .personal__locations-inner {
    margin-top: 40px;
  }
}

.personal__locations-tagwrap {
  display: flex;
}

.personal__locations-tag {
  cursor: pointer;
  background-color: #f2f6f6;
  color: #a5a5a5;
  width: 100%;
  max-width: 110px;
  padding: 15px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-align: center;
  margin-right: 7px;
}

@media (min-width: 768px) {
  .personal__locations-tag {
    max-width: 330px;
  }
}

.personal__locations-tag span {
  font-size: 14px;
}

@media (min-width: 768px) {
  .personal__locations-tag span {
    font-size: 18px;
  }
}

.personal__locations-tag.active {
  background-color: #5ec2cc;
  color: #fff;
}

.personal__locations-block {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border: 4px solid #5ec2cc;
  row-gap: 15px;
}

@media (min-width: 768px) {
  .personal__locations-block {
    padding: 50px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
}

@media (min-width: 768px) {
  .personal__locations-block.thin {
    height: 200px;
  }
}

.personal__locations-block-content {
  cursor: pointer;
  display: flex;
  width: 100%;
}

.personal__locations-block-content p,
.personal__locations-block-content span {
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) {
  .personal__locations-block-content p,
  .personal__locations-block-content span {
    font-size: 16px;
  }
}

.personal__locations-block-content span {
  color: #5ec2cc;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .personal__locations-block-content.station {
    width: 30%;
  }
}

.personal__locations-modal {
  display: none;
}

.personal__locations-modal.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.personal__locations-modal-content {
  overflow: scroll;
  position: relative;
  max-width: 920px;
  width: 90%;
  max-height: 90%;
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.personal__locations-modal-content .office-btn {
  display: inline-block;
  padding: 10px;
  margin: 20px auto 0;
  cursor: pointer;
  background-color: #5ec2cc;
  font-size: 16px;
  color: #fff;
}

@media (min-width: 768px) {
  .personal__locations-modal-content .office-btn {
    font-size: 20px;
  }
}

.personal__locations-modal-content .office-btn:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .personal__locations-modal-content {
    padding: 30px 60px;
  }
}

.personal__locations-modal-content h3 {
  font-size: 15px;
  color: #5ec2cc;
  padding-bottom: 10px;
  border-bottom: 3px solid #5ec2cc;
}

@media (min-width: 768px) {
  .personal__locations-modal-content h3 {
    font-size: 24px;
  }
}

.personal__locations-modal-content p {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 768px) {
  .personal__locations-modal-content p {
    font-size: 18px;
  }
}

.personal__locations-modal-content p:nth-child(2) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .personal__locations-modal-content p:nth-child(2) {
    margin-top: 20px;
  }
}

.personal__locations-modal-content p:nth-child(3) {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .personal__locations-modal-content p:nth-child(3) {
    margin-top: 10px;
  }
}

.personal__locations-modal-content p.mt {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .personal__locations-modal-content p.mt {
    margin-top: 20px;
  }
}

.personal__locations-modal-content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 20px;
}

.personal__locations-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #5ec2cc;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.personal__locations-modal-close:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .personal__locations-modal-close {
    width: 50px;
    height: 50px;
  }
}

.personal__locations-modal-close p {
  font-size: 24px;
}

@media (min-width: 768px) {
  .personal__locations-modal-close p {
    font-size: 30px;
  }
}

.personal__features {
  padding: 40px 0 20px;
  background: #f2f6f6;
}

@media (min-width: 768px) {
  .personal__features {
    padding: 80px 0;
  }
}

.personal__features-intro {
  display: flex;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .personal__features-intro {
    display: block;
    margin-top: 40px;
  }
}

.personal__features-intro-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .personal__features-intro-detail {
    justify-content: flex-start;
    margin-right: 0;
  }
}

.personal__features-intro p {
  font-size: clamp(18px, 4.5vw, 30px);
  letter-spacing: 1.5px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .personal__features-intro p {
    letter-spacing: 2px;
    font-size: 26px;
  }
}

.personal__features-intro img {
  width: 100%;
}

@media (min-width: 768px) {
  .personal__features-intro img {
    max-width: 630px;
  }
}

.personal__features-intro span {
  font-size: 10px;
  margin-top: 8px;
}

@media (min-width: 768px) {
  .personal__features-intro span {
    font-size: 12px;
  }
}

.personal__features-images {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.personal__features-images > div {
  width: 100%;
}

@media (min-width: 768px) {
  .personal__features-images > div:nth-child(1) {
    width: 55%;
  }

  .personal__features-images > div:nth-child(2) {
    width: 40%;
  }
}

.personal__features-images > div img {
  width: 100%;
}

.personal__features-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .personal__features-icons {
    margin-top: 40px;
  }
}

.personal__features-icons.nomt {
  margin-top: 0;
}

.personal__features-icons.nomt img {
  max-width: 80px;
}

@media (min-width: 768px) {
  .personal__features-icons.nomt img {
    max-width: 120px;
  }
}

.personal__features-icons > div {
  margin: 0 5px 15px;
}

@media (min-width: 768px) {
  .personal__features-icons > div {
    margin: 0 10px 20px;
  }
}

.personal__features-icons > div img {
  width: 100%;
}

.personal__features .price-change {
  margin-bottom: 10px;
}

.personal__features .price-change p {
  transform: translateY(-5px);
  color: #ff0000;
  font-size: 12px;
  text-align: center;
}

.personal__howtouse {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .personal__howtouse {
    margin: 80px auto;
  }
}

.personal__howtouse-step {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .personal__howtouse-step {
    margin-top: 40px;
    flex-direction: row;
  }
}

.personal__howtouse-step-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.personal__howtouse-step-arrow img {
  width: 100%;
  max-width: 28px;
}

@media (min-width: 768px) {
  .personal__howtouse-step-arrow img {
    max-width: 20px;
  }
}

@media (min-width: 768px) {
  .personal__howtouse-step-arrow {
    flex: 1;
  }
}

.personal__howtouse-step-content {
  display: flex;
  flex-direction: column;
  padding: 15px 50px;
  border: 4px solid #5ec2cc;
}

.personal__howtouse-step-content img {
  max-width: 154px;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content {
    padding: 40px 0;
    flex-direction: column;
    justify-content: flex-start;
  }

  .personal__howtouse-step-content:nth-child(1) {
    flex: 2;
  }

  .personal__howtouse-step-content:nth-child(3) {
    flex: 5;
  }

  .personal__howtouse-step-content:nth-child(5) {
    flex: 3;
  }
}

@media (min-width: 992px) {
  .personal__howtouse-step-content {
    flex-direction: row;
    justify-content: center;
  }
}

.personal__howtouse-step-content > div {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content > div {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.personal__howtouse-step-content > div > span:first-child {
  background-color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content > div > span:first-child {
    margin-right: 0;
    width: 40px;
    height: 40px;
  }
}

.personal__howtouse-step-content > div > span:first-child span {
  font-size: 18px;
  color: #fff;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content > div > span:first-child span {
    font-size: 24px;
  }
}

.personal__howtouse-step-content > div > p:nth-child(2) {
  font-size: 15px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content > div > p:nth-child(2) {
    text-align: center;
    margin-top: 20px;
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.7;
  }
}

.personal__howtouse-step-content > div > p:nth-child(2) > span {
  font-size: 11px;
}

.personal__howtouse-step-content > div > span:nth-child(3) {
  margin-top: 8px;
  font-size: 12px;
  text-align: center;
}

.personal__howtouse-step-content > div:nth-child(2) {
  margin: 10px 0 0 20px;
}

@media (min-width: 768px) {
  .personal__howtouse-step-content > div:nth-child(2) {
    margin: 20px 0 0;
  }
}

@media (min-width: 992px) {
  .personal__howtouse-step-content > div:nth-child(2) {
    margin: 0 0 0 30px;
  }
}

.personal__howtouse-step-content > div:nth-child(2) img {
  width: 100%;
}

.personal__howtouse-link {
  display: flex;
  justify-content: center;
  margin: 30px 0 60px;
}

@media (min-width: 768px) {
  .personal__howtouse-link {
    margin: 50px 0 70px;
  }
}

.personal__howtouse-link a {
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #5ec2cc;
  color: #fff;
  font-size: 15px;
}

.personal__howtouse-link a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .personal__howtouse-link a {
    padding: 20px 40px;
    font-size: 22px;
  }
}

.personal__facilities {
  padding: 40px 0;
  background: #f2f6f6;
}

@media (min-width: 768px) {
  .personal__facilities {
    padding: 80px 0;
  }
}

.personal__facilities-inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .personal__facilities-inner {
    flex-direction: row;
    margin-top: 40px;
  }
}

.personal__facilities-image {
  width: 100%;
  text-align: center;
}

.personal__facilities-image img {
  width: 100%;
}

@media (min-width: 768px) {
  .personal__facilities-image img {
    max-width: 425%;
  }
}

.personal__facilities-text {
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .personal__facilities-text {
    margin-top: 0;
    padding-left: 50px;
  }
}

.personal__facilities-text h3 {
  width: 100%;
  color: #5ec2cc;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 3px solid #5ec2cc;
}

@media (min-width: 768px) {
  .personal__facilities-text h3 {
    font-size: 24px;
  }
}

.personal__facilities-text p {
  font-size: 15px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .personal__facilities-text p {
    font-size: 18px;
  }
}

.personal__facilities-text .icons {
  margin-top: 40px;
}

.personal__facilities-text .icons h4 {
  display: inline-block;
  font-size: 17px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

@media (min-width: 768px) {
  .personal__facilities-text .icons h4 {
    font-size: 20px;
  }
}

.personal__facilities-text .icons__flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 30px;
}

.personal__facilities-text .icons__flex > div {
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.personal__facilities-text .icons__flex > div img {
  width: 30px;
}

@media (min-width: 768px) {
  .personal__facilities-text .icons__flex > div img {
    width: 45px;
  }
}

.personal__facilities-text .icons__flex > div p {
  margin-top: 8px;
  font-size: 10px;
}

@media (min-width: 768px) {
  .personal__facilities-text .icons__flex > div p {
    font-size: 12px;
  }
}

.personal__price {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .personal__price {
    margin: 80px auto;
  }
}

.personal__price-block {
  margin-top: 20px;
  border: 3px solid #5ec2cc;
  padding: 20px;
}

@media (min-width: 768px) {
  .personal__price-block {
    margin-top: 40px;
    padding: 40px 50px;
  }
}

.personal__price-block p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .personal__price-block p {
    font-size: 18px;
  }
}

.personal__price-block p:not(:last-child) {
  margin-bottom: 15px;
}

.personal__price-link {
  display: flex;
  justify-content: center;
  margin: 30px 0 60px;
}

@media (min-width: 768px) {
  .personal__price-link {
    margin: 50px 0 70px;
  }
}

.personal__price-link a {
  padding: 15px 20px;
  border-radius: 40px;
  background-color: #5ec2cc;
  color: #fff;
  font-size: 15px;
}

.personal__price-link a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .personal__price-link a {
    padding: 20px 40px;
    font-size: 22px;
  }
}

.personal__aboutarea {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #f1efe6;
  margin: 0 15px;
  width: auto;
}

@media (min-width: 768px) {
  .personal__aboutarea {
    margin: 60px auto 0 auto;
  }
}

.personal__aboutarea::before,
.personal__aboutarea::after {
  position: absolute;
  z-index: 3;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.personal__aboutarea::before {
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 0;
}

.personal__aboutarea::after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #fff transparent;
  bottom: 0;
  right: 0;
}

.personal__aboutarea-top {
  position: relative;
  justify-content: space-between;
  padding: 50px 0 15px 0;
  margin: 0;
}

@media (min-width: 768px) {
  .personal__aboutarea-top {
    display: flex;
    padding: 10px 0 20px 10px;
    margin: 50px 0 0 50px;
  }
}

.personal__aboutarea_text {
  width: 100%;
}

@media (min-width: 768px) {
  .personal__aboutarea_text {
    width: 42%;
  }
}

.personal__aboutarea_text h2 {
  text-align: center;
}

@media (min-width: 768px) {
  .personal__aboutarea_text h2 {
    text-align: left;
  }
}

.personal__aboutarea_text h2 img {
  width: 50%;
}

@media (min-width: 768px) {
  .personal__aboutarea_text h2 img {
    width: auto;
  }
}

.personal__aboutarea_text p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .personal__aboutarea_text p {
    font-size: 18px;
  }
}

.personal__aboutarea_text p img {
  width: 100%;
  margin: 0 0 20px 0;
}

@media (min-width: 768px) {
  .personal__aboutarea_text p img {
    margin: 20px 0 0 0;
  }
}

.personal__aboutarea_photo {
  width: 100%;
}

@media (min-width: 768px) {
  .personal__aboutarea_photo {
    text-align: right;
    width: 55%;
  }
}

.personal__aboutarea_photo img {
  width: 100%;
}

.personal__aboutarea_middle {
  padding: 20px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

.personal__aboutarea_flex {
  display: flex;
}

@media (max-width: 767px) {
  .personal__aboutarea_flex .booth-top {
    margin: 20px 0 0 0;
  }
}

@media (min-width: 768px) {
  .personal__aboutarea-top {
    display: flex;
  }

  .personal__aboutarea-block.border {
    border-right: 1px solid #b2b2b2;
    margin-right: 30px;
    padding-right: 35px;
  }

  .personal__aboutarea_middle {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 50px 40px 50px;
    padding: 40px 0;
  }

  .personal__aboutarea-block.right,
  .personal__aboutarea-block2.right {
    margin-right: 20px;
  }
}

.personal__aboutarea_flex {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .personal__aboutarea_flex {
    position: relative;
    justify-content: space-between;
    margin: 20px 50px 50px 50px;
    padding: 20px 0 0 0;
    border-top: 1px solid #b2b2b2;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .personal__aboutarea_flex .right {
    border-right: 1px solid #b2b2b2;
    padding: 0 10px 0 0;
  }

  .personal__aboutarea_flex .left {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .personal__aboutarea .fl_left {
    float: left;
    padding: 10px 6px 0 0;
    width: 33%;
  }

  .personal__aboutarea .fl_center {
    float: left;
    padding: 10px 3px 0 3px;
    width: 33%;
  }

  .personal__aboutarea .fl_left_end {
    float: left;
    padding: 10px 0 0 6px;
    width: 33%;
  }

  .personal__aboutarea .flex_50 {
    width: 50%;
  }
}

.personal__aboutarea-block {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .personal__aboutarea-block .booth {
    display: flex;
  }

  .personal__aboutarea-block .booth .photo_03 {
    margin: 0 0 10px 0;
    width: 90%;
  }

  .personal__aboutarea-block .booth div {
    width: 50%;
    padding: 10px 0;
  }

  .personal__aboutarea-block .booth .icon {
    width: 80%;
  }
}

.personal__aboutarea-block h3 {
  font-size: 14px;
  letter-spacing: 1.1px;
  line-height: 1.7;
  font-weight: bold;
  background: #fff;
  padding: 3px 10px;
}

@media (min-width: 768px) {
  .personal__aboutarea-block h3 {
    letter-spacing: 1.5px;
    font-size: 22px;
  }
}

.personal__aboutarea-block .bar_green {
  border-left: 10px solid #359725;
  border-bottom: 2px solid #359725;
}

.personal__aboutarea-block .bar_bluegreen {
  border-left: 10px solid #008a8b;
  border-bottom: 2px solid #008a8b;
}

.personal__aboutarea-block .bar_aqua {
  border-left: 10px solid #00a2d4;
  border-bottom: 2px solid #00a2d4;
}

.personal__aboutarea-block .bar_blue {
  border-left: 10px solid #002a70;
  border-bottom: 2px solid #002a70;
}

.personal__aboutarea-block p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .personal__aboutarea-block p {
    font-size: 17px;
    letter-spacing: 1.2px;
    line-height: 1.7;
  }
}

.personal__aboutarea-block p img {
  width: 100%;
  margin: 20px 0 10px 0;
}

@media (min-width: 768px) {
  .personal__aboutarea-block p img {
    margin: 20px 0;
  }
}

.personal__aboutarea-block .icon_p {
  margin: 10px 0 0 0;
  display: inline-block;
}

.personal__aboutarea-block .icon_p2 {
  margin: 10px 0 0 0;
  display: inline-block;
}

.personal__aboutarea-block p .icon {
  width: 144px;
  margin: 5px 0 0 0;
}

@media (min-width: 768px) {
  .personal__aboutarea-block p .icon {
    width: 207px;
    margin: 10px 0 0 0;
  }
}

.personal__aboutarea-block p img {
  width: 100%;
  margin: 20px 0;
}

.personal__aboutarea-block2 {
  position: relative;
  width: 100%;
}

.personal__aboutarea-block2 p img {
  width: 100%;
  margin: 0 0 10px 0;
}

@media (min-width: 768px) {
  .personal__aboutarea-block2 p img {
    margin: 0 0 20px 0;
  }
}

.personal__aboutarea-block2 p {
  font-size: 12px;
  color: #002a70;
}

@media (min-width: 768px) {
  .personal__aboutarea-block2 p {
    font-size: 14px;
  }
}

.personal__aboutarea-block2 p img.bar {
  margin: 0 0 10px 0;
}

.personal__aboutarea_bottom {
  text-align: center;
  color: #e30012;
  background: #fff;
  padding: 5px 0;
  font-size: 13px;
  margin: 30px 10px;
}

@media (min-width: 768px) {
  .personal__aboutarea_bottom {
    font-size: 20px;
    padding: 5px 0;
    margin: 0 50px 50px 50px;
  }
}

@media (max-width: 767px) {
  .setsumei {
    padding-top: 10px;
  }

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

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

  .clearfix {
    display: block;
  }
}

body.smile {
  margin-top: -60px;
}

@media (min-width: 768px) {
  body.smile {
    margin-top: -100px;
  }
}

.smile__common-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .smile__common-inner {
    padding: 0;
  }
}

.smile__common-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.smile__common-title img {
  width: 220px;
}

@media (min-width: 768px) {
  .smile__common-title img {
    width: 285px;
  }
}

.smile__common-title p {
  margin-top: 8px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .smile__common-title p {
    font-size: 18px;
  }
}

.smile__kv {
  background-color: #f2f6f6;
  text-align: center;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .smile__kv {
    padding: 0 20px;
  }
}

.smile__kv img {
  max-width: 400px;
  width: 100%;
}

@media (min-width: 768px) {
  .smile__kv img {
    max-width: 670px;
  }
}

.smile__intro {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .smile__intro {
    padding: 70px 0;
  }
}

.smile__intro-text {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .smile__intro-text {
    margin-top: 30px;
  }
}

.smile__intro-text p {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .smile__intro-text p {
    font-size: 18px;
  }
}

.smile__intro-text p span {
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(94, 194, 204, 0.8) 50%, rgba(94, 194, 204, 0.8) 100%);
}

.smile__intro-link {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .smile__intro-link {
    margin-top: 60px;
  }
}

.smile__intro-link a {
  cursor: pointer;
  background-color: #5ec2cc;
  padding: 15px 40px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  font-size: 15px;
  letter-spacing: 1.5px;
}

.smile__intro-link a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .smile__intro-link a {
    padding: 15px 55px;
    font-size: 22px;
  }
}

.smile__howtouse {
  background-color: #f2f6f6;
  padding: 40px 0 15px;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .smile__howtouse {
    padding: 70px 0 30px;
    margin-bottom: 80px;
  }
}

.smile__howtouse-inner {
  display: flex;
  flex-direction: column;
}

.smile__howtouse-block {
  display: flex;
  flex-direction: column;
  padding: 30px 0 25px;
}

.smile__howtouse-block:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #9fa0a0;
}

.smile__howtouse-block:not(:last-child)::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -6px;
  right: calc(50% - 5px);
  border-right: 1px solid #9fa0a0;
  border-bottom: 1px solid #9fa0a0;
  transform: rotate(45deg);
  background-color: #f2f6f6;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .smile__howtouse-block:not(:last-child)::before {
    bottom: -16px;
    right: calc(50% - 21px);
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) {
  .smile__howtouse-block {
    flex-direction: row;
    padding: 40px 0;
  }
}

.smile__howtouse-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 768px) {
  .smile__howtouse-step {
    width: 20%;
  }
}

.smile__howtouse-step p {
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  .smile__howtouse-step p {
    margin-top: 15px;
    font-size: 18px;
  }
}

.smile__howtouse-step img {
  width: 60px;
}

@media (min-width: 768px) {
  .smile__howtouse-step img {
    width: 80px;
  }
}

.smile__howtouse-img {
  margin-top: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .smile__howtouse-img {
    margin-top: 0;
    width: 80%;
  }
}

.smile__howtouse-img img {
  width: 100%;
}

.gps__main-image {
  text-align: center;
  height: 700px;
  max-height: 35vh;
}

@media (min-width: 768px) {
  .gps__main-image {
    max-height: 100vh;
  }
}

.gps__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .gps__text {
    text-align: center;
  }
}

.gps__text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .gps__text-wrapper {
    padding-top: 40px;
  }
}

.gps__text-wrapper p {
  padding: 10px;
  color: #f08300;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
}

@media (min-width: 768px) {
  .gps__text-wrapper p {
    padding: 0;
    font-size: 2.4rem;
  }
}

.gps__text-wrapper p.notice {
  margin-top: 1em;
  color: #f00;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 768px) {
  .gps__text-wrapper p.notice {
    font-size: 1.4rem;
  }
}

.gps__usage {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .gps__usage {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
}

.gps__usage img {
  max-width: 100%;
}

.gps__brand {
  margin: auto;
  margin-top: 20px;
  max-width: 1080px;
}

@media (min-width: 768px) {
  .gps__brand {
    margin-top: 80px;
  }
}

.gps__brand h3 {
  padding: 0.25em 1em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  background-color: #221815;
}

.gps__brand ul {
  text-align: center;
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  .gps__brand ul {
    display: flex;
    padding: 20px 0;
  }
}

.gps__brand ul li {
  flex: 0 0 auto;
  padding: 10px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .gps__brand ul li {
    font-size: 2.4rem;
  }
}

.gps__brand ul li:not(:last-child) {
  border-bottom: 1px solid #221815;
}

@media (min-width: 768px) {
  .gps__brand ul li {
    padding: 0;
    width: 25%;
  }

  .gps__brand ul li:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #221815;
  }
}

.gps__device {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
  max-width: 1080px;
  background-color: #eeeeee;
}

.gps__device ul {
  padding: 15px;
}

@media (min-width: 768px) {
  .gps__device ul {
    display: flex;
  }
}

.gps__device ul li {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  .gps__device ul li {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .gps__device ul li:first-child {
    flex: 0 0 auto;
    width: 50%;
    border-right: 1px solid #221815;
  }
}

.gps__device ul li:last-child {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .gps__device ul li:last-child {
    flex: 0 0 auto;
    margin-top: 0;
    width: 50%;
  }
}

.gps__device ul li p {
  flex: 1 1 auto;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  .gps__device ul li p {
    text-align: justify;
    font-size: 1.8rem;
  }
}

.gps__device ul li a {
  margin-top: 20px;
  color: #f08300;
  font-size: 1.4rem;
  word-break: break-all;
  word-wrap: break-word;
}

@media (min-width: 768px) {
  .gps__device ul li a {
    font-size: 1.6rem;
  }
}

body.mystudy {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body.mystudy.none-pt {
  margin-top: -60px;
}

@media (min-width: 992px) {
  body.mystudy.none-pt {
    margin-top: -100px;
  }
}

.mystudy-corporation img {
  width: 100%;
}

.mystudy-corporation .sp {
  display: none;
}

.mystudy-corporation .ssp {
  display: none;
}

.mystudy-corporation .inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .mystudy-corporation .inner {
    padding: 0 15px;
  }
}

.mystudy-corporation .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystudy-corporation .title {
  text-align: center;
  margin: 0 auto 20px;
}

.mystudy-corporation .title h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #005BA9;
}

@media (max-width: 767px) {
  .mystudy-corporation .title h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .title h2 {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .title h2 {
    font-size: 16px;
    white-space: initial;
    line-height: 1.6;
  }
}

.mystudy-corporation .kv {
  padding: 30px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mystudy-corporation .kv {
    padding: 0px 0px 30px;
  }
}

.mystudy-corporation .kv_inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.mystudy-corporation .kv_inner h1 img {
  display: block;
  width: 100%;
  margin-left: 4.5%;
}

@media (max-width: 767px) {
  .mystudy-corporation .kv_inner h1 img {
    margin-left: 0px;
    padding-left: 15px;
  }
}

.mystudy-corporation .first {
  background-color: #F1EFE6;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .mystudy-corporation .first {
    padding: 30px 0 40px;
  }
}

.mystudy-corporation .first-txt {
  max-width: 650px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  .mystudy-corporation .first-txt {
    max-width: 400px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .first-txt {
    max-width: 100%;
    width: 90%;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .first-txt {
    width: 95%;
  }
}

.mystudy-corporation .first-box {
  background-color: #fff;
  padding: 3px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 8px 8px 0px #005BA9;
}

@media (max-width: 767px) {
  .mystudy-corporation .first-box {
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .first-box {
    max-width: 100%;
    width: 95%;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .first-box {
    width: 97.5%;
  }
}

.mystudy-corporation .first-box-inner {
  border: 1px solid #9FA0A0;
  text-align: center;
  padding: 20px;
}

@media (max-width: 767px) {
  .mystudy-corporation .first-box-inner {
    padding: 15px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .first-box-inner {
    padding: 7.5px 15px;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .first-box-inner {
    padding: 10px 7.5px;
  }
}

.mystudy-corporation .first-box-inner p {
  font-size: 20px;
  color: #005BA9;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mystudy-corporation .first-box-inner p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .first-box-inner p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .first-box-inner p {
    font-size: 11px;
  }
}

.mystudy-corporation .second {
  padding: 60px 0 80px;
}

@media (max-width: 767px) {
  .mystudy-corporation .second {
    padding: 40px 0 50px;
  }
}

.mystudy-corporation .second-title {
  margin-bottom: 15px;
}

.mystudy-corporation .second-txt-box {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto 40px;
  width: 570px;
  padding: 12.5px 0 15px;
}

@media (max-width: 767px) {
  .mystudy-corporation .second-txt-box {
    margin-bottom: 25px;
    max-width: 320px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .second-txt-box {
    max-width: 300px;
    padding: 10px 0 12.5px;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .second-txt-box {
    max-width: 260px;
  }
}

.mystudy-corporation .second-txt-box::before {
  transform: skewX(-20deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #E50038;
}

.mystudy-corporation .second-txt-box h3 {
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .mystudy-corporation .second-txt-box h3 {
    font-size: 14px;
  }
}

.mystudy-corporation .second-txt-box h3 span {
  font-size: 24px;
}

@media (max-width: 767px) {
  .mystudy-corporation .second-txt-box h3 span {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .second-txt-box h3 span {
    font-size: 14px;
  }
}

.mystudy-corporation .second-bottom-txt {
  border-bottom: #005BA9 1px solid;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mystudy-corporation .second-bottom-txt {
    border-top: #005BA9 1px solid;
    max-width: 400px;
    padding: 10px 2.5px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .second-bottom-txt {
    max-width: 320px;
    width: 95%;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .second-bottom-txt {
    width: 100%;
  }
}

.mystudy-corporation .second-bottom-txt p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .mystudy-corporation .second-bottom-txt p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .mystudy-corporation .second-bottom-txt p {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .second-bottom-txt p {
    font-size: 14px;
  }
}

.mystudy-corporation .second-bottom-txt p span {
  font-size: 24px;
  color: #005BA9;
  padding-right: 5px;
}

@media (max-width: 1024px) {
  .mystudy-corporation .second-bottom-txt p span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mystudy-corporation .second-bottom-txt p span {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .second-bottom-txt p span {
    font-size: 16px;
    padding-right: 2.5px;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .second-bottom-txt p span {
    font-size: 14px;
  }
}

.mystudy-corporation .price {
  background-color: #F1EFE6;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .mystudy-corporation .price {
    padding: 60px 0;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .price {
    padding: 50px 0px 30px;
  }
}

@media (max-width: 767px) {
  .mystudy-corporation .price-inner {
    padding: 0px;
  }
}

.mystudy-corporation .price-title {
  max-width: 560px;
  margin: 0 auto 20px;
}

@media (max-width: 767px) {
  .mystudy-corporation .price-title {
    max-width: 400px;
    width: 90%;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .price-title {
    width: 85%;
  }
}

.mystudy-corporation .price-change p {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-change p {
    font-size: 17px;
  }
}

.mystudy-corporation .price-table {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .mystudy-corporation .price-table {
    margin-bottom: 50px;
  }
}

.mystudy-corporation .price-table p {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .mystudy-corporation .price-table p {
    font-size: 16px;
  }
}

.mystudy-corporation .price-table p span {
  color: #E50038;
}

@media (max-width: 767px) {
  .mystudy-corporation .price-table .price-flex {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    flex-direction: row-reverse;
  }

  .mystudy-corporation .price-table .price-flex p {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 7.5px;
  }
}

@media (max-width: 500px) {
  .mystudy-corporation .price-table .price-flex {
    margin-left: 10px;
  }

  .mystudy-corporation .price-table .price-flex p {
    font-size: 12px;
    padding-top: 5px;
    width: 87.5%;
    text-align: left;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .price-table .price-flex {
    display: block;
    width: 97.5%;
    margin: 0 auto;
  }

  .mystudy-corporation .price-table .price-flex p {
    width: 100%;
    font-size: 11px;
  }
}

.mystudy-corporation .price-btn {
  background-color: #fff;
  padding: 25px 25px 35px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  border: 3px solid #005BA9;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-btn {
    width: 100%;
    padding: 45px 50px;
  }
}

.mystudy-corporation .price-btn h3 {
  color: #e30012;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.15em;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-btn h3 {
    font-size: 30px;
  }
}

.mystudy-corporation .price-btn > p {
  width: 100%;
  max-width: 740px;
  background-color: #fdede4;
  font-size: 13px;
  margin: 7px auto 0;
  padding: 4px 15px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-btn > p {
    font-size: 14px;
    padding: 4px 0 4px 110px;
  }
}

.mystudy-corporation .price-btn > p span {
  color: #e30012;
}

.mystudy-corporation .price-btn .btns {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-btn .btns {
    margin: 40px 0 0;
    flex-direction: row;
  }
}

.mystudy-corporation .price-btn a {
  display: block;
  width: 100%;
}

.mystudy-corporation .price-btn a:nth-child(1) {
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .mystudy-corporation .price-btn a {
    margin: 0 20px;
    max-width: 450px;
  }

  .mystudy-corporation .price-btn a:nth-child(1) {
    margin: 0 20px;
  }
}

.mystudy-corporation .price-btn a img {
  width: 100%;
}

.mystudy-corporation .price .price-btn-box {
  max-width: 400px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 7.5px 15px 10px;
  width: 85%;
}

.mystudy-corporation .price .price-btn-box p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 500px) {
  .mystudy-corporation .price .price-btn-box p {
    font-size: 12px;
  }
}

.mystudy-corporation .price .price-btn-box p span {
  color: #DB0011;
}

.mystudy-corporation .price .zoom-btn {
  display: block;
  width: 40px;
}

@media (max-width: 500px) {
  .mystudy-corporation .price .zoom-btn {
    width: 30px;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .price .zoom-btn {
    margin-left: auto;
  }
}

.mystudy-corporation .about-caution {
  width: 100%;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .mystudy-corporation .about-caution {
    width: 92.5%;
    max-width: 500px;
  }
}

.mystudy-corporation .about-caution p {
  border: 1px solid #DB0011;
  border-radius: 5px;
  background-color: #fff;
  padding: 25px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.mystudy-corporation .about-caution p a {
  color: #000;
}

@media (max-width: 767px) {
  .mystudy-corporation .about-caution p {
    padding: 5px 7.5px;
    font-size: 12px;
  }
}

.mystudy-corporation .flow {
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  .mystudy-corporation .flow {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .mystudy-corporation .flow {
    padding: 40px 0 60px;
  }
}

.mystudy-corporation .flow-title {
  margin-bottom: 0px;
}

.mystudy-corporation .flow-title h2 {
  color: #898989;
}

@media (max-width: 767px) {
  .mystudy-corporation .sp {
    display: block;
  }

  .mystudy-corporation .pc {
    display: none;
  }
}

@media (max-width: 374px) {
  .mystudy-corporation .ssp {
    display: block;
  }
}

.mystudy-ividuals img {
  width: 100%;
}

.mystudy-ividuals .sp {
  display: none;
}

.mystudy-ividuals .ssp {
  display: none;
}

.mystudy-ividuals .inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1220px) {
  .mystudy-ividuals .inner {
    padding: 0 15px;
  }
}

.mystudy-ividuals .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystudy-ividuals .title {
  text-align: center;
  margin: 0 auto 20px;
}

.mystudy-ividuals .title h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #005BA9;
}

@media (max-width: 1024px) {
  .mystudy-ividuals .title h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .title h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .title h2 {
    font-size: 18px;
    white-space: nowrap;
  }
}

@media (max-width: 374px) {
  .mystudy-ividuals .title h2 {
    font-size: 16px;
    white-space: initial;
    line-height: 1.6;
  }
}

.mystudy-ividuals .head {
  height: 90px;
  width: 100%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .mystudy-ividuals .head {
    height: 85px;
  }
}

.mystudy-ividuals .head-inner {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .mystudy-ividuals .head-inner {
    display: block;
    padding: 0px;
  }
}

.mystudy-ividuals .head-inner .logo {
  width: 170px;
  height: auto;
  line-height: 90px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .head-inner .logo {
    display: block;
    line-height: initial;
    width: 180px;
    margin: 0 auto;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .head-inner .logo {
    width: 150px;
  }
}

.mystudy-ividuals .head-inner .head-txt p {
  font-size: 22px;
  font-weight: 700;
  color: #E30012;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .head-inner .head-txt p {
    text-align: center;
    font-size: 12px;
    padding-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .head-inner .head-txt p {
    padding: 5px 0;
  }
}

.mystudy-ividuals .kv {
  padding: 30px 0 0px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mystudy-ividuals .kv {
    padding: 30px 0px 0px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .kv {
    padding: 15px 0px 0px;
  }
}

.mystudy-ividuals .kv_inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mystudy-ividuals .kv_inner {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .kv_inner {
    padding: 0px;
  }
}

.mystudy-ividuals .kv_inner h1 img {
  display: block;
  width: 100%;
}

.mystudy-ividuals .first {
  background-color: #ECF2F5;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .mystudy-ividuals .first {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .first-inner {
    padding: 0px 15px 0px 0px;
  }
}

.mystudy-ividuals .first-title {
  margin-bottom: 10px;
}

.mystudy-ividuals .first-box {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
}

.mystudy-ividuals .first-box .first-box-parts {
  position: absolute;
  width: 300px;
  left: 0;
  top: -20px;
}

@media (max-width: 1024px) {
  .mystudy-ividuals .first-box .first-box-parts {
    width: 240px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .first-box .first-box-parts {
    top: -10px;
  }
}

.mystudy-ividuals .first-box .first-txt {
  max-width: 600px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .first-box .first-txt {
    max-width: 400px;
    width: 90%;
    margin: 0 auto 25px;
  }
}

.mystudy-ividuals .first-box .first-inner-box {
  border: 1px solid #00469B;
  text-align: center;
  padding: 15px;
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .mystudy-ividuals .first-box .first-inner-box {
    width: 90%;
    padding: 10px;
  }
}

@media (max-width: 374px) {
  .mystudy-ividuals .first-box .first-inner-box {
    padding: 10px 7.5px;
  }
}

.mystudy-ividuals .first-box .first-inner-box p {
  font-size: 18px;
  color: #005BA9;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mystudy-ividuals .first-box .first-inner-box p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .first-box .first-inner-box p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .first-box .first-inner-box p {
    font-size: 11px;
  }
}

.mystudy-ividuals .second {
  padding: 50px 0 70px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second {
    padding: 30px 0 40px;
  }
}

.mystudy-ividuals .second-title {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-title {
    margin-bottom: 10px;
  }
}

.mystudy-ividuals .second-title h2 {
  color: #000;
}

@media (max-width: 500px) {
  .mystudy-ividuals .second-title h2 {
    line-height: 1.3;
  }
}

.mystudy-ividuals .second-box {
  width: 100%;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-box {
    max-width: 500px;
    width: 95%;
  }
}

.mystudy-ividuals .second-txt {
  border-top: #005BA9 1px solid;
  border-bottom: #005BA9 1px solid;
  position: relative;
  padding: 25px 0 15px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-txt {
    padding: 15px 0 10px;
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .second-txt {
    width: 92.5%;
  }
}

.mystudy-ividuals .second-txt h3 {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  top: -20px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 20px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-txt h3 {
    font-size: 16px;
    top: -17.5px;
    white-space: nowrap;
    padding: 0 10px;
  }
}

.mystudy-ividuals .second-bottom-txt {
  text-align: center;
  margin: 0 auto;
}

.mystudy-ividuals .second-bottom-txt p {
  font-size: 18px;
  color: #474545;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-bottom-txt p {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .mystudy-ividuals .second-bottom-txt p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .second-bottom-txt p span {
    display: inline-block;
  }
}

.mystudy-ividuals .price {
  background-color: #ECF2F5;
  padding: 60px 0;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price {
    padding: 40px 0 30px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-inner {
    padding: 0px;
  }
}

.mystudy-ividuals .price-title {
  margin: 0 auto 10px;
}

.mystudy-ividuals .price-title h2 {
  color: #333333;
}

.mystudy-ividuals .price-change {
  margin-bottom: 10px;
  padding: 10px 0;
  background: linear-gradient(to right, #ECF2F5 0%, #fff 30%, #fff 70%, #ECF2F5 100%);
}

.mystudy-ividuals .price-change p {
  color: #231815;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 768px) {
  .mystudy-ividuals .price-change p {
    font-size: 19px;
  }
}

.mystudy-ividuals .price-sub-title {
  width: 100%;
  background: linear-gradient(to right, #ECF2F5 0%, #fff 30%, #fff 70%, #ECF2F5 100%);
  margin: 0 auto 15px;
  text-align: center;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-sub-title {
    padding: 7.5px 0;
  }
}

.mystudy-ividuals .price-sub-title h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-sub-title h3 {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .mystudy-ividuals .price-sub-title h3 {
    font-size: 12px;
  }
}

.mystudy-ividuals .price-sub-title h3 span {
  font-size: 24px;
  color: #E30012;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-sub-title h3 span {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .mystudy-ividuals .price-sub-title h3 span {
    font-size: 14px;
  }
}

.mystudy-ividuals .price-table {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-table {
    margin-bottom: 20px;
  }
}

.mystudy-ividuals .price-btn {
  background-color: #fff;
  max-width: 875px;
  margin: 0 auto 60px;
  border-radius: 20px;
  box-shadow: 5px 5px 0px #C5C3BD;
  border: 2px solid #005BA9;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-btn {
    max-width: 300px;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .price-btn {
    width: 80%;
  }
}

.mystudy-ividuals .price-btn a {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.mystudy-ividuals .price-btn a img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .mystudy-ividuals .price-btn a img {
    width: 75%;
  }
}

.mystudy-ividuals .price .zoom-btn {
  display: block;
  width: 40px;
  margin-left: auto;
}

@media (max-width: 500px) {
  .mystudy-ividuals .price .zoom-btn {
    width: 30px;
  }
}

.mystudy-ividuals .about-caution {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

@media (max-width: 767px) {
  .mystudy-ividuals .about-caution {
    width: 95%;
    max-width: 500px;
    text-align: left;
  }
}

.mystudy-ividuals .about-caution p {
  background-color: #fff;
  padding: 5px;
  font-size: 14px;
  border-radius: 5px;
  color: #DB002B;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mystudy-ividuals .about-caution p {
    padding: 5px 7.5px 7.5px;
    font-size: 12px;
    line-height: 1.4;
  }
}

.mystudy-ividuals .flow {
  padding: 80px 0 100px;
}

@media (max-width: 767px) {
  .mystudy-ividuals .flow {
    padding: 60px 0 80px;
  }
}

@media (max-width: 767px) {
  .mystudy-ividuals .flow {
    padding: 30px 0 40px;
  }
}

.mystudy-ividuals .flow-title {
  margin-bottom: 0px;
}

.mystudy-ividuals .flow-title h2 {
  color: #808080;
}

@media (max-width: 767px) {
  .mystudy-ividuals .sp {
    display: block;
  }

  .mystudy-ividuals .pc {
    display: none;
  }
}

@media (max-width: 500px) {
  .mystudy-ividuals .ssp {
    display: block;
  }
}

.mystudy-ncc img {
  width: 100%;
}

.mystudy-ncc .sp {
  display: none;
}

.mystudy-ncc .ssp {
  display: none;
}

.mystudy-ncc .inner {
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .mystudy-ncc .inner {
    padding: 0 15px;
  }
}

.mystudy-ncc .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mystudy-ncc .title {
  text-align: center;
  margin: 0 auto 20px;
}

.mystudy-ncc .title h2,
.mystudy-ncc .title p {
  font-weight: bold;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .mystudy-ncc .title h2,
  .mystudy-ncc .title p {
    font-size: 18px;
  }
}

.mystudy-ncc .title h2 {
  font-size: 26px;
}

.mystudy-ncc .title p {
  font-weight: normal;
  margin: 20px 0 0;
  color: red;
  font-size: 15px;
  line-height: 1.7;
}

.mystudy-ncc .title p span {
  font-weight: bold;
}

.mystudy-ncc .kv {
  background-color: #BBA18E;
  padding-bottom: 50px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv {
    padding: 0px;
  }
}

@media (min-width: 2000px) {
  .mystudy-ncc .kv {
    padding-left: 0;
    padding-bottom: 140px;
  }
}

.mystudy-ncc .kv_inner {
  display: flex;
  max-width: 1270px;
  margin-left: auto;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_inner {
    align-items: center;
  }
}

@media (min-width: 2000px) {
  .mystudy-ncc .kv_inner {
    max-width: 100vw;
    justify-content: center;
  }
}

.mystudy-ncc .kv_inner .kv-txt {
  padding-top: 60px;
}

@media (max-width: 1220px) {
  .mystudy-ncc .kv_inner .kv-txt {
    padding-top: 30px;
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_inner .kv-txt {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_inner .kv-txt {
    padding: 0px;
    width: 47.5%;
  }
}

.mystudy-ncc .kv_inner .kv-txt h1 img {
  display: block;
  margin: 0 auto 30px;
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img {
    margin-bottom: 20px;
  }
}

.mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(1) {
  max-width: 203px;
}

@media (max-width: 1220px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(1) {
    max-width: 160px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(1) {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(1) {
    width: 20vw;
    max-width: 100%;
  }
}

.mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(2) {
  max-width: 493px;
}

@media (max-width: 1220px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(2) {
    max-width: 300px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(2) {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_inner .kv-txt h1 img:nth-child(2) {
    width: 42.5vw;
    max-width: 100%;
  }
}

.mystudy-ncc .kv_inner .kv-txt p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 1.2px;
  text-align: center;
}

@media (max-width: 1220px) {
  .mystudy-ncc .kv_inner .kv-txt p {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_inner .kv-txt p {
    font-size: 16px;
  }
}

.mystudy-ncc .kv_inner .kv-img {
  width: 723px;
  max-width: 723px;
}

@media (max-width: 1220px) {
  .mystudy-ncc .kv_inner .kv-img {
    width: 57.5%;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_inner .kv-img {
    width: 50%;
  }
}

@media (min-width: 2000px) {
  .mystudy-ncc .kv_inner .kv-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.mystudy-ncc .kv_inner .kv-img img {
  width: 100%;
}

.mystudy-ncc .kv .kv-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px 50px;
}

@media (min-width: 576px) {
  .mystudy-ncc .kv .kv-notice {
    padding: 0 15px 50px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv .kv-notice {
    background-color: #998475;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .kv .kv-notice {
    padding: 60px 20px 40px;
  }
}

.mystudy-ncc .kv .kv-notice__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 10px;
  border: 5px solid #005BA9;
  background-color: #fff;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv .kv-notice__text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .kv .kv-notice__text {
    border: 8px solid #005BA9;
    border-radius: 20px;
    padding: 30px 40px;
  }
}

.mystudy-ncc .kv .kv-notice__text p {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #005BA9;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv .kv-notice__text p {
    width: 100%;
    display: block;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .kv .kv-notice__text p {
    font-size: 2rem;
  }
}

.mystudy-ncc .kv .kv-notice__text p span.large {
  font-size: 2rem;
  background: linear-gradient(transparent 60%, #fff000 40%);
}

@media (min-width: 768px) {
  .mystudy-ncc .kv .kv-notice__text p span.large {
    font-size: 3.5rem;
  }
}

.mystudy-ncc .kv p.price-change {
  color: #e30012;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 99px;
}

.mystudy-ncc .kv p.price-change-sp {
  color: #e30012;
  margin-top: 10px;
  padding: 5px 5px;
  font-size: 11px;
  background-color: #fff;
  border-radius: 99px;
}

.mystudy-ncc .kv-bottom {
  padding: 40px 15px 40px;
  background-color: #998475;
  text-align: center;
  margin-top: -30px;
}

@media (max-width: 500px) {
  .mystudy-ncc .kv-bottom {
    margin-top: -20px;
    padding: 30px 15px 10px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .kv-bottom {
    padding: 40px 15px 60px;
  }
}

.mystudy-ncc .kv-bottom p {
  color: #fff;
  font-size: 2.6vw;
  font-weight: 700;
}

@media (max-width: 500px) {
  .mystudy-ncc .kv-bottom p {
    font-size: 2.7vw;
  }
}

.mystudy-ncc .kv_bnr {
  position: absolute;
  left: 0;
  bottom: -20px;
  padding: 20px;
  background-color: #ffffff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 750px;
  padding-left: 200px;
  text-align: left;
}

@media (max-width: 1024px) {
  .mystudy-ncc .kv_bnr {
    bottom: -50px;
    padding: 0px 20px 10px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_bnr {
    padding: 5px 11px 10px;
    bottom: -40px;
    width: 95%;
  }
}

.mystudy-ncc .kv_bnr h3 {
  font-size: 18px;
  font-weight: 700;
  color: #005BA9;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_bnr h3 {
    font-size: 14px;
    padding-bottom: 2.5px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc .kv_bnr h3 {
    font-size: 3vw;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .kv_bnr h3 {
    white-space: nowrap;
  }
}

.mystudy-ncc .kv_bnr p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .mystudy-ncc .kv_bnr p {
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc .kv_bnr p {
    font-size: 10px;
  }
}

.mystudy-ncc .banner {
  padding: 10px 20px;
  background: linear-gradient(to bottom, #998475, #998475 48%, #F1EFE6 48%, #F1EFE6);
}

@media (min-width: 768px) {
  .mystudy-ncc .banner {
    background: linear-gradient(to bottom, #BBA18E, #BBA18E 48%, #F1EFE6 48%, #F1EFE6);
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .banner {
    padding: 0 20px;
  }
}

.mystudy-ncc .banner .wrapper {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1036px;
}

.mystudy-ncc .banner .items {
  position: relative;
  z-index: -4;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.mystudy-ncc .banner .items .item img {
  height: 43px;
}

@media (min-width: 768px) {
  .mystudy-ncc .banner .items .item img {
    height: 99px;
  }
}

.mystudy-ncc .banner ul {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .mystudy-ncc .banner ul {
    margin-top: 116px;
  }
}

.mystudy-ncc .banner ul img {
  height: 50px;
}

@media (min-width: 768px) {
  .mystudy-ncc .banner ul img {
    height: 124px;
  }
}

.mystudy-ncc .banner .img {
  position: absolute;
  z-index: -3;
}

.mystudy-ncc .banner .img img {
  width: 100%;
  max-width: 100px;
}

@media (max-width: 500px) {
  .mystudy-ncc .banner .img img {
    max-width: 85px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .banner .img img {
    max-width: unset;
  }
}

.mystudy-ncc .banner .img-01 {
  left: 14%;
  top: 50%;
  transform: translateY(-79%);
  width: 24.4776119403%;
}

@media (min-width: 768px) {
  .mystudy-ncc .banner .img-01 {
    left: 22%;
    top: 50%;
    transform: translateY(-73.5%);
    width: 17.8%;
  }
}

.mystudy-ncc .banner .img-02 {
  left: 56%;
  top: 50%;
  transform: translateY(-86%);
  width: 26.8656716418%;
}

@media (min-width: 768px) {
  .mystudy-ncc .banner .img-02 {
    left: 59%;
    top: 50%;
    transform: translateY(-70%);
    width: 17.3%;
  }
}

.mystudy-ncc .banner .price-change-wrap {
  max-width: 1036px;
  margin: 0 auto;
}

.mystudy-ncc .banner .price-change {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
  transform: translateX(10px);
}

@media (min-width: 576px) {
  .mystudy-ncc .banner .price-change {
    transform: translateX(0);
    width: 50%;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .banner .price-change {
    font-size: 14px;
  }
}

.mystudy-ncc .application {
  background-color: #F1EFE6;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .mystudy-ncc .application {
    padding: 30px 0 60px;
  }
}

.mystudy-ncc .application-inner {
  max-width: 970px;
}

.mystudy-ncc .application-flex {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 30px auto 0;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item {
    width: 32%;
  }
}

.mystudy-ncc .application-flex-item .wrap {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  position: relative;
  padding: 70px 0 0px;
}

.mystudy-ncc .application-flex-item .wrap p.num {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .wrap p.num {
    top: 15px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .wrap p.num {
    font-size: 20px;
    top: 10px;
    top: 25px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .wrap {
    aspect-ratio: 1/1;
    padding: 50px 0 0px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .wrap {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    margin-bottom: 20px;
    border-radius: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.mystudy-ncc .application-flex-item .application-send-btn a {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #E86E00;
  height: 24px;
  line-height: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-send-btn a {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .application-send-btn a {
    max-width: 230px;
    margin: 20px auto 0;
    height: 45px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item:nth-child(1) .wrap {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item:nth-child(1) .wrap {
    padding-top: 50px;
  }
}

@media (min-width: 900px) {
  .mystudy-ncc .application-flex-item:nth-child(1) .wrap {
    padding-top: 70px;
  }
}

.mystudy-ncc .application-flex-item:nth-child(1) .wrap h3 {
  width: 110px;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item:nth-child(1) .wrap h3 {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .mystudy-ncc .application-flex-item:nth-child(1) .wrap h3 {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .mystudy-ncc .application-flex-item:nth-child(2) .wrap {
    padding: 80px 0 0px;
  }
}

.mystudy-ncc .application-flex-item:nth-child(2) .wrap .application-flex-title h3 {
  max-width: 149px;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item:nth-child(2) .wrap .application-flex-title h3 {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item:nth-child(2) .wrap .application-flex-title h3 {
    max-width: 130px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mystudy-ncc .application-flex-item:nth-child(3) .wrap {
    padding: 80px 0 0px;
  }
}

.mystudy-ncc .application-flex-item:nth-child(3) .wrap .application-flex-title h3 {
  max-width: 149px;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item:nth-child(3) .wrap .application-flex-title h3 {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item:nth-child(3) .wrap .application-flex-title h3 {
    max-width: 130px;
    width: 100%;
  }
}

.mystudy-ncc .application-flex-item .plan-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding-top: 0.5em;
  -moz-column-gap: 2px;
       column-gap: 2px;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}

.mystudy-ncc .application-flex-item .plan-price__price {
  color: #000;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price__price {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .plan-price__price {
    font-size: 3rem;
  }
}

.mystudy-ncc .application-flex-item .plan-price__price.sale {
  position: relative;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price__price.sale {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .plan-price__price.sale {
    font-size: 2.4rem;
  }
}

.mystudy-ncc .application-flex-item .plan-price__price.sale::after {
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  background-color: #e30012;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price__price.sale::after {
    height: 5px;
  }
}

.mystudy-ncc .application-flex-item .plan-price__price.red {
  color: #e30012;
}

.mystudy-ncc .application-flex-item .plan-price__price .tax {
  display: block;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price__price .tax {
    font-size: 1.3rem;
    padding-top: 2px;
  }
}

.mystudy-ncc .application-flex-item .plan-price__time {
  color: #000;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .plan-price__time {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .plan-price__time {
    font-size: 1.8rem;
  }
}

.mystudy-ncc .application-flex-item .notice-cp {
  position: absolute;
  bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #005BA9;
  font-weight: bold;
  border-radius: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  padding: 5px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .notice-cp {
    left: 0;
    transform: translate(20px, -10px);
  }
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .notice-cp {
    width: 80%;
    padding: 10px;
    font-size: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .notice-cp {
    font-size: 1.3rem;
    padding: 10px 20px;
    bottom: calc(100% - 10px);
  }
}

.mystudy-ncc .application-flex-item .notice-cp span {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .notice-cp span {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .mystudy-ncc .application-flex-item .notice-cp span {
    font-size: 2.4rem;
  }
}

.mystudy-ncc .application-flex-item .notice-cp::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #005BA9;
  border-bottom: 0;
  position: absolute;
  top: 100%;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .notice-cp::after {
    top: 100%;
    transform: translateY(-5px);
  }
}

.mystudy-ncc .application-flex-item .new {
  position: absolute;
  top: 15px;
  left: 25px;
  width: 100px;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .new {
    top: 2.5px;
    left: 20px;
    width: 70px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .new {
    top: 2.5px;
    left: -7.5px;
    width: 50px;
  }
}

.mystudy-ncc .application-flex-item .application-flex-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-title {
    margin-bottom: 0px;
    width: 47.5%;
  }
}

.mystudy-ncc .application-flex-item .application-flex-title h3 {
  max-width: 200px;
  margin: 0 auto 15px;
  display: block;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .application-flex-title h3 {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-title h3 {
    max-width: 130px;
    width: 80%;
    margin-bottom: 10px;
  }
}

.mystudy-ncc .application-flex-item .application-flex-title p {
  font-size: 15px;
  color: #005BA9;
  line-height: 1.2;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .application-flex-title p {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .application-flex-title p {
    font-size: 11px;
    color: #000;
  }
}

.mystudy-ncc .application-flex-item .application-flex-title p .underline {
  background: linear-gradient(transparent 60%, #fff000 40%);
}

.mystudy-ncc .application-flex-item .application-flex-btn {
  max-width: 135px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-flex-item .application-flex-btn.mt {
    margin: 20px auto 0;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-btn {
    width: 49%;
    max-width: 140px;
  }
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-form {
  position: relative;
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-form .application-form-txt {
  position: absolute;
  left: -50px;
  top: 0;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-form .application-form-txt {
    position: relative;
    left: initial;
    width: 35px;
  }
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-form .application-form-txt p {
  line-height: 1.2;
  font-size: 12px;
  font-weight: 700;
  color: #494848;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-form .application-form-txt p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-form .application-form-txt p {
    white-space: nowrap;
    transform: scale(0.8);
  }
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-form .appication-form-input {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-form .appication-form-input {
    width: 70.5%;
  }
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-form .appication-form-input input {
  width: 100%;
  height: 27.5px;
  border: 1px solid #BBA18E;
  border-radius: 5px;
  text-align: center;
  color: #E86E00;
  outline: none;
}

@media (max-width: 1024px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-form .appication-form-input input {
    height: 25px;
  }
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-copy-btn {
  margin-bottom: 5px;
}

.mystudy-ncc .application-flex-item .application-flex-btn .application-copy-btn button {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background-color: #BBA18E;
  height: 24px;
  line-height: 24px;
  border: none;
  display: block;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-flex-item .application-flex-btn .application-copy-btn button {
    font-size: 10px;
  }
}

.mystudy-ncc .application-copy {
  margin: 10px 0 30px;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-copy {
    margin: 20px 0 60px;
    font-size: 25px;
  }
}

.mystudy-ncc .application-copy .wrap {
  display: inline-block;
  text-align: left;
}

.mystudy-ncc .application-note {
  margin: 20px 0 20px;
  color: red;
  font-size: 12px;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mystudy-ncc .application-note {
    margin: 20px 0 40px;
    font-size: 16px;
    text-align: center;
  }
}

.mystudy-ncc .application-caution-txt {
  border: 1px solid red;
  border-radius: 15px;
  padding: 20px 25px;
  background-color: #fff;
}

.mystudy-ncc .application-caution-txt p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.mystudy-ncc .application-caution-txt .caution a {
  color: #000;
}

.mystudy-ncc .application-caution-txt .caution span {
  display: block;
  margin-top: 0.5em;
}

.mystudy-ncc .application-caution-txt .tenpo .row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .mystudy-ncc .application-caution-txt .tenpo .row {
    margin-top: 3px;
  }
}

.mystudy-ncc .application-caution-txt .tenpo .row span {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  width: 100px;
  flex: 0 0 auto;
  position: relative;
}

.mystudy-ncc .application-caution-txt .tenpo .row span::after {
  content: "\FF1A";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  position: absolute;
  top: 0;
  right: 0;
}

.mystudy-ncc .price {
  background-color: #DAD2CB;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .mystudy-ncc .price {
    padding: 60px 0;
  }
}

.mystudy-ncc .price-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .mystudy-ncc .price-title h3 {
    font-size: 16px;
  }
}

.mystudy-ncc .price .zoom-btn {
  display: block;
  width: 40px;
  margin-left: auto;
  margin-top: 5px;
}

.mystudy-ncc .case {
  background-color: #F1EFE6;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .mystudy-ncc .case {
    padding: 60px 0;
  }
}

.mystudy-ncc .case-top-flex {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mystudy-ncc .case-top-flex {
    margin-bottom: 0px;
    display: block;
  }
}

.mystudy-ncc .case-top-flex .case-flex-item {
  width: 48.5%;
}

@media (max-width: 767px) {
  .mystudy-ncc .case-top-flex .case-flex-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.mystudy-ncc__about {
  padding: 20px 0 80px;
}

@media (max-width: 767px) {
  .mystudy-ncc__about {
    padding: 30px 0 70px;
  }
}

.mystudy-ncc__about .personal__aboutarea {
  background-color: initial;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea {
    margin: 0 auto;
  }
}

.mystudy-ncc__about .personal__aboutarea-top {
  margin: 0px;
  padding: 30px 50px 40px 100px;
  align-items: center;
  justify-content: space-between;
  background-color: #BBA18E;
  border-top-left-radius: 7.5px;
  border-top-right-radius: 7.5px;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea-top {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea-top {
    padding: 35px 15px 25px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea-img {
  max-width: 300px;
  margin: 0 auto 20px;
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea-img {
    max-width: 190px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text {
  width: 60%;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text {
    width: 100%;
    text-align: center;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text p {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text p {
    font-size: 12px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text p img {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_text p img {
    margin: 15px auto 0;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex {
  background-color: #F1EFE6;
  border-top: none;
  margin: 0px;
  padding: 30px 50px;
  min-height: 480px;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex {
    padding: 30px 20px;
    min-height: initial;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex {
    padding: 20px 15px;
    display: block;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex.pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex .personal__aboutarea-block {
    width: 100%;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex .personal__aboutarea-block:nth-child(2) .abs-txt {
  position: absolute;
  bottom: 0px;
  width: 90%;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex .personal__aboutarea-block:nth-child(2) .abs-txt {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex .personal__aboutarea-block h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_flex .personal__aboutarea-block p {
    font-size: 14px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle {
  background-color: #F1EFE6;
  border: none;
  margin: 0px;
  padding: 10px 50px 30px;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle {
    padding: 10px 20px 30px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle {
    padding: 10px 20px 20px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle {
    padding: 10px 10px 20px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea_middle-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #b2b2b2;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea_middle-flex {
    padding: 10px 0 20px;
    border-top: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea_middle-flex .setsumei {
  padding-top: 15px;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block h3 {
    font-size: 14px;
    padding: 2.5px 3px;
    border-left-width: 5px;
  }
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block p {
    line-height: 1.7;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block {
    width: 47.5%;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .personal__aboutarea-block {
  width: 100%;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .personal__aboutarea-block .about-box-title-flex {
  margin-bottom: 15px;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .personal__aboutarea-block .about-box-title-flex p {
  width: 52.5%;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .personal__aboutarea-block .about-box-title-flex .abs-txt {
  width: 45%;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .personal__aboutarea-block .about-box-title-flex .abs-txt p {
  width: 100%;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex {
  margin-bottom: 20px;
  align-items: initial;
  background-color: #fff;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex:nth-child(3) .about-bottom-flex-txt {
  border-bottom: 3px solid #613380;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex:nth-child(4) .about-bottom-flex-txt {
  border-bottom: 3px solid #D15174;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-txt {
  width: 50%;
  border-bottom: 3px solid #2C4790;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-txt p {
  padding-left: 15px;
  font-size: 14px;
  color: #002A70;
  font-weight: 600;
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-txt p {
    padding-left: 7.5px;
    font-size: 12px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-txt p.color_bar {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 500px) {
  .mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-txt p.color_bar {
    padding: 0px 5px;
  }
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .about-bottom-box .about-bottom-flex .about-bottom-flex-img {
  width: 47.5%;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea_middle .personal__aboutarea-block-img {
  width: 50%;
}

.mystudy-ncc__about .personal__aboutarea::after {
  display: none;
}

.mystudy-ncc__about .personal__aboutarea .personal__aboutarea-block.border {
  margin-right: 30px;
}

.mystudy-ncc__about .abs-txt {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media (max-width: 1024px) {
  .mystudy-ncc__about .abs-txt {
    position: relative;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .mystudy-ncc__about .abs-txt {
    margin-top: 10px;
  }
}

.mystudy-ncc__about .abs-txt p:nth-child(2) span {
  margin-top: 7.5px;
}

.mystudy-ncc__about .abs-txt span {
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1.4px;
  display: block;
  width: 100%;
  border-radius: 2.5px;
  color: #474545;
  padding: 2.5px 0;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .abs-txt span {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .mystudy-ncc__about .abs-txt span {
    font-size: 12px;
  }
}

.mystudy-ncc__about .personal__aboutarea-block2 p {
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1px;
}

.mystudy-ncc__about .personal__aboutarea-block2 p img {
  margin: 0 0 5px 0;
}

.mystudy-ncc__about .color_bar {
  display: block;
  background-color: #2C4790;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 2.5px 5px 2.5px 10px;
  margin-bottom: 5px;
}

.mystudy-ncc__about .color_bar02 {
  background-color: #613380;
}

.mystudy-ncc__about .color_bar03 {
  background-color: #D15174;
}

.mystudy-ncc__about .about-caution {
  width: 100%;
  margin: 40px auto 0px;
  text-align: center;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .about-caution {
    margin-top: 25px;
  }
}

.mystudy-ncc__about .about-caution p {
  border: 1px solid #9C9C9D;
  padding: 5px;
  font-size: 14px;
  color: #DB002B;
  font-weight: 600;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .mystudy-ncc__about .about-caution p {
    border: 1px solid #DB002B;
    padding: 5px 7.5px;
    font-size: 12px;
  }
}

.mystudy-ncc .personal__aboutarea::before {
  border-width: initial;
  border-color: initial;
  top: initial;
  left: initial;
  display: none;
}

@media (max-width: 767px) {
  .mystudy-ncc .sp {
    display: block;
  }

  .mystudy-ncc .pc {
    display: none;
  }
}

