@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --vw: 1vw;
}

#vk-mobile-nav-menu-btn,
#vk-mobile-nav {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Noto Sans", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

a {
  text-decoration: none;
  color: #006FAC;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

em {
  font-style: normal;
  font-weight: 700;
}

.c-btn, .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 16px;
  width: 100%;
  max-width: 704px;
  background: #FDF303;
  border-radius: 50px;
  box-shadow: 0 7px 0 #D8BA16;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.05em;
  transition: all 0.1s ease-in;
}
.c-btn::after, .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn::after {
  position: absolute;
  top: 26px;
  right: 32px;
  display: inline-block;
  width: 10px;
  height: 18px;
  background: #333;
  -webkit-mask: url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/icon_arrow.svg);
          mask: url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/icon_arrow.svg);
  transform: rotate(90deg);
  -webkit-mask-size: cover;
          mask-size: cover;
  content: "";
}
.c-btn:hover, .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translateY(7px);
}
@media (max-width: 768px) {
  .c-btn, .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn {
    font-size: 1.6rem;
  }
  .c-btn::after, .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn::after {
    width: 8px;
    height: 12px;
    top: 24px;
    right: 24px;
  }
}

.c-inner {
  margin: 0 auto;
  padding: 80px 16px 120px;
  width: 100%;
  max-width: 980px;
}

.c-title {
  margin: 0 0 56px;
  padding: 0;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #006FAC;
}

.l-header {
  margin: 0;
  padding: 0;
  background: #fff;
}
.l-header .ls-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 0 0 80px;
}
@media (max-width: 1280px) {
  .l-header .ls-header-inner {
    padding: 0 0 0 8px;
  }
}
.l-header .ls-header-inner .ls-logo img {
  height: 36px;
}
.l-header .ls-header-inner .ls-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  padding: 0 80px;
  height: 60px;
  background: #FDF303;
  text-decoration: none;
  font-weight: 700;
  color: #333;
  transition: background-color 0.3s ease-in;
}
.l-header .ls-header-inner .ls-contact::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  background: #333;
  -webkit-mask: url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/icon_arrow.svg);
          mask: url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/icon_arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: rotate(90deg);
  content: "";
}
.l-header .ls-header-inner .ls-contact:hover {
  background: #D86816;
  color: #fff;
}
.l-header .ls-header-inner .ls-contact:hover::after {
  background: #fff;
}
@media (max-width: 768px) {
  .l-header .ls-header-inner .ls-logo {
    flex-basis: 50%;
  }
  .l-header .ls-header-inner .ls-logo img {
    height: auto;
  }
  .l-header .ls-header-inner .ls-contact {
    flex-basis: 40%;
    padding: 0 16px;
    white-space: nowrap;
  }
}

