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

    COMMON SETTINGS

   ************************************************************************
   ************************************************************************ */
/* ------------------------------
    RESPONSIVE SETTINGS
  ------------------------------ */
/* ------------------------------
    FONT
  ------------------------------ */
/* ------------------------------
    COLOR SETTINGS
  ------------------------------ */
.t__yl {
  color: linear-gradient(to right, #0ff, #f0f);
}

.t__bk {
  color: #010101;
}

.t__bl {
  color: #006bb3;
}

.t__gy {
  color: #ddd;
}

.t__gr {
  color: #0bd79b;
}

.t__wh {
  color: #FFF;
}

.t__op {
  opacity: 0.6;
}

.t__shadow {
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

.t__link {
  color: #33bad2;
  padding: 0 0.3rem;
}
.t__link:hover {
  text-decoration: underline;
}

svg {
  fill: #1179e9;
}

/* ------------------------------
    MIXIN
  ------------------------------ */
/* ------------------------------
    FORM RESET
  ------------------------------ */
input, select, textarea {
  outline: none;
}
input::focus, select::focus, textarea::focus {
  outline: none;
}

input[type=submit],
select,
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
select::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: left;
}
button:focus {
  outline: none;
}

.slick-slide {
  outline: none !important;
}

button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ------------------------------
    DEFAULT BLOCK SETTINGS
  ------------------------------ */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::selection {
  background-color: #1179e9;
  color: #FFF;
}

html {
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 320px) {
  html {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-weight: 400;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-weight: 400;
  }
}
html::-webkit-scrollbar {
  display: none;
}
html.locked {
  overflow: hidden;
  touch-action: none;
}
@media screen and (min-width: 768px) {
  html .only__sm {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  html .only__sm {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html .only__sm {
    display: none !important;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  background: #fff;
  color: #000;
}
@media screen and (min-width: 320px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-weight: 400;
  }
}
@media screen and (min-width: 1600px) {
  body {
    font-weight: 400;
  }
}
body::before {
  content: "";
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  background: #010101;
}
@media screen and (min-width: 320px) {
  body::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body::before {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  body::before {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  body::before {
    display: none;
  }
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 320px) {
  h1, h2, h3 {
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  h1, h2, h3 {
    font-weight: 700;
  }
}
@media screen and (min-width: 960px) {
  h1, h2, h3 {
    font-weight: 700;
  }
}
@media screen and (min-width: 1600px) {
  h1, h2, h3 {
    font-weight: 700;
  }
}

@media screen and (min-width: 320px) {
  .view__m__block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .view__m__block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__block {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__m__block {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__inline {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) {
  .view__m__inline {
    display: inline !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__inline {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__m__inline {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .view__m__flex {
    display: flex !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__flex {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__m__flex {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__m__grid {
    display: grid !important;
  }
}
@media screen and (min-width: 768px) {
  .view__m__grid {
    display: grid !important;
  }
}
@media screen and (min-width: 960px) {
  .view__m__grid {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__m__grid {
    display: none !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__block {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view__d__block {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__block {
    display: block !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__d__block {
    display: block !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__inline {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view__d__inline {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__inline {
    display: inline !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__d__inline {
    display: inline !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__flex {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view__d__flex {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__flex {
    display: flex !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__d__flex {
    display: flex !important;
  }
}

@media screen and (min-width: 320px) {
  .view__d__grid {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view__d__grid {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .view__d__grid {
    display: grid !important;
  }
}
@media screen and (min-width: 1600px) {
  .view__d__grid {
    display: grid !important;
  }
}

.animationSVG {
  opacity: 0;
}
@media screen and (min-width: 320px) {
  .animationSVG.drawsvg-initialized {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .animationSVG.drawsvg-initialized {
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .animationSVG.drawsvg-initialized {
    opacity: 1;
  }
}
@media screen and (min-width: 1600px) {
  .animationSVG.drawsvg-initialized {
    opacity: 1;
  }
}

/* ------------------------------
    MEDIA SETTINGS
  ------------------------------ */
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.img__contain, .img__fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img__contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumb__item {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.thumb__item.round {
  border-radius: 100%;
}

.img__item {
  width: 100%;
  height: 100%;
  background-color: #181818;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.img__item.top {
  background-position: center top;
}
.img__item.bg__tr {
  background-color: transparent;
}

.video__cover {
  width: auto;
  height: 100%;
}

/* ------------------------------
    BLOCK SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .head__copy {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .head__copy {
    width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .head__copy {
    width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .head__copy {
    width: 800px;
  }
}

.page__copy {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .page__copy {
    width: 90vw;
  }
}
@media screen and (min-width: 768px) {
  .page__copy {
    width: 700px;
  }
}
@media screen and (min-width: 960px) {
  .page__copy {
    width: 700px;
  }
}
@media screen and (min-width: 1600px) {
  .page__copy {
    width: 800px;
  }
}

.container__article {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .container__article {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container__article {
    width: 90%;
  }
}
@media screen and (min-width: 960px) {
  .container__article {
    width: 850px;
  }
}
@media screen and (min-width: 1600px) {
  .container__article {
    width: 850px;
  }
}

.container__small {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .container__small {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .container__small {
    width: 1200px;
  }
}
@media screen and (min-width: 1600px) {
  .container__small {
    width: 1400px;
  }
}

@media screen and (min-width: 320px) {
  .container__medium {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .container__medium {
    width: auto;
    margin: 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .container__medium {
    width: auto;
    margin: 0 9vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__medium {
    width: auto;
    margin: 0 9vw;
  }
}

@media screen and (min-width: 320px) {
  .container__medium__left {
    margin: 0 0 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .container__medium__left {
    margin: 0 0 0 80px;
  }
}
@media screen and (min-width: 960px) {
  .container__medium__left {
    margin: 0 0 0 9vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__medium__left {
    margin: 0 0 0 9vw;
  }
}

@media screen and (min-width: 320px) {
  .container__large {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .container__large {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 960px) {
  .container__large {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__large {
    margin: 0 4vw;
  }
}

@media screen and (min-width: 320px) {
  .container__large__left {
    margin: 0 0 0 4vw;
  }
}
@media screen and (min-width: 768px) {
  .container__large__left {
    margin: 0 0 0 4vw;
  }
}
@media screen and (min-width: 960px) {
  .container__large__left {
    margin: 0 0 0 4vw;
  }
}
@media screen and (min-width: 1600px) {
  .container__large__left {
    margin: 0 0 0 4vw;
  }
}

.common__wrapper {
  position: relative;
}
@media screen and (min-width: 320px) {
  .common__wrapper {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .common__wrapper {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .common__wrapper {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .common__wrapper {
    padding: 3rem 0;
  }
}

.common__inner {
  position: relative;
}
@media screen and (min-width: 320px) {
  .common__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .common__inner {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .common__inner {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .common__inner {
    padding: 0 5vw;
  }
}

.middle__container {
  margin: 0 auto;
}
@media screen and (min-width: 320px) {
  .middle__container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .middle__container {
    max-width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .middle__container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  .middle__container {
    max-width: 1300px;
  }
}

.ta__center {
  text-align: center;
}
.ta__center .flex__item {
  margin: 0 auto;
}

.ta__right {
  text-align: right;
}

.ta__left {
  text-align: left;
}

.flex__inner, .flex__item {
  display: flex;
}
.flex__inner.row__wrap, .flex__item.row__wrap {
  flex-direction: row;
  flex-wrap: wrap;
}
.flex__inner.row__start__start, .flex__item.row__start__start {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex__inner.row__start__center, .flex__item.row__start__center {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.flex__inner.row__start__end, .flex__item.row__start__end {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex__inner.row__start__unset, .flex__item.row__start__unset {
  flex-direction: row;
  justify-content: flex-start;
  align-items: unset;
}
.flex__inner.row__start__normal, .flex__item.row__start__normal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: normal;
}
.flex__inner.row__sb__unset, .flex__item.row__sb__unset {
  flex-direction: row;
  justify-content: space-between;
  align-items: unset;
}
.flex__inner.row__sb__start, .flex__item.row__sb__start {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.flex__inner.row__sb__center, .flex__item.row__sb__center {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex__inner.row__sb__end, .flex__item.row__sb__end {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.flex__inner.row__sb__normal, .flex__item.row__sb__normal {
  flex-direction: row;
  justify-content: space-between;
  align-items: normal;
}
.flex__inner.row__sa__start, .flex__item.row__sa__start {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.flex__inner.row__se__start, .flex__item.row__se__start {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
.flex__inner.row__se__start, .flex__item.row__se__start {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.flex__inner.row__end__start, .flex__item.row__end__start {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex__inner.row__end__center, .flex__item.row__end__center {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.flex__inner.row__end__end, .flex__item.row__end__end {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.flex__inner.row__center__unset, .flex__item.row__center__unset {
  flex-direction: row;
  justify-content: center;
  align-items: unset;
}
.flex__inner.row__center__center, .flex__item.row__center__center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex__inner.row__center__top, .flex__item.row__center__top {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.flex__inner.row__center__start, .flex__item.row__center__start {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.flex__inner.row__center__end, .flex__item.row__center__end {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.flex__inner.rowreverse__start__start, .flex__item.rowreverse__start__start {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex__inner.rowreverse__sb__start, .flex__item.rowreverse__sb__start {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.flex__inner.rowreverse__sb__center, .flex__item.rowreverse__sb__center {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.flex__inner.column__sb__center, .flex__item.column__sb__center {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.flex__inner.column__sb__start, .flex__item.column__sb__start {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex__inner.column__start__start, .flex__item.column__start__start {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex__inner.column__start__center, .flex__item.column__start__center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex__inner.column__start__end, .flex__item.column__start__end {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.flex__inner.column__center__start, .flex__item.column__center__start {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex__inner.column__center, .flex__inner.column__center__center, .flex__item.column__center, .flex__item.column__center__center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex__inner.column__center__end, .flex__item.column__center__end {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.flex__inner.column__end, .flex__item.column__end {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex__inner.column__end__start, .flex__item.column__end__start {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.flex__inner.column__end__center, .flex__item.column__end__center {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.flex__inner.column__end__end, .flex__item.column__end__end {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.flex__inner.columnreverse__start__start, .flex__item.columnreverse__start__start {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.flex__inner.f__wrap, .flex__inner.fwrap, .flex__item.f__wrap, .flex__item.fwrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .flex__inner.mb__column, .flex__item.mb__column {
    flex-direction: row;
  }
}
@media screen and (min-width: 320px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    flex-direction: column;
    justify-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .flex__inner.mb__row, .flex__item.mb__row {
    flex-direction: column;
    justify-items: center;
  }
}

@media screen and (min-width: 320px) {
  .flex__four {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .flex__four {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .flex__four {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .flex__four {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 320px) {
  .flex__four .child__item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .flex__four .child__item {
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .flex__four .child__item {
    width: 23%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .flex__four .child__item {
    width: 23%;
    margin-bottom: 0;
  }
}

.grid__item {
  display: grid;
}

/* ------------------------------
    PADDING SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__small {
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__small {
    padding: 1vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__medium {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__medium {
    padding: 2vw 0;
  }
}

@media screen and (min-width: 320px) {
  .py__large {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 960px) {
  .py__large {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .py__large {
    padding: 3vw 0;
  }
}

@media screen and (min-width: 320px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__small {
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__small {
    padding: 0 1vw;
  }
}

@media screen and (min-width: 320px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .px__medium {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__medium {
    padding: 0 2vw;
  }
}

@media screen and (min-width: 320px) {
  .px__large {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 960px) {
  .px__large {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .px__large {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__small {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__small {
    padding-top: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__medium {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .pt__large {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pt__large {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pt__large {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 320px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__small {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__small {
    padding-right: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__medium {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__medium {
    padding-right: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pr__large {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pr__large {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pr__large {
    padding-right: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__small {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pb__small {
    padding-bottom: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pb__medium {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pb__medium {
    padding-bottom: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pb__large {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .pb__large {
    padding-bottom: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__small {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__small {
    padding-left: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__medium {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__medium {
    padding-left: 2vw;
  }
}

@media screen and (min-width: 320px) {
  .pl__large {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .pl__large {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .pl__large {
    padding-left: 3vw;
  }
}

@media screen and (min-width: 320px) {
  .mb__small {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .mb__small {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 320px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 960px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 1600px) {
  .end__contents {
    padding-bottom: 10rem;
  }
}

/* ------------------------------
    TEXT SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 768px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 960px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}
@media screen and (min-width: 1600px) {
  .is__exp400 {
    line-height: 2.1;
    letter-spacing: 0.5px;
  }
}

.text__link {
  color: #1594ff;
}
.text__link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 320px) {
  .fsize__mtr {
    font-size: 40vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__mtr {
    font-size: 37vw;
  }
}
@media screen and (min-width: 960px) {
  .fsize__mtr {
    font-size: 15vw;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__mtr {
    font-size: 20vw;
  }
}

@media screen and (min-width: 320px) {
  .fsize__900 {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__900 {
    font-size: 6.5rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__800 {
    font-size: 10vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__800 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__800 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__750 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__750 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__750 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__700 {
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__700 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__600 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__600 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 320px) {
  .fsize__500 {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .fsize__500 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__500 {
    font-size: 20px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__400 {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__400 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__400 {
    font-size: 13px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__300 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 768px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__300 {
    font-size: 12.5px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__200 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__200 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__200 {
    font-size: 10px;
  }
}

@media screen and (min-width: 320px) {
  .fsize__100 {
    font-size: 9px;
  }
}
@media screen and (min-width: 768px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 960px) {
  .fsize__100 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1600px) {
  .fsize__100 {
    font-size: 10px;
  }
}

.fsize__smaller {
  font-size: 80%;
  padding: 0 0.25rem;
}

@media screen and (min-width: 320px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__400 {
    letter-spacing: 1vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__300 {
    letter-spacing: 0.5vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__200 {
    letter-spacing: 0.25vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 768px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 960px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}
@media screen and (min-width: 1600px) {
  .fc__100 {
    letter-spacing: 0.1vw;
  }
}

@media screen and (min-width: 320px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 768px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 960px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 1600px) {
  .fc__slim {
    letter-spacing: -2px;
  }
}

.t__fit {
  line-height: 1;
}

.fw__900 {
  font-weight: 900;
}

.fw__700 {
  font-weight: 700;
}

@media screen and (min-width: 320px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 960px) {
  .fw__400 {
    font-weight: 400;
  }
}
@media screen and (min-width: 1600px) {
  .fw__400 {
    font-weight: 400;
  }
}

@media screen and (min-width: 320px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 960px) {
  .frame__container {
    height: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .frame__container {
    height: 30vw;
  }
}

@media screen and (min-width: 320px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .frame__intro {
    height: 35vh;
    padding: 0;
    margin: 3vw 0 5vw;
  }
}

@media screen and (min-width: 320px) {
  .rt__text__box {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  .rt__text__box {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 960px) {
  .rt__text__box {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1600px) {
  .rt__text__box {
    writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 320px) {
  .sign__box {
    width: 100%;
    height: 100%;
    align-items: flex-end !important;
    margin: 5vw 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sign__box {
    width: auto;
    height: 100%;
    align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .sign__box {
    width: auto;
    height: 100%;
    align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box {
    width: auto;
    height: 100%;
    align-items: flex-start !important;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  .sign__box img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .sign__box img {
    width: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .sign__box img {
    width: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box img {
    width: 10vw;
  }
}

@media screen and (min-width: 320px) {
  .sign__box2 {
    flex-direction: column !important;
    align-items: flex-end !important;
    width: 100%;
    height: auto;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sign__box2 {
    flex-direction: row !important;
    align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 960px) {
  .sign__box2 {
    flex-direction: row !important;
    align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box2 {
    flex-direction: row !important;
    align-items: center !important;
    width: auto;
    height: 100%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (min-width: 320px) {
  .sign__box2 img {
    width: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .sign__box2 img {
    width: 10vw;
  }
}
@media screen and (min-width: 960px) {
  .sign__box2 img {
    width: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .sign__box2 img {
    width: 10vw;
  }
}

/* ------------------------------
    SECTION SETTINGS
  ------------------------------ */
@media screen and (min-width: 320px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .w__50 {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .w__50 {
    width: 50%;
  }
}

@media screen and (min-width: 320px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .w__100 {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .w__100 {
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 960px) {
  .w__half {
    width: 49%;
  }
}
@media screen and (min-width: 1600px) {
  .w__half {
    width: 49%;
  }
}

@media screen and (min-width: 320px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .w__third {
    width: 30%;
  }
}
@media screen and (min-width: 1600px) {
  .w__third {
    width: 30%;
  }
}

.full__screen__w {
  width: 100%;
  height: auto;
}

.full__screen {
  width: 100%;
  height: 100vh;
}

.full__screen__layer {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.halfitem {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfitem {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfitem {
    height: 25vw;
  }
}
@media screen and (min-width: 960px) {
  .halfitem {
    height: 25vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfitem {
    height: 33vw;
  }
}

.halfcontent {
  position: relative;
  width: 100%;
  height: 100%;
}
.halfcontent .item {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfcontent .item {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .item {
    height: 50%;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .item {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .item {
    height: 30vw;
  }
}
@media screen and (min-width: 320px) {
  .halfcontent .item.vision__irr {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .item.vision__irr {
    height: 50%;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .item.vision__irr {
    height: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .item.vision__irr {
    height: auto;
  }
}
.halfcontent .video__thumb {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent .video__thumb {
    height: 30vw;
  }
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container {
    height: 200vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container {
    height: 60vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container {
    height: 60vw;
    margin: 0 0 5vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container {
    height: 70vw;
    margin: 0 0 5vw;
  }
}
.halfcontent #vision__top__msg__container .frame__container {
  overflow: visible;
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 60vw;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container .frame__container {
    width: 85%;
    height: 70vw;
  }
}
.halfcontent #vision__top__msg__container #vision__top__msg {
  z-index: 111;
  background: #FFF;
}
@media screen and (min-width: 320px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 110%;
    height: 160vw;
    padding: 5vw;
    top: 60%;
    right: -25%;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}
@media screen and (min-width: 960px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .halfcontent #vision__top__msg__container #vision__top__msg {
    width: 70%;
    height: 80%;
    padding: 5vw;
    top: 10%;
    right: -15%;
    left: auto;
  }
}

.largecontent {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .largecontent {
    height: 60vw;
  }
}
@media screen and (min-width: 768px) {
  .largecontent {
    height: 75%;
  }
}
@media screen and (min-width: 960px) {
  .largecontent {
    height: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .largecontent {
    height: 40vw;
  }
}

.middlecontent {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .middlecontent {
    height: 60vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 960px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 1600px) {
  .middlecontent {
    height: 25vw;
    margin-bottom: 3vw;
  }
}

.maxcontent {
  position: relative;
  width: 100%;
  height: 100%;
}

.maxcontent__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.section__block {
  position: relative;
}

.set__fscreen {
  height: 100vh;
}

/* ------------------------------
    GLOBAL HEADER
  ------------------------------ */
#lp__header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 320px) {
  #lp__header {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__header {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__header {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 320px) {
  #lp__header .is__logo {
    width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .is__logo {
    width: 14rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .is__logo {
    width: 16rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .is__logo {
    width: 18rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__header nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #lp__header nav {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #lp__header nav {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header nav {
    display: block;
  }
}
#lp__header li {
  color: #FFF;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 320px) {
  #lp__header li {
    font-size: 0.8rem;
    margin: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__header li {
    font-size: 0.9rem;
    margin: 0 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__header li {
    font-size: 0.9rem;
    margin: 0 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header li {
    font-size: 1rem;
    margin: 0 1.5rem;
  }
}
#lp__header .header__reserve-wrapper {
  white-space: nowrap;
  transition: transform 400ms ease;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper {
    position: relative;
    bottom: unset;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper {
    position: relative;
    bottom: unset;
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper {
    position: relative;
    bottom: unset;
    width: auto;
  }
}
#lp__header .header__reserve-wrapper:hover {
  transform: scale(1.2);
}
#lp__header .header__reserve-wrapper .reserve__btn {
  display: inline-block;
  background: #bf7989;
  border-radius: 5px;
  color: #FFF;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper .reserve__btn {
    padding: 0.8rem 3.5rem 1.5rem 3.5rem;
    width: 88%;
    margin-left: 4%;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper .reserve__btn {
    padding: 0.4rem 0.7rem 0.7rem 2.5rem;
    width: auto;
    margin-left: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper .reserve__btn {
    padding: 0.7rem 0.8rem 0.8rem 4rem;
    width: auto;
    margin-left: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper .reserve__btn {
    padding: 0.7rem 0.8rem 0.8rem 4rem;
    width: auto;
    margin-left: unset;
  }
}
#lp__header .header__reserve-wrapper .reserve__btn .top__wrapper {
  flex-direction: row;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper .reserve__btn .top__wrapper {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper .reserve__btn .top__wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper .reserve__btn .top__wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper .reserve__btn .top__wrapper {
    justify-content: flex-start;
    align-items: center;
  }
}
#lp__header .header__reserve-wrapper .reserve__btn .is__top {
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__top {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__top {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__top {
    font-size: 1.6rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__top {
    font-size: 1.7rem;
    margin-right: 3rem;
  }
}
#lp__header .header__reserve-wrapper .reserve__btn .is__bottom {
  letter-spacing: 0.2vw;
  background: #FFF;
  color: #bf7989;
  border-radius: 5px;
  text-align: center;
  padding: 0.1rem 0;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__bottom {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__bottom {
    font-size: 0.8rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__bottom {
    font-size: 1rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper .reserve__btn .is__bottom {
    font-size: 1rem;
    margin-top: unset;
  }
}
#lp__header .header__reserve-wrapper .reserve__btn svg {
  fill: #FFF;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper .reserve__btn svg {
    width: 1.8rem;
    margin: 0 0.6rem 0 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper .reserve__btn svg {
    width: 1.8rem;
    margin: 0 0.8rem 0 0.6rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper .reserve__btn svg {
    width: 2.2rem;
    margin: 0 1.2rem 0 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper .reserve__btn svg {
    width: 2.3rem;
    margin: 0 1.2rem 0 0.8rem;
  }
}
#lp__header .header__reserve-wrapper img {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper img {
    left: -5%;
    width: 22%;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper img {
    left: -9%;
    width: 22%;
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper img {
    left: -10%;
    width: 24%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper img {
    left: -10%;
    width: 24%;
  }
}
#lp__header .header__reserve-wrapper::before {
  position: absolute;
  top: -27%;
  right: 19%;
  letter-spacing: 0.2vw;
  color: #FFF;
}
@media screen and (min-width: 320px) {
  #lp__header .header__reserve-wrapper::before {
    font-size: 0.6rem;
    content: none;
  }
}
@media screen and (min-width: 768px) {
  #lp__header .header__reserve-wrapper::before {
    font-size: 0.7rem;
    content: "PCR検査のご予約はこちら";
  }
}
@media screen and (min-width: 960px) {
  #lp__header .header__reserve-wrapper::before {
    font-size: 0.8rem;
    content: "PCR検査のご予約はこちら";
  }
}
@media screen and (min-width: 1600px) {
  #lp__header .header__reserve-wrapper::before {
    font-size: 0.8rem;
    content: "PCR検査のご予約はこちら";
  }
}

/* ------------------------------
    LP
  ------------------------------ */
#lp__mv .is__bg {
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 320px) {
  #lp__mv .mv__inner {
    margin: 13% 4.7vw 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__mv .mv__inner {
    margin: 13% 4.7vw 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__mv .mv__inner {
    margin: 13% 4.7vw 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__mv .mv__inner {
    margin: 13% 4.7vw 0;
  }
}
@media screen and (min-width: 320px) {
  #lp__mv .mv__inner .is__sub {
    width: 100%;
    margin: 3vw 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__mv .mv__inner .is__sub {
    width: 61%;
    margin: 0;
  }
}
#lp__mv .mv__inner .is__main {
  width: 104%;
  margin-left: -2%;
}
@media screen and (min-width: 320px) {
  #lp__mv .mv__inner .is__main {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__mv .mv__inner .is__main {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__mv .mv__inner .is__main {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__mv .mv__inner .is__main {
    margin-top: 3rem;
  }
}
#lp__mv .mv__inner .is__strength {
  display: block;
}
@media screen and (min-width: 320px) {
  #lp__mv .mv__inner .is__strength {
    width: 100%;
    margin: 27vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__mv .mv__inner .is__strength {
    width: 53%;
    margin: auto;
  }
}

@media screen and (min-width: 320px) {
  .reserve__area {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area {
    margin-top: 5rem;
  }
}
.reserve__area .is__about {
  color: #bf7989;
  font-weight: 700;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 320px) {
  .reserve__area .is__about {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area .is__about {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area .is__about {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area .is__about {
    font-size: 2rem;
  }
}
@media screen and (min-width: 320px) {
  .reserve__area .is__about span {
    font-size: 1rem;
    margin: 0 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area .is__about span {
    font-size: 2rem;
    margin: 0 0.3rem;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area .is__about span {
    font-size: 2.8rem;
    margin: 0 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area .is__about span {
    font-size: 2.8rem;
    margin: 0 0.5rem;
  }
}
.reserve__area .reserve__btn-wrapper {
  position: relative;
  margin-top: 0.8rem;
  transition: transform 400ms ease;
}
.reserve__area .reserve__btn-wrapper:hover {
  transform: scale(1.2);
}
.reserve__area .reserve__btn-wrapper img {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 320px) {
  .reserve__area .reserve__btn-wrapper img {
    left: -10%;
    width: 24%;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area .reserve__btn-wrapper img {
    left: -5%;
    width: 19%;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area .reserve__btn-wrapper img {
    left: -4%;
    width: 18%;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area .reserve__btn-wrapper img {
    left: -4%;
    width: 18%;
  }
}
.reserve__area .reserve__btn {
  display: inline-block;
  background: #bf7989;
  border-radius: 10px;
  box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 320px) {
  .reserve__area .reserve__btn {
    font-size: 0.9rem;
    padding: 1.2rem 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area .reserve__btn {
    font-size: 2rem;
    padding: 1.6rem 7rem;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area .reserve__btn {
    font-size: 2.6rem;
    padding: 1.8rem 9rem;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area .reserve__btn {
    font-size: 2.6rem;
    padding: 1.8rem 9rem;
  }
}
.reserve__area .reserve__btn svg {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  fill: #FFF;
  width: 8%;
}
.reserve__area .is__exp {
  letter-spacing: 0.1vw;
  margin-top: 1.4rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px;
}
@media screen and (min-width: 320px) {
  .reserve__area .is__exp {
    font-size: 0.55rem;
  }
}
@media screen and (min-width: 768px) {
  .reserve__area .is__exp {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .reserve__area .is__exp {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  .reserve__area .is__exp {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 320px) {
  .about__img-wrapper {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .about__img-wrapper {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 960px) {
  .about__img-wrapper {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  .about__img-wrapper {
    margin-top: 7rem;
  }
}

.common__title {
  font-style: italic;
}
.common__title div {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .common__title div {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .common__title div {
    font-size: 4rem;
  }
}
@media screen and (min-width: 960px) {
  .common__title div {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1600px) {
  .common__title div {
    font-size: 4.4rem;
  }
}
.common__title h2 {
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  .common__title h2 {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .common__title h2 {
    font-size: 1.1rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 960px) {
  .common__title h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .common__title h2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 320px) {
  #lp__strength {
    padding: 0 9vw;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength {
    padding: 0 9vw;
    margin-top: 6rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength {
    padding: 0 19vw;
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength {
    padding: 0 20vw;
    margin-top: 8rem;
  }
}
#lp__strength .common__title {
  color: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__strength .common__title {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .common__title {
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .common__title {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .common__title {
    margin-bottom: 4rem;
  }
}
#lp__strength .is__strength {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 320px) {
  #lp__strength .is__strength {
    flex-direction: column;
    justify-content: flex-start;
    padding: 3.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__strength {
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__strength {
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__strength {
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .is__strength.second {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__strength.second {
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__strength.second {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__strength.second {
    flex-direction: row;
  }
}
#lp__strength .text__wrapper {
  position: relative;
  letter-spacing: 0.1vw;
}
#lp__strength .text__wrapper.second {
  flex-direction: column;
}
@media screen and (min-width: 320px) {
  #lp__strength .text__wrapper.second {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .text__wrapper.second {
    align-items: flex-start;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .text__wrapper.second {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .text__wrapper.second {
    align-items: flex-start;
  }
}
#lp__strength .text__wrapper h3 {
  color: #FFF;
  background: #1179e9;
  font-weight: 700;
  font-style: italic;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}
@media screen and (min-width: 320px) {
  #lp__strength .text__wrapper h3 {
    width: 20rem;
    font-size: 0.9rem;
    padding: 1rem 2rem 1rem 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .text__wrapper h3 {
    width: 23rem;
    font-size: 1rem;
    padding: 1rem 2.5rem 1rem 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .text__wrapper h3 {
    width: 28rem;
    font-size: 1.2rem;
    padding: 1.2rem 3rem 1.2rem 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .text__wrapper h3 {
    width: 29rem;
    font-size: 1.2rem;
    padding: 1.2rem 3rem 1.2rem 1.5rem;
  }
}
#lp__strength .text__wrapper h3.second {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}
@media screen and (min-width: 320px) {
  #lp__strength .text__wrapper h3.second {
    padding: 1rem 2rem 1rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .text__wrapper h3.second {
    padding: 1rem 2.5rem 1rem 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .text__wrapper h3.second {
    padding: 1.2rem 3rem 1.2rem 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .text__wrapper h3.second {
    padding: 1.2rem 3rem 1.2rem 2.5rem;
  }
}
#lp__strength .text__wrapper p {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__strength .text__wrapper p {
    font-size: 3.6vw;
    margin-top: 1rem;
    margin-left: 0;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .text__wrapper p {
    font-size: 0.8rem;
    margin-top: 1rem;
    margin-left: 1.3rem;
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .text__wrapper p {
    font-size: 1rem;
    margin-top: 1.2rem;
    margin-left: 1.5rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .text__wrapper p {
    font-size: 1rem;
    margin-top: 1.2rem;
    margin-left: 1.5rem;
    line-height: 2.4rem;
  }
}
#lp__strength .svg__wrapper {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (min-width: 320px) {
  #lp__strength .svg__wrapper {
    width: 10rem;
    height: 10rem;
    padding: 1.2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .svg__wrapper {
    width: 11rem;
    height: 11rem;
    padding: 1.4rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .svg__wrapper {
    width: 13rem;
    height: 13rem;
    padding: 1.8rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .svg__wrapper {
    width: 13rem;
    height: 13rem;
    padding: 1.8rem;
    margin-top: 0;
  }
}
#lp__strength .svg__wrapper.second {
  box-shadow: unset;
  height: auto;
  padding: unset;
}
@media screen and (min-width: 320px) {
  #lp__strength .svg__wrapper.second {
    width: 15rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .svg__wrapper.second {
    width: 16rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .svg__wrapper.second {
    width: 23rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .svg__wrapper.second {
    width: 24rem;
  }
}
#lp__strength .svg__wrapper .is__about {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -55%);
  background: #d3f900;
  color: #1179e9;
  font-weight: 700;
  border-radius: 50%;
  letter-spacing: 0.1vw;
  text-align: center;
}
@media screen and (min-width: 320px) {
  #lp__strength .svg__wrapper .is__about {
    width: 5rem;
    height: 5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .svg__wrapper .is__about {
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .svg__wrapper .is__about {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .svg__wrapper .is__about {
    width: 7.5rem;
    height: 7.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .svg__wrapper .is__num {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .svg__wrapper .is__num {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .svg__wrapper .is__num {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .svg__wrapper .is__num {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .svg__wrapper .is__min {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .svg__wrapper .is__min {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .svg__wrapper .is__min {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .svg__wrapper .is__min {
    font-size: 1.5rem;
  }
}
#lp__strength .is__bg {
  position: absolute;
  color: #1179e9;
  opacity: 0.2;
  z-index: -1;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1vw;
}
@media screen and (min-width: 320px) {
  #lp__strength .is__bg {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__bg {
    font-size: 8rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__bg {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__bg {
    font-size: 10rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .is__bg.first {
    bottom: 75%;
    left: -10%;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__bg.first {
    bottom: 53%;
    left: -13%;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__bg.first {
    bottom: 53%;
    left: -13%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__bg.first {
    bottom: 53%;
    left: -13%;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .is__bg.second {
    bottom: 70%;
    right: -6%;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__bg.second {
    bottom: 54%;
    right: -13%;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__bg.second {
    bottom: 50%;
    right: -18%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__bg.second {
    bottom: 50%;
    right: -18%;
  }
}
@media screen and (min-width: 320px) {
  #lp__strength .is__bg.third {
    bottom: 70%;
    left: -10%;
  }
}
@media screen and (min-width: 768px) {
  #lp__strength .is__bg.third {
    bottom: 41%;
    left: -13%;
  }
}
@media screen and (min-width: 960px) {
  #lp__strength .is__bg.third {
    bottom: 39%;
    left: -13%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__strength .is__bg.third {
    bottom: 39%;
    left: -13%;
  }
}

@keyframes okSwipe {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(30px);
  }
  20% {
    transform: translateX(-30px);
  }
  30% {
    transform: translateX(30px);
  }
  40% {
    transform: translateX(-30px);
  }
  50% {
    transform: translateX(0);
  }
}
#lp__compare {
  background: #f2f2f2;
}
@media screen and (min-width: 320px) {
  #lp__compare {
    margin-top: 5rem;
    padding: 3.5rem 4vw 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__compare {
    margin-top: 6rem;
    padding: 4rem 4vw 2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__compare {
    margin-top: 8rem;
    padding: 6rem 4vw 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__compare {
    margin-top: 8rem;
    padding: 6rem 4vw 3rem;
  }
}
#lp__compare .common__title {
  color: #1179e9;
}
#lp__compare .is__sign-scroll {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 -1rem;
}
@media screen and (min-width: 320px) {
  #lp__compare .is__sign-scroll {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #lp__compare .is__sign-scroll {
    display: none;
  }
}
#lp__compare .is__sign-scroll svg {
  display: block;
  width: 15%;
  height: auto;
  animation: okSwipe 2400ms ease infinite both;
}
#lp__compare .is__sign-scroll span {
  display: inline-flex;
  padding: 3px 6px;
  color: #FFF;
  background: #1179e9;
  margin-top: 2px;
  font-size: 2.7vw;
  letter-spacing: 1px;
  border-radius: 5px;
}
#lp__compare .is__scroll-wrapper {
  overflow-y: hidden;
}
@media screen and (min-width: 320px) {
  #lp__compare .is__scroll-wrapper {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 768px) {
  #lp__compare .is__scroll-wrapper {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 960px) {
  #lp__compare .is__scroll-wrapper {
    overflow-x: hidden;
  }
}
#lp__compare img {
  margin-top: 1.5rem;
}
@media screen and (min-width: 320px) {
  #lp__compare img {
    width: 180vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__compare img {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #lp__compare img {
    width: 100%;
  }
}

@media screen and (min-width: 320px) {
  #lp__method {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__method {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__method {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__method {
    margin-top: 6rem;
  }
}
#lp__method .common__title {
  color: #1179e9;
}
#lp__method .method__wrapper {
  justify-content: center;
  padding: 2rem 0 3rem;
}

.is__method-box {
  background: #FFF;
  box-shadow: 0.5rem 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
@media screen and (min-width: 320px) {
  .is__method-box {
    width: 100%;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .is__method-box {
    width: 47.5%;
    padding: 1.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .is__method-box {
    width: 47.5%;
    padding: 2rem;
    margin-bottom: 0;
  }
}
.is__method-box .is__title-area {
  align-items: center;
  color: #1179e9;
}
.is__method-box .is__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0.75rem;
}
@media screen and (min-width: 320px) {
  .is__method-box .is__icon {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 768px) {
  .is__method-box .is__icon {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 960px) {
  .is__method-box .is__icon {
    font-size: 1.4vw;
  }
}
.is__method-box .is__icon span {
  letter-spacing: 4px;
}
.is__method-box .is__icon span:nth-child(1) {
  font-size: 50%;
  letter-spacing: 0;
}
.is__method-box .is__title {
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .is__method-box .is__title {
    font-size: 4.6vw;
  }
}
@media screen and (min-width: 768px) {
  .is__method-box .is__title {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 960px) {
  .is__method-box .is__title {
    font-size: 1.4vw;
  }
}
.is__method-box .thumb__item {
  margin: 1.5rem 0;
  height: auto;
}
.is__method-box .is__exp {
  line-height: 2.1;
}
@media screen and (min-width: 320px) {
  .is__method-box .is__exp {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 768px) {
  .is__method-box .is__exp {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 960px) {
  .is__method-box .is__exp {
    font-size: 1vw;
  }
}

#lp__price {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 320px) {
  #lp__price {
    margin-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: linear-gradient(to bottom, #348dec 37%, #1179e9 37%);
  }
}
@media screen and (min-width: 768px) {
  #lp__price {
    margin-top: 4rem;
    padding-bottom: 4rem;
    background: linear-gradient(to right, #348dec 50%, #1179e9 50%);
  }
}
@media screen and (min-width: 960px) {
  #lp__price {
    margin-top: 6rem;
    padding-bottom: 6rem;
    background: linear-gradient(to right, #348dec 50%, #1179e9 50%);
  }
}
@media screen and (min-width: 1600px) {
  #lp__price {
    margin-top: 6rem;
    padding-bottom: 6rem;
    background: linear-gradient(to right, #348dec 50%, #1179e9 50%);
  }
}
#lp__price::after {
  position: absolute;
  top: 0;
  right: 50%;
  content: "";
  background: #FFF;
  clip-path: circle(50% at 50% 50%);
  transform: translate(50%, -65%);
}
@media screen and (min-width: 320px) {
  #lp__price::after {
    width: 18rem;
    height: 18rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price::after {
    width: 26rem;
    height: 26rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price::after {
    width: 33rem;
    height: 33rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price::after {
    width: 35rem;
    height: 35rem;
  }
}
#lp__price .common__title {
  position: relative;
  z-index: 1;
  color: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__price .common__title {
    margin-top: -1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .common__title {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .common__title {
    margin-top: -1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .common__title {
    margin-top: -1.6rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__price .is__inner {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .is__inner {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .is__inner {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .is__inner {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 8rem;
  }
}
#lp__price .price__wrapper {
  color: #FFF;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper {
    width: 95%;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper {
    width: 46%;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper {
    width: 42%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper {
    width: 42%;
  }
}
#lp__price .price__wrapper:nth-of-type(2) {
  position: relative;
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper:nth-of-type(2) {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper:nth-of-type(2) {
    margin-top: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper:nth-of-type(2) {
    margin-top: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper:nth-of-type(2) {
    margin-top: unset;
  }
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper .is__title {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper .is__title {
    margin-bottom: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper .is__title {
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper .is__title {
    margin-bottom: 0.8rem;
  }
}
#lp__price .price__wrapper .is__title span {
  border-bottom: solid 1px;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper .is__title span {
    font-size: 0.8rem;
    line-height: 2rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper .is__title span {
    font-size: 0.9rem;
    line-height: 2.6rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper .is__title span {
    font-size: 1.4rem;
    line-height: 2.7rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper .is__title span {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding-bottom: 0.5rem;
  }
}
#lp__price .price__wrapper .is__price {
  font-weight: 900;
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper .is__price {
    font-size: 1.5rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper .is__price {
    font-size: 2rem;
    margin-top: 0.1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper .is__price {
    font-size: 2.7rem;
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper .is__price {
    font-size: 2.8rem;
    margin-top: 0.4rem;
  }
}
#lp__price .price__wrapper .is__tax {
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__price .price__wrapper .is__tax {
    font-size: 0.7rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .price__wrapper .is__tax {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .price__wrapper .is__tax {
    font-size: 1.1rem;
    padding-bottom: 0.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .price__wrapper .is__tax {
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
#lp__price .text__wrapper {
  border-radius: 10px;
  box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.2);
  background: #FFF;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__price .text__wrapper {
    margin-top: 2.5rem;
    padding: 1.5rem 2rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .text__wrapper {
    margin-top: 2.5rem;
    padding: 2rem 3rem 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .text__wrapper {
    margin-top: 3rem;
    padding: 2.5rem 5rem 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .text__wrapper {
    margin-top: 3rem;
    padding: 2.5rem 5rem 2rem;
  }
}
#lp__price .text__wrapper div {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__price .text__wrapper div {
    font-size: 0.8rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price .text__wrapper div {
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price .text__wrapper div {
    font-size: 1.1rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price .text__wrapper div {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__price p {
    font-size: 0.7rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__price p {
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__price p {
    font-size: 1rem;
    margin-bottom: 1.1rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__price p {
    font-size: 1.1rem;
    margin-bottom: 1.1rem;
  }
}

#lp__flow {
  background: #f2f2f2;
}
@media screen and (min-width: 320px) {
  #lp__flow {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow {
    padding: 7rem 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow {
    padding: 7rem 0;
  }
}
#lp__flow .common__title {
  color: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__flow .common__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .common__title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .common__title {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .common__title {
    margin-bottom: 5rem;
  }
}
#lp__flow .is__flow {
  position: relative;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow {
    width: 80%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 1.5rem 1rem 2rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow {
    width: 80%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem 2rem 2rem;
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow {
    width: 62%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2.3rem 5.8rem 2.3rem 2.8rem;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow {
    width: 60%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem 6rem 2.5rem 3rem;
    margin-bottom: 1.6rem;
  }
}
#lp__flow .is__flow .is__flow-step {
  color: #FFF;
  background: #1179e9;
  border-radius: 6px;
  text-align: center;
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow .is__flow-step {
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow .is__flow-step {
    padding: 0.4rem 0.8rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow .is__flow-step {
    padding: 0.5rem 0.8rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow .is__flow-step {
    padding: 0.5rem 0.8rem;
  }
}
#lp__flow .is__flow .is__step {
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow .is__step {
    font-size: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow .is__step {
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow .is__step {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow .is__step {
    font-size: 0.6rem;
  }
}
#lp__flow .is__flow .is__num {
  letter-spacing: 0.2vw;
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow .is__num {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow .is__num {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow .is__num {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow .is__num {
    font-size: 1.1rem;
  }
}
#lp__flow .is__flow h3 {
  color: #1179e9;
  font-weight: 900;
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow h3 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow h3 {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow p {
    width: 100%;
    font-size: 0.7rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow p {
    width: 50%;
    font-size: 0.8rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow p {
    width: 50%;
    font-size: 0.93rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow p {
    width: 50%;
    font-size: 0.95rem;
    margin-top: unset;
  }
}
#lp__flow .is__flow svg {
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%);
}
@media screen and (min-width: 320px) {
  #lp__flow .is__flow svg {
    width: 3rem;
    left: 2%;
  }
}
@media screen and (min-width: 768px) {
  #lp__flow .is__flow svg {
    width: 4rem;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__flow .is__flow svg {
    width: 5.5rem;
    left: 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__flow .is__flow svg {
    width: 5.5rem;
    left: 0;
  }
}

@media screen and (min-width: 320px) {
  #lp__faq {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq {
    padding: 4rem 0;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq {
    padding: 5rem 0;
  }
}
#lp__faq .common__title {
  color: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__faq .common__title {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq .common__title {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq .common__title {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq .common__title {
    margin-bottom: 4rem;
  }
}
#lp__faq .is__faq {
  border: solid 2px #1179e9;
  border-radius: 20px;
  color: #1179e9;
  box-shadow: -8px 8px 0 #1179e9;
  transition: all 0.2s ease;
}
@media screen and (min-width: 320px) {
  #lp__faq .is__faq {
    width: 80%;
    padding: 1rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq .is__faq {
    width: 80%;
    padding: 1.3rem 1.8rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq .is__faq {
    width: 62%;
    padding: 1.6rem 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq .is__faq {
    width: 60%;
    padding: 1.6rem 2.5rem;
    margin-bottom: 2rem;
  }
}
#lp__faq .is__faq.open {
  background: #1179e9;
  color: #FFF;
  box-shadow: -7px 7px 0 #FFF, -8px 8px 0 #1179e9;
}
#lp__faq .is__faq .is__icon {
  font-weight: 900;
  font-style: italic;
}
@media screen and (min-width: 320px) {
  #lp__faq .is__faq .is__icon {
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-top: -0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq .is__faq .is__icon {
    font-size: 2.5rem;
    margin-right: 2rem;
    margin-top: -0.6rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq .is__faq .is__icon {
    font-size: 2.8rem;
    margin-right: 2.4rem;
    margin-top: -0.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq .is__faq .is__icon {
    font-size: 2.8rem;
    margin-right: 2.4rem;
    margin-top: -0.7rem;
  }
}
#lp__faq .is__faq p {
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__faq .is__faq p {
    font-size: 0.7rem;
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq .is__faq p {
    font-size: 0.9rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq .is__faq p {
    font-size: 1.2rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq .is__faq p {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__faq .is__faq .answer {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__faq .is__faq .answer {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__faq .is__faq .answer {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__faq .is__faq .answer {
    margin-top: 3rem;
  }
}

#lp__message {
  color: #FFF;
  background: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__message {
    padding: 3rem 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message {
    padding: 4rem 0 3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__message {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message {
    padding: 5rem 0 4rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__message .is__inner {
    margin: 0 6vw;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .is__inner {
    margin: 0 4vw;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .is__inner {
    margin: 0 9vw;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .is__inner {
    margin: 0 9vw;
  }
}
#lp__message p {
  font-style: italic;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__message p {
    font-size: 0.7rem;
    line-height: 2rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message p {
    font-size: 0.9rem;
    line-height: 2.5rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__message p {
    font-size: 1rem;
    line-height: 3rem;
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message p {
    font-size: 1rem;
    line-height: 3rem;
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__message .about__wrapper {
    margin-top: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .about__wrapper {
    margin-top: 3rem;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .about__wrapper {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .about__wrapper {
    margin-top: 4rem;
    flex-direction: row;
    justify-content: end;
    align-items: end;
  }
}
@media screen and (min-width: 320px) {
  #lp__message .about__wrapper img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .about__wrapper img {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .about__wrapper img {
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .about__wrapper img {
    width: 40%;
  }
}
#lp__message .text__wrapper {
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__message .text__wrapper {
    padding-right: unset;
    padding-left: unset;
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .text__wrapper {
    padding-right: unset;
    padding-left: 3%;
    width: 50%;
    margin-top: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .text__wrapper {
    padding-right: 1%;
    padding-left: 3%;
    width: 50%;
    margin-top: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .text__wrapper {
    padding-right: 2%;
    padding-left: 3%;
    width: 50%;
    margin-top: unset;
  }
}
@media screen and (min-width: 320px) {
  #lp__message .text__wrapper .is__name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .text__wrapper .is__name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .text__wrapper .is__name {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .text__wrapper .is__name {
    font-size: 1.2rem;
  }
}
#lp__message .text__wrapper .is__name span {
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__message .text__wrapper .is__name span {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .text__wrapper .is__name span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .text__wrapper .is__name span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .text__wrapper .is__name span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__message .text__wrapper .is__about {
    font-size: 0.6rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__message .text__wrapper .is__about {
    font-size: 0.7rem;
    line-height: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__message .text__wrapper .is__about {
    font-size: 0.8rem;
    line-height: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__message .text__wrapper .is__about {
    font-size: 0.8rem;
    line-height: 2.1rem;
    margin-top: 2rem;
  }
}

#lp__map iframe {
  width: 100%;
}
@media screen and (min-width: 320px) {
  #lp__map iframe {
    height: 30rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__map iframe {
    height: 35rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__map iframe {
    height: 45rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map iframe {
    height: 45rem;
  }
}
#lp__map .link__wrapper {
  background: #FFF;
  letter-spacing: 0.1vw;
  font-weight: 700;
}
@media screen and (min-width: 320px) {
  #lp__map .link__wrapper {
    padding: 1.4rem 6vw;
    font-size: 0.8rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  #lp__map .link__wrapper {
    padding: 1.6rem 9vw;
    font-size: 0.9rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  #lp__map .link__wrapper {
    padding: 2.8rem 17vw;
    font-size: 1.3rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map .link__wrapper {
    padding: 3rem 18vw;
    font-size: 1.5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
#lp__map .is__access {
  color: #1179e9;
  border: solid 3px;
  border-radius: 10px;
}
@media screen and (min-width: 320px) {
  #lp__map .is__access {
    padding: 0.3rem 0.8rem;
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__map .is__access {
    padding: 0.3rem 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__map .is__access {
    padding: 0.4rem 1.4rem;
    margin-right: 1.4rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map .is__access {
    padding: 0.4rem 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__map .btn__wrapper {
    justify-content: end;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #lp__map .btn__wrapper {
    justify-content: flex-start;
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  #lp__map .btn__wrapper {
    justify-content: flex-start;
    width: auto;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map .btn__wrapper {
    justify-content: flex-start;
    width: auto;
  }
}
#lp__map a {
  color: #1179e9;
}
@media screen and (min-width: 320px) {
  #lp__map a {
    padding-bottom: 0.1rem;
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__map a {
    padding-bottom: 0.2rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 960px) {
  #lp__map a {
    padding-bottom: 0.3rem;
    margin-top: unset;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map a {
    padding-bottom: 0.3rem;
    margin-top: unset;
  }
}
#lp__map a span {
  border-bottom: solid 1px;
}
@media screen and (min-width: 320px) {
  #lp__map a span {
    padding-bottom: 0.1rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__map a span {
    padding-bottom: 0.2rem;
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__map a span {
    padding-bottom: 0.3rem;
    margin-right: 0.6rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map a span {
    padding-bottom: 0.3rem;
    margin-right: 0.6rem;
  }
}
@media screen and (min-width: 320px) {
  #lp__map a svg {
    width: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__map a svg {
    width: 1.5rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__map a svg {
    width: 2.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__map a svg {
    width: 2.5rem;
  }
}

#lp__fooder {
  background: #1179e9;
  color: #FFF;
  letter-spacing: 0.1vw;
}
@media screen and (min-width: 320px) {
  #lp__fooder {
    font-size: 0.6rem;
    padding: 1.5rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__fooder {
    font-size: 0.7rem;
    padding: 1.5rem 0 2rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__fooder {
    font-size: 0.8rem;
    padding: 2.2rem 0 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__fooder {
    font-size: 0.8rem;
    padding: 2.2rem 0 3rem;
  }
}
#lp__fooder a {
  font-weight: 700;
  border-bottom: solid 1px;
}
@media screen and (min-width: 320px) {
  #lp__fooder a {
    padding-bottom: 0.1rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #lp__fooder a {
    padding-bottom: 0.2rem;
    margin-bottom: 1.3rem;
  }
}
@media screen and (min-width: 960px) {
  #lp__fooder a {
    padding-bottom: 0.3rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
  #lp__fooder a {
    padding-bottom: 0.3rem;
    margin-bottom: 1.7rem;
  }
}