@charset "UTF-8";
p,
span {
  font-weight: inherit;
}

@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'), local('NotoSansJP-Regular'), local('NotoSansJP-Regular'), url('/font/NotoSansJP-Regular.woff2') format('woff2'), url('/font/NotoSansJP-Regular.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansJP-Bold'), local('NotoSansJP-Bold'), url('/font/NotoSansJP-Bold.woff2') format('woff2'), url('/font/NotoSansJP-Bold.woff') format('woff');
}
@font-face {
  font-family: 'NotoSansJP';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSansJP-Black'), local('NotoSansJP-Black'), url('/font/NotoSansJP-Black.woff2') format('woff2'), url('/font/NotoSansJP-Black.woff') format('woff');
}
html .all-wrapper {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body .all-wrapper {
  font-family: 'NotoSansJP', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    width: 100%;
    min-width: 1100px;
  }
}

.all-wrapper {
  position: relative;
  /* 一部ブラウザで消えなかった場合は以下も追記 */
}
.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.all-wrapper summary {
  display: block;
  list-style: none;
}
.all-wrapper summary::-webkit-details-marker {
  display: none;
}
.all-wrapper input {
  line-height: 1;
}

@media screen and (min-width: 321px) {
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .br-sp {
    display: none;
  }
}

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

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

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

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.l-contents {
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 767px) {
  .l-contents {
    padding: 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-db {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-tac {
  text-align: center;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.emColor {
  color: #372eb2;
  font-weight: bold;
}

.textLink {
  color: #27a5dc !important;
  transition: 0.2s;
}
.textLink:hover {
  opacity: 0.6;
}

/* ナビ */
.c-headerGnav {
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-headerGnav {
    width: 100%;
  }
}
.c-headerGnav__nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 250;
  transition: 0.5s 0.3s;
  transition-property: background-color;
  z-index: 10001;
}
.c-headerGnav__nav.-isFixed {
  min-height: 45px;
  background: #2849da;
  opacity: 1;
}
.c-headerGnav__nav.-isFixed .c-gnavBtn.-show .c-gnavBtn__bar {
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .c-headerGnav__nav {
    position: relative;
  }
  .c-headerGnav__nav.-isFixed {
    min-height: auto;
  }
}
.c-headerGnav__aside {
  width: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  opacity: 0;
  transition: 0.5s 0.3s;
  transition-property: opacity, right;
  z-index: 10000;
  overflow-y: auto;
}
.c-headerGnav__aside.-show {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 767px) {
  .c-headerGnav__aside {
    opacity: 1;
    z-index: 300;
    background: #2849da;
    height: min(60px, 100%);
    right: auto;
    position: relative;
  }
  .c-headerGnav__aside.-isFixed {
    position: fixed;
    top: 0;
  }
}
.c-headerGnav__aside.-isFixed {
  position: fixed;
  top: 0;
}
@media screen and (min-width: 767px) {
  .c-headerGnav__aside.-isFixed {
    z-index: 300;
    opacity: 1;
  }
}

.c-gnavBtn {
  position: fixed;
  background-color: transparent;
  border: 0;
  width: 30px;
  padding-bottom: 30px;
  top: 10px;
  right: 1rem;
  cursor: pointer;
  z-index: 10002;
}
@media screen and (min-width: 767px) {
  .c-gnavBtn {
    display: none;
  }
}
.c-gnavBtn.-show .c-gnavBtn__bar {
  background-color: #757575;
}
.c-gnavBtn.-show .c-gnavBtn__bar.-first {
  top: 10px;
  transform: rotate(220deg);
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.c-gnavBtn.-show .c-gnavBtn__bar.-second {
  top: 10px;
  transform: scaleX(0);
  transition: 0.2s;
}
.c-gnavBtn.-show .c-gnavBtn__bar.-third {
  top: 10px;
  transform: rotate(140deg);
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.c-gnavBtn__bar {
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  right: 0;
  transition: 0.5s ease;
  background: #fff;
}
.c-gnavBtn__bar.-first {
  top: 0;
}
.c-gnavBtn__bar.-second {
  top: 10px;
  width: 30px;
}
.c-gnavBtn__bar.-third {
  top: 20px;
  width: 30px;
}
.c-gnavBtn__bar.-show {
  background-color: #757575;
  right: 1rem;
}
.c-gnavBtn__bar.-show.-first {
  top: 34px;
  transform: rotate(220deg);
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
.c-gnavBtn__bar.-show.-second {
  top: 26px;
  transform: scaleX(0);
  transition: 0.2s;
}
.c-gnavBtn__bar.-show.-third {
  top: 34px;
  transform: rotate(140deg);
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}

.c-navLogin {
  margin: 65px 20px 20px;
  display: flex;
  padding: 24px 19px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #2849da;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-navLogin {
    display: none;
  }
}
.c-navLogin__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.c-navLogin__item {
  margin: auto;
  width: min(297px, 100%);
}
.c-navLogin__ico {
  width: 20px;
  height: 20px;
}

/* ナビ */
@media screen and (min-width: 767px) {
  .c-spNav {
    display: none;
  }
}
.c-spNav__item:nth-child(-n + 3) {
  border-top: 1px solid #ccc;
}
.c-spNav__item.-pt24 {
  padding-top: 24px;
}
.c-spNav__item.-pt10 {
  padding-top: 10px;
}
.c-spNav__link {
  padding: 15px 24px;
  color: #37517e !important;
  display: flex;
  justify-content: space-between;
}
.c-spNav__ico {
  width: 16px;
}
.c-spNav .c-btn,
.c-spNav .c-btnBlue {
  margin: auto;
  width: min(297px, 100%);
}

@media screen and (min-width: 767px) {
  .c-menuNav {
    background: #2849da;
    display: block;
    margin: auto;
  }
}
.c-menuNav.-isSp {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-menuNav.-isSp {
    display: none;
  }
}
.c-menuNav.-isPc {
  display: none;
}
@media screen and (min-width: 767px) {
  .c-menuNav.-isPc {
    display: block;
  }
}
@media screen and (min-width: 767px) {
  .c-menuNav__pcInner {
    width: min(1100px, 100%);
    margin: auto;
    display: flex;
    justify-content: space-between;
    background: #2849da;
  }
}
.c-menuNav__inner {
  display: grid;
  grid-template-columns: min(111px, 100%) 1fr;
}
@media screen and (min-width: 767px) {
  .c-menuNav__inner {
    display: flex;
    gap: 20px;
  }
}
.c-menuNav__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
  font-weight: 900;
  color: #fff;
  background: #372eb2;
  font-size: min(2.93vw, 11px);
}
@media screen and (min-width: 767px) {
  .c-menuNav__title {
    background: none;
    font-size: 12px;
    line-height: 1.3;
    align-items: flex-start;
  }
}
.c-menuNav__titlePc {
  display: none;
}
@media screen and (min-width: 767px) {
  .c-menuNav__titlePc {
    display: inline-block;
  }
}
.c-menuNav__wrap {
  padding: 11px 16px;
  background: #2849da;
}
.c-menuNav__wrapInner {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 767px) {
  .c-menuNav__wrapInner {
    padding-right: 16px;
    border-right: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-menuNav__loginWrap {
  width: min(90px, 100%);
}
@media screen and (min-width: 767px) {
  .c-menuNav__loginWrap {
    width: 102px;
  }
}
.c-menuNav__bgWhite {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  border-radius: 999px;
  background: #fff;
  color: #2849da !important;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  font-size: min(2.93vw, 11px);
}
.c-menuNav__reserveLoginWrap {
  width: min(134px, 100%);
}
@media screen and (min-width: 767px) {
  .c-menuNav__reserveLoginWrap {
    width: 154px;
  }
}
.c-menuNav__bgBlue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  border-radius: 999px;
  background: #2849da;
  color: #fff !important;
  border: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  font-size: min(2.93vw, 11px);
}
@media screen and (min-width: 767px) {
  .c-menuNav__link {
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
  }
  .c-menuNav__link:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 767px) {
  .c-menuNav__right {
    display: flex;
    align-items: center;
  }
}
.c-menuNav__rightList {
  display: none;
}
@media screen and (min-width: 767px) {
  .c-menuNav__rightList {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .c-menuNav__rightItem {
    margin-left: 16px;
  }
  .c-menuNav__rightItem:last-child {
    margin-left: 8px;
  }
}
.c-menuNav .linkWhite {
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  border-radius: 999px;
  background: #fff;
  color: #2849da !important;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  font-size: min(2.93vw, 11px);
}
@media screen and (min-width: 767px) {
  .c-menuNav .linkWhite {
    padding: 8px 16px;
    font-size: 13px;
    word-break: keep-all;
  }
  .c-menuNav .linkWhite:hover {
    text-decoration: none;
  }
}
.c-menuNav .linkNormal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 7px;
  border-radius: 999px;
  background: #2849da;
  color: #fff !important;
  border: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  font-size: min(2.93vw, 11px);
}
@media screen and (min-width: 767px) {
  .c-menuNav .linkNormal {
    padding: 8px 16px;
    font-size: 13px;
    word-break: keep-all;
  }
  .c-menuNav .linkNormal:hover {
    text-decoration: none;
  }
}

/* パンくず*/
.breadcrumb {
  padding: 10px 1rem;
  background: #fff;
}

.breadcrumb_inner {
  margin: auto;
  display: flex;
  font-size: 14px;
  max-width: 1092px;
}

@media screen and (max-width: 767px) {
  .breadcrumb_inner {
    font-size: 12px;
  }
}
.breadcrumb_item {
  color: #666666;
  font-size: 12px;
}

.breadcrumb_item a {
  color: #666666;
}

.breadcrumb_item:not(:first-of-type) {
  margin-left: 8px;
  padding-left: 15px;
  position: relative;
}

.breadcrumb_item:not(:first-of-type):before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

/*法人サイト共通MV*/
.c-mv__mvWrap {
  background: linear-gradient(115deg, #fff 0%, #d7e5fe 80.87%);
}
@media screen and (min-width: 767px) {
  .c-mv__mvWrap {
    background: linear-gradient(90deg, #fff 0%, #d7e5fe 31%);
  }
}
.c-mv__mvBlock {
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-mv__mvBlock {
    display: flex;
    justify-content: center;
    width: min(1100px, 100%);
    margin: auto;
  }
}
.c-mv__blockWrap {
  margin: auto;
  box-sizing: border-box;
  padding: 56px 20px;
  position: relative;
  width: min(405px, 100%);
}
@media screen and (min-width: 767px) {
  .c-mv__blockWrap {
    padding: 0;
    display: flex;
  }
}
.c-mv__block {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .c-mv__block {
    justify-content: center;
  }
}
.c-mv__logo {
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .c-mv__logo {
    width: 240px;
    height: 27px;
    margin: 0;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__imgWrap {
    width: min(695px, 100%);
  }
}
.c-mv__img {
  width: 100%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 767px) {
  .c-mv__img {
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    margin: inherit;
  }
}
.c-mv__smallText {
  font-size: min(3.2vw, 12px);
}
@media screen and (min-width: 767px) {
  .c-mv__smallText {
    font-size: min(1.36vw, 15px);
    text-align: left;
  }
}
.c-mv__title {
  color: #372eb2;
  font-weight: bold;
  text-align: center;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.48px;
  font-size: min(6.4vw, 24px);
}
@media screen and (min-width: 767px) {
  .c-mv__title {
    text-align: left;
    font-size: min(3.64vw, 40px);
    letter-spacing: -0.8px;
  }
}
.c-mv__text {
  font-size: min(3.73vw, 14px);
  line-height: 1.75;
  letter-spacing: -0.98px;
}
@media screen and (min-width: 767px) {
  .c-mv__text {
    font-size: min(1.63vw, 18px);
    text-align: left;
  }
}
.c-mv__btn {
  margin: 8px auto 0;
  width: min(297px, 100%);
}
@media screen and (min-width: 767px) {
  .c-mv__btn {
    width: 356px;
    margin: 0;
  }
}
@media screen and (min-width: 767px) {
  .c-mv__btn.member {
    width: 300px;
  }
}
.c-mv__desc {
  margin: 40px 0 80px;
  padding: 0 24px;
}
@media screen and (min-width: 767px) {
  .c-mv__desc {
    margin: 40px 0;
  }
}
.c-mv__descText {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 767px) {
  .c-mv__descText {
    text-align: center;
    font-size: 18px;
  }
}

/* 法人サイト共通CTAボタン*/
.c-ctaBtn {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: linear-gradient(90deg, #7e74d4 0%, #385ddb 50%, #306edd 100%);
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  color: #fff !important;
  font-weight: bold;
  font-size: min(3.73vw, 14px);
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .c-ctaBtn {
    font-size: min(1.36vw, 15px);
  }
  .c-ctaBtn:hover {
    text-decoration: none;
  }
}
.c-ctaBtn.-login {
  padding: 12px;
  font-size: min(4.27vw, 16px);
}
.c-ctaBtn.-noOutline {
  border: none;
}
.c-ctaBtn__text {
  min-width: 245px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-ctaBtn__text {
    min-width: auto;
    margin: auto;
  }
}

.c-btn {
  box-sizing: border-box;
  display: flex;
  padding: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  color: #372eb2 !important;
  font-weight: bold;
  font-size: min(3.47vw, 13px);
  transition: 0.2s;
}
@media screen and (min-width: 767px) {
  .c-btn {
    padding: 11px 16px;
    font-size: 15px;
  }
}
.c-btn:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
.c-btn.-login {
  padding: 12px;
  font-size: min(4.27vw, 16px);
}
.c-btn.-outline {
  padding: 11px;
  border: 1px solid #372eb2;
  box-shadow: none;
  font-size: min(4.27vw, 16px);
}
.c-btn__text {
  min-width: 245px;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-btn__text {
    min-width: auto;
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .c-btn__textPcOnly {
    min-width: auto;
    margin: auto;
  }
}
.c-btn__ico {
  margin-left: 10px;
}

.c-btnBlue {
  box-sizing: border-box;
  border-radius: 999px;
  background: #2849da;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  display: flex;
  padding: 14px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 12px 0px rgba(66, 80, 120, 0.25);
  color: #fff !important;
  font-weight: bold;
  transition: 0.2s;
}
.c-btnBlue.-login {
  padding: 11px;
  border: 1px solid #fff;
  font-size: min(4.27vw, 16px);
}
.c-btnBlue.-noOutline {
  padding: 11.5px;
  border: none;
  font-size: min(4.27vw, 16px);
  box-shadow: none;
}
.c-btnBlue:hover {
  opacity: 0.6;
  text-decoration: none !important;
}
.c-btnBlue__text {
  min-width: 245px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 767px) {
  .c-btnBlue__text {
    min-width: auto;
    margin: auto;
  }
}

.ttl2 {
  color: #372eb2;
  font-weight: bold;
  text-align: center;
}

.c-title {
  font-size: min(6.4vw, 24px);
  font-weight: bold;
  border-left: 8px solid #372eb2;
}
@media screen and (min-width: 767px) {
  .c-title {
    font-size: min(3.64vw, 40px);
  }
}
.c-title__inner {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 12px;
  line-height: 1.1;
}
@media screen and (min-width: 767px) {
  .c-title__inner {
    margin-left: 32px;
    letter-spacing: -1px;
  }
}
.c-title__num {
  font-size: min(7.46vw, 28px);
}
@media screen and (min-width: 767px) {
  .c-title__num {
    font-size: 48px;
  }
}
.c-title__sub {
  margin-left: 6px;
  font-size: min(4.27vw, 16px);
  font-weight: normal;
  color: #757575;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .c-title__sub {
    font-size: 2.18vw, 24px;
  }
}

.c-section {
  padding: 0 0 64px;
}
@media screen and (min-width: 767px) {
  .c-section {
    padding: 0 0 120px;
  }
}
.c-section__inner {
  margin: 0 24px;
}
@media screen and (min-width: 767px) {
  .c-section__inner {
    margin: auto;
    width: min(1100px, 100%);
  }
}
.c-section.-bg {
  background: #f7f8f9;
  padding: 40px 0;
}

.p-nav {
  padding-top: 80px;
  width: min(327px, 100%);
  margin: auto;
}
@media screen and (min-width: 767px) {
  .p-nav {
    padding-top: 120px;
    width: auto;
  }
}
.p-nav__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  counter-reset: number 0;
}
@media screen and (min-width: 767px) {
  .p-nav__list {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .p-nav__item {
    width: 100%;
  }
}
.p-nav__link {
  position: relative;
  display: block;
}
.p-nav__link:hover,
.p-nav__link:active {
  text-decoration: none !important;
}
.p-nav__link:hover .p-nav__linkInner,
.p-nav__link:active .p-nav__linkInner {
  border: 3px solid #2849da;
  background: #2849da;
  color: #fff !important;
}
@media screen and (min-width: 767px) {
  .p-nav__link {
    display: flex;
    flex-direction: column;
  }
  .p-nav__link::after {
    border-radius: 0 0 6px 6px;
    padding: 12px 0;
    content: '';
    display: block;
    background: #2849da;
  }
  .p-nav__link:hover {
    border-radius: 0;
  }
  .p-nav__link:hover::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #2849da;
  }
}
@media screen and (min-width: 767px) and (min-width: 767px) {
  .p-nav__link > span {
    font-size: 14px;
    margin-bottom: 7px;
    letter-spacing: 1.2px;
  }
}
.p-nav__linkInner {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 4px;
  padding: 12px 0 12px 24%;
  border-radius: 6px;
  border: 3px solid #2849da;
  background: #fff;
  color: #2849da !important;
  text-align: left;
  font-weight: bold;
  font-size: min(4.27vw, 16px);
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner {
    padding: 16px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 0 0;
  }
}
.p-nav__linkInner:hover {
  border: 3px solid #2849da;
}
.p-nav__linkInner::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-size: min(6.4vw, 24px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 767px) {
  .p-nav__linkInner::before {
    margin-right: 0;
    font-size: 32px;
  }
}
.p-nav__linkArrow {
  display: none;
}
@media screen and (min-width: 767px) {
  .p-nav__linkArrow {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sectionBox {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* サービスのご案内ページ */
}
@media screen and (min-width: 767px) {
  .sectionBox {
    padding-top: 120px;
    gap: 64px;
  }
}
.sectionBox.-faq {
  gap: 16px;
}
@media screen and (min-width: 767px) {
  .sectionBox.-faq {
    gap: 64px;
  }
}
@media screen and (min-width: 767px) {
  .sectionBox.-column {
    padding-top: 0;
    display: flex;
    flex-direction: row;
  }
  .sectionBox.-column .sectionBox {
    width: 50%;
  }
}
.sectionBox.-service {
  padding-top: 0;
}
@media screen and (min-width: 767px) {
  .sectionBox.-service {
    padding-top: 80px;
  }
}
.sectionBox__desc {
  line-height: 2;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .sectionBox__desc {
    margin-top: 0;
  }
}
.sectionBox__productsWrap {
  width: 100%;
}
.sectionBox__productsInner {
  padding-top: 16px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .sectionBox__productsInner {
    padding: 24px 30px 0;
  }
}
.sectionBox__ctaBox {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .sectionBox__ctaBox {
    margin: auto;
    width: 700px;
  }
}
.sectionBox__ctaText {
  color: #372eb2;
  font-weight: bold;
  font-size: min(5.33vw, 20px);
}
@media screen and (min-width: 767px) {
  .sectionBox__ctaText {
    text-align: center;
  }
}
.sectionBox__ctaBtn {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .sectionBox__ctaBtn {
    margin: 24px auto 0;
    width: 356px;
  }
}

.l-footer {
  background: #2849da;
}

.l-footer__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
}

@media screen and (min-width: 767px) {
  .l-footer__inner {
    width: 1000px;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__item:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 767px) {
  .l-footer__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .l-footer__item:not(:first-child) {
    margin-left: 16px;
  }
}
.l-footer__link {
  color: #fff !important;
}

.l-footer__link::before {
  display: inline-block;
  content: '';
  background: url('/fleet/corporate-services/_images/arrow_right.svg') no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
  vertical-align: text-bottom;
}

@media screen and (min-width: 767px) {
  .l-footer__link {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  .merit {
    display: flex;
    flex-direction: column;
    gap: 64px;
  }
}
.merit__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .merit__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .merit__item {
    display: flex;
    justify-content: center;
  }
  .merit__item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .merit__item:nth-child(odd) .merit__img {
    margin: 0 0 0 -4px;
  }
  .merit__item:nth-child(odd) .merit__textBox {
    margin: 0 -48px 0 0;
  }
  .merit__item.-reverse {
    flex-direction: row;
  }
  .merit__item.-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }
  .merit__item.-reverse:nth-child(even) .merit__img {
    margin: 0 0 0 0 -4px;
  }
  .merit__item.-reverse:nth-child(even) .merit__textBox {
    margin: 0 -48px 0 0;
  }
}
.merit__title {
  font-weight: bold;
  color: #372eb2;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .merit__title {
    font-size: 24px;
  }
}
.merit__img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .merit__img {
    width: 352px;
    height: 320px;
  }
}
.merit__textBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  padding: 24px;
  border-radius: 6px;
  background: var(--super-light-gray, #f7f8f9);
}
@media screen and (min-width: 767px) {
  .merit__textBox {
    padding: 48px;
    margin: 0 0 0 -48px;
    width: 800px;
    height: min(212px, 100%);
  }
}
.merit__btn {
  margin: 24px auto 0;
  width: min(297px, 100%);
}
@media screen and (min-width: 767px) {
  .merit__btn {
    margin: auto;
    width: 356px;
  }
}
.merit__text {
  line-height: 2;
}
.merit__note {
  font-size: 12px;
  color: #757575;
}

@media screen and (min-width: 767px) {
  .flow {
    margin: auto;
    width: 800px;
  }
}
.flow__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .flow__item:not(:first-child) {
    margin-top: 64px;
  }
}
.flow__title {
  padding: 8px;
  border-radius: 6px 6px 0px 0px;
  background: #27a5dc;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: min(5.33vw, 20px);
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .flow__title {
    padding: 14px;
    font-size: 24px;
  }
}
.flow__img {
  display: block;
  margin: auto;
}
.flow__textBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  padding: 24px;
  border-radius: 6px;
}
.flow__text {
  line-height: 2;
}
.flow__note {
  font-size: 12px;
  color: #757575;
}

.stepList {
  border-radius: 6px;
  background: #f7f8f9;
  padding: 24px;
}
@media screen and (min-width: 767px) {
  .stepList {
    padding: 48px;
  }
}
.stepList__num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #27a5dc;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 80px;
  padding: 19px 0 10px;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .stepList__num {
    font-size: 22px;
    width: 116px;
  }
}
.stepList__num::before {
  position: absolute;
  top: -0.9px;
  content: '';
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #f7f8f9;
  width: 101%;
  height: 10px;
}
.stepList__num::after {
  position: absolute;
  bottom: -9.9px;
  content: '';
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #27a5dc;
  width: 101%;
  height: 10px;
}
.stepList__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 767px) {
  .stepList__item {
    gap: 24px;
  }
}
.stepList__item:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .stepList__item:not(:first-of-type) {
    margin-top: 14px;
  }
}
.stepList__text {
  flex: 1;
  font-size: 12px;
}
@media screen and (min-width: 767px) {
  .stepList__text {
    font-size: 16px;
  }
}

.titleProducts {
  padding: 12px 10px;
  border-radius: 6px;
  background: #27a5dc;
  font-weight: bold;
  text-align: center;
  font-size: min(5.33vw, 20px);
  color: #fff;
}

.productsList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .productsList {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .productsList__item {
    width: 31%;
    box-sizing: border-box;
  }
}

.product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  min-height: 640px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 32px;
  box-sizing: border-box;
}
.product__img {
  display: block;
  margin: 0;
  vertical-align: bottom;
}
@media screen and (min-width: 767px) {
  .product__title {
    /* min-height: 48px; */
  }
}
@media screen and (min-width: 767px) {
  .product__text {
    font-size: 14px;
    min-height: 8em;
  }
}
.product__link {
  font-size: min(4.27vw, 16px);
  font-weight: bold;
  color: #27a5dc !important;
}
/*
.product__link::after {
  content: "";
  display: inline-block;
  background: url('/fleet/corporate-services/_images/product_externalLink.svg') no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
}
*/
.product__note {
  color: #757575;
}
@media screen and (min-width: 767px) {
  .product__note {
    font-size: 14px;
  }
}
.product__price {
  color: #f22a21;
  font-weight: bold;
}
.product__priceValue {
  margin-right: 5px;
  font-size: 30px;
  font-family: Arial, sans-serif;
  font-style: italic;
}

.js-details .icon {
  transform: rotate(180deg);
}

.js-details.is-opened .icon {
  transform: rotate(0);
}

.p-faq__title {
  padding: 9px 24px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .p-faq__title {
    padding: 10px 24px;
    font-size: 22px;
  }
}
.p-faq__question {
  position: relative;
  padding: 16px;
  font-weight: 400;
  text-align: left;
  color: #000;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  list-style: none;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .p-faq__question {
    padding: 20px 18px;
    align-items: flex-start;
  }
}
.p-faq__questionInner {
  flex-shrink: 0;
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 2;
}
.p-faq__questionText {
  font-weight: bold;
  font-size: 16px;
}
.p-faq__answer {
  padding: 12px;
  font-weight: 400;
  text-align: left;
  color: #000;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 767px) {
  .p-faq__answer {
    padding: 24px 18px;
    font-size: 14px;
  }
}
.p-faq__details {
  border-top: 1px solid #fff;
}
.p-faq__details:not(:first-of-type) {
  margin-top: 16px;
}
.p-faq__para:not(:first-child) {
  margin-top: 16px;
}
.p-faq__note {
  margin-top: 16px;
  font-size: 12px;
}
.p-faq__btn {
  margin: 24px auto 0;
  width: min(297px, 100%);
}
@media screen and (min-width: 767px) {
  .p-faq__btn {
    margin-top: 64px;
  }
}