.p-mainview {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 120px 0 0;
}
.p-mainview .ps-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #006FAC url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/mv.jpg) no-repeat right bottom;
  background-size: auto 150%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-mainview .ps-main-inner {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
  max-width: 1140px;
  z-index: 10;
}
.p-mainview .ps-main-inner h1 {
  position: relative;
  font-size: 6.5rem;
  font-weight: 700;
  color: #006FAC;
}
.p-mainview .ps-main-inner h1 span {
  display: inline-block;
  margin: 0 0 8px;
  background: #fff;
}
.p-mainview .ps-main-inner h1 span:nth-of-type(1) {
  padding: 4px 8px;
}
.p-mainview .ps-main-inner h1 span:nth-of-type(2) {
  padding: 4px 0 4px 8px;
}
.p-mainview .ps-main-inner h1 span:nth-of-type(3) {
  padding: 4px 8px 4px 0;
}
.p-mainview .ps-main-inner h1 span:nth-of-type(2) + br {
  display: none;
}
.p-mainview .ps-main-inner h1 .ps-title-icon {
  position: absolute;
  top: -96px;
  left: -72px;
}
@media (max-width: 1280px) {
  .p-mainview .ps-main-inner h1 .ps-title-icon {
    top: -96px;
    left: 0;
  }
}
.p-mainview .ps-main-inner .ps-maincatch {
  display: inline-block;
  margin: 32px 0 64px;
  padding: 0;
  letter-spacing: 0.05em;
  font-size: 3.6rem;
  font-weight: 700;
  color: #FDF303;
}
.p-mainview .ps-main-inner .ps-maincatch .ms-sub {
  display: block;
  font-size: 2rem;
}
.p-mainview .ps-main-inner .ps-maincatch .ms-main .ms-em {
  border-bottom: 2px solid #FDF303;
  color: #EA8106;
}
.p-mainview .ps-main-inner .ps-maincatch .ms-main br {
  display: none;
}
.p-mainview .m-point {
  margin: 0 0 48px;
  padding: 0;
  list-style: none;
  max-width: 64%;
  display: flex;
  gap: 16px;
}
.p-mainview .m-point li {
  flex-basis: 33%;
  background: #fff url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/bg-point.png) repeat center center;
  border-radius: 20px;
  position: relative;
  padding: 40px 16px 24px;
}
.p-mainview .m-point li .ms-no {
  position: absolute;
  top: -27px;
  left: calc(50% - 27px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #62BDEF;
  line-height: 58px;
  text-align: center;
  font-size: 3rem;
  font-family: "Padauk", sans-serif;
  font-weight: 700;
  color: #fff;
}
.p-mainview .m-point li h2 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #006FAC;
}
.p-mainview .m-point li p {
  line-height: 1.4;
  font-size: 1.3rem;
}
.p-mainview .m-btn-area {
  margin: 0;
  padding: 24px 16px;
  background: #03476C;
  z-index: 30;
}
.p-mainview .m-btn-area .c-btn, .p-mainview .m-btn-area .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn, .p-contact .m-contact .lc-m-btn-area .p-mainview .m-btn-area .lc-m-border-btn {
  box-shadow: none;
  transition: background-color 0.3s ease-in;
}
.p-mainview .m-btn-area .c-btn:hover, .p-mainview .m-btn-area .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn:hover, .p-contact .m-contact .lc-m-btn-area .p-mainview .m-btn-area .lc-m-border-btn:hover {
  background: #D86816;
  color: #fff;
  transform: none;
}
.p-mainview .m-btn-area .c-btn:hover::after, .p-mainview .m-btn-area .p-contact .m-contact .lc-m-btn-area .lc-m-border-btn:hover::after, .p-contact .m-contact .lc-m-btn-area .p-mainview .m-btn-area .lc-m-border-btn:hover::after {
  background: #fff;
}
@media (max-width: 980px) {
  .p-mainview .ps-main-inner h1 span:nth-of-type(2) {
    padding: 4px 8px;
  }
  .p-mainview .ps-main-inner h1 span:nth-of-type(3) {
    padding: 4px 8px;
  }
  .p-mainview .ps-main-inner h1 span:nth-of-type(2) + br {
    display: block;
  }
  .p-mainview .m-point {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-mainview {
    padding: 40px 0 0;
  }
  .p-mainview .ps-main-bg {
    background-size: auto 130%;
  }
  .p-mainview .ps-main-inner h1 {
    font-size: 3.6rem;
  }
  .p-mainview .ps-main-inner h1 .ps-title-icon {
    width: 110px;
    top: -16px;
    left: 200px;
  }
  .p-mainview .ps-main-inner .ps-maincatch {
    margin: 16px 0 32px;
    line-height: 1;
  }
  .p-mainview .ps-main-inner .ps-maincatch .ms-sub {
    font-size: 1rem;
  }
  .p-mainview .ps-main-inner .ps-maincatch .ms-main {
    font-size: 1.8rem;
  }
  .p-mainview .ps-main-inner .ps-maincatch .ms-main .ms-em {
    padding-top: 0.2em;
    background-position: top left -1px;
    background-size: 1.1em 0.3em;
  }
  .p-mainview .ps-main-inner .ps-maincatch .ms-main br {
    display: block;
  }
  .p-mainview .ps-main-inner .m-point {
    flex-direction: column;
  }
  .p-mainview .ps-main-inner .m-point li {
    width: 50%;
    padding: 8px 24px;
    border-radius: 10px;
  }
  .p-mainview .ps-main-inner .m-point li .ms-no {
    left: -8px;
    top: -10px;
    width: 32px;
    height: 32px;
    line-height: 35px;
    font-size: 2rem;
  }
  .p-mainview .ps-main-inner .m-point li h2 {
    margin: 0;
    font-size: 1.6rem;
  }
  .p-mainview .ps-main-inner .m-point li p {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-mainview .ps-main-bg {
    background-size: auto 100%;
  }
}

.p-pointlist {
  margin: 0;
  padding: 0;
  background: url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/bg.png) repeat center top;
  text-align: center;
}
.p-pointlist .ps-point-title {
  position: relative;
  display: inline-block;
  margin: 0 auto 56px;
  padding: 16px 40px;
  width: auto;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #006FAC;
}
.p-pointlist .ps-point-title span {
  display: block;
  margin-bottom: 4px;
  font-size: 2rem;
}
.p-pointlist .ps-point-title::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 72px;
  border-top: 2px solid #006FAC;
  border-left: 2px solid #006FAC;
  content: "";
}
.p-pointlist .ps-point-title::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 72px;
  height: 72px;
  border-right: 2px solid #006FAC;
  border-bottom: 2px solid #006FAC;
  content: "";
}
@media (max-width: 768px) {
  .p-pointlist .ps-point-title {
    font-size: 2.4rem;
  }
  .p-pointlist .ps-point-title span {
    font-size: 1.8rem;
  }
}
.p-pointlist .m-point-block {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: repeat(2, auto) 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0;
  position: relative;
  margin: 0 auto 24px;
  padding: 24px 64px 24px 32px;
  border: 5px solid #006FAC;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}
.p-pointlist .m-point-block .ms-point-num {
  position: absolute;
  top: 0;
  right: 4px;
  line-height: 1;
  font-size: 130px;
  font-family: "Padauk", sans-serif;
  font-weight: 700;
  color: rgba(0, 111, 172, 0.1);
}
.p-pointlist .m-point-block h3 {
  grid-area: 1/1/2/2;
  margin: 0 0 8px;
  padding: 0;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: 700;
  color: #006FAC;
}
.p-pointlist .m-point-block .ms-point-catch {
  grid-area: 2/1/3/2;
  margin: 0 0 32px;
  padding: 0;
  line-height: 1.5;
  color: #006FAC;
}
.p-pointlist .m-point-block .ms-point-txt {
  grid-area: 3/1/4/2;
  line-height: 1.8;
}
.p-pointlist .m-point-block figure {
  padding-top: 24px;
  grid-area: 1/2/4/3;
  align-items: end;
}
@media (max-width: 768px) {
  .p-pointlist .m-point-block {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto) 1fr;
    grid-column-gap: 0;
    padding: 24px 24px 32px;
  }
  .p-pointlist .m-point-block h3 {
    grid-area: 1/1/2/2;
    margin: 0 0 8px;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    font-weight: 700;
    color: #006FAC;
  }
  .p-pointlist .m-point-block .ms-point-catch {
    grid-area: 2/1/3/2;
    margin: 0 0 32px;
    padding: 0;
    line-height: 1.5;
    color: #006FAC;
  }
  .p-pointlist .m-point-block .ms-point-txt {
    grid-area: 3/1/4/2;
    line-height: 1.8;
  }
  .p-pointlist .m-point-block figure {
    padding-top: 24px;
    grid-area: 4/1/5/2;
    align-items: center;
    justify-items: center;
  }
  .p-pointlist .m-point-block figure img {
    width: 60%;
    margin: 0 auto;
  }
}
.p-pointlist .m-btn-area {
  margin: 60px auto 0;
}

