@charset "UTF-8";
/*
====>> サイトの共通パーツに関するデフォルトスタイリング <<====

・このファイルはベースのスタイルに加え、サイト(案件)毎にスタイルを記述していく
・ヘッダー、ナビゲーション、フッター、パンくずなどの各ページに対して1つのパーツをスタイルするファイル

*/
/*---------------------------------------
メディアクエリ関連
---------------------------------------*/
/*---------------------------------------
レイアウト関連
---------------------------------------*/
/*---------------------------------------
テキスト関連
---------------------------------------*/
/*---------------------------------------
コンポーネント関連
---------------------------------------*/
/*自動でベンダープレフィックスをつける*/
/*		独自追加
-----------------------------------------------------*/
/* @font-face {
  font-family: "MPLUSRounded-bold-subset";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/MPLUSRounded-bold-subset.woff2") format("woff2"), url("../fonts/MPLUSRounded-bold-subset.woff") format("woff"), url("../fonts/MPLUSRounded-bold-subset.ttf") format("truetype");
} */
/* .font-mplus {
  font-family: var(--mplus-font);
  transform: var(--Jaggy-clear);
  font-weight: bold;
} */
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.readex-pro {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

.is-text-red {
  color: var(--color-red) !important;
}

.is-text-gray {
  color: var(--color-gray) !important;
}

.is-text-lightgray {
  color: var(--color-lightgray) !important;
}

.is-text-green {
  color: var(--color-green) !important;
}

.is-text-orange {
  color: var(--color-orange) !important;
}

.is-bg-red {
  color: #fff;
  background-color: var(--color-red) !important;
}

.is-bg-lightgray {
  background-color: var(--color-lightgray) !important;
}

.is-bg-green {
  color: #fff;
  background-color: var(--color-green) !important;
}

.is-bg-orange {
  color: #fff;
  background-color: var(--color-orange) !important;
}

.logo-handybank {
  width: 5em;
  aspect-ratio: 75/21;
  height: auto;
  display: inline-block;
  margin: 0 0.1em;
}

.c-link_btn {
  max-width: 480px;
  width: 90%;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 1.6rem 2.4rem;
  background-color: var(--color-red);
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .c-link_btn {
    font-size: 1rem;
    padding: 1.2rem;
  }
}
.c-link_btn b {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .c-link_btn b {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
.c-link_btn .logo-handybank {
  display: inline-block;
  line-height: 1;
  width: 6em;
  aspect-ratio: 75/21;
  height: auto;
  -webkit-mask-image: url("../img/logo_handybank_wh.svg");
  mask-image: url("../img/logo_handybank_wh.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
  overflow: hidden;
  text-indent: -9999px;
}
.c-link_btn.is-arrow {
  position: relative;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media screen and (max-width: 599px) {
  .c-link_btn.is-arrow {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-link_btn.is-arrow::after {
  content: "";
  display: block;
  width: 2.1rem;
  aspect-ratio: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-image: url("../img/btn_arrow.svg");
  mask-image: url("../img/btn_arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: currentColor;
}
@media screen and (max-width: 599px) {
  .c-link_btn.is-arrow::after {
    width: 1.5rem;
    right: 5px;
  }
}
.c-link_btn.is-arrow:hover::after {
  right: 10px;
}
@media screen and (max-width: 599px) {
  .c-link_btn.is-arrow:hover::after {
    right: 5px;
  }
}
.c-link_btn:hover {
  color: var(--color-red);
  background-color: #fff;
  border-color: var(--color-red);
}

.c-title_l {
  font-size: 4.6rem;
  font-size: clamp(3.2rem, 3.8333333333vw, 4.6rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .c-title_l {
    font-size: 3rem;
    font-size: clamp(2rem, 7.1428571429vw, 3rem);
    margin-bottom: 4rem;
  }
}
.c-title_l .c-title_en {
  font-family: "Readex Pro", sans-serif;
  display: block;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.4489795918vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: var(--color-orange);
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 599px) {
  .c-title_l .c-title_en {
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 4.2857142857vw, 1.8rem);
    margin-bottom: 1.7rem;
  }
}
.c-title_l .c-title_jp {
  font-size: 4.6rem;
  font-size: clamp(3.2rem, 3.8333333333vw, 4.6rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .c-title_l .c-title_jp {
    font-size: 3rem;
    font-size: clamp(2rem, 7.1428571429vw, 3rem);
  }
}
.c-title_l.is-center {
  text-align: center;
}

.c-title-2 {
  font-size: 3.6rem;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .c-title-2 {
    font-size: 3rem;
    font-size: clamp(2.2rem, 7.1428571429vw, 3rem);
    margin-bottom: 4rem;
    line-height: 1.6;
  }
}
.c-title-2 .c-title_en {
  font-family: var(--readex-font);
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.4489795918vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: var(--color-orange);
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .c-title-2 .c-title_en {
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 4.6153846154vw, 1.8rem);
    margin-bottom: 1.5rem;
  }
}
.c-title-2_label {
  display: inline-block;
  font-size: 2.8rem;
  font-size: clamp(2rem, 2.8571428571vw, 2.8rem);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0.8rem 0.7em;
  margin: 2rem 0.4rem;
  border-radius: 100px;
  background-color: var(--color-orange);
}
@media screen and (max-width: 599px) {
  .c-title-2_label {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 4.1025641026vw, 1.6rem);
    padding: 0.5em 1em;
    margin: 1.5rem 0.2rem;
  }
}
.c-title-2_label.is-large {
  font-size: 3.2rem;
  font-size: clamp(2.2rem, 3.2653061224vw, 3.2rem);
  padding: 0.3em 1.4em;
}
@media screen and (max-width: 599px) {
  .c-title-2_label.is-large {
    font-size: 1.6rem;
    padding: 0.5em 1.2em;
    margin: 1.3rem 0.3rem;
  }
}
.c-title-2 small {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 3.2653061224vw, 3.2rem);
}
@media screen and (max-width: 599px) {
  .c-title-2 small {
    font-size: 2rem;
    font-size: clamp(1.6rem, 5.1282051282vw, 2rem);
  }
}
.c-title-2 b {
  display: inline-block;
  font-size: 4.6rem;
  font-size: clamp(3.2rem, 4.693877551vw, 4.6rem);
}
@media screen and (max-width: 599px) {
  .c-title-2 b {
    font-size: 3rem;
  }
}

.c-title_m {
  font-size: 3.2rem;
  font-size: clamp(2.4rem, 3.2653061224vw, 3.2rem);
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .c-title_m {
    font-size: 2.4rem;
    font-size: clamp(2rem, 6.1538461538vw, 2.4rem);
  }
}
.c-title_m.fukidashi {
  position: relative;
  max-width: 820px;
  width: 90%;
  text-align: center;
  color: #fff;
  padding: 1.4rem 1.5rem;
  background-color: var(--color-gray);
  border-radius: 100px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 599px) {
  .c-title_m.fukidashi {
    max-width: 350px;
    width: 100%;
    padding: 0.9rem 1.2rem 1.2rem;
    margin-bottom: 3rem;
  }
}
.c-title_m.fukidashi::before {
  content: "";
  display: block;
  width: 2.7rem;
  height: 1.7rem;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color-gray);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.c-title_s {
  position: relative;
  font-size: 2.4rem;
  font-size: clamp(1.8rem, 2.4489795918vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 1.3em;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 599px) {
  .c-title_s {
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 4.6153846154vw, 1.8rem);
    margin-bottom: 3rem;
  }
}
.c-title_s::before {
  content: "";
  display: block;
  width: 1em;
  aspect-ratio: 1;
  position: absolute;
  top: 0.2em;
  left: 0;
  background-color: var(--color-red);
}

.c-list-arrow {
  list-style-type: none;
}
.c-list-arrow li {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 599px) {
  .c-list-arrow li {
    padding-left: 0.8em;
    margin-bottom: 1rem;
  }
}
.c-list-arrow li::before {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-color: var(--color-red);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.c-list-arrow li b {
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .c-list-arrow li b {
    font-size: 1.6rem;
  }
}
.c-list-arrow li.is-large::before {
  top: 0.5em;
}
@media screen and (max-width: 599px) {
  .c-list-arrow li.is-large::before {
    top: 0.3em;
  }
}
.c-list-arrow.is-green li::before {
  background-color: var(--color-green);
}

.c-link_arrow {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-right: 1rem;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .c-link_arrow {
    font-size: 1.4rem;
  }
}
.c-link_arrow::before {
  content: "";
  display: block;
  width: 0.5rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
}
.c-link_arrow::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-red);
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.c-link_arrow:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.c-link_arrow:hover {
  color: var(--color-red);
}

main.is-fixed-bg {
  position: relative;
  z-index: auto;
}
main.is-fixed-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../img/fixed_bg.png") no-repeat center center/cover;
}

.c-hover_glow {
  transition: filter 0.3s ease;
}
.c-hover_glow img {
  transition: filter 0.3s ease;
}
.c-hover_glow:hover img {
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.3));
}

.c-text_link {
  color: var(--color-red) !important;
  text-decoration: underline;
  transition: 0.3s;
}
.c-text_link:hover {
  text-decoration: none;
}

.c-bottom_dl-link {
  margin-top: 75px;
}
.c-bottom_dl-link h4 {
  width: 100%;
}
.c-bottom_dl-link_list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.c-bottom_dl-link_list > * {
  width: 215px;
}

/*		基本設定
-----------------------------------------------------*/
/* html {
  scroll-behavior: smooth;
} */
body {
  font-family: var(--base-sans-serif);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-black);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s linear;
}
a[target=_blank].is-external::after {
  content: "";
  background: url("../img/common/icon_external.svg") no-repeat center center/contain;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  margin-left: 0.3em;
}

@media (max-width: 600px) {
  .is-pc {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .is-sp {
    display: none !important;
  }
}
input {
  font-size: 1.6rem; /*iOSズームアップ対策サイズ*/
}

textarea {
  font-size: 1.6rem; /*iOSズームアップ対策サイズ*/
  resize: vertical; /* 縦方向のリサイズを許可 */
}

/* フォーカスが当たった時の青枠を表示しない */
*:focus {
  outline: none;
}

::-moz-selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

::selection {
  /*ハイライトカラー指定*/
  color: #fff;
  background: cyan;
  background: var(--color-base);
}

@media (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
figure {
  will-change: transform; /*safariのoverflow不具合対策*/
}

/* Padding Classes */
.p-0 {
  padding: 0;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-80 {
  padding: 80px;
}

.p-100 {
  padding: 100px;
}

.pt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* Margin Classes */
.m-0 {
  margin: 0;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-30 {
  margin: 30px;
}

.m-40 {
  margin: 40px;
}

.m-50 {
  margin: 50px;
}

.m-80 {
  margin: 80px;
}

.m-100 {
  margin: 100px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*==========フェードイン==========*/
.js-scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

/*
.scroll-up + .scroll-up {
  transition-delay: 0.3s;
}
.scroll-up + .scroll-up + .scroll-up {
  transition-delay: 0.6s;
}
.scroll-up + .scroll-up + .scroll-up + .scroll-up {
  transition-delay: 0.9s;
}*/
.js-scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*		ヘッダー
-----------------------------------------------------*/
#header {
  position: absolute;
  top: 0;
  z-index: 999;
  padding: 20px 40px 15px;
  /* END &.l-header */
}
@media screen and (max-width: 599px) {
  #header {
    position: static;
  }
}
#header.l-header {
  width: var(--w-liquid);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#header.l-header .l-header_logo {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: auto;
  width: 45%;
}
#header.l-header .l-header_logo a {
  display: flex;
  align-items: center;
  gap: 16px;
}
#header.l-header .l-header_logo img {
  max-width: 180px;
}
@media screen and (max-width: 599px) {
  #header.l-header .l-header_logo img {
    max-width: 120px;
  }
}

/* END #header */
@media screen and (max-width: 599px) {
  #header.l-header {
    position: static;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    min-height: 60px;
    /* END #header */
  }
  #header.l-header .l-header_logo {
    max-width: 150px;
    flex-shrink: 0;
    font-size: 5vw;
  }
  #header.l-header .l-header_logo * {
    font-size: 3vw;
  }
}
/*		ページトップ
-----------------------------------------------------*/
/*		フッター
-----------------------------------------------------*/
.l-footer {
  position: relative;
  z-index: 2;
  padding: 5rem 0 3rem;
  background: #fff;
  border-top: 4px solid var(--color-red);
}
.l-footer .l-container_wide {
  gap: 4rem;
}
.l-footer_left {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.8rem 5rem;
}
@media screen and (max-width: 599px) {
  .l-footer_left {
    align-items: center;
    gap: 1.8rem;
  }
}
.l-footer_about {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .l-footer_about {
    font-size: 1rem;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .l-footer_menu {
    text-align: center;
  }
}
.l-footer_menu a {
  transition: 0.3s;
}
.l-footer_menu a:hover {
  color: var(--color-red);
}
.l-footer .c-copyright {
  margin-top: 2.5rem;
}
.l-footer .c-copyright .c-copyright__txt {
  font-size: 1.2rem;
  letter-spacing: 0.01em;
  color: #c8c1c1;
}
@media screen and (max-width: 599px) {
  .l-footer .c-copyright {
    margin-top: 3rem;
    text-align: center;
  }
  .l-footer .c-copyright .c-copyright__txt {
    font-size: 1rem;
  }
}

/*  END #footer  */
@media screen and (max-width: 599px) {
  #footer.l-footer {
    padding: 45px 0 100px;
  }
  #footer.l-footer .c-copyright .c-copyright__txt {
    font-size: 1.4rem;
  }
  /*  END #footer  */
}
/*  END Break Point  */