.header ul li a {
  white-space: nowrap;
}

.fv {
  position: relative;
  height: calc(100dvh - 80px);
}
.fv__img {
  display: flex;
  height: 100%;
}
.fv__img img {
  vertical-align: bottom;
}
.fv__left {
  width: 40%;
  height: 100%;
}
.fv__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.fv__right {
  width: 60%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.fv__right video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.fv__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__contents {
  position: absolute;
  top: 30%;
  width: 100%;
}
.fv__contents h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 50px;
  padding-right: 80px;
}
.fv__contents h3 {
  width: 55%;
  margin-left: auto;
}
.fv__bottom {
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.07em;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .fv {
    position: relative;
  }
  .fv__img {
    display: flex;
  }
  .fv__img img {
    vertical-align: bottom;
  }
  .fv__left {
    width: 40%;
  }
  .fv__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__right {
    width: 60%;
  }
  .fv__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__contents {
    position: absolute;
    top: 30%;
    width: 100%;
  }
  .fv__contents h2 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 50px;
    padding-right: 80px;
  }
  .fv__contents h3 {
    width: 55%;
    margin-left: auto;
  }
  .fv__bottom {
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    font-family: futura-pt, sans-serif;
    position: absolute;
    z-index: 2;
  }
}
.floating {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .fv {
    position: relative;
    height: calc(100svh - 80px);
  }
  .fv__img {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
  }
  .fv__img img {
    vertical-align: bottom;
  }
  .fv__img video {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__left {
    width: 100%;
  }
  .fv__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__right {
    width: 100%;
    height: 100%;
  }
  .fv__right--top {
    display: none;
  }
  .fv__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .fv__contents {
    position: absolute;
    top: 10%;
    width: 100%;
  }
  .fv__contents h2 {
    font-size: 24px;
    writing-mode: vertical-rl;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.1em;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 20px;
    padding-right: 0;
  }
  .fv__contents h2 span {
    display: block;
    padding-top: 30px;
  }
  .fv__contents h3 {
    width: 75%;
    margin-left: auto;
  }
  .fv__bottom {
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.4;
    font-family: futura-pt, sans-serif;
    position: absolute;
    z-index: 2;
    padding: 10px 0;
    padding-left: 10px;
    border-left: 1px solid #fff;
  }
  .floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 120px;
    z-index: 100;
  }
}
.footer_logo,
.header .header_menu ul li a {
  font-family: "Jost", sans-serif !important;
  font-weight: 300 !important;
}

