@charset "UTF-8";
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;
}

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: bold;
}

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;
}

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

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

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (max-width: 1439px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

html.is-open {
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 100;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 200;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 300;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: 400;
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Original Yu Gothic";
  font-weight: bold;
  src: local("Yu Gothic Bold");
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #303030;
  font-family: "游ゴシック体", "Original Yu Gothic", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-feature-settings: 'palt' 1;
  font-size: 1.0rem;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: hidden;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

::-moz-selection {
  background-color: #6e55c8;
  color: #ffffff;
}

::selection {
  background-color: #6e55c8;
  color: #ffffff;
}

input[type="submit"],
input[type="button"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="reset"],
select,
button,
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="tel"]::-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="email"]:focus,
input[type="tel"]:focus,
input[type="reset"]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: -2px;
}

.is-pc {
  display: block;
}

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

.is-pc--inline {
  display: inline-block;
}

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

.is-sp {
  display: none;
}

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

.is-sp--inline {
  display: none;
}

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

input[type="text"],
input[type="email"] {
  background-color: #efefef;
  font-size: 16px;
  height: 45px;
  padding: 10px;
  width: 488px;
}

@media screen and (max-width: 1439px) {
  input[type="text"],
  input[type="email"] {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
    width: calc(488 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"] {
    font-size: 16px;
    height: calc(45 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    width: 100%;
  }
}

select {
  background-image: url(../images/icon_select.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 19px 12px;
  border: 1px solid #bdbdbd;
  font-size: 16px;
  height: 45px;
  padding: 10px;
  width: 276px;
}

@media screen and (max-width: 1439px) {
  select {
    background-position: right calc(17 / 1440 * 100vw) center;
    background-size: calc(19 / 1440 * 100vw) calc(12 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(45 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw);
    width: calc(276 / 1440 * 100vw);
  }
}

@media screen and (max-width: 1439px) and (max-width: 767px) {
  select {
    background-position: right calc(17 / 375 * 100vw) center;
    background-size: calc(19 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: 16px;
    height: calc(45 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    width: 100%;
  }
}

input[type="submit"] {
  border-radius: 37px;
  cursor: pointer;
}

@media screen and (max-width: 1439px) {
  input[type="submit"] {
    border-radius: calc(37 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  input[type="submit"] {
    border-radius: calc(32 / 375 * 100vw);
  }
}

.parsley-custom-error-message,
.parsley-required,
.parsley-errors-list {
  color: red;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 1439px) {
  .parsley-custom-error-message,
  .parsley-required,
  .parsley-errors-list {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .parsley-custom-error-message,
  .parsley-required,
  .parsley-errors-list {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.l-container {
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 1440px;
}

@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(25 / 1440 * 100vw);
    padding-right: calc(25 / 1440 * 100vw);
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.c-purple {
  color: #6e55c8;
  font-weight: bold;
}

.c-title {
  font-size: 4.0rem;
  line-height: 61px;
}

@media screen and (max-width: 1439px) {
  .c-title {
    font-size: calc(40 / 1440 * 100vw);
    line-height: calc(61 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    font-size: calc(30 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
  }
}

.c-title span {
  color: #6e55c8;
}

.c-button {
  align-items: center;
  background-color: #ff8000;
  border-radius: 21px;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  height: 42px;
  justify-content: center;
  width: 187px;
}

@media screen and (max-width: 1439px) {
  .c-button {
    border-radius: calc(21 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
    height: calc(42 / 1440 * 100vw);
    width: calc(220 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-button {
    border-radius: calc(17 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    height: calc(33 / 375 * 100vw);
    width: calc(158 / 375 * 100vw);
  }
}

.c-button--large {
  border-radius: 37px;
  font-size: 2.0rem;
  font-weight: bold;
  height: 74px;
  width: 410px;
}

@media screen and (max-width: 1439px) {
  .c-button--large {
    border-radius: calc(37 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    height: calc(74 / 1440 * 100vw);
    width: calc(410 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .c-button--large {
    border-radius: calc(32 / 375 * 100vw);
    font-size: calc(18 / 375 * 100vw);
    height: calc(63 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }
}

.p-header__inner {
  align-items: center;
  display: flex;
  height: 80px;
}

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

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

.p-header__logo {
  width: 144px;
}

@media screen and (max-width: 1439px) {
  .p-header__logo {
    width: calc(144 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    width: calc(115 / 375 * 100vw);
  }
}

.p-header__logo img {
  height: auto;
  width: 100%;
}

.p-header__logo a {
  display: block;
}

.p-header__navList {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .p-header__navList {
    display: none;
  }
}

.p-header__navList > ul {
  align-items: center;
  display: flex;
}

.p-header__navList > ul > li {
  font-size: 1.4rem;
  line-height: 18px;
  margin-left: 56px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-header__navList > ul > li {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-left: calc(37 / 1440 * 100vw);
  }
}

.p-header__navList > ul > li:first-child {
  margin-left: 0;
}

.p-header__cta {
  margin-left: 40px;
}

@media screen and (max-width: 1439px) {
  .p-header__cta {
    margin-left: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-header__cta {
    margin-left: auto;
  }
}

.p-header__humberger {
  display: none;
  margin-left: calc(16 / 375 * 100vw);
  width: calc(20 / 375 * 100vw);
}

@media screen and (max-width: 767px) {
  .p-header__humberger {
    display: block;
  }
}

.p-header__humberger img {
  height: auto;
  width: 100%;
}

.p-header.is-clone {
  background-color: #ffffff;
  opacity: 0.9;
  position: fixed;
  top: 0;
  transform: translateY(-200%);
  transition: 0.6s;
  width: 100%;
  z-index: 10;
}

.p-header.is-clone.is-show {
  transform: translateY(0);
}

.p-kv {
  background-color: #6e55c8;
}

.p-kv__inner {
  height: 620px;
  position: relative;
}

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

@media screen and (max-width: 767px) {
  .p-kv__inner {
    height: calc(700 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-kv__textBox {
  left: 605px;
  position: absolute;
  top: 68px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox {
    left: calc(605 / 1440 * 100vw);
    top: calc(68 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox {
    position: static;
  }
}

.p-kv__textBox__titleBox {
  color: #ffffff;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__titleBox {
    margin-right: calc(-20 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
}

.p-kv__textBox__titleBox__title {
  font-size: 53px;
  line-height: 69px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox__titleBox__title {
    font-size: calc(53 / 1440 * 100vw);
    line-height: calc(69 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__titleBox__title {
    font-size: calc(40 / 375 * 100vw);
    line-height: calc(53 / 375 * 100vw);
  }
}

.p-kv__textBox__titleBox__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 6px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox__titleBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-kv__textBox__titleBox__btn {
  margin-top: 20px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox__titleBox__btn {
    margin-top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__titleBox__btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-kv__textBox__pointList {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox__pointList {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__pointList {
    margin-top: calc(200 / 375 * 100vw);
    position: relative;
    z-index: 1;
  }
}

.p-kv__textBox__pointList > ul {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__pointList > ul {
    justify-content: center;
  }
}

.p-kv__textBox__pointList > ul > li {
  margin-left: 30px;
}

@media screen and (max-width: 1439px) {
  .p-kv__textBox__pointList > ul > li {
    margin-left: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__pointList > ul > li {
    margin-left: calc(15 / 375 * 100vw);
  }
}

.p-kv__textBox__pointList > ul > li:first-child {
  margin-left: 0;
}

.p-kv__textBox__pointList__pointBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 179px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 179px;
}

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

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

.p-kv__textBox__pointList__pointBox--point1 {
  background-image: url(../images/image_kv_point_1.svg);
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__pointList__pointBox--point1 {
    background-image: url(../images/image_kv_point_1_sp.svg);
  }
}

.p-kv__textBox__pointList__pointBox--point2 {
  background-image: url(../images/image_kv_point_2_23.svg);
}

@media screen and (max-width: 767px) {
  .p-kv__textBox__pointList__pointBox--point2 {
    background-image: url(../images/image_kv_point_2_sp_23.svg);
  }
}

.p-kv__person {
  background-image: url(../images/image_kv_person.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 537px;
  left: 75px;
  position: absolute;
  width: 537px;
}

@media screen and (max-width: 1439px) {
  .p-kv__person {
    height: calc(537 / 1440 * 100vw);
    left: calc(75 / 1440 * 100vw);
    width: calc(537 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-kv__person {
    background-image: url(../images/image_kv_person_sp.png);
    height: calc(460 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
    margin: 0 auto;
    width: calc(375 / 375 * 100vw);
  }
}

.p-feature__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-feature__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding-bottom: calc(25 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-feature__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-feature__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-feature__featureList {
  margin: 100px auto 0;
  width: 1090px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList {
    margin: calc(100 / 1440 * 100vw) auto 0;
    width: calc(1090 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList {
    margin: calc(45 / 375 * 100vw) auto 0;
    width: calc(280 / 375 * 100vw);
  }
}

.p-feature__featureList > ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-feature__featureList > ul {
    display: block;
  }
}

.p-feature__featureList > ul > li {
  width: 280px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList > ul > li {
    width: calc(280 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList > ul > li {
    width: 100%;
  }
}

.p-feature__featureList__featureBox {
  position: relative;
}

.p-feature__featureList__featureBox::after {
  background-image: url(../images/icon_batsu.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 45px;
  position: absolute;
  right: -86px;
  top: 86px;
  width: 45px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox::after {
    height: calc(45 / 1440 * 100vw);
    right: calc(-86 / 1440 * 100vw);
    top: calc(86 / 1440 * 100vw);
    width: calc(45 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox::after {
    display: block;
    height: calc(43 / 375 * 100vw);
    margin: calc(35 / 375 * 100vw) auto calc(41 / 375 * 100vw);
    position: static;
    width: calc(43 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
  width: 61px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(61 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(60 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
  width: 135px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(135 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(133 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
  width: 103px;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(103 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__illustBox__iconBox__icon {
    width: calc(102 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox--feature3::after {
  display: none;
}

.p-feature__featureList__featureBox__illustBox {
  background-color: #ffffff;
  box-shadow: 0 0 45px 45px rgba(0, 0, 0, 0.05);
  padding: 10px 10px 35px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__illustBox {
    box-shadow: 0 0 calc(45 / 1440 * 100vw) calc(45 / 1440 * 100vw) rgba(0, 0, 0, 0.05);
    padding: calc(10 / 1440 * 100vw) calc(10 / 1440 * 100vw) calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__illustBox {
    box-shadow: 0 0 calc(25 / 375 * 100vw) calc(25 / 375 * 100vw) rgba(0, 0, 0, 0.05);
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox__illustBox__iconBox {
  align-items: center;
  display: flex;
  height: 176px;
  justify-content: center;
}

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

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

.p-feature__featureList__featureBox__illustBox__iconBox__icon img {
  height: auto;
  width: 100%;
}

.p-feature__featureList__featureBox__illustBox__title {
  color: #6e55c8;
  font-size: 2.0rem;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__illustBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__illustBox__title {
    font-size: calc(20 / 375 * 100vw);
  }
}

.p-feature__featureList__featureBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 30px;
  text-align: justify;
}

@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(34 / 375 * 100vw);
    letter-spacing: 0;
  }
}

.p-assign__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-assign__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__inner {
    padding-bottom: calc(0 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-assign__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-assign__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-assign__meeting {
  display: grid;
  grid-template: 148px 348px / 45.9% 1fr;
  margin-top: 90px;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting {
    grid-template: calc(148 / 1440 * 100vw) calc(348 / 1440 * 100vw) / calc(661 / 1440 * 100vw) 1fr;
    margin-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting {
    display: block;
    margin-top: calc(45 / 375 * 100vw);
  }
}

.p-assign__meeting__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/image_meeting.png);
  flex-shrink: 0;
  width: 100%;
  grid-area: 1 / 1 / 3 / 1;
}

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

@media screen and (max-width: 767px) {
  .p-assign__meeting__image {
    background-image: url(../images/image_meeting_sp.png);
    height: calc(281 / 375 * 100vw);
  }
}

.p-assign__meeting__images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/images_meeting.png);
  flex-shrink: 0;
  width: 100%;
}

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

@media screen and (max-width: 767px) {
  .p-assign__meeting__images {
    background-image: url(../images/images_meeting_sp.png);
    height: calc(71 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox {
  background-color: #f4f4f4;
  padding: 28px 58px 0;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox {
    padding: calc(28 / 1440 * 100vw) calc(58 / 1440 * 100vw) 0;
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox {
    padding: calc(25 / 375 * 100vw) calc(30 / 375 * 100vw) calc(50 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__text {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
  width: 547px;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    width: calc(547 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    width: auto;
  }
}

.p-assign__meeting__contentBox__meritList {
  margin-top: 28px;
}

@media screen and (max-width: 1440px) {
  .p-assign__meeting__contentBox__meritList {
    margin-top: calc(28 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList {
    margin-top: calc(28 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__meritList__title {
  font-size: 16px;
  line-height: 25px;
  color: #6e55c8;
  margin-bottom: 18px;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__meritList__title {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-bottom: calc(18 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-bottom: calc(18 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__meritList__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__meritList__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__meritList > ol {
  counter-reset: meritList;
  display: grid;
  gap: 12px;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__meritList > ol {
    gap: calc(12 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList > ol {
    gap: calc(20 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__meritList > ol > li {
  display: flex;
  gap: 16px;
  align-items: center;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__meritList > ol > li {
    gap: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList > ol > li {
    gap: calc(16 / 375 * 100vw);
  }
}

.p-assign__meeting__contentBox__meritList > ol > li:before {
  content: counter(meritList);
  counter-increment: meritList;
  background-color: #6e55c8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  color: #ffffff;
  font-size: 18px;
}

@media screen and (max-width: 1439px) {
  .p-assign__meeting__contentBox__meritList > ol > li:before {
    height: calc(36 / 1440 * 100vw);
    width: calc(36 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__meeting__contentBox__meritList > ol > li:before {
    height: calc(45 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
  }
}

.p-assign__button {
  margin-top: 80px;
}

@media screen and (max-width: 1439px) {
  .p-assign__button {
    margin-top: calc(80 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-assign__button {
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-assign__button a {
  margin: 0 auto;
}

.p-person__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-person__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-person__inner {
    padding-bottom: calc(25 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-person__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-person__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-person__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-person__personList > ul {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-person__personList > ul {
    display: block;
  }
}

.p-person__personList > ul > li {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .p-person__personList > ul > li {
    width: 100%;
  }
}

.p-person__personList__personBox {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 549px;
  justify-content: center;
  width: 100%;
}

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

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

.p-person__personList__personBox--person1 {
  background-image: url(../images/bg_person_1.png);
}

@media screen and (max-width: 767px) {
  .p-person__personList__personBox--person1 {
    background-image: url(../images/bg_person_1_sp.png);
  }
}

.p-person__personList__personBox--person2 {
  background-image: url(../images/bg_person_2.png);
}

@media screen and (max-width: 767px) {
  .p-person__personList__personBox--person2 {
    background-image: url(../images/bg_person_2_sp.png);
  }
}

.p-person__personList__personBox--person3 {
  background-image: url(../images/bg_person_3.png);
}

@media screen and (max-width: 767px) {
  .p-person__personList__personBox--person3 {
    background-image: url(../images/bg_person_3_sp.png);
  }
}

.p-person__personList__personBox__text {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-person__personList__personBox__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-person__personList__personBox__text {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }
}

.p-senpai__inner {
  padding-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-senpai__inner {
    padding-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__inner {
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-senpai__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-senpai__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-senpai__senpaiList > ul > li:nth-child(2n) .p-senpai__senpaiList__senpaiBox {
  background-color: #efefef;
  flex-direction: row-reverse;
}

.p-senpai__senpaiList > ul > li:nth-child(2n) .p-senpai__senpaiList__senpaiBox__infoBox {
  color: #303030;
  padding-left: 0;
  padding-right: 56px;
}

@media screen and (max-width: 1439px) {
  .p-senpai__senpaiList > ul > li:nth-child(2n) .p-senpai__senpaiList__senpaiBox__infoBox {
    padding-right: calc(56 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList > ul > li:nth-child(2n) .p-senpai__senpaiList__senpaiBox__infoBox {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.p-senpai__senpaiList__senpaiBox {
  background-color: #6e55c8;
  display: flex;
  height: 367px;
}

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

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox {
    display: block;
    height: auto;
  }
}

.p-senpai__senpaiList__senpaiBox--senpai1 .p-senpai__senpaiList__senpaiBox__image {
  background-image: url(../images/image_senpai_1.png);
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox--senpai1 .p-senpai__senpaiList__senpaiBox__image {
    background-image: url(../images/image_senpai_1_sp.png);
  }
}

.p-senpai__senpaiList__senpaiBox--senpai2 .p-senpai__senpaiList__senpaiBox__image {
  background-image: url(../images/image_senpai_2.png);
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox--senpai2 .p-senpai__senpaiList__senpaiBox__image {
    background-image: url(../images/image_senpai_2_sp.png);
  }
}

.p-senpai__senpaiList__senpaiBox--senpai3 .p-senpai__senpaiList__senpaiBox__image {
  background-image: url(../images/image_senpai_3.png);
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox--senpai3 .p-senpai__senpaiList__senpaiBox__image {
    background-image: url(../images/image_senpai_3_sp.png);
  }
}

.p-senpai__senpaiList__senpaiBox__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox__image {
    height: calc(442 / 375 * 100vw);
    width: 100%;
  }
}

.p-senpai__senpaiList__senpaiBox__infoBox {
  color: #ffffff;
  flex-shrink: 0;
  padding-left: 56px;
  padding-top: 30px;
  width: 550px;
}

@media screen and (max-width: 1439px) {
  .p-senpai__senpaiList__senpaiBox__infoBox {
    padding-left: calc(56 / 1440 * 100vw);
    padding-top: calc(30 / 1440 * 100vw);
    width: calc(550 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox__infoBox {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}

.p-senpai__senpaiList__senpaiBox__infoBox__title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 35px;
}

@media screen and (max-width: 1439px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__title {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(35 / 375 * 100vw);
  }
}

.p-senpai__senpaiList__senpaiBox__infoBox__name {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 27px;
  margin-top: 4px;
}

@media screen and (max-width: 1439px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__name {
    font-size: calc(17 / 1440 * 100vw);
    line-height: calc(27 / 1440 * 100vw);
    margin-top: calc(4 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__name {
    font-size: calc(17 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
}

.p-senpai__senpaiList__senpaiBox__infoBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 14px;
  text-align: justify;
}

@media screen and (max-width: 1439px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(14 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-senpai__senpaiList__senpaiBox__infoBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.p-cta {
  align-items: center;
  background-image: url(../images/bg_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 406px;
  justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../images/bg_cta_sp.png);
    height: calc(400 / 375 * 100vw);
  }
}

.p-cta__content__text {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 36px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-cta__content__text {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-cta__content__text {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}

.p-cta__content__button {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-cta__content__button {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-cta__content__button {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-cta__content__button a {
  margin: 0 auto;
}

.p-reason {
  background-color: #ffffff;
}

.p-reason__inner {
  padding-bottom: 100px;
  padding-top: 85px;
}

@media screen and (max-width: 1439px) {
  .p-reason__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(85 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__inner {
    margin-left: calc(-20 / 375 * 100vw);
    margin-right: calc(-20 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-reason__title {
  margin-bottom: 85px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__title {
    margin-bottom: calc(85 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-reason__reasonList {
  margin: 0 auto;
  width: 1240px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList {
    width: calc(1240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList {
    width: 100%;
  }
}

.p-reason__reasonList > ul > li {
  margin-top: 73px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList > ul > li {
    margin-top: calc(73 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-reason__reasonList > ul > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:first-child .p-reason__reasonList__reasonBox {
    box-shadow: none;
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: 0;
  }
}

.p-reason__reasonList > ul > li:nth-child(2n) .p-reason__reasonList__reasonBox {
  margin-left: 0;
  margin-right: -100vw;
  padding-left: 0;
  padding-right: 100vw;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList > ul > li:nth-child(2n) .p-reason__reasonList__reasonBox {
    margin-right: 0;
    padding-right: 0;
  }
}

.p-reason__reasonList__reasonBox {
  background-color: #ffffff;
  box-shadow: 0 0 60px 60px rgba(0, 0, 0, 0.03);
  margin-left: -100vw;
  padding-bottom: 100px;
  padding-left: 100vw;
  padding-top: 100px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox {
    box-shadow: 0 0 calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw) rgba(0, 0, 0, 0.03);
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox {
    box-shadow: 0 0 calc(25 / 375 * 100vw) calc(25 / 375 * 100vw) rgba(0, 0, 0, 0.03);
    margin-left: 0;
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: 0;
    padding-top: calc(68 / 375 * 100vw);
  }
}

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

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__titleBox__number {
  height: 40px;
  margin-bottom: 48px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox__number {
    height: calc(40 / 1440 * 100vw);
    margin-bottom: calc(48 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox__number {
    height: calc(38 / 375 * 100vw);
    margin-bottom: calc(44 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__titleBox__number img {
  height: 100%;
  width: auto;
}

.p-reason__reasonList__reasonBox__titleBox__title {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox__title {
    font-size: calc(30 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox__title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__titleBox__title span {
  color: #6e55c8;
}

.p-reason__reasonList__reasonBox__titleBox__text {
  font-size: 1.5rem;
  line-height: 25px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__titleBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__titleBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    text-align: justify;
    width: calc(315 / 375 * 100vw);
    margin: 0 auto;
    letter-spacing: 0;
  }
}

.p-reason__reasonList__reasonBox__table {
  display: flex;
  margin: 70px auto 0;
  width: 850px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table {
    margin: calc(70 / 1440 * 100vw) auto 0;
    width: calc(850 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table {
    margin-top: calc(48 / 375 * 100vw);
    width: calc(315 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title {
  flex-shrink: 0;
  width: 170px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title {
    width: calc(170 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__title {
    display: none;
  }
}

.p-reason__reasonList__reasonBox__table__title--reason3 {
  width: 240px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title--reason3 {
    width: calc(240 / 1440 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title__company {
  align-items: center;
  background-color: #444753;
  border-right: 1px solid #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 71px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title__company {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(71 / 1440 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title__period {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 63px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title__period {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(63 / 1440 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title__money {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 108px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title__money {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(108 / 1440 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title__career {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  height: 352px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__title__career {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(352 / 1440 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__title__join {
  height: 63px;
}

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

.p-reason__reasonList__reasonBox__table__contentList {
  flex-shrink: 0;
  width: 680px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList {
    width: calc(680 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList {
    width: calc(315 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul {
    display: block;
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li {
  flex-shrink: 0;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}

.p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li {
  width: 305px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li {
    width: calc(305 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child {
    margin-top: 0;
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__company {
  background-color: #6e55c8;
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text {
    display: block;
    height: calc(104 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
    line-height: 1.36;
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text span {
  color: #6e55c8;
  font-size: 2.5rem;
  line-height: 34px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text span {
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text span {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(34 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__company {
  border-right: 0;
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
  border-right: 0;
}

.p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
  border-right: 0;
  height: 189px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
    height: calc(189 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList--reason3 > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox {
  border-right: 0;
}

.p-reason__reasonList__reasonBox__table__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox {
  border-right: 0;
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__company {
  align-items: center;
  background-color: #444753;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 71px;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__company {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(71 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__company {
    border-right: 0;
    font-size: calc(16 / 375 * 100vw);
    height: calc(71 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  height: 63px;
  justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox {
    border-bottom: 0;
    border-right: 0;
    display: block;
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__title {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__title {
    align-items: center;
    background-color: #efefef;
    display: flex;
    font-size: calc(15 / 375 * 100vw);
    font-weight: bold;
    height: calc(54 / 375 * 100vw);
    justify-content: center;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text {
    align-content: center;
    display: grid;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    justify-content: center;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text--average {
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text--average {
    border-bottom: 1px solid #e8e8e8;
    height: calc(110 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__periodBox__text--average span {
  font-weight: bold;
  display: block;
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  display: flex;
  height: 108px;
  justify-content: center;
}

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

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox {
    border-bottom: 0;
    border-right: 0;
    display: block;
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__title {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__title {
    align-items: center;
    background-color: #efefef;
    display: flex;
    font-size: calc(15 / 375 * 100vw);
    font-weight: bold;
    height: calc(54 / 375 * 100vw);
    justify-content: center;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text {
  font-size: 1.5rem;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text {
    font-size: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__moneyBox__text {
    align-items: center;
    display: flex;
    font-size: calc(15 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    justify-content: center;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  height: 352px;
}

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

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox {
    border-right: 0;
    display: block;
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox__title {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox__title {
    align-items: center;
    background-color: #efefef;
    display: flex;
    font-size: calc(15 / 375 * 100vw);
    font-weight: bold;
    height: calc(54 / 375 * 100vw);
    justify-content: center;
  }
}

.p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox__text {
  font-size: 1.5rem;
  height: 100%;
  line-height: 25px;
  padding: 26px 30px;
  text-align: justify;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    padding: calc(26 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table__contentList__contentBox__careerBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    padding: calc(26 / 375 * 100vw) 0;
  }
}

.p-reason__reasonList__reasonBox__table2 {
  margin: 70px auto 0;
  width: 850px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2 {
    margin: calc(70 / 1440 * 100vw) auto 0;
    width: calc(850 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2 {
    margin: calc(40 / 375 * 100vw) auto 0;
    width: calc(315 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table2__title {
  background-color: #444753;
  display: flex;
  height: 70px;
}

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

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__title {
    background-color: #efefef;
    height: calc(70 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table2__title__period {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  flex-shrink: 0;
  width: 250px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__title__period {
    width: calc(250 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__title__period {
    display: none;
  }
}

.p-reason__reasonList__reasonBox__table2__title__content {
  align-items: center;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
  width: 600px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__title__content {
    font-size: calc(15 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__title__content {
    border-bottom: 0;
    color: #303030;
    font-size: calc(15 / 375 * 100vw);
    width: 100%;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
  height: 120px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    height: calc(120 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    height: calc(70 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
  border-bottom: 1px solid #6e55c8;
  height: 195px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    border-bottom: 0;
    height: calc(195 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    height: calc(70 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
  height: 120px;
  gap: 60px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    height: calc(120 / 1440 * 100vw);
    gap: calc(60 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:first-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
  height: 195px;
  gap: 30px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    height: calc(195 / 1440 * 100vw);
    gap: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList > ul > li:last-child .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    height: auto;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList__contentBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox {
    display: block;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
  align-items: center;
  background-color: #6e55c8;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: bold;
  height: 145px;
  justify-content: center;
  width: 250px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(145 / 1440 * 100vw);
    width: calc(250 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__period {
    font-size: calc(16 / 375 * 100vw);
    height: calc(70 / 375 * 100vw);
    width: 100%;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  height: 145px;
  line-height: 25px;
  padding-left: 26px;
  padding-top: 22px;
  width: 600px;
  gap: 35px;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    font-size: calc(15 / 1440 * 100vw);
    height: calc(145 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    padding-left: calc(26 / 1440 * 100vw);
    padding-top: calc(22 / 1440 * 100vw);
    width: calc(600 / 1440 * 100vw);
    gap: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList {
    display: block;
    font-size: calc(15 / 375 * 100vw);
    height: auto;
    line-height: calc(25 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) 0;
    width: 100%;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList p {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList p {
    width: 100%;
  }
}

.p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList p:nth-child(3) {
  padding-left: 26px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList p:nth-child(3) {
    padding-left: calc(26 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__table2__contentList__contentBox__detailList p:nth-child(3) {
    padding-left: 0;
  }
}

.p-reason__reasonList__reasonBox__logoList {
  margin: 60px auto 0;
  width: 1087px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__logoList {
    margin: calc(60 / 1440 * 100vw) auto 0;
    width: calc(1132 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__logoList {
    margin: calc(30 / 375 * 100vw) auto 0;
    width: calc(309 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__logoList > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-reason__reasonList__reasonBox__logoList > ul > li {
  margin-top: 30px;
  width: 240px;
}

@media screen and (max-width: 1439px) {
  .p-reason__reasonList__reasonBox__logoList > ul > li {
    margin-top: calc(30 / 1440 * 100vw);
    width: calc(240 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__logoList > ul > li {
    margin-top: calc(25 / 375 * 100vw);
    width: calc(145 / 375 * 100vw);
  }
}

.p-reason__reasonList__reasonBox__logoList > ul > li:nth-child(-n+4) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__logoList > ul > li:nth-child(-n+4) {
    margin-top: calc(25 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-reason__reasonList__reasonBox__logoList > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
}

.p-reason__reasonList__reasonBox__logoList__logo {
  width: 100%;
}

.p-reason__reasonList__reasonBox__logoList__logo img {
  height: auto;
  width: 100%;
}

.p-flow__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 1439px) {
  .p-flow__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}

.p-flow__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-flow__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-flow__stepList {
  margin: 0 auto;
  width: 800px;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList {
    width: calc(800 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList {
    margin: calc(50 / 375 * 100vw) auto;
    width: calc(315 / 375 * 100vw);
  }
}

.p-flow__stepList > ul > li {
  margin-top: 25px;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList > ul > li {
    margin-top: calc(25 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList > ul > li {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-flow__stepList > ul > li:first-child {
  margin-top: 0;
}

.p-flow__stepList > ul > li:last-child .p-flow__stepList__stepBox__label::after {
  display: none;
}

.p-flow__stepList__stepBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox {
    display: block;
  }
}

.p-flow__stepList__stepBox__label {
  flex-shrink: 0;
  position: relative;
  width: 130px;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__label {
    width: calc(130 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__label {
    margin: 0 auto;
    width: calc(94 / 375 * 100vw);
  }
}

.p-flow__stepList__stepBox__label::after {
  background-color: #6e55c8;
  bottom: -35px;
  content: '';
  display: inline-block;
  height: 55px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: -1;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__label::after {
    bottom: calc(-35 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__label::after {
    display: none;
  }
}

.p-flow__stepList__stepBox__label img {
  height: auto;
  width: 100%;
}

.p-flow__stepList__stepBox__textBox {
  flex-shrink: 0;
  width: 640px;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox {
    width: calc(640 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox {
    margin-top: calc(27 / 375 * 100vw);
    width: 100%;
  }
}

.p-flow__stepList__stepBox__textBox__title {
  color: #6e55c8;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
    line-height: calc(25 / 375 * 100vw);
  }
}

.p-flow__stepList__stepBox__textBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 15px;
}

@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    letter-spacing: 0.035em;
  }
}

.p-faq {
  background-color: #efefef;
}

.p-faq__inner {
  padding-bottom: 100px;
  padding-top: 50px;
}

@media screen and (max-width: 1439px) {
  .p-faq__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__inner {
    margin-left: calc(-20 / 375 * 100vw);
    margin-right: calc(-20 / 375 * 100vw);
    padding-bottom: calc(0 / 375 * 100vw);
    padding-top: calc(65 / 375 * 100vw);
  }
}

.p-faq__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-faq__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-faq__faqList {
  margin: 90px auto 0;
  width: 1130px;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList {
    margin: calc(90 / 1440 * 100vw) auto 0;
    width: calc(1130 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList {
    margin: calc(50 / 375 * 100vw) auto 0;
    width: 100%;
  }
}

.p-faq__faqList > ul > li {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList > ul > li {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-faq__faqList > ul > li:first-child {
  margin-top: 0;
}

.p-faq__faqList__faqBox {
  background-color: #ffffff;
  box-shadow: 0 0 60px 60px rgba(0, 0, 0, 0.03);
  height: 205px;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox {
    box-shadow: 0 0 calc(60 / 1440 * 100vw) calc(60 / 1440 * 100vw) rgba(0, 0, 0, 0.03);
    height: calc(205 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox {
    box-shadow: 0 0 calc(25 / 375 * 100vw) calc(25 / 375 * 100vw) rgba(0, 0, 0, 0.03);
    height: auto;
  }
}

.p-faq__faqList__faqBox__inner {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(30 / 375 * 100vw);
    padding-right: calc(30 / 375 * 100vw);
    padding-top: calc(45 / 375 * 100vw);
  }
}

.p-faq__faqList__faqBox__label {
  left: 73px;
  position: absolute;
  top: 85px;
  width: 28px;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__label {
    left: calc(73 / 1440 * 100vw);
    top: calc(85 / 1440 * 100vw);
    width: calc(28 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__label {
    margin: 0 auto;
    position: static;
    width: calc(28 / 375 * 100vw);
  }
}

.p-faq__faqList__faqBox__label img {
  height: auto;
  width: 100%;
}

.p-faq__faqList__faqBox__textBox {
  left: 173px;
  position: absolute;
  top: 46px;
  width: 910px;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__textBox {
    left: calc(173 / 1440 * 100vw);
    top: calc(46 / 1440 * 100vw);
    width: calc(910 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__textBox {
    position: static;
    width: 100%;
  }
}

.p-faq__faqList__faqBox__textBox__title {
  color: #6e55c8;
  font-size: 2.0rem;
  font-weight: bold;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__textBox__title {
    font-size: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__textBox__title {
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-top: calc(34 / 375 * 100vw);
  }
}

.p-faq__faqList__faqBox__textBox__text {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 24px;
  text-align: justify;
}

@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__textBox__text {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(24 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__textBox__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
    letter-spacing: 0.002em;
  }
}

.p-message {
  background-color: #6e55c8;
}

@media screen and (max-width: 767px) {
  .p-message {
    margin-top: calc(49 / 375 * 100vw);
  }
}

.p-message__inner {
  height: 708px;
  padding-top: 90px;
  position: relative;
}

@media screen and (max-width: 1439px) {
  .p-message__inner {
    height: calc(708 / 1440 * 100vw);
    padding-top: calc(90 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__inner {
    height: calc(708 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}

.p-message__inner::after {
  background-image: url(../images/text_message_slogan.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 75px;
  position: absolute;
  right: 0;
  width: 1028px;
}

@media screen and (max-width: 1439px) {
  .p-message__inner::after {
    height: calc(75 / 1440 * 100vw);
    width: calc(1028 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__inner::after {
    background-image: url(../images/text_message_slogan_sp.svg);
    bottom: auto;
    height: calc(411 / 375 * 100vw);
    right: calc(-20 / 375 * 100vw);
    top: 0;
    width: calc(121 / 375 * 100vw);
  }
}

.p-message__content {
  color: #ffffff;
  font-weight: bold;
  margin: 0 auto;
  width: 1040px;
}

@media screen and (max-width: 1439px) {
  .p-message__content {
    width: calc(1040 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content {
    width: 100%;
  }
}

.p-message__content__slogan__ja {
  font-size: 4.5rem;
}

@media screen and (max-width: 1439px) {
  .p-message__content__slogan__ja {
    font-size: calc(45 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__slogan__ja {
    font-size: calc(35 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
  }
}

.p-message__content__slogan__en {
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (max-width: 1439px) {
  .p-message__content__slogan__en {
    font-size: calc(16 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__slogan__en {
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-message__content__aim {
  font-size: 1.6rem;
  line-height: 28px;
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-message__content__aim {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__aim {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(50 / 375 * 100vw);
  }
}

.p-message__content__vision {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-message__content__vision {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__vision {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-message__content__vision__text1 {
  font-size: 1.6rem;
}

@media screen and (max-width: 1439px) {
  .p-message__content__vision__text1 {
    font-size: calc(16 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__vision__text1 {
    font-size: calc(15 / 375 * 100vw);
  }
}

.p-message__content__vision__text2 {
  font-size: 4.4rem;
  line-height: 55px;
  margin-top: 10px;
}

@media screen and (max-width: 1439px) {
  .p-message__content__vision__text2 {
    font-size: calc(44 / 1440 * 100vw);
    line-height: calc(55 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__vision__text2 {
    font-size: calc(35 / 375 * 100vw);
    line-height: calc(45 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
  }
}

.p-message__content__text {
  font-size: 1.6rem;
  line-height: 28px;
  margin-top: 35px;
  text-align: justify;
}

@media screen and (max-width: 1439px) {
  .p-message__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(35 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-message__content__text {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-form--thanks .p-form__inner {
  padding-bottom: 250px;
}

@media screen and (max-width: 1439px) {
  .p-form--thanks .p-form__inner {
    padding-bottom: calc(250 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form--thanks .p-form__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

.p-form--error .p-form__inner {
  padding-bottom: 250px;
}

@media screen and (max-width: 1439px) {
  .p-form--error .p-form__inner {
    padding-bottom: calc(250 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form--error .p-form__inner {
    padding-bottom: calc(100 / 375 * 100vw);
    padding-top: calc(25 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form--error .p-form__messageBox__text2 {
    text-align: justify;
  }
}

.p-form__inner {
  padding-bottom: 150px;
  padding-top: 100px;
}

@media screen and (max-width: 1439px) {
  .p-form__inner {
    padding-bottom: calc(150 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}

.p-form__title {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-form__title {
    margin-bottom: calc(50 / 1440 * 100vw);
    margin-top: calc(50 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-top: calc(25 / 375 * 100vw);
  }
}

.p-form__api {
  margin: 100px auto 0;
  width: 1020px;
}

@media screen and (max-width: 1439px) {
  .p-form__api {
    margin: calc(100 / 1440 * 100vw) auto 0;
    width: calc(1020 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api {
    margin: calc(60 / 375 * 100vw) auto 0;
    width: 100%;
  }
}

.p-form__api__flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-form__api__flex {
    display: block;
  }
}

.p-form__api__flex + .p-form__api__flex {
  margin-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-form__api__flex + .p-form__api__flex {
    margin-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api__flex + .p-form__api__flex {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-form__api__flex__group {
  flex-shrink: 0;
  width: 488px;
}

@media screen and (max-width: 1439px) {
  .p-form__api__flex__group {
    width: calc(488 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api__flex__group {
    width: 100%;
  }
}

.p-form__api__flex__group--full {
  width: 100%;
}

.p-form__api__flex__group--full input {
  width: 100%;
}

.p-form__api__flex__group__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 6px;
}

@media screen and (max-width: 1439px) {
  .p-form__api__flex__group__title {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api__flex__group__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}

.p-form__api__flex__group__title span {
  color: #6e55c8;
}

@media screen and (max-width: 767px) {
  .p-form__api__flex__group + .p-form__api__flex__group {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-form__api__notice {
  font-size: 1.2rem;
  line-height: 22px;
  margin-top: 30px;
}

@media screen and (max-width: 1439px) {
  .p-form__api__notice {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api__notice {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}

.p-form__api__notice a {
  color: #6e55c8;
}

.p-form__api__button {
  margin-top: 100px;
}

@media screen and (max-width: 1439px) {
  .p-form__api__button {
    margin-top: calc(100 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__api__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-form__api__button input[type="submit"] {
  margin: 0 auto;
}

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

.p-form__messageBox__text1 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 36px;
}

@media screen and (max-width: 1439px) {
  .p-form__messageBox__text1 {
    font-size: calc(22 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__messageBox__text1 {
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }
}

.p-form__messageBox__text2 {
  font-size: 1.5rem;
  line-height: 25px;
  margin-top: 10px;
}

@media screen and (max-width: 1439px) {
  .p-form__messageBox__text2 {
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__messageBox__text2 {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-form__messageBox__text2 a {
  color: #6e55c8;
}

.p-form__messageBox__button {
  margin-top: 60px;
}

@media screen and (max-width: 1439px) {
  .p-form__messageBox__button {
    margin-top: calc(60 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-form__messageBox__button {
    margin-top: calc(60 / 375 * 100vw);
  }
}

.p-form__messageBox__button a {
  margin: 0 auto;
}

.p-footer {
  background-color: #222222;
  height: 160px;
}

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

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

.p-footer__inner {
  padding-top: 40px;
}

@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-top: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-top: calc(40 / 375 * 100vw);
  }
}

.p-footer__snsList > ul {
  display: flex;
  justify-content: center;
}

.p-footer__snsList > ul > li {
  margin-left: 10px;
}

@media screen and (max-width: 1439px) {
  .p-footer__snsList > ul > li {
    margin-left: calc(10 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__snsList > ul > li {
    margin-left: calc(12 / 375 * 100vw);
  }
}

.p-footer__snsList > ul > li:first-child {
  margin-left: 0;
}

.p-footer__snsList a {
  align-items: center;
  border: 1px solid #777777;
  border-radius: 50%;
  color: #bbbbbb;
  display: flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

@media screen and (max-width: 1439px) {
  .p-footer__snsList a {
    font-size: calc(16 / 1440 * 100vw);
    height: calc(44 / 1440 * 100vw);
    width: calc(44 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__snsList a {
    font-size: calc(16 / 375 * 100vw);
    height: calc(44 / 375 * 100vw);
    width: calc(44 / 375 * 100vw);
  }
}

.p-footer__snsList a:hover {
  background-color: #6e55c8;
  border: 1px solid #6e55c8;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-footer__snsList a:hover {
    background-color: #222222;
    border: 1px solid #777777;
    color: #bbbbbb;
  }
}

.p-footer__copyright {
  color: #ffffff;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(13 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}

.p-footer__gotop {
  bottom: 10px;
  display: none;
  font-size: 2.0rem;
  position: fixed;
  right: 15px;
}

@media screen and (max-width: 1439px) {
  .p-footer__gotop {
    bottom: calc(10 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
    right: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__gotop {
    bottom: calc(15 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
  }
}

.p-footer__gotop a {
  align-items: center;
  background-color: #333333;
  border: 1px solid #333333;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

@media screen and (max-width: 1439px) {
  .p-footer__gotop a {
    height: calc(40 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__gotop a {
    height: calc(40 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}

.p-footer__gotop a:hover {
  background-color: #6e55c8;
  border: 1px solid #6e55c8;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .p-footer__gotop a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
  }
}

.p-drawer {
  background-color: #6e55c8;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 100;
  z-index: -1;
}

.p-drawer__inner {
  padding-top: calc(80 / 375 * 100vw);
}

.p-drawer__navList > ul > li {
  margin-top: calc(28 / 375 * 100vw);
  text-align: center;
}

.p-drawer__navList > ul > li:first-child {
  margin-top: 0;
}

.p-drawer__navList a {
  color: #ffffff;
  font-size: calc(16 / 375 * 100vw);
  line-height: calc(28 / 375 * 100vw);
}

.p-drawer__close {
  margin: calc(100 / 375 * 100vw) auto 0;
  width: calc(43 / 375 * 100vw);
}

.p-drawer__close img {
  height: auto;
  width: 100%;
}

.p-drawer.is-show {
  opacity: 1;
  z-index: 100;
}