.js-details.is-opened .js-arrow .faq-icon {
  transform: rotate(-180deg);
}

.ctaBox {
  border-radius: 6px;
  background: #f7f8f9;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media screen and (min-width: 767px) {
  .ctaBox {
    flex-direction: row;
    padding: 48px;
    gap: 24px;
  }
}
@media screen and (min-width: 767px) {
  .ctaBox__wrap {
    width: 540px;
  }
}
@media screen and (min-width: 767px) {
  .ctaBox__imgWrap {
    width: 320px;
    height: 320px;
  }
}
@media screen and (min-width: 767px) {
  .ctaBox__img {
    width: 100%;
  }
}
.ctaBox__text {
  color: #372eb2;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .ctaBox__text {
    font-size: 24px;
  }
}
.ctaBox__linkWrap {
  margin: 16px auto 0;
  width: min(297px, 100%);
}
@media screen and (min-width: 767px) {
  .ctaBox__linkWrap {
    margin: 24px 0 0;
    width: 356px;
  }
}

/* サービス */
.p-service {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (min-width: 767px) {
  .p-service {
    gap: 120px;
  }
}
.p-service__box {
  margin-top: 16px;
}
@media screen and (min-width: 767px) {
  .p-service__box {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.p-service__title {
  font-weight: bold;
  color: #372eb2;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .p-service__title {
    font-size: 24px;
  }
}
.p-service__titleSub {
  font-size: min(4.26vw, 16px);
}
.p-service__img {
  position: relative;
  display: block;
  margin: 16px auto 0;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .p-service__img {
    width: 340px;
    height: auto;
  }
}
.p-service__textBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
  padding: 20px;
  border-radius: 6px;
  background: #e8effc;
}
@media screen and (min-width: 767px) {
  .p-service__textBox {
    margin-top: 0;
    padding: 40px;
    width: 720px;
  }
}
.p-service__btn {
  margin: 24px auto 0;
  width: min(297px, 100%);
}
@media screen and (min-width: 767px) {
  .p-service__btn {
    margin: auto;
    width: 356px;
  }
}
.p-service__text {
  line-height: 2;
}
.p-service__note {
  margin-top: 8px;
  font-size: 12px;
  color: #111;
}
@media screen and (min-width: 767px) {
  .p-service__note {
    font-size: 14px;
  }
}
.p-service__linkWrao {
  margin: 16px auto 0;
  width: min(180px, 100%);
}
@media screen and (min-width: 767px) {
  .p-service__linkWrao {
    width: 240px;
    margin: 0;
  }
}
/*# sourceMappingURL=houjin.css.map */
