@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #333333;
  --color-main: #0062b0;
  --color-sub: #edf4f9;
  --color-placeholder: #303841;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;

  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  outline: none;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v55-japanese_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#app {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#app > main {
  flex: 1;
  background-color: var(--color-sub);
}

.l-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .l-container {
    padding-left: calc(100 / 1200 * 100vw);
    padding-right: calc(100 / 1200 * 100vw);
    width: calc(1200 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(18 / 375 * 100vw);
    width: 100%;
  }
  .l-container.is-step1{
    padding-right: calc(16 / 375 * 100vw);
  }
}

.p-header {
  width: 100%;
  height: 80px;
  position: absolute;
  background-color: var(--color-white);
}
@media screen and (max-width: 1199px) {
  .p-header {
    height: calc(80 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: calc(37 / 375 * 100vw);
  }
}
.p-header.is-transparent {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-header.is-transparent {
    display: none;
  }
}
.p-header .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0 37px;
}
@media screen and (max-width: 1199px) {
  .p-header__inner {
    padding: 0 calc(37 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 calc(23 / 375 * 100vw);
    margin-top: 1px;
  }
}
.p-header__logo {
  width: 288px;
}
@media screen and (max-width: 1199px) {
  .p-header__logo {
    width: calc(288 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(147 / 375 * 100vw);
  }
}
.p-header__logo img {
  height: auto;
  width: 100%;
}

.p-mainVisual {
  background-image: url(../images/mainvisual_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 730px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual {
    height: calc(730 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual {
    background-image: url(../images/mainvisual_bg_sp2.png);
    height: calc(438 / 375 * 100vw);
  }
}
.p-mainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.p-mainVisual__inner {
  position: relative;
}
.p-mainVisual__text {
  background-image: url(../images/mainvisual_text.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 589px;
  left: 50%;
  transform: translateX(calc(-50% - 365px));
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 95px;
  white-space: nowrap;
  width: 633px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__text {
    height: calc(589 / 1440 * 100vw);
    transform: translateX(calc(-50% - (365 / 1440 * 100vw)));
    top: calc(95 / 1440 * 100vw);
    width: calc(633 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__text {
    display: none;
  }
}

.p-form__inner.is-step1 {
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner.is-step1 {
    padding: calc(70 / 1440 * 100vw) 0 calc(90 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner.is-step1 {
    padding: calc(9 / 375 * 100vw) 0  calc(69 / 375 * 100vw) 0;
  }
}
.p-form__inner {
  padding: 150px 0 115px 0;
}
@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding: calc(150 / 1440 * 100vw) 0 calc(115 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-form__inner {
    padding: calc(67 / 375 * 100vw) 0 calc(70 / 375 * 100vw) 0;
  }
}

.c-form {
  margin: 0 auto;
  overflow: hidden;
  width: 621px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-form {
    width: calc(621 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form {
    width: 100%;
  }
}
.c-form form{
  padding-left: 4px;
  padding-right: 5px;
}
@media screen and (max-width: 1439px) {
  .c-form form{
    padding-left: calc(4 / 1440 * 100vw);
    padding-right: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form form{
    padding-left: calc(4 / 375 * 100vw);
    padding-right: calc(5 / 375 * 100vw);
  }
}
.c-form__content__label{
  font-size: 20px;
  color: var(--color-main);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 22px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content__label{
    font-size: calc(20 / 1440 * 100vw);
    gap: calc(4 / 1440 * 100vw);
    margin-bottom: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__label{
    font-size: calc(16 / 375 * 100vw);
    gap: calc(4 / 375 * 100vw);
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.c-form__content__label::before,
.c-form__content__label::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: currentColor;
  transform: rotate(62deg);
}
@media screen and (max-width: 1439px) {
  .c-form__content__label::before,
  .c-form__content__label::after {
    width: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__label::before,
  .c-form__content__label::after {
    width: calc(16 / 375 * 100vw);
  }
}
.c-form__content__label::after {
  transform: rotate(-62deg);
}
.c-form__content__label.is-step1{
  display: none;
}
.c-form__step-titleBox {
  align-items: center;
  background-color: var(--color-main);
  display: flex;
  width: 611px;
  height: 48px;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .c-form__step-titleBox {
    width: calc(611 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
    margin-bottom: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__step-titleBox {
    width: 101%;
    height: calc(60 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw);
  }
  .step1 .c-form__step-titleBox {
    width: 100%;
    height: calc(49 / 375 * 100vw);
  }
}
.c-form__step-titleBox__title {
  color: var(--color-white);
  font-size: 21px;
  font-weight: 500;
  transform: translateY(-1px);
}
@media screen and (max-width: 1439px) {
  .c-form__step-titleBox__title {
    font-size: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__step-titleBox__title {
    font-size: calc(18 / 375 * 100vw);
    letter-spacing: 0;
    transform: translateY(-2px);
  }
}
.step3 .c-form__step-titleBox__title{
  margin-left: 175px;
}
@media screen and (max-width: 1439px) {
  .step3 .c-form__step-titleBox__title{
    margin-left: calc(175 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step3 .c-form__step-titleBox__title{
    margin-left: calc(0 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}
.c-form__step-titleBox__title span{
  font-size: 12px;
  transform: translateX(12px);
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .c-form__step-titleBox__title span{
    font-size: calc(12 / 1440 * 100vw);
    transform: translateX(calc(12 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__step-titleBox__title span{
    font-size: calc(10 / 375 * 100vw);
    transform: translateX(0);
  }
}
.c-form__content__block{
  padding-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block{
    padding-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block{
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.c-form__content__step {
  margin-bottom: 31px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(19 / 375 * 100vw);
  }
}
.c-form__content__step.is-step1{
  display: none;
}
.c-form__content__step > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-form__content__step > ul > li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 24px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 60px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li {
    height: calc(24 / 1440 * 100vw);
    width: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li {
    height: calc(24 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li + li {
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step > ul > li + li {
    margin-left: calc(7.4 / 375 * 100vw);
  }
}
.c-form__content__step > ul > li:nth-child(1) {
  background-image: url(../images/icon_form_number_1.svg);
}
.c-form__content__step > ul > li:nth-child(2) {
  background-image: url(../images/icon_form_number_2.svg);
}
.c-form__content__step > ul > li:nth-child(2).is-current {
  background-image: url(../images/icon_form_number_2_current.svg);
}
.c-form__content__step > ul > li:nth-child(3) {
  background-image: url(../images/icon_form_number_3.svg);
}
.c-form__content__step > ul > li:nth-child(3).is-current {
  background-image: url(../images/icon_form_number_3_current.svg);
}
.c-form__content__step > ul > li:nth-child(4) {
  background-image: url(../images/icon_form_number_4.svg);
}
.c-form__content__step > ul > li:nth-child(4).is-current {
  background-image: url(../images/icon_form_number_4_current.svg);
}
.c-form__content__step > ul > li:nth-child(5) {
  background-image: url(../images/icon_form_number_5.svg);
}
.c-form__content__step > ul > li:nth-child(5).is-current {
  background-image: url(../images/icon_form_number_5_current.svg);
}
.c-form__content__block__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox {
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.c-form__content__block__titleBox__title {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block__radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18.5px 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio {
    gap: calc(18.5 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio {
    gap: calc(13 / 375 * 100vw) 0;
  }
}
.c-form__content__block__radio__choice {
  width: 297px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice {
    width: calc(297 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice {
    width: calc(158 / 375 * 100vw);
  }
  .step1 .c-form__content__block__radio__choice{
    width: 100%;
  }
}
.c-form__content__block__radio__choice input {
  display: none;
}
.c-form__content__block__radio__choice input:checked + label {
  background-color: var(--color-sub);
  border: 2px solid var(--color-main);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice input:checked + label {
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice input:checked + label {
    border: calc(2 / 375 * 100vw) solid var(--color-main);
  }
}
.c-form__content__block__radio__choice label{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  border: 2px solid var(--color-main);
  border-radius: 5px;
  color: var(--color-black);
  background-color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  transition: 0.3s;
          user-select: none;
  width: 100%;
  box-shadow: 5px 5px var(--color-main);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 78px;
  padding: 12px 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__choice label{
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
    border-radius: calc(5 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    min-height: calc(78 / 1440 * 100vw);
    box-shadow: calc(5 / 1440 * 100vw) calc(5 / 1440 * 100vw) var(--color-main);
    padding: calc(12 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__choice label {
    border: calc(2 / 375 * 100vw) solid var(--color-main);
    border-radius: calc(5 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    min-height: calc(79 / 375 * 100vw);
    box-shadow: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) var(--color-main);
    padding: calc(12 / 375 * 100vw) 0;
    line-height: calc(22 / 375 * 100vw);
  }
  .step1 .c-form__content__block__radio__choice label{
    min-height: calc(63 / 375 * 100vw);
  }
}

.c-form__content__block__radio__sub {
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__sub {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__sub {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}
.c-form__content__block__radio__note {
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio__note {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio__note {
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__content__block__select select {
  background-image: url(../images/icon_arrow_select.svg);
  background-position: right 38px center;
  background-repeat: no-repeat;
  background-size: 12px 8px;
  border: 2px solid var(--color-main);
  border-radius: 7px;
  color: var(--color-black);
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 0 30px;
  width: 100%;
  box-shadow: 5px 5px var(--color-main);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__select select {
    background-position: right calc(38 / 1440 * 100vw) center;
    background-size: calc(12 / 1440 * 100vw) calc(8 / 1440 * 100vw);
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
    box-shadow: calc(5 / 1440 * 100vw) calc(5 / 1440 * 100vw) var(--color-main);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__select select {
    background-position: right calc(15 / 375 * 100vw) center;
    background-size: calc(12 / 375 * 100vw) calc(8 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid var(--color-main);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
    height: calc(60 / 375 * 100vw);
    padding: 0 calc(17 / 375 * 100vw);
    box-shadow: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) var(--color-main);
  }
}
.c-form__content__block__select select:invalid {
  color: var(--color-placeholder);
}
.c-form__content__block__input input{
  border: 2px solid var(--color-main);
  border-radius: 7px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  box-shadow: 5px 5px var(--color-main);
  height: 76px;
  padding: 0 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__input input{
    border: calc(2 / 1440 * 100vw) solid var(--color-main);
    border-radius: calc(7 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    box-shadow: calc(5 / 1440 * 100vw) calc(5 / 1440 * 100vw) var(--color-main);
    height: calc(76 / 1440 * 100vw);
    padding: 0 calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__input input {
    border: calc(2 / 375 * 100vw) solid var(--color-main);
    border-radius: calc(7 / 375 * 100vw);
    font-size: 16px;
    box-shadow: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) var(--color-main);
    height: calc(58 / 375 * 100vw);
    padding: 0 calc(15 / 375 * 100vw);
  }
}
.c-form__content__block__input input::-moz-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input:-ms-input-placeholder {
  color: rgba(48, 56, 65, 0.4);
}
.c-form__content__block__input input::placeholder {
  color: rgba(48, 56, 65, 0.4);
}

.c-form__content__block__input input:-webkit-autofill {
  box-shadow: 0 0 0 1000px var(--color-white) inset, 5px 5px var(--color-main);
  -webkit-text-fill-color: #000;
}

.c-form__content__block + .c-form__content__block {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block + .c-form__content__block {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.c-form__content__agree {
  margin-top: 28px;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree {
    margin-top: calc(28 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__agree a {
  color: var(--color-main);
  text-decoration: underline;
}

.c-form__content .parsley-errors-list {
  color: red;
  font-size: 14px;
  margin-top: 12px;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__buttonBox {
  margin-top: 48px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox {
    margin-top: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox {
    margin-top: calc(39 / 375 * 100vw);
  }
}
.step4 .c-form__content__buttonBox{
  margin-top: 39px;
}
@media screen and (max-width: 1439px) {
  .step4 .c-form__content__buttonBox{
    margin-top: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step4 .c-form__content__buttonBox{
    margin-top: calc(29 / 375 * 100vw);
  }
}
.step5 .c-form__content__buttonBox{
  margin-top: 31px;
}
@media screen and (max-width: 1439px) {
  .step5 .c-form__content__buttonBox{
    margin-top: calc(31 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step5 .c-form__content__buttonBox{
    margin-top: calc(21 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button {
  text-align: center;
  position: relative;
  width: 325px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button {
    width: calc(325 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    margin-bottom: calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button {
    width: calc(200 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button::before {
  background-image: url(../images/submit_icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
  position: absolute;
  right: 19px;
  top: 0;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button::before {
    height: calc(12 / 1440 * 100vw);
    right: calc(19 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button::before {
    height: calc(7 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    top: calc(-2 / 375 * 100vw);;
  }
}
.c-form__content__buttonBox__button button[type=submit] {
  align-items: center;
  border-radius: 30px;
  background-color: var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  width: 100%;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__button button[type=submit] {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__button button[type=submit] {
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__button button[type=submit] > span {
  transform: translateY(-2px);
  letter-spacing: 0;
}
.c-form__content__buttonBox__back {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  justify-content: center;
  text-align: center;
          user-select: none;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back {
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back {
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__buttonBox__back::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 11px;
  margin-right: 14px;
  transform: translateY(1px);
  width: 6px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__buttonBox__back::before {
    height: calc(11 / 1440 * 100vw);
    margin-right: calc(14 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__buttonBox__back::before {
    height: calc(8 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
  }
}

.p-footer {
  background-color: var(--color-main);
  color: var(--color-white);
}
.p-footer .l-container {
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  justify-content: center;
}
.p-footer__inner{
  width: 100%;
}
.p-footer__nav{
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav{
    height: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav{
    height: calc(40 / 375 * 100vw);
  }
}
.p-footer__nav > ul {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer__nav > ul > li + li {
  margin-left: 45px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul > li + li {
    margin-left: calc(20 / 375 * 100vw);
  }
}
.p-footer__nav a {
  color: var(--color-white);
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__copyright {
  height: 20px;
  text-align: center;

}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    height: calc(20 / 375 * 100vw);
  }
}



html.lity-active,
body.lity-active {
  overflow: hidden !important;
}
.lity-hide {
  display: none !important;
}
.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  /* display: none !important; */
  font-family: inherit !important;
  line-height: 1 !important;
  /* position: static !important; */
  text-shadow: none !important;
  position: absolute;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 1439px) {
  .lity-close,
  .lity-close:hover {
    top: calc(-50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .lity-close,
  .lity-close:hover {
    top: calc(-50 / 375 * 100vw);
  }
}
.lity-container,
.lity-content {
  transform: none !important;
  transition: none !important;
}
.lity-content {
  max-width: 90vw !important;
  box-sizing: border-box;
  margin: 0 auto;
}
.lity-content:after{
  box-shadow: none;
}

#thanks main{
  flex: 1;
  background-color: var(--color-sub);
}
.p-thanks .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-thanks__inner{
  padding: 150px 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-thanks__inner{
    padding: calc(150 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__inner{
    padding: calc(86 / 375 * 100vw) 0 calc(70 / 375 * 100vw) 0;
  }
}
.p-thanks__messageBox{
  width: 88%;
  margin: 0 auto;
  text-align: center;
  border: 2px solid var(--color-main);
  box-shadow: 5px 5px var(--color-main);
  border-radius: 10px;
  width: 610px;
  height: 240px;
  padding-top: 55px;
  background-color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-thanks__messageBox{
    box-shadow: calc(5 / 1440 * 100vw) calc(5 / 1440 * 100vw) var(--color-main);
    border-radius: calc(10 / 1440 * 100vw);
    width: calc(610 / 1440 * 100vw);
    height: calc(240 / 1440 * 100vw);
    padding-top: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__messageBox{
    box-shadow: calc(5 / 375 * 100vw) calc(5 / 375 * 100vw) var(--color-main);
    border-radius: calc(5 / 375 * 100vw);
    width: 88%;
    height: calc(302 / 375 * 100vw);
    padding-top: calc(45 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(19 / 375 * 100vw);
  }
}
.p-thanks__messageBox__title{
  font-size: 25px;
  line-height: 28px;
  color: var(--color-main);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__messageBox__title{
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__messageBox__title{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-thanks__messageBox__text {
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__messageBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__messageBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__messageBox__text span{
  color: var(--color-main);
  letter-spacing: 0;
  font-weight: 700;
}
.p-thanks__line{
  margin-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line{
    margin-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line{
    margin-top: calc(48 / 375 * 100vw);
  }
}
.p-thanks__line__title{
  color: #22b94e;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line__title{
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line__title{
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-thanks__line__lead{
  color: #22b94e;
  font-weight: 500;
  font-size: 13px;
  margin-top: 22px;
  font-weight: 700;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line__lead{
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line__lead{
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(22 / 375 * 100vw);
  }
}
.p-thanks__line__btn{
  display: inline-block;
  margin-top: 11px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line__btn{
    margin-top: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line__btn{
    margin-top: calc(9 / 375 * 100vw);
  }
}
.p-thanks__line__btn img{
  width: 280px;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line__btn img{
    width: calc(280 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line__btn img{
    width: calc(280 / 375 * 100vw);
  }
}
.p-thanks__line__notice{
  color: #22b94e;
  font-size: 12px;
  margin-top: 9px;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__line__notice{
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__line__notice{
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
}
.p-thanks__closing {
  font-size: 15px;
  line-height: 28px;
  margin-top: 53px;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-thanks__closing {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(53 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__closing {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(35 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
    padding-left: calc(23 / 375 * 100vw);
    padding-right: calc(24 / 375 * 100vw);
    text-align: left;
  }
}
.p-thanks__btnBox{
  display: inline-block;
}
.p-thanks__btn{
  align-items: center;
  border-radius: 30px;
  background-color: var(--color-main);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  height: 63px;
  justify-content: center;
  width: 325px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-thanks__btn {
    border-radius: calc(30 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
    width: calc(325 / 1440 * 100vw);
    height: calc(63 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__btn{
    border-radius: calc(30 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    width: calc(230 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}
.p-thanks__btn p{
  transform: translateY(-2px);
}
.p-thanks__btn::before {
  background-image: url(../images/submit_icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 12px;
  margin: auto 0;
  position: absolute;
  right: 19px;
  top: 0;
  width: 8px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-thanks__btn::before {
    height: calc(12 / 1440 * 100vw);
    right: calc(19 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-thanks__btn::before {
    height: calc(7 / 375 * 100vw);
    right: calc(19 / 375 * 100vw);
    width: calc(5 / 375 * 100vw);
    top: calc(-2 / 375 * 100vw);
  }
}

.p-terms,
.p-privacy,
.p-company {
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 80dvh;
  overflow: scroll;
  padding: 40px;
  position: relative;
  width: 80dvh;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  overflow: auto;
}

@media screen and (max-width: 1439px) {
  .p-terms,
  .p-privacy,
  .p-company {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
    padding: 2.7777777778vw;
    width: 50.6944444444vw;
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms,
  .p-privacy,
  .p-company {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
    padding: 0;
    width: 85vw;
    font-size: calc(12 / 375 * 100vw);
  }
}

.p-terms__inner,
.p-privacy__inner,
.p-company__inner {
  margin: 0 auto;
  padding: 32px 20px;
  line-height: 1.9;
}
@media screen and (max-width: 1439px) {
  .p-terms__inner,
  .p-privacy__inner,
  .p-company__inner {
    padding: calc(32 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-terms__inner,
  .p-privacy__inner,
  .p-company__inner {
    padding: calc(32 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.p-terms__section,
.p-privacy__section {
  margin-top: 32px;
}
@media screen and (max-width: 1439px) {
  .p-terms__section,
  .p-privacy__section {
    margin-top: calc(32 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-terms__section,
  .p-privacy__section {
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-terms__heading,
.p-privacy__heading {
  font-size: 14px;
  font-weight: 700;
  margin: 18px 0 6px;
}
@media screen and (max-width: 1439px) {
  .p-terms__heading,
  .p-privacy__heading {
    font-size: calc(14 / 1440 * 100vw);
    margin: calc(14 / 1440 * 100vw) 0 calc(6 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-terms__heading,
  .p-privacy__heading {
    font-size: calc(12 / 375 * 100vw);
    margin: calc(14 / 375 * 100vw) 0 calc(6 / 375 * 100vw);
  }
}
.p-terms__text,
.p-privacy__text {
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-terms__text,
  .p-privacy__text {
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media (max-width: 767px) {
  .p-terms__text,
  .p-privacy__text {
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
.p-terms__title,
.p-privacy__title,
.p-company__title{
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1439px) {
  .p-terms__title,
  .p-privacy__title,
  .p-company__title{
    margin-bottom: calc(20 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-terms__title,
  .p-privacy__title,
  .p-company__title{
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-privacy__title span{
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 1439px) {
  .p-privacy__title span{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__title span{
    font-size: calc(14 / 375 * 100vw);
  }
}

.p-company__table{
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background: #FFF;
  margin-bottom: 15px;
  width: 100%;
}
.p-company__table th{
  background-color: var(--color-sub);
  width: 25%;
}
.p-company__table th,
.p-company__table td{
  font-size: 14px;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  padding: 8px;
  vertical-align: top;
  font-weight: 400;
  line-height: 1.88;
}
@media screen and (max-width: 1439px) {
  .p-company__table{
    margin-bottom: calc(15 / 1440 * 100vw);
  }
  .p-company__table th,
  .p-company__table td{
    font-size: calc(14 / 1440 * 100vw);
    padding: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__table{
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .p-company__table th,
  .p-company__table td{
    font-size: calc(12 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
    width: 100%;
    display: inline-block;
  }
}