@charset "UTF-8";
/* =====================

  ブレイクポイント用

===================== */
body, html {
  color: #121212;
  letter-spacing: 0.025em;
  overflow-x: hidden;
}

img.hide-sp {
  display: block;
}

@media screen and (max-width: 575px) {
  img.hide-sp {
    display: none;
  }
}

img.hide-pc {
  display: none;
}

@media screen and (max-width: 575px) {
  img.hide-pc {
    display: block;
  }
}

br.hide-pc {
  display: none !important;
}

@media screen and (max-width: 575px) {
  br.hide-pc {
    display: block !important;
  }
}

br.hide-sp {
  display: block !important;
}

@media screen and (max-width: 575px) {
  br.hide-sp {
    display: none !important;
  }
}

h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem !important;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 22px !important;
  }
}

h4 {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.25rem !important;
  }
}

p {
  margin-bottom: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  p {
    font-weight: 500;
  }
}

strong {
  font-weight: 900;
}

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

.text-color-primary {
  color: #11376B;
}

.bg-grade {
  background: linear-gradient(89.55deg, #005FE1 0.57%, #00D4FF 99.96%);
}

.radius {
  border-radius: 10px;
}

.bg-gray {
  background: #F7F7F7;
}

/* =====================
  
  デバイスごとの表示

===================== */
.hide-pc {
  display: none;
}

@media screen and (max-width: 575px) {
  .hide-pc {
    display: block;
  }
}

.hide-sp {
  display: block;
}

@media screen and (max-width: 575px) {
  .hide-sp {
    display: none;
  }
}

/* PC
------------------------ */
/* タブレット
// ------------------------ */
img {
  width: 100%;
}

.bg-diagonal {
  background: linear-gradient(165deg, rgba(17, 55, 107, 0.03) 0%, rgba(17, 55, 107, 0.03) 40%, #fff 40%, #fff 100%);
}

@media screen and (max-width: 575px) {
  .bg-diagonal {
    background: linear-gradient(165deg, rgba(17, 55, 107, 0.03) 0%, rgba(17, 55, 107, 0.03) 20%, #fff 20%, #fff 100%);
  }
}

.bg-diagonal-reverce {
  background: linear-gradient(165deg, #fff 0%, #fff 50%, rgba(17, 55, 107, 0.03) 50%, rgba(17, 55, 107, 0.03) 100%);
}

@media screen and (max-width: 575px) {
  .bg-diagonal-reverce {
    background: linear-gradient(165deg, #fff 0%, #fff 85%, rgba(17, 55, 107, 0.03) 85%, rgba(17, 55, 107, 0.03) 100%);
  }
}

.bg-color-primary {
  background-color: #11376B;
}

.bg-color-primary-grade {
  background: linear-gradient(18.19deg, #11376B 16.68%, #4573B3 82.77%);
}

.bg-color-primarygray {
  background-color: #F1F3F6;
}

.underline {
  border-bottom: transparent;
  margin-bottom: 0;
  padding-bottom: 0;
}

.underline-accent {
  background: linear-gradient(transparent 70%, #F1CA54 70%, #F1CA54 85%, transparent 85%);
  display: inline-block;
}

.lp-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 991px) {
  .section-inner {
    padding: 64px 0px;
    display: block;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .section-header .en-title {
    font-family: Avenir;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    color: #999999;
    margin-bottom: 0;
  }
  .section-header .smaller {
    font-size: 75%;
  }
  .section-full {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-header__lead-text {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.section-header__lead-text strong {
  font-size: 22px;
}

.flex-box-row {
  display: flex;
  flex-direction: row;
}

.icon-angle-right {
  position: relative;
  top: -2px;
}

.icon-angle-right:before {
  content: "\276f";
  left: 1px;
  position: relative;
  font-style: normal;
}

.section-header#page-header .section-inner {
  padding: 20px 0 30px;
}

.note {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 10px;
  color: #999;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .note {
    margin-top: 15px;
    font-size: 12px;
  }
}

.note-number {
  display: inline;
  color: #999;
  font-size: 14px !important;
  font-weight: 200;
}

  @media screen and (max-width: 575px) {
    .note-number {
      font-size: 10px !important;
    }
  }

.subtitle {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: 800;
  color: #121212;
}

@media screen and (max-width: 991px) {
  section .section-inner {
    padding: 48px 16px;
  }
  section .section-header {
    margin-bottom: 30px;
  }
  section .section-header .subtitle {
    font-size: 1.4rem;
  }
  section .section-header .subtitle.fukidashi {
    padding: .75rem 1.25rem;
  }
  section .section-header .subtitle.fukidashi:before {
    bottom: -15px;
    border-top-width: 15px;
    border-right-width: 15px;
    border-left-width: 15px;
  }
  section .section-header .description {
    font-size: 1rem;
  }
  .section-full {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* スマホ（標準）
  ------------------------ */
@media screen and (max-width: 559px) {
  section .section-inner {
    padding: 32px 16px;
  }
  section .section-header {
    margin-bottom: 20px;
  }
  section .section-header .smaller {
    font-size: 67%;
    display: inline-block;
  }
  section .section-header .subtitle {
    font-size: 1rem;
  }
  section .section-header .subtitle.fukidashi {
    margin-bottom: .8rem;
    padding: .6rem .8rem;
  }
  section .section-header .subtitle.fukidashi:before {
    bottom: -12px;
    border-top-width: 12px;
    border-right-width: 12px;
    border-left-width: 12px;
  }
  section .section-header .description {
    font-size: .9rem;
  }
}

/* =====================
  
  コンバージョンボタン

===================== */
.btn {
  position: relative;
  display: inline-block;
  padding: 25px 40px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  border: 3px #fff solid;
}

.large-btn {
  font-size: 1.4rem;
  font-weight: 700;
  font-size: 1.74vw;
}

@media screen and (min-width: 1600px) {
  .large-btn {
    font-size: 28px;
  }
}

.secondary-btn {
  color: #fff;
  background: linear-gradient(88.94deg, #00D1FF -5.96%, #27E62F 99.85%);
  transition: .2s ease-in;
  background-size: 200% auto;
}

.secondary-btn:hover {
  background-position: 70% center;
}

.dl-btn {
  color: #11376B;
  background-color: #fff;
}

.dl-btn:hover {
  color: #326ab8 !important;
}

.secondary-btn:hover {
  color: #fff !important;
  background-color: #f35757;
}

.btn.arrow-btn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 7%;
  width: 22px;
  height: 22px;
  margin: auto;
  border-top: 4px solid white;
  border-right: 4px solid white;
  transform: translateY(-50%) rotate(45deg);
}

.large-btn.arrow-btn:after {
  right: 19px;
  width: 12px;
  height: 12px;
  border-top-width: 3px;
  border-right-width: 3px;
}

.btn small {
  display: block;
  margin-bottom: .1rem;
  letter-spacing: .05rem;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .btn small {
    margin-bottom: 0;
  }
}

/* タブレット
------------------------ */
@media screen and (max-width: 959px) {
  .btn {
    padding: 14px 35px;
    font-size: 26px;
  }
  .btn.arrow-btn:after {
    border-top-width: 3px;
    border-right-width: 3px;
    width: 16px;
    height: 16px;
  }
  .large-btn {
    padding: 16px 35px;
  }
  .large-btn.arrow-btn:after {
    right: 16px;
    width: 10px;
    height: 10px;
  }
}

/* スマホ（標準）
------------------------ */
@media screen and (max-width: 559px) {
  .btn {
    padding: 12px 35px;
    font-size: 1rem;
  }
  .btn.arrow-btn:after {
    border-top-width: 3px;
    border-right-width: 3px;
    width: 12px;
    height: 12px;
  }
  .large-btn {
    width: 100%;
    padding: 12px 0;
    font-size: 1.2rem;
    border-radius: 30px;
  }
  .large-btn.arrow-btn:after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

/* スマホ（最小）
------------------------ */
@media screen and (max-width: 399px) {
  .btn {
    padding: 16px 25px;
    font-size: 18px;
  }
  .btn.arrow-btn:after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .large-btn {
    font-size: 1.2rem;
  }
  .large-btn.arrow-btn:after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
}

/* =====================
  
  背景画像

===================== */
.bg-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* =====================
  
  吹き出し

===================== */
.fukidashi {
  position: relative;
  z-index: 10;
  display: block;
  padding: 0.2rem 1.3rem;
  background-color: #e2e2e2;
  /* width:fit-content; */
  min-width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.fukidashi:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-top: 16px solid #e2e2e2;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .fukidashi:before {
    bottom: -11px;
    border-top-width: 12px;
    border-right-width: 12px;
    border-left-width: 12px;
  }
}

.fukidashi-primary-color {
  color: #fff;
  background-color: #11376b;
}

.fukidashi-primary-color:before {
  border-top-color: #11376b;
}

.fukidashi-primary-color-grade {
  color: #fff;
  background: linear-gradient(18.19deg, #11376B 16.68%, #4573B3 82.77%);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.fukidashi-primary-color-grade:before {
  border-top-color: #1A4278;
}

.fukidashi-accent-color {
  background-color: #BDE1F9;
  border-radius: 100px;
}

.fukidashi-accent-color:before {
  border-top-color: #BDE1F9;
  bottom: -15px;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

strong.underline {
  background: linear-gradient(transparent 90%, #11376b 0%);
  border-bottom: transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

strong.underline-gray {
  background: linear-gradient(transparent 70%, #C3C3C3 0%);
  border-bottom: transparent;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* =====================
  
  文字の装飾

===================== */
.primary-color {
  color: #11376B;
}

.accent-color {
  color: #F0CB5B;
}

span.zabuton {
  display: inline-block;
  padding: .05em .2em;
  background-color: #fff;
  line-height: 1.2;
}

span.zabuton.zabuton-primary-color-grad {
  color: #fff;
  background-color: #11376B;
  background: linear-gradient(57.81deg, #11376B 23.09%, #4573B3 84.08%);
}

span.zabuton.zabuton-primary-color {
  color: #fff;
  background-color: #11376B;
}

span.zabuton.zabuton-white {
  color: #11376B;
  background-color: #fff;
}

em.top-dot {
  position: relative;
}

em.top-dot:before {
  content: '';
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
}

.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

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

/*---------------------------------

  キャンペーンストップ用（ベース）
  ※必ず下部の「色変更」」の任意のクラスを追加

---------------------------------*/
.cp-stop {
  position: relative;
  width: 100%;
  height: 100%;
}

.cp-stop:before {
  content: "キャンペーンは\A好評につき終了しました";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 100;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(12, 12, 12, 0.2);
  transform: translateX(-50%) translateY(-50%);
  white-space: pre;
}

@media screen and (max-width: 767px) {
  .cp-stop:before {
    font-size: 28px;
  }
}

.cp-stop:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*---------------------------------

  キャンペーンストップ用（色変更）

---------------------------------*/
.cp-stop-bk:before {
  color: #fff;
}

.cp-stop-bk:after {
  background: rgba(12, 12, 12, 0.8);
}

.cp-stop-wh:before {
  color: #121212;
}

.cp-stop-wh:after {
  background: rgba(255, 255, 255, 0.8);
}

.cp-stop-bl:before {
  color: #fff;
}

.cp-stop-bl:after {
  background: rgba(17, 55, 107, 0.8);
}
/*# sourceMappingURL=style.css.map */