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

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

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;
  letter-spacing: 0.08em;
}

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

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: #ffffff;
  color: #1C1C1C;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-style: normal;
  overflow: hidden;
}

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

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

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes underline {
  0% {
    left: 0;
    right: auto;
    width: 0%;
  }
  49% {
    left: 0;
    right: auto;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0%;
  }
}
@keyframes underline {
  0% {
    left: 0;
    right: auto;
    width: 0%;
  }
  49% {
    left: 0;
    right: auto;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0%;
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.l-container {
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  width: 1440px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
    width: calc(1440 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.l-container--full {
  padding-left: 120px;
  padding-right: 120px;
  width: 1920px;
}
@media screen and (max-width: 1919px) {
  .l-container--full {
    padding-left: calc(120 / 1920 * 100vw);
    padding-right: calc(120 / 1920 * 100vw);
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container--full {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-table {
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.l-table__row {
  display: table-row;
}
.l-table__row:first-child {
  background-color: #1B2B50;
}
.l-table__row:nth-child(n+2) .l-table__row__cell:first-child {
  background-color: #F5F5F5;
}
.l-table__row__cell {
  border: solid #E6E6E6;
  border-width: 1px;
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .l-table__row__cell {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-table__row__cell {
    padding: calc(12 / 375 * 100vw);
  }
}
.l-table__row__cell:first-child {
  width: 210px;
}
@media screen and (max-width: 1439px) {
  .l-table__row__cell:first-child {
    width: calc(210 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-table__row__cell:first-child {
    width: calc(96 / 375 * 100vw);
  }
}
.l-table__row__cell:nth-child(n+2) {
  width: 844px;
}
@media screen and (max-width: 1439px) {
  .l-table__row__cell:nth-child(n+2) {
    width: calc(844 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-table__row__cell:nth-child(n+2) {
    display: none;
    width: calc(250 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-table__row__cell.is-show {
    display: table-cell;
  }
}

.c-title {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .c-title {
    margin-bottom: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-title__text {
  color: #E34701;
  font-family: "Castoro", serif;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .c-title__text {
    font-size: calc(22 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title__text {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-title__text--ja {
  font-family: inherit;
  font-weight: bold;
}
.c-title__title {
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-title__title {
    font-size: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title__title {
    font-size: calc(28 / 375 * 100vw);
  }
}

.p-header {
  background-color: #ffffff;
}
.p-header__inner {
  padding-left: 20px;
  padding-right: 16px;
}
@media screen and (max-width: 1439px) {
  .p-header__inner {
    padding-left: calc(20 / 1440 * 100vw);
    padding-right: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: 0;
  }
}
.p-header__content {
  align-items: center;
  display: flex;
  height: 80px;
}
@media screen and (max-width: 1439px) {
  .p-header__content {
    height: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content {
    height: calc(60 / 375 * 100vw);
  }
}
.p-header__content__logo {
  margin-right: auto;
  width: 130px;
}
@media screen and (max-width: 1439px) {
  .p-header__content__logo {
    width: calc(130 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content__logo {
    width: calc(100 / 375 * 100vw);
  }
}
.p-header__content__logo a {
  display: block;
}
.p-header__content__logo img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-header__content__navList {
    display: none;
  }
}
.p-header__content__navList > ul {
  align-items: center;
  display: flex;
}
.p-header__content__navList > ul > li {
  margin-left: 40px;
}
@media screen and (max-width: 1439px) {
  .p-header__content__navList > ul > li {
    margin-left: calc(40 / 1440 * 100vw);
  }
}
.p-header__content__navList > ul > li:first-child {
  margin-left: 0;
}
.p-header__content__navList__navBox__text a {
  color: #1C1C1C;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-header__content__navList__navBox__text a {
    font-size: calc(15 / 1440 * 100vw);
  }
}
.p-header__content__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  height: 50px;
  margin-left: 30px;
  overflow: hidden;
  position: relative;
  text-indent: 150vw;
  white-space: nowrap;
  width: 102px;
}
@media screen and (max-width: 1439px) {
  .p-header__content__button {
    border-radius: calc(2 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    width: calc(102 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__content__button {
    display: none;
  }
}
.p-header__content__button::before, .p-header__content__button::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-header__content__button:before {
  background: linear-gradient(90deg, #FF0600 0%, #FF7200 100%);
  z-index: 2;
}
.p-header__content__button:after {
  background: linear-gradient(270deg, #FF0600 0%, #FF7200 100%);
  z-index: 1;
}
.p-header__content__button:hover {
  box-shadow: 0px 3px 10px rgba(46, 34, 6, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-header__content__button:hover {
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(46, 34, 6, 0.3);
  }
}
.p-header__content__button:hover::before {
  opacity: 0;
}
.p-header__content__button form {
  height: 100%;
  width: 100%;
}
.p-header__content__button form input[type=submit] {
  background-color: transparent;
  background-image: url(../images/button_header_application.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
.p-header__content__humbergerList {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__content__humbergerList {
    display: block;
  }
}
.p-header__content__humbergerList > ul {
  align-items: center;
  display: flex;
}
.p-header__content__humbergerList__humberger {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: calc(60 / 375 * 100vw);
  width: calc(70 / 375 * 100vw);
}
.p-header__content__humbergerList__humberger--application {
  background-image: url(../images/humberger_application.svg);
}
.p-header__content__humbergerList__humberger--menu {
  background-image: url(../images/humberger_menu.svg);
}
.p-header.is-clone {
  background-color: #ffffff;
  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-mainVisual {
  position: relative;
}
.p-mainVisual::after {
  background-image: url(../images/bg_mainVisual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mainVisual::after {
    background-image: url(../images/bg_mainVisual_sp.png);
  }
}
.p-mainVisual__inner {
  padding-bottom: 50px;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-mainVisual__content {
  margin: 0 auto;
  width: 940px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content {
    width: calc(940 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content {
    width: 100%;
  }
}
.p-mainVisual__content__cardBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox {
    display: block;
  }
}
.p-mainVisual__content__cardBox__textBox {
  width: 470px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox {
    width: calc(470 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox {
    width: 100%;
  }
}
.p-mainVisual__content__cardBox__textBox__conceptBox {
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__conceptBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__conceptBox {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
    font-size: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__conceptBox__text1 {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
    text-align: center;
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__nameBox {
    justify-content: center;
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
  color: #1B2B50;
  font-size: 1.6rem;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__nameBox__text1 {
    font-size: calc(10 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__title {
  color: #1B2B50;
  font-family: "Castoro", serif;
  font-size: 6.7rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__title {
    font-size: calc(67 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__title {
    font-size: calc(42 / 375 * 100vw);
    text-align: center;
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__waku {
  background-image: url(../images/mainVisual_waku.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 30px;
  margin-top: 5px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
  width: 436px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__waku {
    height: calc(30 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
    width: calc(436 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__waku {
    background-image: url(../images/mainVisual_waku_sp.svg);
    display: block;
    height: calc(45 / 375 * 100vw);
    margin: calc(5 / 375 * 100vw) auto 0;
    width: calc(275 / 375 * 100vw);
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__shikaku {
  color: #1B2B50;
  font-size: 1.1rem;
  line-height: 19px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__shikaku {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__shikaku {
    display: none;
  }
}
.p-mainVisual__content__cardBox__textBox__titleBox__notice {
  color: #838383;
  font-size: 1.1rem;
  line-height: 19px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__notice {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__textBox__titleBox__notice {
    display: none;
  }
}
.p-mainVisual__content__cardBox__imageBox {
  flex-shrink: 0;
  width: 430px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__cardBox__imageBox {
    width: calc(430 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__imageBox {
    margin: calc(20 / 375 * 100vw) auto 0;
    width: calc(275 / 375 * 100vw);
  }
}
.p-mainVisual__content__cardBox__imageBox__image {
  width: 100%;
}
.p-mainVisual__content__cardBox__imageBox__image img {
  height: auto;
  width: 100%;
}
.p-mainVisual__content__cardBox__imageBox__shikaku {
  color: #1B2B50;
  display: none;
  font-size: calc(11 / 375 * 100vw);
  line-height: calc(17 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__imageBox__shikaku {
    display: block;
  }
}
.p-mainVisual__content__cardBox__imageBox__notice {
  color: #838383;
  display: none;
  font-size: calc(9 / 375 * 100vw);
  line-height: calc(17 / 375 * 100vw);
  margin: calc(10 / 375 * 100vw) calc(-30 / 375 * 100vw) 0;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__cardBox__imageBox__notice {
    display: block;
  }
}
.p-mainVisual__content__bannerBox2 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2 {
    margin-top: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2 {
    display: block;
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__titleBox {
  width: 454px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__titleBox {
    width: calc(454 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__titleBox {
    width: calc(332 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__titleBox__title {
  background-image: url(../images/mainVisual_banner2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 86px;
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__titleBox__title {
    height: calc(86 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__titleBox__title {
    background-image: url(../images/mainVisual_banner2_sp.svg);
    height: calc(20 / 375 * 100vw);
    margin: 0 auto;
  }
}
.p-mainVisual__content__bannerBox2__titleBox__link {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__titleBox__link {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__titleBox__link {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__titleBox__link a {
  color: #E34701;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__titleBox__link a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__titleBox__link a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__titleBox__link a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__titleBox__link a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__titleBox__link a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox {
  width: 460px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox {
    width: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox {
    width: 100%;
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox {
  position: relative;
  text-align: center;
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox::after {
  background-color: #D0D0D0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 17px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox::after {
    top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox::after {
    top: calc(12 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox__title {
  background-color: #F7F7F7;
  color: #5F5F5F;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 10px;
  padding: 0 8px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(31 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding: 0 calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  height: 77px;
  overflow: hidden;
  position: relative;
  text-indent: 150vw;
  white-space: nowrap;
  width: 460px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button {
    border-radius: calc(2 / 1440 * 100vw);
    height: calc(77 / 1440 * 100vw);
    width: calc(460 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button {
    border-radius: calc(2 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button::before, .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:before {
  background: linear-gradient(90deg, #FF0600 0%, #FF7200 100%);
  z-index: 2;
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:after {
  background: linear-gradient(270deg, #FF0600 0%, #FF7200 100%);
  z-index: 1;
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:hover {
  box-shadow: 0px 3px 10px rgba(46, 34, 6, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:hover {
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(46, 34, 6, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:hover {
    box-shadow: none;
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:hover::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button:hover::before {
    display: none;
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button form {
  height: 100%;
  width: 100%;
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button form input[type=submit] {
  background-color: transparent;
  background-image: url(../images/button_mainVisual_application.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button form input[type=submit] {
    background-image: url(../images/button_mainVisual_application2_sp.png);
    background-position: 0 calc(1 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button a {
  background-image: url(../images/button_mainVisual_simulation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button a {
    background-image: url(../images/button_mainVisual_simulation_sp.png);
    background-position: 0 calc(1 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__buttonBox__button a:hover {
  opacity: 1;
}
.p-mainVisual__content__bannerBox2__applicationBox__link {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link {
    margin-top: calc(25 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__link a {
  color: #E34701;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link a {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link a {
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-mainVisual__content__bannerBox2__applicationBox__link a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__bannerBox2__applicationBox__link a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-mainVisual__content__linkBox {
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__linkBox {
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__linkBox {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-mainVisual__content__linkBox__text {
  color: #5F5F5F;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-mainVisual__content__linkBox__text {
    font-size: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mainVisual__content__linkBox__text {
    flex-shrink: 0;
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(27 / 375 * 100vw);
  }
}
.p-mainVisual__content__linkBox__text a {
  color: inherit;
  text-decoration: underline;
}
.p-mainVisual__content__linkBox__banner {
  width: 100%;
}
.p-mainVisual__content__linkBox__banner a {
  display: block;
}
.p-mainVisual__content__linkBox__banner img {
  height: auto;
  width: 100%;
}

.p-solution {
  background-color: #082041;
}
.p-solution__inner {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-solution__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-solution__title {
  color: #ffffff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-solution__title {
    font-size: calc(38 / 1440 * 100vw);
    line-height: calc(56 / 1440 * 100vw);
    margin-bottom: calc(60 / 1440 * 100vw);
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-solution__title::after {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 36px;
}
@media screen and (max-width: 1439px) {
  .p-solution__title::after {
    height: calc(4 / 1440 * 100vw);
    width: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__title::after {
    height: calc(4 / 375 * 100vw);
    width: calc(26 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__iconList {
    background-image: url(../images/bg_solution_iconlist.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    content: "";
    display: inline-block;
    height: calc(199 / 375 * 100vw);
    margin: 0 auto;
    width: calc(345 / 375 * 100vw);
  }
}
.p-solution__iconList > ul {
  display: flex;
  justify-content: center;
}
.p-solution__iconList > ul > li {
  margin-left: 88px;
}
@media screen and (max-width: 1439px) {
  .p-solution__iconList > ul > li {
    margin-left: calc(88 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__iconList > ul > li {
    margin-left: 0;
  }
}
.p-solution__iconList > ul > li:first-child {
  margin-left: 0;
}
.p-solution__iconList__icon {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  width: 304px;
}
@media screen and (max-width: 1439px) {
  .p-solution__iconList__icon {
    filter: drop-shadow(0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3));
    width: calc(304 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solution__iconList__icon {
    height: calc(199 / 375 * 100vw);
    width: calc(115 / 375 * 100vw);
  }
}
.p-solution__iconList__icon a {
  display: block;
  height: 100%;
}
.p-solution__iconList__icon img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-solution__iconList__icon img {
    height: 100%;
    visibility: hidden;
  }
}

.p-feature__inner {
  padding-bottom: 125px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-feature__inner {
    padding-bottom: calc(125 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    padding-bottom: calc(120 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-feature .c-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-feature .c-title {
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature .c-title {
    margin-bottom: calc(25 / 375 * 100vw);
    margin-left: calc(-15 / 375 * 100vw);
    margin-right: calc(-15 / 375 * 100vw);
  }
}
.p-feature .c-title__title span {
  letter-spacing: 0.03em;
}
.p-feature__featureList > ul > li {
  margin-top: 100px;
  padding-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList > ul > li {
    margin-top: calc(100 / 1440 * 100vw);
    padding-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList > ul > li {
    margin-top: calc(65 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
}
.p-feature__featureList > ul > li:first-child {
  margin-top: 0;
}
.p-feature__featureList__featureBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox {
    display: block;
  }
}
.p-feature__featureList__featureBox__textBox {
  flex-shrink: 0;
  position: relative;
  width: 600px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox {
    width: calc(600 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox {
    width: 100%;
  }
}
.p-feature__featureList__featureBox__textBox__number {
  left: 0;
  position: absolute;
  top: -80px;
  width: 115px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__number {
    top: calc(-80 / 1440 * 100vw);
    width: calc(115 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__number {
    top: calc(-52 / 375 * 100vw);
    width: calc(75 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__number img {
  height: auto;
  width: 100%;
}
.p-feature__featureList__featureBox__textBox__titleBox {
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__titleBox {
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__titleBox {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__titleBox__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 54px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__titleBox__title {
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(54 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__titleBox__title {
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(36 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__titleBox__text {
  font-size: 2.1rem;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__titleBox__text {
    font-size: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__titleBox__text {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__text {
  font-size: 1.8rem;
  line-height: 32px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__notice {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__notice {
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__notice {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__textBox__button {
  border-radius: 2px;
  height: 60px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__button {
    height: calc(60 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__button {
    height: calc(56 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: 100%;
  }
}
.p-feature__featureList__featureBox__textBox__button::before, .p-feature__featureList__featureBox__textBox__button::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-feature__featureList__featureBox__textBox__button:before {
  background: linear-gradient(90deg, #FF0600 0%, #FF7200 100%);
  z-index: 2;
}
.p-feature__featureList__featureBox__textBox__button:after {
  background: linear-gradient(270deg, #FF0600 0%, #FF7200 100%);
  z-index: 1;
}
.p-feature__featureList__featureBox__textBox__button:hover {
  box-shadow: 0px 3px 10px rgba(46, 34, 6, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__button:hover {
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(46, 34, 6, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__button:hover {
    box-shadow: none;
  }
}
.p-feature__featureList__featureBox__textBox__button:hover::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__button:hover::before {
    display: none;
  }
}
.p-feature__featureList__featureBox__textBox__button a {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__textBox__button a {
    font-size: calc(18 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__textBox__button a {
    font-size: calc(15 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  flex-shrink: 0;
  height: 340px;
  position: relative;
  width: 490px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox__thumbnail {
    height: calc(340 / 1440 * 100vw);
    width: calc(490 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox__thumbnail {
    height: calc(194 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox__thumbnail::after {
  background-color: rgba(147, 184, 221, 0.08);
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}
.p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button {
  width: 292px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button {
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button {
    width: 100%;
  }
}
.p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button a {
  width: 292px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button a {
    width: calc(292 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__textBox__button a {
    width: 100%;
  }
}
.p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__thumbnail {
  background-image: url(../images/feature_thumbnail_1.png);
}
.p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__thumbnail::after {
  bottom: -95px;
  height: 347px;
  right: -112px;
  width: 347px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__thumbnail::after {
    bottom: calc(-95 / 1440 * 100vw);
    height: calc(347 / 1440 * 100vw);
    right: calc(-112 / 1440 * 100vw);
    width: calc(347 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature1 .p-feature__featureList__featureBox__thumbnail::after {
    bottom: calc(-59 / 375 * 100vw);
    height: calc(255 / 375 * 100vw);
    right: calc(-53 / 375 * 100vw);
    width: calc(255 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox--feature2 {
  flex-direction: row-reverse;
}
.p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__textBox {
  width: 580px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__textBox {
    width: calc(580 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__textBox {
    width: 100%;
  }
}
.p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail {
  background-image: url(../images/feature_thumbnail_2_2.png);
  height: 290px;
  width: 540px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail {
    height: calc(290 / 1440 * 100vw);
    width: calc(540 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail {
    height: calc(194 / 375 * 100vw);
    width: calc(345 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail::after {
  height: 232px;
  left: -85px;
  top: -66px;
  width: 232px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail::after {
    height: calc(232 / 1440 * 100vw);
    left: calc(-85 / 1440 * 100vw);
    top: calc(-66 / 1440 * 100vw);
    width: calc(232 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature2 .p-feature__featureList__featureBox__thumbnail::after {
    bottom: calc(-59 / 375 * 100vw);
    height: calc(255 / 375 * 100vw);
    left: auto;
    right: calc(-53 / 375 * 100vw);
    top: auto;
    width: calc(255 / 375 * 100vw);
  }
}
.p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button {
  width: 400px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button {
    width: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button {
    width: 100%;
  }
}
.p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button a {
  width: 400px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button a {
    width: calc(400 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__textBox__button a {
    width: 100%;
  }
}
.p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__thumbnail {
  background-image: url(../images/feature_thumbnail_3.png);
}
.p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__thumbnail::after {
  height: 336px;
  right: -149px;
  top: -73px;
  width: 336px;
}
@media screen and (max-width: 1439px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__thumbnail::after {
    height: calc(336 / 1440 * 100vw);
    right: calc(-149 / 1440 * 100vw);
    top: calc(-73 / 1440 * 100vw);
    width: calc(336 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-feature__featureList__featureBox--feature3 .p-feature__featureList__featureBox__thumbnail::after {
    bottom: calc(-59 / 375 * 100vw);
    height: calc(255 / 375 * 100vw);
    right: calc(-53 / 375 * 100vw);
    top: auto;
    width: calc(255 / 375 * 100vw);
  }
}

.p-borrowing {
  background-color: #F5F5F5;
}
.p-borrowing__inner {
  padding-bottom: 60px;
  padding-top: 95px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__inner {
    padding-bottom: calc(60 / 1440 * 100vw);
    padding-top: calc(95 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__inner {
    padding-bottom: calc(35 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-borrowing__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-borrowing__titleBox__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 61px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__titleBox__title {
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(61 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__titleBox__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-borrowing__titleBox__title::after {
  background-color: #1C1C1C;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__titleBox__title::after {
    height: calc(3 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__titleBox__title::after {
    height: calc(3 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.p-borrowing__titleBox__text {
  font-size: 1.8rem;
  line-height: 32px;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__titleBox__text {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__titleBox__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-borrowing__section + * {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section + * {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-borrowing__section__title {
  align-items: center;
  background-color: #1B2B50;
  color: #ffffff;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__title {
    font-size: calc(24 / 1440 * 100vw);
    height: calc(56 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__title {
    font-size: calc(17 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-borrowing__section__title span {
  font-size: 1.8rem;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__title span {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__title span {
    font-size: calc(15 / 375 * 100vw);
  }
}
.p-borrowing__section__content {
  background-color: #ffffff;
  display: flex;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content {
    filter: drop-shadow(0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3));
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content {
    display: block;
    filter: drop-shadow(0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.3));
    padding: calc(20 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox {
  flex-shrink: 0;
  width: 590px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox {
    width: calc(590 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox {
    width: 100%;
  }
}
.p-borrowing__section__content__textBox__titleGroup {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__titleGroup {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__titleGroup {
    display: block;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__titleGroup__icon {
  margin-right: 10px;
  width: 50px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__titleGroup__icon {
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__titleGroup__icon {
    margin-bottom: calc(20 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(68 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__titleGroup__icon img {
  height: auto;
  width: 100%;
}
.p-borrowing__section__content__textBox__titleGroup__titleBox__catch1 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__titleGroup__titleBox__catch1 {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__titleGroup__titleBox__catch1 {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__titleGroup__titleBox__catch2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__titleGroup__titleBox__catch2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__titleGroup__titleBox__catch2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__text {
  font-size: 1.6rem;
  line-height: 21px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList > ul > li {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList > ul > li {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList > ul > li {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList > ul > li:first-child {
  margin-top: 0;
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__title {
  align-items: center;
  color: #1B2B50;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__title {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-bottom: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__title {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__title::before {
  background-image: url(../images/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__title::before {
    height: calc(16 / 1440 * 100vw);
    margin-right: calc(5 / 1440 * 100vw);
    width: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__title::before {
    height: calc(15 / 375 * 100vw);
    margin-right: calc(5 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__text {
  color: #5F5F5F;
  font-size: 1.4rem;
  line-height: 21px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__link {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__link {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__link {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: 0;
  }
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__link a {
  text-decoration: underline;
  white-space: nowrap;
}
.p-borrowing__section__content__textBox__serviceList__serviceBox__link a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__link a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__textBox__serviceList__serviceBox__link a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-borrowing__section__content__image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-borrowing__section__content__image {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-borrowing__section__content__image img {
  height: auto;
  width: 100%;
}
.p-borrowing__section--section2 .p-borrowing__section__content__image {
  flex-shrink: 0;
  width: 423px;
}
@media screen and (max-width: 1439px) {
  .p-borrowing__section--section2 .p-borrowing__section__content__image {
    width: calc(423 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-borrowing__section--section2 .p-borrowing__section__content__image {
    width: 100%;
  }
}

.p-repayment {
  background-color: #F5F5F5;
}
.p-repayment__inner {
  padding-bottom: 120px;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__inner {
    padding-bottom: calc(120 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__inner {
    padding-bottom: calc(50 / 375 * 100vw);
    padding-top: calc(35 / 375 * 100vw);
  }
}
.p-repayment__titleBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__titleBox {
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__titleBox {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-repayment__titleBox__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 61px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-repayment__titleBox__title {
    font-size: calc(36 / 1440 * 100vw);
    line-height: calc(61 / 1440 * 100vw);
    padding-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__titleBox__title {
    font-size: calc(28 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.p-repayment__titleBox__title::after {
  background-color: #1C1C1C;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__titleBox__title::after {
    height: calc(3 / 1440 * 100vw);
    width: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__titleBox__title::after {
    height: calc(3 / 375 * 100vw);
    width: calc(22 / 375 * 100vw);
  }
}
.p-repayment__section + * {
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section + * {
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section + * {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-repayment__section__title {
  align-items: center;
  background-color: #1B2B50;
  color: #ffffff;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 56px;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__title {
    font-size: calc(24 / 1440 * 100vw);
    height: calc(56 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__title {
    font-size: calc(17 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-repayment__section__content {
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  padding: 30px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content {
    filter: drop-shadow(0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3));
    padding: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content {
    display: block;
    filter: drop-shadow(0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.3));
    padding: calc(20 / 375 * 100vw);
  }
}
.p-repayment__section__content__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__wrapper {
    display: block;
  }
}
.p-repayment__section__content__wrapper .p-repayment__section__content {
  width: 590px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__wrapper .p-repayment__section__content {
    width: calc(590 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__wrapper .p-repayment__section__content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__wrapper .p-repayment__section__content + * {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox {
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox {
    display: block;
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox__icon {
  margin-right: 10px;
  width: 50px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox__icon {
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox__icon {
    margin-bottom: calc(15 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(63 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox__icon img {
  height: auto;
  width: 100%;
}
.p-repayment__section__content__titleBox__textBox__text1 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 18px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox__textBox__text1 {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox__textBox__text1 {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox__textBox__text2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox__textBox__text2 {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
    margin-top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox__textBox__text2 {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox__number {
  margin-right: 15px;
  width: 40px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox__number {
    margin-right: calc(15 / 1440 * 100vw);
    width: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox__number {
    margin-bottom: calc(5 / 375 * 100vw);
    margin-left: auto;
    margin-right: auto;
    width: calc(28 / 375 * 100vw);
  }
}
.p-repayment__section__content__titleBox__number img {
  height: auto;
  width: 100%;
}
.p-repayment__section__content__titleBox__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__titleBox__title {
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__titleBox__title {
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    text-align: center;
  }
}
.p-repayment__section__content__text {
  font-size: 1.6rem;
  line-height: 21px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-repayment__section__content__image {
  width: 100%;
}
.p-repayment__section__content__image img {
  height: auto;
  width: 100%;
}
.p-repayment__section__content__notice1 {
  color: #5F5F5F;
  font-size: 1.6rem;
  line-height: 21px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__notice1 {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__notice1 {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-repayment__section__content__notice2 {
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__notice2 {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__notice2 {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-repayment__section__content__link {
  font-size: 1.4rem;
  line-height: 24px;
  margin-top: 6px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__link {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__link {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-repayment__section__content__link a {
  text-decoration: underline;
  white-space: nowrap;
}
.p-repayment__section__content__link a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__content__link a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__content__link a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-repayment__section__noticeList {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__noticeList {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__noticeList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-repayment__section__noticeList > ul > li {
  display: flex;
}
.p-repayment__section__noticeList > ul > li::before {
  color: #5F5F5F;
  content: "※";
  font-size: 1.2rem;
  line-height: 18px;
  margin-right: 2px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__noticeList > ul > li::before {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__noticeList > ul > li::before {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
}
.p-repayment__section__noticeList__text {
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__noticeList__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__noticeList__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.p-repayment__section__link {
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__link {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__link {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-repayment__section__link a {
  text-decoration: underline;
  white-space: nowrap;
}
.p-repayment__section__link a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section__link a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section__link a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-repayment__section--section2 {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-repayment__section--section2 {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section--section2 {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-repayment__section--section3 .p-repayment__section__title, .p-repayment__section--section4 .p-repayment__section__title {
    height: calc(62 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    text-align: center;
  }
}

.p-flow__inner {
  padding-bottom: 100px;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .p-flow__inner {
    padding-bottom: calc(100 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-bottom: calc(60 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-flow__stepList {
  margin: 0 auto;
  width: 1020px;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList {
    width: calc(1020 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList {
    width: 100%;
  }
}
.p-flow__stepList > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul > li {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList > ul > li:first-child {
    margin-top: 0;
  }
}
.p-flow__stepList > ul > li:last-child .p-flow__stepList__stepBox::after {
  display: none;
}
.p-flow__stepList__stepBox {
  position: relative;
  width: 172px;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox {
    width: calc(172 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.p-flow__stepList__stepBox::after {
  border-color: transparent transparent transparent #D0D0D0;
  border-style: solid;
  border-width: 12px 0 12px 13px;
  content: "";
  height: 0;
  position: absolute;
  right: -30px;
  top: 40px;
  width: 0;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox::after {
    border-width: calc(12 / 1440 * 100vw) 0 calc(12 / 1440 * 100vw) calc(13 / 1440 * 100vw);
    right: calc(-30 / 1440 * 100vw);
    top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox::after {
    border-color: #d0d0d0 transparent transparent transparent;
    border-width: calc(11 / 375 * 100vw) calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
    bottom: calc(-20 / 375 * 100vw);
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
  }
}
.p-flow__stepList__stepBox__icon {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));
  flex-shrink: 0;
  margin: 0 auto;
  width: 108px;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__icon {
    width: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__icon {
    width: calc(80 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox__icon img {
  height: auto;
  width: 100%;
}
.p-flow__stepList__stepBox__textBox {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox {
    margin-top: 0;
    width: calc(215 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox__textBox__title {
  color: #091D4A;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.53;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__title {
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
    width: calc(215 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox__textBox__text {
  font-size: 1.2rem;
  line-height: 19px;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(19 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__stepList__stepBox__textBox__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(0 / 375 * 100vw);
  }
}
.p-flow__stepList__stepBox__textBox__text span {
  display: block;
  font-weight: bold;
}
.p-flow__noticeBox {
  background-color: #F8F8F8;
  margin: 30px auto 0;
  padding: 20px 30px;
  width: 1020px;
}
@media screen and (max-width: 1439px) {
  .p-flow__noticeBox {
    margin: calc(30 / 1440 * 100vw) auto 0;
    padding: calc(20 / 1440 * 100vw) calc(30 / 1440 * 100vw);
    width: calc(1020 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__noticeBox {
    margin: calc(20 / 375 * 100vw) auto 0;
    padding: calc(15 / 375 * 100vw) calc(15 / 375 * 100vw);
    width: 100%;
  }
}
.p-flow__noticeBox__text {
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-flow__noticeBox__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__noticeBox__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(19 / 375 * 100vw);
  }
}
.p-flow__noticeBox__list {
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-flow__noticeBox__list {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__noticeBox__list {
    margin-top: calc(3 / 375 * 100vw);
  }
}
.p-flow__noticeBox__list > ul > li {
  display: flex;
}
.p-flow__noticeBox__list > ul > li::before {
  content: "・";
  margin-right: 2px;
}
@media screen and (max-width: 1439px) {
  .p-flow__noticeBox__list > ul > li::before {
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__noticeBox__list > ul > li::before {
    margin-right: calc(2 / 375 * 100vw);
  }
}
.p-flow__noticeBox__list__text {
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 18px;
}
@media screen and (max-width: 1439px) {
  .p-flow__noticeBox__list__text {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__noticeBox__list__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }
}

.p-about__inner {
  padding-bottom: 60px;
  padding-top: 100px;
}
@media screen and (max-width: 1439px) {
  .p-about__inner {
    padding-bottom: calc(60 / 1440 * 100vw);
    padding-top: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding-bottom: calc(40 / 375 * 100vw);
    padding-top: calc(50 / 375 * 100vw);
  }
}
.p-about__navList {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about__navList {
    display: block;
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-about__navList > ul {
  align-items: center;
  display: flex;
}
.p-about__navList > ul > li {
  width: 50%;
}
.p-about__table {
  margin: 0 auto;
  width: 1054px;
}
@media screen and (max-width: 1439px) {
  .p-about__table {
    width: calc(1054 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__table .l-table__row:first-of-type {
    display: none;
  }
}
.p-about__table + * {
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .p-about__table + * {
    margin-top: calc(80 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table + * {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.p-about__table__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-about__table__title {
    font-size: calc(28 / 1440 * 100vw);
    line-height: calc(48 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-about__table__lineTitle {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-about__table__lineTitle {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__lineTitle {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.67;
  }
}
.p-about__table__textBox a {
  margin-left: 5px;
  text-decoration: underline;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox a {
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox a {
    display: block;
    margin-left: 0;
  }
}
.p-about__table__textBox a::after {
  background-image: url(../images/icon_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 12px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox a::after {
    height: calc(11 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox a::after {
    height: calc(11 / 375 * 100vw);
    margin-left: calc(5 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
  }
}
.p-about__table__textBox__title {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__title {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__title {
    display: none;
  }
}
.p-about__table__textBox__title::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 22px;
  margin-right: 10px;
  width: 22px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__title::before {
    height: calc(22 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
  }
}
.p-about__table__textBox__text {
  font-size: 1.6rem;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-about__table__textBox__textList > ul > li {
  display: flex;
}
.p-about__table__textBox__textList > ul > li::before {
  content: "・";
  font-size: 1.6rem;
  line-height: 21px;
  margin-right: 2px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__textList > ul > li::before {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__textList > ul > li::before {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
}
.p-about__table__textBox__textList__text {
  font-size: 1.6rem;
  line-height: 25px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__textList__text {
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__textList__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-about__table__textBox__noticeList {
  margin-top: 15px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__noticeList {
    margin-top: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__noticeList {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-about__table__textBox__noticeList > ul > li {
  display: flex;
}
.p-about__table__textBox__noticeList > ul > li::before {
  color: #5F5F5F;
  content: "※";
  font-size: 1.4rem;
  line-height: 21px;
  margin-right: 2px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__noticeList > ul > li::before {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__noticeList > ul > li::before {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
}
.p-about__table__textBox__noticeList__text {
  color: #5F5F5F;
  font-size: 1.4rem;
  line-height: 21px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-about__table__textBox__noticeList__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__textBox__noticeList__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.p-about__table__noticeList {
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__noticeList {
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__noticeList {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.p-about__table__noticeList > ul > li {
  display: flex;
}
.p-about__table__noticeList > ul > li::before {
  color: #5F5F5F;
  content: "※";
  font-size: 1.4rem;
  line-height: 21px;
  margin-right: 2px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__noticeList > ul > li::before {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-right: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__noticeList > ul > li::before {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-right: calc(2 / 375 * 100vw);
  }
}
.p-about__table__noticeList__text {
  color: #5F5F5F;
  font-size: 1.4rem;
  line-height: 21px;
  text-align: justify;
}
@media screen and (max-width: 1439px) {
  .p-about__table__noticeList__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-about__table__noticeList__text {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.p-about__table__notice {
  color: #5F5F5F;
  font-size: 1.2rem;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-about__table__notice {
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}

.p-cta {
  background-color: #F5F5F5;
}
.p-cta__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-cta__inner {
    padding-bottom: calc(50 / 1440 * 100vw);
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-cta__content {
  margin: 0 auto;
  width: 834px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content {
    width: calc(834 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content {
    width: 100%;
  }
}
.p-cta__content__cardBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox {
    display: block;
  }
}
.p-cta__content__cardBox__textBox {
  width: 420px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__textBox {
    width: calc(420 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__textBox {
    width: auto;
  }
}
.p-cta__content__cardBox__textBox__catch {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__textBox__catch {
    font-size: calc(24 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__textBox__catch {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-cta__content__cardBox__textBox__text {
  color: #1B2B50;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__textBox__text {
    font-size: calc(19 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__textBox__text {
    display: none;
  }
}
.p-cta__content__cardBox__textBox__title {
  color: #1B2B50;
  font-family: "Castoro", serif;
  font-size: 6.5rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__textBox__title {
    font-size: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__textBox__title {
    font-size: calc(34 / 375 * 100vw);
    text-align: center;
  }
}
.p-cta__content__cardBox__textBox__notice {
  color: #1B2B50;
  font-size: 1.1rem;
  line-height: 19px;
  margin-top: 2px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__textBox__notice {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(2 / 1440 * 100vw);
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__textBox__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    text-align: center;
  }
}
.p-cta__content__cardBox__image {
  width: 380px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__cardBox__image {
    width: calc(380 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__cardBox__image {
    margin: calc(15 / 375 * 100vw) auto 0;
    width: calc(275 / 375 * 100vw);
  }
}
.p-cta__content__cardBox__image img {
  height: auto;
  width: 100%;
}
.p-cta__content__applicationBox {
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox {
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList > ul {
  display: flex;
  justify-content: space-between;
}
.p-cta__content__applicationBox__buttonList__buttonBox__titleBox {
  position: relative;
  text-align: center;
}
.p-cta__content__applicationBox__buttonList__buttonBox__titleBox::after {
  background-color: #D0D0D0;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 17px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__titleBox::after {
    top: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__titleBox::after {
    top: calc(12 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__titleBox__title {
  background-color: #F5F5F5;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__titleBox__title {
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(34 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    padding: 0 calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__titleBox__title {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    padding: 0 calc(8 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  content: "";
  cursor: pointer;
  height: 70px;
  overflow: hidden;
  position: relative;
  text-indent: 150vw;
  white-space: nowrap;
  width: 402px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button {
    border-radius: calc(2 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
    width: calc(402 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button {
    border-radius: calc(2 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    width: calc(168 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button::before, .p-cta__content__applicationBox__buttonList__buttonBox__button::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-cta__content__applicationBox__buttonList__buttonBox__button:before {
  background: linear-gradient(90deg, #FF0600 0%, #FF7200 100%);
  z-index: 2;
}
.p-cta__content__applicationBox__buttonList__buttonBox__button:after {
  background: linear-gradient(270deg, #FF0600 0%, #FF7200 100%);
  z-index: 1;
}
.p-cta__content__applicationBox__buttonList__buttonBox__button:hover {
  box-shadow: 0px 3px 10px rgba(46, 34, 6, 0.3);
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button:hover {
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(10 / 1440 * 100vw) rgba(46, 34, 6, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button:hover {
    box-shadow: none;
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button:hover::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button:hover::before {
    display: none;
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button form {
  height: 100%;
  width: 100%;
}
.p-cta__content__applicationBox__buttonList__buttonBox__button form input[type=submit] {
  background-color: transparent;
  background-image: url(../images/button_cta_application.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button form input[type=submit] {
    background-image: url(../images/button_cta_application_sp.png);
    background-position: 0 calc(1 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button a {
  background-image: url(../images/button_cta_simulation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__buttonList__buttonBox__button a {
    background-image: url(../images/button_cta_simulation_sp.png);
    background-position: 0 calc(1 / 375 * 100vw);
  }
}
.p-cta__content__applicationBox__buttonList__buttonBox__button a:hover {
  opacity: 1;
}
.p-cta__content__applicationBox__notice {
  color: #5F5F5F;
  font-size: 1.1rem;
  line-height: 19px;
  margin-top: 25px;
}
@media screen and (max-width: 1439px) {
  .p-cta__content__applicationBox__notice {
    font-size: calc(11 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(25 / 1440 * 100vw);
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__content__applicationBox__notice {
    font-size: calc(11 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
  }
}

.p-company {
  background-color: #1B2B50;
}
.p-company__inner {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .p-company__inner {
    padding-bottom: calc(70 / 1440 * 100vw);
    padding-top: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-company__companyBox {
  align-items: center;
  display: flex;
  justify-content: center;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-company__companyBox {
    display: block;
    height: auto;
    transform: scale(1);
  }
}
.p-company__companyBox__content {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content {
    display: block;
  }
}
.p-company__companyBox__content__nameBox {
  text-align: center;
}
.p-company__companyBox__content__nameBox__name {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__name {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__name {
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__address {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__address {
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__address {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox {
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox__text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox__icon {
  margin-right: 5px;
  width: 26px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox__icon {
    margin-right: calc(5 / 1440 * 100vw);
    width: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox__icon {
    margin-right: calc(5 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox__icon img {
  height: auto;
  width: 100%;
}
.p-company__companyBox__content__nameBox__textBox2 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox2 {
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox2 {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox2__text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox2__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox2__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox2__icon {
  margin-right: 5px;
  width: 26px;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__nameBox__textBox2__icon {
    margin-right: calc(5 / 1440 * 100vw);
    width: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__nameBox__textBox2__icon {
    margin-right: calc(5 / 375 * 100vw);
    width: calc(18 / 375 * 100vw);
  }
}
.p-company__companyBox__content__nameBox__textBox2__icon img {
  height: auto;
  width: 100%;
}
.p-company__companyBox__content__contactBox {
  margin-left: 108px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__contactBox {
    margin-left: calc(108 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__contactBox {
    margin-left: 0;
  }
}
.p-company__companyBox__content__contactBox__text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.71;
}
@media screen and (max-width: 1439px) {
  .p-company__companyBox__content__contactBox__text {
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__companyBox__content__contactBox__text {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-company__contactBox {
  background-color: #18274A;
  border-radius: 4px;
  margin: 80px auto 0;
  transform: scale(1.2);
  width: 450px;
}
@media screen and (max-width: 1439px) {
  .p-company__contactBox {
    border-radius: calc(4 / 1440 * 100vw);
    margin: calc(80 / 1440 * 100vw) auto 0;
    width: calc(450 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__contactBox {
    border-radius: calc(1 / 375 * 100vw);
    margin: calc(30 / 375 * 100vw) auto 0;
    transform: scale(1);
    width: calc(310 / 375 * 100vw);
  }
}
.p-company__contactBox__inner {
  border: 1px solid #ffffff;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-company__contactBox__inner {
    padding: calc(30 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company__contactBox__inner {
    padding: calc(15 / 375 * 100vw) 0;
  }
}
.p-company__contactBox__title {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-company__contactBox__title {
    font-size: calc(15 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
    padding-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__contactBox__title {
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
    width: calc(280 / 375 * 100vw);
  }
}
.p-company__contactBox__textBox__title {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-company__contactBox__textBox__title {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__contactBox__textBox__title {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-company__contactBox__textBox__text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-company__contactBox__textBox__text {
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__contactBox__textBox__text {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-footer {
  background-color: #1C1C1C;
}
.p-footer__inner {
  padding-bottom: 30px;
  padding-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-bottom: calc(30 / 1440 * 100vw);
    padding-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-bottom: calc(30 / 375 * 100vw);
    padding-top: calc(40 / 375 * 100vw);
  }
}
.p-footer__navList > ul {
  display: flex;
  justify-content: center;
}
.p-footer__navList > ul > li {
  align-items: center;
  display: flex;
}
.p-footer__navList > ul > li::after {
  background-color: #5F5F5F;
  content: "";
  display: inline-block;
  height: 14px;
  margin: 0 25px;
  width: 1px;
}
@media screen and (max-width: 1439px) {
  .p-footer__navList > ul > li::after {
    height: calc(14 / 1440 * 100vw);
    margin: 0 calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navList > ul > li::after {
    height: calc(14 / 375 * 100vw);
    margin: 0 calc(12 / 375 * 100vw);
  }
}
.p-footer__navList > ul > li:last-child::after {
  display: none;
}
.p-footer__navList__navBox__text a {
  color: #ffffff;
  font-size: 1.3rem;
}
@media screen and (max-width: 1439px) {
  .p-footer__navList__navBox__text a {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__navList__navBox__text a {
    font-size: calc(12 / 375 * 100vw);
  }
}
.p-footer__copyright {
  color: #ffffff;
  font-size: 1.2rem;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__copyright {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.5;
    margin-top: calc(40 / 375 * 100vw);
  }
}

.p-gotop {
  bottom: 20px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  .p-gotop {
    bottom: calc(20 / 1440 * 100vw);
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
    right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop {
    bottom: calc(20 / 375 * 100vw);
    box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.3);
    right: calc(10 / 375 * 100vw);
  }
}
.p-gotop__button {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.3);
  height: 44px;
  width: 44px;
}
@media screen and (max-width: 1439px) {
  .p-gotop__button {
    box-shadow: 0px calc(3 / 1440 * 100vw) calc(8 / 1440 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop__button {
    box-shadow: 0px calc(3 / 375 * 100vw) calc(8 / 375 * 100vw) rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 1439px) {
  .p-gotop__button {
    height: calc(44 / 1440 * 100vw);
    width: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-gotop__button {
    height: calc(40 / 375 * 100vw);
    width: calc(40 / 375 * 100vw);
  }
}
.p-gotop__button a {
  display: block;
}
.p-gotop__button img {
  height: auto;
  width: 100%;
}
.p-gotop.is-show {
  opacity: 1;
  z-index: 3;
}

.p-drawerMenu {
  background-color: #ffffff;
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 100;
  z-index: -1;
}
.p-drawerMenu__header {
  background-color: #ffffff;
}
.p-drawerMenu__header__inner {
  padding-left: calc(15 / 375 * 100vw);
}
.p-drawerMenu__header__content {
  align-items: center;
  display: flex;
  height: calc(60 / 375 * 100vw);
}
.p-drawerMenu__header__content__logo {
  margin-right: auto;
  width: calc(100 / 375 * 100vw);
}
.p-drawerMenu__header__content__logo a {
  display: block;
}
.p-drawerMenu__header__content__logo img {
  height: auto;
  width: 100%;
}
.p-drawerMenu__header__content__humbergerList > ul {
  align-items: center;
  display: flex;
}
.p-drawerMenu__header__content__humbergerList__humberger {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: calc(60 / 375 * 100vw);
  width: calc(70 / 375 * 100vw);
}
.p-drawerMenu__header__content__humbergerList__humberger--application {
  background-image: url(../images/humberger_application.svg);
}
.p-drawerMenu__header__content__humbergerList__humberger--menu {
  background-image: url(../images/humberger_menu_close.svg);
}
.p-drawerMenu__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-drawerMenu__header.is-clone.is-show {
  transform: translateY(0);
}
.p-drawerMenu__content__inner {
  padding: calc(25 / 375 * 100vw) calc(15 / 375 * 100vw);
}
.p-drawerMenu__content__navList > ul > li {
  border-top: solid #E6E6E6;
  border-top-width: 1px;
}
.p-drawerMenu__content__navList > ul > li:first-child {
  border-top: 0;
}
.p-drawerMenu__content__navList__navBox__text {
  font-size: calc(16 / 375 * 100vw);
  font-weight: bold;
}
.p-drawerMenu__content__navList__navBox__text a {
  color: #1C1C1C;
  display: block;
  padding: calc(25 / 375 * 100vw) calc(10 / 375 * 100vw);
}
.p-drawerMenu.is-show {
  opacity: 1;
  z-index: 100;
}

.p-drawerApplication {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 100;
  z-index: -1;
}
.p-drawerApplication__header {
  background-color: #ffffff;
}
.p-drawerApplication__header__inner {
  padding-left: calc(15 / 375 * 100vw);
}
.p-drawerApplication__header__content {
  align-items: center;
  display: flex;
  height: calc(60 / 375 * 100vw);
}
.p-drawerApplication__header__content__logo {
  margin-right: auto;
  width: calc(100 / 375 * 100vw);
}
.p-drawerApplication__header__content__logo a {
  display: block;
}
.p-drawerApplication__header__content__logo img {
  height: auto;
  width: 100%;
}
.p-drawerApplication__header__content__humbergerList > ul {
  align-items: center;
  display: flex;
}
.p-drawerApplication__header__content__humbergerList__humberger {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: calc(60 / 375 * 100vw);
  width: calc(70 / 375 * 100vw);
}
.p-drawerApplication__header__content__humbergerList__humberger--application {
  background-image: url(../images/humberger_application_close.svg);
}
.p-drawerApplication__header__content__humbergerList__humberger--menu {
  background-image: url(../images/humberger_menu.svg);
}
.p-drawerApplication__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-drawerApplication__header.is-clone.is-show {
  transform: translateY(0);
}
.p-drawerApplication__content {
  background-color: #1B2B50;
}
.p-drawerApplication__content__inner {
  padding: calc(30 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList > ul > li {
  margin-top: calc(20 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList > ul > li:first-child {
  margin-top: 0;
}
.p-drawerApplication__content__buttonList__buttonBox__button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: calc(2 / 375 * 100vw);
  content: "";
  cursor: pointer;
  height: calc(55 / 375 * 100vw);
  overflow: hidden;
  position: relative;
  text-indent: 150vw;
  white-space: nowrap;
  width: calc(315 / 375 * 100vw);
}
.p-drawerApplication__content__buttonList__buttonBox__button::before, .p-drawerApplication__content__buttonList__buttonBox__button::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-drawerApplication__content__buttonList__buttonBox__button:before {
  background: linear-gradient(to right, #ff5f64 0%, #db181e 100%);
  z-index: 2;
}
.p-drawerApplication__content__buttonList__buttonBox__button:after {
  background: linear-gradient(to left, #ff5f64 0%, #db181e 100%);
  z-index: 1;
}
.p-drawerApplication__content__buttonList__buttonBox__button form {
  height: 100%;
  width: 100%;
}
.p-drawerApplication__content__buttonList__buttonBox__button form input[type=submit] {
  background-color: transparent;
  background-image: url(../images/button_drawer_application.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
.p-drawerApplication__content__buttonList__buttonBox__button a {
  background-image: url(../images/button_drawer_simulation.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 150vw;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 3;
}
.p-drawerApplication__content__buttonList__buttonBox__button a:hover {
  opacity: 1;
}
.p-drawerApplication__overlay {
  height: 100vh;
  width: 100%;
}
.p-drawerApplication.is-show {
  opacity: 1;
  z-index: 100;
}