@charset "UTF-8";
/* 
1.デバイス共通css
2.768px以下のみ (スマホのみ※タブレット含む)
3.769px以上のみ (タブレット含めたスマホ以上)
4.1000px以上のみ (PC)
5.320px以下のみ (幅狭スマホ)
6.slick
*/

/* 共通 */

body,
.Link__inner {
  overflow-wrap: anywhere;
  /* 収まらない場合に折り返す */
  word-break: normal;
  /* 単語の分割はデフォルトに依存 */
  line-break: strict;
  /* 禁則処理を厳格に適用 */
}



.Mvarea {
  background-color: #1E2D45;
  text-align: center;
}

.Mvarea__inner {
  position: relative;
  display: inline-block;
}

._bg__ivy {
  background-color: #1E2D45;
}

.LanguageSwitch__layoutA {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
}

.Sectionlp {
  padding: 30px 0;
}

.section_box:has(.heading02_pattern01) {
  position: relative;
}

.heading02_pattern01 {
  position: absolute;
  max-width: 296px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 22px;
  font-weight: 600;
  width: 100%;
}

.section_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.Sectionlp-01 .Section__inner {
  padding: 20px;
  margin-bottom: 0;
}

.Sectionlp-01 h3,
.h2_02 {
  color: #001480;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.h3_01 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.Sectionlp-01 p {
  margin-bottom: 10px;
}

.Section_02 {
  background-color: #F5F5F5;
  padding: 30px 0;
}

.List-icon__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.List-icon__layoutB>.List-icon__marker>img {
  margin: 0;
  margin-right: 10px;
}

.List-normal__layout:not(:first-child),
.List-number__layout:not(:first-child),
.List-check__layout:not(:first-child),
.List-icon__layoutA:not(:first-child),
.List-caution__layout:not(:first-child),
.List-indent__list:not(:first-child) {
  margin-top: 7px;
}

.List-icon__layoutB {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}

.Link__arrow {
  color: #011480;
}

.Link__arrow::before {
  background-image: url(/soukin/jp/lp/lp_19/image/link_arrow_blue.png);
  top: 0.5em !important;
}

.partnershipArea {
  padding: 45px 0 0;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text,
.ColorButton__moduleF.-colorGreen>.ColorButton__text {
  background-color: #011480;
  border-color: #011480;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text:hover,
.ColorButton__moduleF.-colorGreen>.ColorButton__text:hover {
  color: #011480;
}

.ColorButton__moduleE.-colorGreen>.ColorButton__text:hover::before,
.ColorButton__moduleF.-colorGreen>.ColorButton__text:hover::before {
  background-image: url(/soukin/jp/lp/lp_19/image/link_arrow_blue.png);
}

._vw__WU {
  width: 44vw;
  max-width: 299px;
}

/* 768px以下指定 (スマホのみ) */
@media (max-width: 768px) {
  .Footer__wrapper {
    margin-top: 60px;
  }
}

/* スマホサイズ以上 */
@media (min-width: 769px) {
  .Sectionlp-01 .Section__inner {
    padding: 80px 40px 40px;
  }

  .Sectionlp-01 h3,
  .h2_02 {
    font-size: 22px;
  }

  .h3_01 {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }

  .Sectionlp-01 h3,
  .h2_02 {
    margin-top: 30px;
  }

  ._inlineBlock__pc {
    display: inline-block;
  }

  .List-normal__text {
    font-size: 18px;
  }

  .List-icon__layoutB {
    padding: 40px;
  }

  .section_box {
    padding: 40px;
  }

  .Section_02 {
    padding: 60px;
  }

  .Sectionlp-01 {
    padding: 0 0 60px;
  }

  .h2_02 {
    margin-bottom: 20px;
  }

  .heading02_pattern01 h2 {
    font-size: 26px;
  }

  .List-icon__layoutB,
  .section_box {
    margin-bottom: 40px;
  }

  ._partnership__logo {
    display: flex;
    align-items: center;
    width: 800px;
    margin: auto;
  }
}

/* デバイス幅がPCコンテンツ幅以上 */
@media (min-width: 1000px) {
  .heading02_pattern01 {
    max-width: 400px;
    top: -40px;
  }

  .heading02_pattern01 h2 {
    top: 25%;
  }

  .section_box {
    border-radius: 16px;
  }

}


/* iphone5等小さめのスマホ対応 */
@media (max-width: 320px) {}