.concept {
  padding: 100px 40px 200px;
}
.concept__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.concept .concept__title {
  position: absolute;
  left: -24px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  writing-mode: vertical-lr;
  font-size: 48px;
}
.concept .concept__title span {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  padding: 0 0 20px;
}
.concept .concept__title::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #000;
  height: 760px;
}
.concept__contents {
  margin: 0 auto;
}
.concept__contents h3 {
  text-align: center;
  margin-bottom: 100px;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.7;
}
.concept__contents p {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .concept {
    padding: 100px 40px;
  }
  .concept__inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
  }
  .concept .concept__title {
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    font-size: 36px;
  }
  .concept .concept__title span {
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 0 20px;
  }
  .concept .concept__title::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #000;
    height: 587px;
  }
  .concept__contents {
    max-width: 790px;
    margin: 0 auto;
  }
  .concept__contents h3 {
    text-align: center;
    margin-bottom: 100px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.7;
  }
  .concept__contents p {
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .concept {
    padding: 100px 20px 50px;
  }
  .concept__inner {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
  }
  .concept .concept__title {
    position: absolute;
    left: 0;
    writing-mode: vertical-lr;
    font-size: 10px;
    color: #6D6D6D;
  }
  .concept .concept__title span {
    background: #fff;
    display: block;
    position: relative;
    z-index: 2;
    padding: 0 0 20px;
  }
  .concept .concept__title::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    transform: translateX(0%);
    width: 1px;
    background: #6D6D6D;
    height: 490px;
  }
  .concept__contents {
    max-width: 790px;
    margin: 0 auto;
  }
  .concept__contents h3 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .concept__contents p {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: -0.03em;
  }
}
.expert {
  padding: 60px 20px;
  background: #838383;
}
.expert__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.expert .lp__title {
  color: #fff;
  margin-bottom: 30px;
}
.expert__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.expert__contents {
  width: 50%;
  padding-right: 5%;
}
.expert__contents h3 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
  font-weight: bold;
}
.expert__contents .name {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.expert__contents .name span {
  font-weight: normal;
  font-size: 16px;
}
.expert__contents p {
  font-size: 20px;
  line-height: 1.8;
  color: #fff;
}
.expert__img {
  width: 45%;
  padding-left: 5%;
  border-left: 1px solid #fff;
}

.lp__title {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 96px;
  text-transform: uppercase;
}

@media screen and (max-width: 1000px) {
  .lp__title {
    font-family: "Jost", sans-serif;
    text-align: center;
    font-size: 72px;
    font-weight: 300;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px) {
  .expert {
    padding: 50px 20px;
    background: #838383;
  }
  .expert__inner {
    max-width: 1300px;
    margin: 0 auto;
    border-right: 1px solid #fff;
  }
  .expert .lp__title {
    color: #fff;
    margin-bottom: 30px;
    text-align: right;
    margin-right: -2px;
    background: #838383;
  }
  .expert__box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .expert__contents {
    width: 100%;
    padding-right: 5%;
  }
  .expert__contents h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
  }
  .expert__contents .name {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .expert__contents .name span {
    font-weight: normal;
    font-size: 12px;
  }
  .expert__contents p {
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
  }
  .expert__img {
    width: 70%;
    margin: 0 auto;
    padding-left: 0;
    border-left: 0 solid #fff;
    margin-bottom: 20px;
  }
  .lp__title {
    font-family: futura-pt, sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
}
.founder {
  padding: 200px 40px;
  background: #838383;
  color: #fff;
}
.founder__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.founder__inner::after {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 1px;
  background: #fff;
  height: calc(100% - 140px);
}
.founder .lp__title {
  font-family: "Jost", sans-serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.2em;
  margin-left: -2px;
}
.founder__box {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.founder__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.founder__contents {
  width: 50%;
}
.founder__contents h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.founder__contents .name {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
.founder__contents .name span {
  font-weight: normal;
  font-size: 16px;
}
.founder__contents p {
  font-size: 20px;
  line-height: 1.8;
}
.founder__img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .founder {
    padding: 50px 20px;
  }
  .founder__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .founder__inner::after {
    content: none;
  }
  .founder .lp__title {
    text-align: left;
    margin-left: -2px;
  }
  .founder__box {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    border-left: 1px solid #fff;
    margin-top: 20px;
  }
  .founder__box:nth-of-type(even) {
    flex-direction: column-reverse;
    border-left: 0 solid #838383;
    border-right: 1px solid #fff;
  }
  .founder__contents {
    width: 100%;
  }
  .founder__contents h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .founder__contents .name {
    display: block;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .founder__contents .name span {
    font-weight: normal;
    font-size: 12px;
    display: block;
    margin-top: 15px;
  }
  .founder__contents p {
    font-size: 16px;
    line-height: 1.8;
  }
  .founder__img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.designed {
  padding: 200px 40px;
  background: #000;
}
.designed__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.designed .lp__title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.designed__text {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  max-width: 1200px;
  margin: 120px auto 120px;
  text-align: center;
}
.designed__lists {
  display: flex;
  flex-direction: column;
}
.designed__list {
  padding: 8% 4%;
  border-bottom: 1px solid #fff;
}
.designed__list .num {
  color: #fff;
  font-size: 24px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  display: block;
  width: 15%;
  line-height: 1.4;
}
.designed__list--top .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.designed__list--top .box h3 {
  color: #fff;
  width: 82%;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.designed__list--top p {
  width: 82%;
  margin-left: auto;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.designed__list--bottom {
  background: #fff;
  padding: 40px;
  line-height: 1.5;
  font-size: 22px;
  width: 82%;
  margin-left: auto;
}
.designed__list--bottom span {
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .designed {
    padding: 50px 20px;
    background: #000;
  }
  .designed__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .designed .lp__title {
    color: #fff;
  }
  .designed__lists {
    display: flex;
    flex-direction: column;
  }
  .designed__list {
    padding: 12% 5%;
  }
  .designed__list .num {
    color: #fff;
    font-size: 12px;
    font-family: "jost", sans-serif;
    margin-bottom: 30px;
    display: block;
    width: 100%;
  }
  .designed__list--top .box {
    display: block;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .designed__list--top .box h3 {
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
  }
  .designed__list--top p {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .designed__list--bottom {
    background: #fff;
    padding: 20px;
    line-height: 1.5;
    font-size: 16px;
    width: 100%;
  }
  .designed__list--bottom span {
    font-size: 18px;
    font-weight: bold;
  }
  .designed__text {
    font-size: 16px;
    margin: 60px auto 40px;
  }
}
.curriculum {
  padding: 200px 40px;
}
.curriculum__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.curriculum__inner::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 1px;
  background: #000;
  height: calc(100% - 150px);
}
.curriculum .lp__title {
  text-align: left;
  background: #fff;
  margin-left: -2px;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.curriculum__item {
  padding: 80px;
}
.curriculum__item:nth-of-type(even) .curriculum__box {
  flex-direction: row-reverse;
}
.curriculum__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.curriculum p {
  font-size: 24px;
  line-height: 1.5;
}
.curriculum__contents {
  width: 50%;
}
.curriculum__contents .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 30px;
}
.curriculum__contents .title .num {
  font-size: 24px;
  margin-right: 20px;
  font-weight: normal;
}
.curriculum__contents h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
.curriculum__contents p {
  line-height: 1.5;
  font-size: 24px;
}
.curriculum__img {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .curriculum {
    padding: 50px 20px;
  }
  .curriculum__inner {
    max-width: 1300px;
    margin: 0 auto;
    border-left: 0 solid transparent;
  }
  .curriculum__inner::after {
    content: none;
  }
  .curriculum .lp__title {
    text-align: left;
    background: #fff;
    margin-left: -2px;
    margin-bottom: 46px;
  }
  .curriculum__item {
    padding: 15px 20px 20px 20px;
    border-left: 1px solid #000;
    margin-bottom: 46px;
  }
  .curriculum__item:nth-of-type(even) .curriculum__box {
    flex-direction: row-reverse;
  }
  .curriculum__box {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .curriculum__contents {
    width: 100%;
  }
  .curriculum__contents .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    position: relative;
  }
  .curriculum__contents .title .num {
    font-size: 12px;
    margin-right: 20px;
    font-weight: normal;
    position: absolute;
    top: -30px;
    left: -22px;
  }
  .curriculum__contents h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .curriculum__contents p {
    line-height: 1.5;
    font-size: 16px;
  }
  .curriculum p {
    line-height: 1.5;
    font-size: 16px;
  }
  .curriculum__img {
    width: 100%;
    margin-top: 20px;
  }
}
.instructor {
  padding: 200px 40px;
  background: #838383;
}
.instructor__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.instructor__inner::after {
  content: "";
  position: absolute;
  top: 150px;
  right: 0;
  width: 1px;
  background: #fff;
  height: calc(100% - 150px);
}
.instructor .lp__title {
  text-align: right;
  background: #838383;
  margin-left: -2px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.instructor__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 70px auto;
}
.instructor__main--img {
  width: 25%;
}
.instructor__main--contents {
  width: 70%;
}
.instructor__main--contents .name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.instructor__main--contents .name span {
  font-weight: bold;
  font-size: 28px;
}
.instructor__main--contents p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.lp__title.right {
  text-align: right;
  margin-top: 60px;
}

.instructor__sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 70px auto;
}
.instructor__sub--img {
  width: 25%;
  margin: 0 0 20px;
}
.instructor__sub--contents {
  width: 70%;
}
.instructor__sub--contents .name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.instructor__sub--contents .name span {
  font-weight: bold;
  font-size: 22px;
}
.instructor__sub--contents p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.instructor__sub--list {
  max-width: 50%;
}
.instructor__sub--lists {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  gap: 3%;
  margin: 0 auto;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .instructor {
    padding: 50px 20px;
    background: #838383;
  }
  .instructor__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .instructor__inner::after {
    content: none;
  }
  .instructor .lp__title {
    text-align: left;
    background: #838383;
    margin-left: -2px;
    margin-bottom: 30px;
    color: #fff;
  }
  .instructor__main {
    display: block;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 20px auto 60px;
    padding: 0 20px;
    border-left: 1px solid #fff;
  }
  .instructor__main--img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .instructor__main--contents {
    width: 100%;
  }
  .instructor__main--contents .name {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 0.8;
  }
  .instructor__main--contents .name span {
    font-weight: bold;
    font-size: 24px;
    display: block;
  }
  .instructor__main--contents p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .lp__title.right {
    text-align: right;
    margin-top: 60px;
    margin-right: -20px;
  }
  .lp__title.right span {
    background: #838383;
    padding: 0 5px;
  }
  .instructor__sub {
    display: block;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 30px auto;
  }
  .instructor__sub--img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .instructor__sub--contents {
    width: 100%;
  }
  .instructor__sub--contents .name {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
  }
  .instructor__sub--contents .name span {
    font-weight: bold;
    font-size: 24px;
  }
  .instructor__sub--contents p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
  }
  .instructor__sub--lists {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column;
  }
  .instructor__sub--list {
    max-width: 80%;
    margin-bottom: 20px;
  }
  .instructor__sub--list:nth-of-type(2) {
    margin-left: auto;
  }
  .instructor__sub--list:nth-of-type(3) {
    margin-right: auto;
  }
  .instructor__sub--lists.column2 .instructor__sub--list:nth-child(1) {
    max-width: 100%;
  }
  .instructor__sub--lists.column2 .instructor__sub--list:nth-child(2) {
    max-width: 100%;
  }
  .instructor__subWrap {
    padding: 0 20px;
    border-right: 1px solid #fff;
  }
  .instructor__subWrap:nth-of-type(odd) {
    border-right: 0;
    border-left: 1px solid #fff;
  }
}
.location {
  padding: 200px 40px;
}
.location__inner {
  max-width: 1300px;
  margin: 0 auto;
  border-left: 1px solid #000;
}
.location .lp__title {
  text-align: left;
  background: #fff;
  margin-left: -2px;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.location__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
}
.location__contents {
  width: 46%;
}
.location__contents h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
}
.location__contents p {
  line-height: 1.5;
  font-size: 24px;
  font-weight: 600;
}
.location__contents .btn {
  margin-top: 80px;
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #000000;
  font-size: 18px;
  display: block;
  transition: 0.3s ease;
}
.location__contents .btn:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.location__map {
  width: 51%;
}
.location__map video {
  width: 100%;
}
.location__map iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .location {
    padding: 50px 20px;
  }
  .location__inner {
    max-width: 1300px;
    margin: 0 auto;
    border-left: 1px solid #000;
  }
  .location .lp__title {
    text-align: left;
    background: #fff;
    margin-left: -2px;
    margin-bottom: 30px;
    margin-top: -10px;
    padding-bottom: 10px;
  }
  .location__box {
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
  }
  .location__contents {
    width: 100%;
  }
  .location__contents h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: futura-pt, sans-serif;
  }
  .location__contents p {
    line-height: 1.5;
    font-size: 12px;
    font-weight: 600;
  }
  .location__contents .btn {
    margin-top: 14px;
    margin-left: 0;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #000000;
    font-size: 12px;
    display: block;
    transition: 0.3s ease;
  }
  .location__contents .btn:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }
  .location__map {
    width: 100%;
    margin-top: 20px;
  }
  .location__map iframe {
    width: 100%;
    height: 200px;
  }
}
.expenses {
  background: #000;
  padding: 200px 40px;
}
.expenses__inner {
  max-width: 1300px;
  margin: 0 auto;
}
.expenses .lp__title {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
}
.expenses__box {
  background: #D9D9D9;
  padding: 60px 0;
}
.expenses__box table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.expenses__box table th {
  vertical-align: top;
  font-size: 24px;
  text-align: left;
  width: 30%;
  padding: 30px 0;
  box-sizing: border-box;
  line-height: 1.4;
}
.expenses__box table td {
  padding: 30px 0;
  box-sizing: border-box;
  width: 70%;
  font-size: 20px;
  line-height: 1.4;
}
.expenses__box table td .span_bold {
  font-size: 24px;
  font-weight: bold;
}
.expenses__box table td .span_small {
  font-size: 18px;
  text-align: justify;
}
.expenses__box table a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .expenses {
    background: #000;
    padding: 50px 20px;
  }
  .expenses__inner {
    max-width: 1300px;
    margin: 0 auto;
  }
  .expenses .lp__title {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
  }
  .expenses__box {
    background: #D9D9D9;
    padding: 40px 30px;
  }
  .expenses__box table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .expenses__box table th {
    display: block;
    vertical-align: top;
    font-size: 15px;
    text-align: left;
    width: 100%;
    padding: 20px 0 12px;
    box-sizing: border-box;
    line-height: 1.4;
    border-bottom: 1px solid #838383;
  }
  .expenses__box table td {
    display: block;
    padding: 18px 0 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    line-height: 1.4;
  }
  .expenses__box table td .span_bold {
    font-size: 15px;
    font-weight: bold;
  }
  .expenses__box table td .span_small {
    font-size: 13px;
  }
}
.form {
  padding: 200px 40px;
}
.form__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.form .lp__title {
  font-size: 50px;
  text-align: center;
  font-weight: 500;
}
.form__text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 50px 20px;
  }
  .form__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
  .form .lp__title {
    font-size: 32px;
  }
  .form__text {
    font-size: 16px;
    margin: 30px 0;
  }
}
.mission {
  padding: 20px 40px 80px;
}
.mission__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.mission__title {
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 32px;
}
.mission__box {
  display: flex;
  align-items: center;
  padding: 0 40px;
  align-items: stretch;
}
.mission__item {
  padding: 20px 40px;
}
.mission__item + .mission__item {
  border-left: 1px solid #000;
}
.mission__item h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
}
.mission__item h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}
.mission__item p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mission {
    padding: 20px 20px 50px;
  }
  .mission__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .mission__title {
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
    font-size: 24px;
  }
  .mission__box {
    display: block;
    padding: 50px 0;
  }
  .mission__item {
    padding: 20px 0;
  }
  .mission__item + .mission__item {
    border: none;
    margin-top: 40px;
  }
  .mission__item h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
  }
  .mission__item h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
  .mission__item p {
    line-height: 2;
  }
}/*# sourceMappingURL=lp.css.map */