.p-plan {
  background: #E5F0F7;
}
.p-plan .m-plansample {
  margin-bottom: 54px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.p-plan .m-plansample .ms-planblock {
  width: 50%;
  background: #fff;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-plan .m-plansample .ms-planblock h3 {
  background: #006FAC;
  margin: 0;
  padding: 12px;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.p-plan .m-plansample .ms-planblock .ms-conditions {
  padding: 32px 8px 8px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-plan .m-plansample .ms-planblock .ms-price {
  padding: 0 8px 32px;
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-weight: 700;
}
.p-plan .m-plansample .ms-planblock .ms-price .ms-underline {
  display: inline-block;
  padding: 0 0.5em;
  background: linear-gradient(transparent 65%, #FDF303 65%);
}
.p-plan .m-plansample .ms-planblock .ms-price .ms-unit {
  font-size: 2.4rem;
}
.p-plan .m-plansample .ms-planblock .ms-price .ms-tax {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .p-plan .m-plansample {
    flex-direction: column;
  }
  .p-plan .m-plansample .ms-planblock {
    width: 100%;
  }
  .p-plan .m-plansample .ms-planblock .ms-conditions {
    padding: 24px 8px 8px;
  }
  .p-plan .m-plansample .ms-planblock .ms-price {
    padding: 0 8px 24px;
  }
}
.p-plan .m-plantable {
  margin: 0 auto 32px;
  padding: 32px;
  background: #fff;
}
.p-plan .m-plantable table {
  width: 100%;
}
.p-plan .m-plantable table th {
  padding: 8px 16px;
  vertical-align: middle;
  text-align: left;
  font-weight: 700;
  color: #006FAC;
}
.p-plan .m-plantable table td {
  padding: 8px 16px;
  border-bottom: 1px dotted #006FAC;
  vertical-align: middle;
  font-size: 14px;
}
.p-plan .m-plantable table td:nth-child(3) {
  background: #F5FBFF;
  min-width: 130px;
  text-align: center;
  font-size: 12px;
  color: #006FAC;
}
.p-plan .m-plantable table td:nth-child(4) {
  background: #E5F0F7;
  min-width: 130px;
  text-align: center;
  font-size: 12px;
  color: #006FAC;
}
.p-plan .m-plantable table tr:first-child td {
  font-size: 14px;
  color: #333;
}
.p-plan .m-plantable table .is-line {
  border-bottom: 1px solid #006FAC;
}
@media (max-width: 768px) {
  .p-plan .m-plantable {
    display: none;
  }
  .p-plan .m-plantable table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .p-plan .m-plantable table tr th {
    display: block;
    flex-basis: 100%;
    padding: 8px 0;
  }
  .p-plan .m-plantable table tr td {
    display: flex;
    align-items: center;
    flex-basis: 60%;
    padding: 8px 0;
    border-bottom: none;
  }
  .p-plan .m-plantable table tr td:nth-child(3), .p-plan .m-plantable table tr td:nth-child(4) {
    justify-content: center;
    flex-basis: 20%;
    min-width: unset;
  }
}
.p-plan .m-attention {
  margin: 0 auto 40px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.3rem;
}

.p-example {
  background: #b3d9f0;
  background: linear-gradient(125deg, #b3d9f0 0%, #5ea4c9 100%);
}
.p-example .c-title {
  margin-bottom: 24px;
}
.p-example .m-lead {
  margin: 0 auto 72px;
  max-width: 704px;
  line-height: 1.5;
  text-align: center;
}
.p-example .m-exam-block {
  display: flex;
  align-items: center;
  gap: 24px 64px;
  position: relative;
  margin: 0 0 56px;
  padding: 56px 56px 24px 56px;
  border: 2px solid #006FAC;
  box-shadow: 5px 5px 0 #006FAC;
  background: #fff;
}
.p-example .m-exam-block h3 {
  position: absolute;
  top: -16px;
  left: -40px;
  margin: 0;
  padding: 8px 32px;
  background: #006FAC;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.p-example .m-exam-block figure {
  flex-basis: 45%;
  flex-grow: 1;
}
.p-example .m-exam-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p-example .m-exam-block ul li {
  margin: 0 0 16px;
  padding: 0 0 0 24px;
  line-height: 1.5;
}
.p-example .m-exam-block ul li::before {
  margin-left: -24px;
  padding-right: 16px;
  font-size: 0.8rem;
  color: #006FAC;
  content: "●";
}
@media (max-width: 768px) {
  .p-example .m-exam-block {
    padding: 48px 24px 32px 24px;
    flex-direction: column;
  }
  .p-example .m-exam-block h3 {
    left: -2px;
    padding: 8px 16px;
    font-size: 2rem;
  }
  .p-example .m-exam-block figure img {
    width: 60%;
    margin: 0 auto;
  }
}
.p-example .m-attention {
  margin: 40px auto 64px;
  text-align: center;
  font-size: 1.3rem;
}

.p-flow {
  background: #006FAC url(/wordpress/wp-content/themes/lightning_child/assets/onlineinterview/img/bg.png) repeat center top;
}
.p-flow .c-title {
  color: #fff;
}
.p-flow .m-flow {
  margin: 0 auto 72px;
  padding: 0;
  max-width: 704px;
}
.p-flow .m-flow li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  padding: 24px 56px 16px;
  background: #fff;
}
.p-flow .m-flow li::before {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 50%;
  height: 32px;
  background: linear-gradient(to top right, transparent 50%, #fff 51%);
  content: "";
}
.p-flow .m-flow li::after {
  position: absolute;
  right: 0;
  top: 100%;
  display: block;
  width: 50%;
  height: 32px;
  background: linear-gradient(to top left, transparent 50%, #fff 51%);
  content: "";
}
.p-flow .m-flow li:last-child {
  padding-bottom: 24px;
}
.p-flow .m-flow li:last-child::before, .p-flow .m-flow li:last-child::after {
  background: none;
}
.p-flow .m-flow li .ms-flow-num {
  line-height: 1;
  text-align: center;
  font-size: 4.8rem;
  font-family: "Padauk", sans-serif;
  font-weight: 700;
  color: #62BDEF;
}
.p-flow .m-flow li .ms-flow-num span {
  display: block;
  font-size: 2.4rem;
}
.p-flow .m-flow li .ms-flow-txt {
  flex-grow: 1;
  text-align: center;
  color: #006FAC;
}
.p-flow .m-flow li .ms-flow-txt h3 {
  margin: 0;
  font-size: 3.2rem;
}
.p-flow .m-flow li figure {
  flex-basis: 56px;
}
@media (max-width: 768px) {
  .p-flow .m-flow li {
    padding: 16px 16px 8px;
  }
  .p-flow .m-flow li .ms-flow-num {
    font-size: 3.2rem;
  }
  .p-flow .m-flow li .ms-flow-num span {
    font-size: 1.6rem;
  }
  .p-flow .m-flow li .ms-flow-txt {
    font-size: 1.4rem;
  }
  .p-flow .m-flow li .ms-flow-txt h3 {
    font-size: 2.4rem;
  }
  .p-flow .m-flow li figure {
    flex-basis: 40px;
  }
}

.p-contact {
  background: #E7EDF2;
}
.p-contact .m-contact {
  margin: 0 auto;
  max-width: 704px;
}
.p-contact .m-contact table {
  width: 100%;
  margin-bottom: 40px;
}
.p-contact .m-contact table th {
  padding: 12px 0;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 400;
}
.p-contact .m-contact table th .lc-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 8px;
}
.p-contact .m-contact table th .lc-label .lc-c-required {
  display: inline-block;
  padding: 2px 4px;
  font-size: 1.2rem;
  background: #D86816;
  color: #fff;
}
.p-contact .m-contact table td {
  padding: 12px 0 12px 64px;
}
.p-contact .m-contact table input,
.p-contact .m-contact table select {
  margin: 0;
  padding: 4px 8px;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 1.6rem;
}
.p-contact .m-contact table textarea {
  margin: 0;
  padding: 4px 8px;
  width: 100%;
  height: 10em;
  padding: 4px 8px;
  border: none;
  background: #fff;
  font-size: 1.6rem;
}
.p-contact .m-contact table th {
  display: block;
  padding: 0;
}
.p-contact .m-contact table th .lc-label {
  justify-content: flex-start;
  gap: 0 16px;
}
.p-contact .m-contact table td {
  display: block;
  padding: 8px 0 16px;
}
.p-contact .m-contact .lc-m-contacttext {
  margin: 0 0 24px;
  padding: 24px 32px;
  width: 100%;
  height: 15em;
  background: #CDD7DE;
  overflow-y: scroll;
}
.p-contact .m-contact .lc-m-contacttext h2 {
  margin: 0 0 24px;
  padding: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-contact .m-contact .lc-m-contacttext h3 {
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.p-contact .m-contact .lc-m-contacttext p {
  margin: 0 0 1.5em;
  padding: 0;
  line-height: 1.4;
  font-size: 1.3rem;
  font-weight: 400;
}
.p-contact .m-contact .lc-m-privacy-check {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-contact .m-contact .lc-m-privacy-check .lc-ms-privacy {
  margin-bottom: 16px;
}
.p-contact .m-contact .error {
  font-size: 1.2rem;
  color: #D86816;
}
.p-contact .m-contact .lc-m-btn-area {
  text-align: center;
}
.p-contact .m-contact .lc-m-btn-area .lc-m-border-btn {
  border: none;
  background: #EA8106;
  box-shadow: 0 7px 0 #D86816;
  color: #fff;
  cursor: pointer;
}

.l-footer .ls-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 24px 16px;
  max-width: 1280px;
}
.l-footer .ls-footer-inner .ls-footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.l-footer .ls-footer-inner small {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .l-footer .ls-footer-inner {
    flex-direction: column;
  }
  .l-footer .ls-footer-inner .ls-footer-nav {
    margin: 0 auto 24px;
    justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */